============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/q95o/002ca0/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 .E

==================================== 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:707: 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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/stderr
E   Stderr content:
E   
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   Current KQP shutdown state: spent 0 seconds, 2 sessions to shutdown
E   Current KQP shutdown state: spent 3.019852 seconds, 1 sessions to shutdown
E   Current KQP shutdown state: spent 6.044095 seconds, 1 sessions to shutdown
E   Current KQP shutdown state: spent 9.068524 seconds, 1 sessions to shutdown
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   Current KQP shutdown state: spent 0 seconds, not started yet
E   Current KQP shutdown state: spent 3.026499 seconds, 1 sessions to shutdown
E   Current KQP shutdown state: spent 6.055424 seconds, 1 sessions to shutdown
E   Current KQP shutdown state: spent 9.066589 seconds, 1 sessions to shutdown
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 3.032575 seconds, not started yet
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==973029==ERROR: LeakSanitizer: detected memory leaks
E   
E   Indirect leak of 200 byte(s) in 1 object(s) allocated from:
E   #0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003f4668ea in NKikimr::NNodeBroker::TDynamicNameserver::TDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver_impl.h:197:33
E   #2 0x00003f4673b8 in NKikimr::NNodeBroker::TDynamicNameserver::TDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, NKikimrNodeBroker::TNodeInfo const&, NKikimr::TDomainsInfo const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver_impl.h:204:11
E   #3 0x00003f4672aa in NKikimr::NNodeBroker::CreateDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, NKikimrNodeBroker::TNodeInfo const&, NKikimr::TDomainsInfo const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver.cpp:962:16
E   #4 0x00004c5caa93 in NKikimr::NKikimrServicesInitializers::TBasicServicesInitializer::InitializeServices(NActors::TActorSystemSetup*, NKikimr::TAppData const*) /-S/ydb/core/driver_lib/run/kikimr_services_initializers.cpp:599:35
E   #5 0x000055a7bd92 in NKikimr::TServiceInitializersList::InitializeServices(NActors::TActorSystemSetup*, NKikimr::TAppData const*) /-S/ydb/core/driver_lib/run/service_initializer.cpp:13:29
E   #6 0x0000418b794b in NKikimr::TKikimrRunner::InitializeActorSystem(NKikimr::TKikimrRunConfig const&, TIntrusivePtr<NKikimr::TServiceInitializersList, TDefaultIntrusivePtrOps<NKikimr::TServiceInitializersList>>, NKikimr::TBasicKikimrServicesMask const&) /-S/ydb/core/driver_lib/run/run.cpp:1704:26
E   #7 0x0000418cf069 in NKikimr::TKikimrRunner::CreateKikimrRunner(NKikimr::TKikimrRunConfig const&, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/run.cpp:2369:13
E   #8 0x00003e9569b6 in NKikimr::MainRun(NKikimr::TKikimrRunConfig const&, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:44:43
E   #9 0x0000416d83eb in NKikimr::NDriverClient::TClientCommandServer::Run(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp:51:12
E   #10 0x00003eb44185 in NYdb::NConsoleClient::TClientCommandTree::Run(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:500:33
E   #11 0x00003eb3e035 in NYdb::NConsoleClient::TClientCommand::Process(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:254:16
E   #12 0x00003eb30897 in NKikimr::NDriverClient::NewClient(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp:77:26
E   #13 0x00003e95cb48 in NKikimr::Main(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:151:20
E   #14 0x00003e960a0d in ParameterizedMain(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:201:16
E   #15 0x00001fc62c15 in main /-S/ydb/apps/ydbd/main.cpp:31:12
E   #16 0x7f97135e5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)
E   
E   Indirect leak of 176 byte(s) in 1 object(s) allocated from:
E   #0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000227f33fe in bool NActors::TActorContext::Send<(NActors::ESendingType)0>(NActors::TActorId const&, NActors::IEventBase*, unsigned int, unsigned long, NWilson::TTraceId) const /-S/ydb/library/actors/core/actor.cpp:516:34
E   #2 0x00004c8118f5 in Send /-S/ydb/library/actors/core/actor_coroutine.h:164:38
E   #3 0x00004c8118f5 in NActors::THandshakeActor::ResolvePeer() /-S/ydb/library/actors/interconnect/interconnect_handshake.cpp:980:13
E   #4 0x00004c8175f0 in NActors::THandshakeActor::TConnection::Connect(TBasicString<char, std::__y1::char_traits<char>>*) /-S/ydb/library/actors/interconnect/interconnect_handshake.cpp:106:70
E   #5 0x00004c8071c1 in NActors::THandshakeActor::CheckPeerCookie(TBasicString<char, std::__y1::char_traits<char>> const&, TBasicString<char, std::__y1::char_traits<char>>*) /-S/ydb/library/actors/interconnect/interconnect_handshake.cpp:665:32
E   #6 0x00004c7ecf8b in NActors::THandshakeActor::PerformIncomingHandshake(std::__y1::optional<NActorsInterconnect::TRdmaCred>&) /-S/ydb/library/actors/interconnect/interconnect_handshake.cpp:1161:52
E   #7 0x00004c7e88da in NActors::THandshakeActor::RunImpl() /-S/ydb/library/actors/interconnect/interconnect_handshake.cpp:361:21
E   #8 0x00004c7e734c in NActors::THandshakeActor::Run() /-S/ydb/library/actors/interconnect/interconnect_handshake.cpp:314:17
E   #9 0x0000409a36bb in NActors::TActorCoroImpl::DoRun() /-S/ydb/library/actors/core/actor_coroutine.cpp:127:17
E   #10 0x00002004465a in ITrampoLine::DoRunNaked() /-S/util/system/context.cpp:38:9
E   
E   Indirect leak of 120 byte(s) in 1 object(s) allocated from:
E   #0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003f46c813 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00003f46c813 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00003f46c813 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00003f46c813 in get_node /-S/util/generic/hash_table.h:497:43
E   #5 0x00003f46c813 in new_node<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &> /-S/util/generic/hash_table.h:947:19
E   #6 0x00003f46c813 in std::__y1::pair<__yhashtable_iterator<std::__y1::pair<unsigned int const, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo>>, bool> THashTable<std::__y1::pair<unsigned int const, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo>, unsigned int, THash<unsigned int>, TSelect1st, TEqualTo<unsigned int>, std::__y1::allocator<unsigned int>>::emplace_unique_noresize<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo&>(unsigned int&&, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo&) /-S/util/generic/hash_table.h:1018:17
E   #7 0x00003f4674b4 in emplace_unique<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &> /-S/util/generic/hash_table.h:710:16
E   #8 0x00003f4674b4 in emplace<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &> /-S/util/generic/hash.h:178:20
E   #9 0x00003f4674b4 in NKikimr::NNodeBroker::TDynamicNameserver::TDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, NKikimrNodeBroker::TNodeInfo const&, NKikimr::TDomainsInfo const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver_impl.h:208:46
E   #10 0x00003f4672aa in NKikimr::NNodeBroker::CreateDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, NKikimrNodeBroker::TNodeInfo const&, NKikimr::TDomainsInfo const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver.cpp:962:16
E   #11 0x00004c5caa93 in NKikimr::NKikimrServicesInitializers::TBasicServicesInitializer::InitializeServices(NActors::TActorSystemSetup*, NKikimr::TAppData const*) /-S/ydb/core/driver_lib/run/kikimr_services_initializers.cpp:599:35
E   #12 0x000055a7bd92 in NKikimr::TServiceInitializersList::InitializeServices(NActors::TActorSystemSetup*, NKikimr::TAppData const*) /-S/ydb/core/driver_lib/run/service_initializer.cpp:13:29
E   #13 0x0000418b794b in NKikimr::TKikimrRunner::InitializeActorSystem(NKikimr::TKikimrRunConfig const&, TIntrusivePtr<NKikimr::TServiceInitializersList, TDefaultIntrusivePtrOps<NKikimr::TServiceInitializersList>>, NKikimr::TBasicKikimrServicesMask const&) /-S/ydb/core/driver_lib/run/run.cpp:1704:26
E   #14 0x0000418cf069 in NKikimr::TKikimrRunner::CreateKikimrRunner(NKikimr::TKikimrRunConfig const&, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/run.cpp:2369:13
E   #15 0x00003e9569b6 in NKikimr::MainRun(NKikimr::TKikimrRunConfig const&, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:44:43
E   #16 0x0000416d83eb in NKikimr::NDriverClient::TClientCommandServer::Run(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp:51:12
E   #17 0x00003eb44185 in NYdb::NConsoleClient::TClientCommandTree::Run(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:500:33
E   #18 0x00003eb3e035 in NYdb::NConsoleClient::TClientCommand::Process(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:254:16
E   #19 0x00003eb30897 in NKikimr::NDriverClient::NewClient(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp:77:26
E   #20 0x00003e95cb48 in NKikimr::Main(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:151:20
E   #21 0x00003e960a0d in ParameterizedMain(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:201:16
E   #22 0x00001fc62c15 in main /-S/ydb/apps/ydbd/main.cpp:31:12
E   #23 0x7f97135e5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)
E   
E   Indirect leak of 72 byte(s) in 1 object(s) allocated from:
E   #0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003f46c41a in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00003f46c41a in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00003f46c41a in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00003f46c41a in initialize_dynamic /-S/util/generic/hash_table.h:233:35
E   #5 0x00003f46c41a in initialize_buckets_dynamic /-S/util/generic/hash_table.h:906:17
E   #6 0x00003f46c41a in THashTable<std::__y1::pair<unsigned int const, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo>, unsigned int, THash<unsigned int>, TSelect1st, TEqualTo<unsigned int>, std::__y1::allocator<unsigned int>>::reserve(unsigned long) /-S/util/generic/hash_table.h:1324:13
E   #7 0x00003f4674a5 in emplace_unique<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &> /-S/util/generic/hash_table.h:709:9
E   #8 0x00003f4674a5 in emplace<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &> /-S/util/generic/hash.h:178:20
E   #9 0x00003f4674a5 in NKikimr::NNodeBroker::TDynamicNameserver::TDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, NKikimrNodeBroker::TNodeInfo const&, NKikimr::TDomainsInfo const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver_impl.h:208:46
E   #10 0x00003f4672aa in NKikimr::NNodeBroker::CreateDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, NKikimrNodeBroker::TNodeInfo const&, NKikimr::TDomainsInfo const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver.cpp:962:16
E   #11 0x00004c5caa93 in NKikimr::NKikimrServicesInitializers::TBasicServicesInitializer::InitializeServices(NActors::TActorSystemSetup*, NKikimr::TAppData const*) /-S/ydb/core/driver_lib/run/kikimr_services_initializers.cpp:599:35
E   #12 0x000055a7bd92 in NKikimr::TServiceInitializersList::InitializeServices(NActors::TActorSystemSetup*, NKikimr::TAppData const*) /-S/ydb/core/driver_lib/run/service_initializer.cpp:13:29
E   #13 0x0000418b794b in NKikimr::TKikimrRunner::InitializeActorSystem(NKikimr::TKikimrRunConfig const&, TIntrusivePtr<NKikimr::TServiceInitializersList, TDefaultIntrusivePtrOps<NKikimr::TServiceInitializersList>>, NKikimr::TBasicKikimrServicesMask const&) /-S/ydb/core/driver_lib/run/run.cpp:1704:26
E   #14 0x0000418cf069 in NKikimr::TKikimrRunner::CreateKikimrRunner(NKikimr::TKikimrRunConfig const&, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/run.cpp:2369:13
E   #15 0x00003e9569b6 in NKikimr::MainRun(NKikimr::TKikimrRunConfig const&, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:44:43
E   #16 0x0000416d83eb in NKikimr::NDriverClient::TClientCommandServer::Run(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp:51:12
E   #17 0x00003eb44185 in NYdb::NConsoleClient::TClientCommandTree::Run(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:500:33
E   #18 0x00003eb3e035 in NYdb::NConsoleClient::TClientCommand::Process(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:254:16
E   #19 0x00003eb30897 in NKikimr::NDriverClient::NewClient(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp:77:26
E   #20 0x00003e95cb48 in NKikimr::Main(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:151:20
E   #21 0x00003e960a0d in ParameterizedMain(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:201:16
E   #22 0x00001fc62c15 in main /-S/ydb/apps/ydbd/main.cpp:31:12
E   #23 0x7f97135e5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)
E   
E   Indirect leak of 56 byte(s) in 1 object(s) allocated from:
E   #0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003f44db42 in MakeHolder<NKikimr::NNodeBroker::TCacheMissResolve, unsigned int &, const TIntrusivePtr<NKikimr::NNodeBroker::TDynamicConfig, TDefaultIntrusivePtrOps<NKikimr::NNodeBroker::TDynamicConfig> > &, TAutoPtr<NActors::IEventHandle, TDelete> &, NMonotonic::TMonotonic &, unsigned long, void> /-S/util/generic/ptr.h:386:23
E   #2 0x00003f44db42 in NKikimr::NNodeBroker::TDynamicNameserver::ResolveDynamicNode(unsigned int, TAutoPtr<NActors::IEventHandle, TDelete>, NMonotonic::TMonotonic, NActors::TActorContext const&) /-S/ydb/core/mind/dynamic_nameserver.cpp:387:27
E   #3 0x00003f4578c0 in NKikimr::NNodeBroker::TDynamicNameserver::Handle(TAutoPtr<NActors::TEventHandle<NActors::TEvInterconnect::TEvResolveNode>, TDelete>&, NActors::TActorContext const&) /-S/ydb/core/mind/dynamic_nameserver.cpp:593:9
E   #4 0x00003f447f31 in NKikimr::NNodeBroker::TDynamicNameserver::StateFunc(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/core/mind/dynamic_nameserver_impl.h:213:13
E   #5 0x0000227ec627 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #6 0x0000228d6811 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #7 0x0000228e0436 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #8 0x0000228df9ed in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #9 0x0000228e1a5e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #10 0x000020064e14 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #11 0x00001fd026f6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 48 byte(s) in 1 object(s) allocated from:
E   #0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003f46ce73 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00003f46ce73 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00003f46ce73 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00003f46ce73 in __allocate_at_least<std::__y1::allocator<std::__y1::pair<NActors::TNodeLocation::TKeys::E, TBasicString<char, std::__y1::char_traits<char> > > > > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00003f46ce73 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x00003f46ce73 in __init_with_size<std::__y1::pair<NActors::TNodeLocation::TKeys::E, TBasicString<char, std::__y1::char_traits<char> > > *, std::__y1::pair<NActors::TNodeLocation::TKeys::E, TBasicString<char, std::__y1::char_traits<char> > > *> /-S/contrib/libs/cxxsupp/libcxx/include/vector:825:7
E   #7 0x00003f46ce73 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:1281:3
E   #8 0x00003f46ce73 in TNodeLocation /-S/ydb/library/actors/core/interconnect.h:60:9
E   #9 0x00003f46ce73 in NActors::TTableNameserverSetup::TNodeInfo::TNodeInfo(NActors::TTableNameserverSetup::TNodeInfo const&) /-S/ydb/library/actors/interconnect/interconnect.h:71:13
E   #10 0x00003f46c888 in TDynamicNodeInfo /-S/ydb/core/mind/dynamic_nameserver_impl.h:104:9
E   #11 0x00003f46c888 in pair<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &, 0> /-S/contrib/libs/cxxsupp/libcxx/include/__utility/pair.h:163:41
E   #12 0x00003f46c888 in new_node<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &> /-S/util/generic/hash_table.h:950:47
E   #13 0x00003f46c888 in std::__y1::pair<__yhashtable_iterator<std::__y1::pair<unsigned int const, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo>>, bool> THashTable<std::__y1::pair<unsigned int const, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo>, unsigned int, THash<unsigned int>, TSelect1st, TEqualTo<unsigned int>, std::__y1::allocator<unsigned int>>::emplace_unique_noresize<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo&>(unsigned int&&, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo&) /-S/util/generic/hash_table.h:1018:17
E   #14 0x00003f4674b4 in emplace_unique<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &> /-S/util/generic/hash_table.h:710:16
E   #15 0x00003f4674b4 in emplace<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &> /-S/util/generic/hash.h:178:20
E   #16 0x00003f4674b4 in NKikimr::NNodeBroker::TDynamicNameserver::TDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, NKikimrNodeBroker::TNodeInfo const&, NKikimr::TDomainsInfo const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver_impl.h:208:46
E   #17 0x00003f4672aa in NKikimr::NNodeBroker::CreateDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, NKikimrNodeBroker::TNodeInfo const&, NKikimr::TDomainsInfo const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver.cpp:962:16
E   #18 0x00004c5caa93 in NKikimr::NKikimrServicesInitializers::TBasicServicesInitializer::InitializeServices(NActors::TActorSystemSetup*, NKikimr::TAppData const*) /-S/ydb/core/driver_lib/run/kikimr_services_initializers.cpp:599:35
E   #19 0x000055a7bd92 in NKikimr::TServiceInitializersList::InitializeServices(NActors::TActorSystemSetup*, NKikimr::TAppData const*) /-S/ydb/core/driver_lib/run/service_initializer.cpp:13:29
E   #20 0x0000418b794b in NKikimr::TKikimrRunner::InitializeActorSystem(NKikimr::TKikimrRunConfig const&, TIntrusivePtr<NKikimr::TServiceInitializersList, TDefaultIntrusivePtrOps<NKikimr::TServiceInitializersList>>, NKikimr::TBasicKikimrServicesMask const&) /-S/ydb/core/driver_lib/run/run.cpp:1704:26
E   #21 0x0000418cf069 in NKikimr::TKikimrRunner::CreateKikimrRunner(NKikimr::TKikimrRunConfig const&, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/run.cpp:2369:13
E   #22 0x00003e9569b6 in NKikimr::MainRun(NKikimr::TKikimrRunConfig const&, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:44:43
E   #23 0x0000416d83eb in NKikimr::NDriverClient::TClientCommandServer::Run(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp:51:12
E   #24 0x00003eb44185 in NYdb::NConsoleClient::TClientCommandTree::Run(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:500:33
E   #25 0x00003eb3e035 in NYdb::NConsoleClient::TClientCommand::Process(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:254:16
E   #26 0x00003eb30897 in NKikimr::NDriverClient::NewClient(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp:77:26
E   #27 0x00003e95cb48 in NKikimr::Main(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:151:20
E   #28 0x00003e960a0d in ParameterizedMain(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:201:16
E   #29 0x00001fc62c15 in main /-S/ydb/apps/ydbd/main.cpp:31:12
E   #30 0x7f97135e5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)
E   
E   Indirect leak of 32 byte(s) in 1 object(s) allocated from:
E   #0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000416dbc59 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x0000416dbc59 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x0000416dbc59 in TBasicString<std::__y1::char_traits<char>, std::__y1::allocator<char> > /-S/util/generic/string.h:458:11
E   #4 0x0000416dbc59 in NKikimr::NConfig::CopyNodeLocation(NActorsInterconnect::TNodeLocation*, NYdb::Dev::NDiscovery::TNodeLocation const&) /-S/ydb/core/config/init/init.cpp:657:22
E   #5 0x0000416f6b57 in NKikimr::NConfig::TDefaultNodeBrokerClient::TResult::ProcessRegistrationDynamicNodeResult(NYdb::Dev::NDiscovery::TNodeRegistrationResult const&, NKikimrConfig::TAppConfig&, unsigned int&, NKikimr::TKikimrScopeId&, TBasicString<char, std::__y1::char_traits<char>>&) /-S/ydb/core/config/init/init.cpp:166:21
E   #6 0x000041752162 in NKikimr::NConfig::TInitialConfiguratorImpl::RegisterDynamicNode(NKikimr::NConfig::TCommonAppOptions&) /-S/ydb/core/config/init/init_impl.h:1375:17
E   #7 0x00004173942d in NKikimr::NConfig::TInitialConfiguratorImpl::InitDynamicNode() /-S/ydb/core/config/init/init_impl.h:1444:9
E   #8 0x000041706b68 in NKikimr::NConfig::TInitialConfiguratorImpl::Parse(TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, NKikimr::NYamlConfig::IConfigSwissKnife*) /-S/ydb/core/config/init/init_impl.h:1177:13
E   #9 0x0000416d94e7 in Parse /-S/ydb/core/config/init/init.h:328:15
E   #10 0x0000416d94e7 in NKikimr::NDriverClient::TClientCommandServer::Parse(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp:70:13
E   #11 0x00003eb44884 in NYdb::NConsoleClient::TClientCommandTree::Prepare(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:510:26
E   #12 0x00003eb3e00c in NYdb::NConsoleClient::TClientCommand::Process(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:253:9
E   #13 0x00003eb30897 in NKikimr::NDriverClient::NewClient(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp:77:26
E   #14 0x00003e95cb48 in NKikimr::Main(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:151:20
E   #15 0x00003e960a0d in ParameterizedMain(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:201:16
E   #16 0x00001fc62c15 in main /-S/ydb/apps/ydbd/main.cpp:31:12
E   #17 0x7f97135e5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)
E   
E   Indirect leak of 32 byte(s) in 1 object(s) allocated from:
E   #0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000416f63a1 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x0000416f63a1 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x0000416f63a1 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x0000416f63a1 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x0000416f63a1 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x0000416f63a1 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x0000416f63a1 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x0000416f63a1 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x0000416f63a1 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x0000416f63a1 in TBasicString<std::__y1::char_traits<char>, std::__y1::allocator<char> > /-S/util/generic/string.h:458:11
E   #11 0x0000416f63a1 in NKikimr::NConfig::TDefaultNodeBrokerClient::TResult::ProcessRegistrationDynamicNodeResult(NYdb::Dev::NDiscovery::TNodeRegistrationResult const&, NKikimrConfig::TAppConfig&, unsigned int&, NKikimr::TKikimrScopeId&, TBasicString<char, std::__y1::char_traits<char>>&) /-S/ydb/core/config/init/init.cpp:163:45
E   #12 0x000041752162 in NKikimr::NConfig::TInitialConfiguratorImpl::RegisterDynamicNode(NKikimr::NConfig::TCommonAppOptions&) /-S/ydb/core/config/init/init_impl.h:1375:17
E   #13 0x00004173942d in NKikimr::NConfig::TInitialConfiguratorImpl::InitDynamicNode() /-S/ydb/core/config/init/init_impl.h:1444:9
E   #14 0x000041706b68 in NKikimr::NConfig::TInitialConfiguratorImpl::Parse(TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, NKikimr::NYamlConfig::IConfigSwissKnife*) /-S/ydb/core/config/init/init_impl.h:1177:13
E   #15 0x0000416d94e7 in Parse /-S/ydb/core/config/init/init.h:328:15
E   #16 0x0000416d94e7 in NKikimr::NDriverClient::TClientCommandServer::Parse(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp:70:13
E   #17 0x00003eb44884 in NYdb::NConsoleClient::TClientCommandTree::Prepare(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:510:26
E   #18 0x00003eb3e00c in NYdb::NConsoleClient::TClientCommand::Process(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:253:9
E   #19 0x00003eb30897 in NKikimr::NDriverClient::NewClient(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp:77:26
E   #20 0x00003e95cb48 in NKikimr::Main(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:151:20
E   #21 0x00003e960a0d in ParameterizedMain(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:201:16
E   #22 0x00001fc62c15 in main /-S/ydb/apps/ydbd/main.cpp:31:12
E   #23 0x7f97135e5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)
E   
E   Indirect leak of 32 byte(s) in 1 object(s) allocated from:
E   #0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000416f59ef in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x0000416f59ef in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x0000416f59ef in TBasicString<std::__y1::char_traits<char>, std::__y1::allocator<char> > /-S/util/generic/string.h:458:11
E   #4 0x0000416f59ef in NKikimr::NConfig::TDefaultNodeBrokerClient::TResult::ProcessRegistrationDynamicNodeResult(NYdb::Dev::NDiscovery::TNodeRegistrationResult const&, NKikimrConfig::TAppConfig&, unsigned int&, NKikimr::TKikimrScopeId&, TBasicString<char, std::__y1::char_traits<char>>&) /-S/ydb/core/config/init/init.cpp:161:38
E   #5 0x000041752162 in NKikimr::NConfig::TInitialConfiguratorImpl::RegisterDynamicNode(NKikimr::NConfig::TCommonAppOptions&) /-S/ydb/core/config/init/init_impl.h:1375:17
E   #6 0x00004173942d in NKikimr::NConfig::TInitialConfiguratorImpl::InitDynamicNode() /-S/ydb/core/config/init/init_impl.h:1444:9
E   #7 0x000041706b68 in NKikimr::NConfig::TInitialConfiguratorImpl::Parse(TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, NKikimr::NYamlConfig::IConfigSwissKnife*) /-S/ydb/core/config/init/init_impl.h:1177:13
E   #8 0x0000416d94e7 in Parse /-S/ydb/core/config/init/init.h:328:15
E   #9 0x0000416d94e7 in NKikimr::NDriverClient::TClientCommandServer::Parse(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp:70:13
E   #10 0x00003eb44884 in NYdb::NConsoleClient::TClientCommandTree::Prepare(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:510:26
E   #11 0x00003eb3e00c in NYdb::NConsoleClient::TClientCommand::Process(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:253:9
E   #12 0x00003eb30897 in NKikimr::NDriverClient::NewClient(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp:77:26
E   #13 0x00003e95cb48 in NKikimr::Main(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:151:20
E   #14 0x00003e960a0d in ParameterizedMain(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:201:16
E   #15 0x00001fc62c15 in main /-S/ydb/apps/ydbd/main.cpp:31:12
E   #16 0x7f97135e5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)
E   
E   Indirect leak of 32 byte(s) in 1 object(s) allocated from:
E   #0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000416f604f in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x0000416f604f in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x0000416f604f in TBasicString<std::__y1::char_traits<char>, std::__y1::allocator<char> > /-S/util/generic/string.h:458:11
E   #4 0x0000416f604f in NKikimr::NConfig::TDefaultNodeBrokerClient::TResult::ProcessRegistrationDynamicNodeResult(NYdb::Dev::NDiscovery::TNodeRegistrationResult const&, NKikimrConfig::TAppConfig&, unsigned int&, NKikimr::TKikimrScopeId&, TBasicString<char, std::__y1::char_traits<char>>&) /-S/ydb/core/config/init/init.cpp:163:45
E   #5 0x000041752162 in NKikimr::NConfig::TInitialConfiguratorImpl::RegisterDynamicNode(NKikimr::NConfig::TCommonAppOptions&) /-S/ydb/core/config/init/init_impl.h:1375:17
E   #6 0x00004173942d in NKikimr::NConfig::TInitialConfiguratorImpl::InitDynamicNode() /-S/ydb/core/config/init/init_impl.h:1444:9
E   #7 0x000041706b68 in NKikimr::NConfig::TInitialConfiguratorImpl::Parse(TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, NKikimr::NYamlConfig::IConfigSwissKnife*) /-S/ydb/core/config/init/init_impl.h:1177:13
E   #8 0x0000416d94e7 in Parse /-S/ydb/core/config/init/init.h:328:15
E   #9 0x0000416d94e7 in NKikimr::NDriverClient::TClientCommandServer::Parse(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp:70:13
E   #10 0x00003eb44884 in NYdb::NConsoleClient::TClientCommandTree::Prepare(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:510:26
E   #11 0x00003eb3e00c in NYdb::NConsoleClient::TClientCommand::Process(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:253:9
E   #12 0x00003eb30897 in NKikimr::NDriverClient::NewClient(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp:77:26
E   #13 0x00003e95cb48 in NKikimr::Main(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:151:20
E   #14 0x00003e960a0d in ParameterizedMain(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:201:16
E   #15 0x00001fc62c15 in main /-S/ydb/apps/ydbd/main.cpp:31:12
E   #16 0x7f97135e5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)
E   
E   Indirect leak of 32 byte(s) in 1 object(s) allocated from:
E   #0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003f47a4ed in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00003f47a4ed in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00003f47a4ed in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_simple_encryption
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30087
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7622
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25830
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1349
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12400
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63350
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15952
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14379
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/q95o/002ca0/r3tmp/kikimr_cluster_5fsftx2x
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62323
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12236
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29994
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5517
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_l48y9kej.log --grpc-port=62323 --mon-port=12236 --ic-port=30087
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19510
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23845
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17845
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14774
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_9_kb3xxt.log --grpc-port=19510 --mon-port=23845 --ic-port=7622
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64168
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8099
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12245
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25502
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_f4rztke0.log --grpc-port=64168 --mon-port=8099 --ic-port=25830
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27606
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20569
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24831
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28116
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_behsd9sv.log --grpc-port=27606 --mon-port=20569 --ic-port=1349
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25423
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2243
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12772
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26510
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_9829v4di.log --grpc-port=25423 --mon-port=2243 --ic-port=12400
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10816
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25377
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20944
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19762
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_cel_p_6l.log --grpc-port=10816 --mon-port=25377 --ic-port=63350
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13096
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61231
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26606
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10476
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_yimeua54.log --grpc-port=13096 --mon-port=61231 --ic-port=15952
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31328
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18435
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18519
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3586
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_i6qtt1j0.log --grpc-port=31328 --mon-port=18435 --ic-port=14379
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:62323/1, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:62323/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_l48y9kej.log --grpc-port=62323 --mon-port=12236 --ic-port=30087
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_l48y9kej.log', '--grpc-port=62323', '--mon-port=12236', '--ic-port=30087')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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: 949248
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:62323/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 949249
DEBUG    ya.test:process.py:259 Command (pid 949249) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 949249) elapsed time (sec): 0.7134950160980225
DEBUG    ya.test:process.py:263 Command (pid 949249) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 949249) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 949249) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 949249) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 949249) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 949249) maxrss: 485132
DEBUG    ya.test:process.py:263 Command (pid 949249) minflt: 45678
DEBUG    ya.test:process.py:263 Command (pid 949249) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 949249) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 949249) nivcsw: 137
DEBUG    ya.test:process.py:263 Command (pid 949249) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 949249) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 949249) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 949249) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 949249) stime: 0.179478
DEBUG    ya.test:process.py:263 Command (pid 949249) utime: 0.46189399999999997
DEBUG    ya.test:process.py:263 Command (pid 949249) wtime: 0.718
DEBUG    ya.test:process.py:275 Command (pid 949249) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 949249) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:19510/2, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:19510/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_9_kb3xxt.log --grpc-port=19510 --mon-port=23845 --ic-port=7622
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_9_kb3xxt.log', '--grpc-port=19510', '--mon-port=23845', '--ic-port=7622')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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: 949311
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:19510/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 949314
DEBUG    ya.test:process.py:259 Command (pid 949314) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 949314) elapsed time (sec): 0.7405362129211426
DEBUG    ya.test:process.py:263 Command (pid 949314) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 949314) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 949314) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 949314) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 949314) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 949314) maxrss: 484820
DEBUG    ya.test:process.py:263 Command (pid 949314) minflt: 45640
DEBUG    ya.test:process.py:263 Command (pid 949314) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 949314) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 949314) nivcsw: 96
DEBUG    ya.test:process.py:263 Command (pid 949314) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 949314) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 949314) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 949314) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 949314) stime: 0.14047199999999999
DEBUG    ya.test:process.py:263 Command (pid 949314) utime: 0.504379
DEBUG    ya.test:process.py:263 Command (pid 949314) wtime: 0.764
DEBUG    ya.test:process.py:275 Command (pid 949314) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 949314) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 2 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:64168/3, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:64168/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_f4rztke0.log --grpc-port=64168 --mon-port=8099 --ic-port=25830
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_f4rztke0.log', '--grpc-port=64168', '--mon-port=8099', '--ic-port=25830')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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: 949584
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:64168/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 949599
DEBUG    ya.test:process.py:259 Command (pid 949599) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 949599) elapsed time (sec): 0.8628649711608887
DEBUG    ya.test:process.py:263 Command (pid 949599) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 949599) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 949599) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 949599) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 949599) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 949599) maxrss: 484944
DEBUG    ya.test:process.py:263 Command (pid 949599) minflt: 45646
DEBUG    ya.test:process.py:263 Command (pid 949599) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 949599) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 949599) nivcsw: 155
DEBUG    ya.test:process.py:263 Command (pid 949599) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 949599) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 949599) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 949599) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 949599) stime: 0.189051
DEBUG    ya.test:process.py:263 Command (pid 949599) utime: 0.4976
DEBUG    ya.test:process.py:263 Command (pid 949599) wtime: 0.874
DEBUG    ya.test:process.py:275 Command (pid 949599) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 949599) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 3 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:27606/4, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:27606/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_behsd9sv.log --grpc-port=27606 --mon-port=20569 --ic-port=1349
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_behsd9sv.log', '--grpc-port=27606', '--mon-port=20569', '--ic-port=1349')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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: 949930
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:27606/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 949931
DEBUG    ya.test:process.py:259 Command (pid 949931) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 949931) elapsed time (sec): 0.731764554977417
DEBUG    ya.test:process.py:263 Command (pid 949931) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 949931) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 949931) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 949931) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 949931) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 949931) maxrss: 485372
DEBUG    ya.test:process.py:263 Command (pid 949931) minflt: 45623
DEBUG    ya.test:process.py:263 Command (pid 949931) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 949931) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 949931) nivcsw: 76
DEBUG    ya.test:process.py:263 Command (pid 949931) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 949931) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 949931) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 949931) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 949931) stime: 0.195744
DEBUG    ya.test:process.py:263 Command (pid 949931) utime: 0.44777799999999995
DEBUG    ya.test:process.py:263 Command (pid 949931) wtime: 0.734
DEBUG    ya.test:process.py:275 Command (pid 949931) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 949931) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 4 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:25423/5, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:25423/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_9829v4di.log --grpc-port=25423 --mon-port=2243 --ic-port=12400
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_9829v4di.log', '--grpc-port=25423', '--mon-port=2243', '--ic-port=12400')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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: 950259
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:25423/5
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 950265
DEBUG    ya.test:process.py:259 Command (pid 950265) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 950265) elapsed time (sec): 0.8157172203063965
DEBUG    ya.test:process.py:263 Command (pid 950265) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 950265) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 950265) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 950265) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 950265) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 950265) maxrss: 486572
DEBUG    ya.test:process.py:263 Command (pid 950265) minflt: 45546
DEBUG    ya.test:process.py:263 Command (pid 950265) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 950265) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 950265) nivcsw: 111
DEBUG    ya.test:process.py:263 Command (pid 950265) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 950265) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 950265) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 950265) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 950265) stime: 0.19625399999999998
DEBUG    ya.test:process.py:263 Command (pid 950265) utime: 0.462136
DEBUG    ya.test:process.py:263 Command (pid 950265) wtime: 0.818
DEBUG    ya.test:process.py:275 Command (pid 950265) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 950265) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 5 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:10816/6, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:10816/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_cel_p_6l.log --grpc-port=10816 --mon-port=25377 --ic-port=63350
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_cel_p_6l.log', '--grpc-port=10816', '--mon-port=25377', '--ic-port=63350')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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: 950557
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:10816/6
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 950565
DEBUG    ya.test:process.py:259 Command (pid 950565) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 950565) elapsed time (sec): 0.8440248966217041
DEBUG    ya.test:process.py:263 Command (pid 950565) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 950565) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 950565) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 950565) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 950565) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 950565) maxrss: 488040
DEBUG    ya.test:process.py:263 Command (pid 950565) minflt: 45637
DEBUG    ya.test:process.py:263 Command (pid 950565) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 950565) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 950565) nivcsw: 340
DEBUG    ya.test:process.py:263 Command (pid 950565) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 950565) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 950565) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 950565) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 950565) stime: 0.165601
DEBUG    ya.test:process.py:263 Command (pid 950565) utime: 0.481888
DEBUG    ya.test:process.py:263 Command (pid 950565) wtime: 0.849
DEBUG    ya.test:process.py:275 Command (pid 950565) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 950565) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 6 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:13096/7, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:13096/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_yimeua54.log --grpc-port=13096 --mon-port=61231 --ic-port=15952
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_yimeua54.log', '--grpc-port=13096', '--mon-port=61231', '--ic-port=15952')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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: 950983
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:13096/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 950996
DEBUG    ya.test:process.py:259 Command (pid 950996) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 950996) elapsed time (sec): 0.913032054901123
DEBUG    ya.test:process.py:263 Command (pid 950996) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 950996) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 950996) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 950996) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 950996) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 950996) maxrss: 488736
DEBUG    ya.test:process.py:263 Command (pid 950996) minflt: 45637
DEBUG    ya.test:process.py:263 Command (pid 950996) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 950996) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 950996) nivcsw: 205
DEBUG    ya.test:process.py:263 Command (pid 950996) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 950996) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 950996) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 950996) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 950996) stime: 0.16869599999999998
DEBUG    ya.test:process.py:263 Command (pid 950996) utime: 0.49818599999999996
DEBUG    ya.test:process.py:263 Command (pid 950996) wtime: 0.93
DEBUG    ya.test:process.py:275 Command (pid 950996) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 950996) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 7 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:31328/8, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:31328/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_i6qtt1j0.log --grpc-port=31328 --mon-port=18435 --ic-port=14379
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_i6qtt1j0.log', '--grpc-port=31328', '--mon-port=18435', '--ic-port=14379')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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: 951423
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:31328/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.6
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 951450
DEBUG    ya.test:process.py:259 Command (pid 951450) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 951450) elapsed time (sec): 1.015254020690918
DEBUG    ya.test:process.py:263 Command (pid 951450) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 951450) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 951450) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 951450) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 951450) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 951450) maxrss: 488736
DEBUG    ya.test:process.py:263 Command (pid 951450) minflt: 45654
DEBUG    ya.test:process.py:263 Command (pid 951450) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 951450) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 951450) nivcsw: 162
DEBUG    ya.test:process.py:263 Command (pid 951450) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 951450) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 951450) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 951450) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 951450) stime: 0.20346699999999998
DEBUG    ya.test:process.py:263 Command (pid 951450) utime: 0.48607799999999995
DEBUG    ya.test:process.py:263 Command (pid 951450) wtime: 1.024
DEBUG    ya.test:process.py:275 Command (pid 951450) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 951450) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 8 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62323', '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: 30087\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 7622\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25830\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 1349\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12400\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 63350\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 15952\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 14379\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.7
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62323', '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: 30087\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 7622\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25830\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 1349\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12400\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 63350\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 15952\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 14379\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 953335
DEBUG    ya.test:process.py:259 Command (pid 953335) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 953335) elapsed time (sec): 1.2073981761932373
DEBUG    ya.test:process.py:263 Command (pid 953335) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 953335) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 953335) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 953335) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 953335) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 953335) maxrss: 888588
DEBUG    ya.test:process.py:263 Command (pid 953335) minflt: 52114
DEBUG    ya.test:process.py:263 Command (pid 953335) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 953335) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 953335) nivcsw: 306
DEBUG    ya.test:process.py:263 Command (pid 953335) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 953335) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 953335) nvcsw: 665
DEBUG    ya.test:process.py:263 Command (pid 953335) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 953335) stime: 0.294664
DEBUG    ya.test:process.py:263 Command (pid 953335) utime: 0.572678
DEBUG    ya.test:process.py:263 Command (pid 953335) wtime: 1.215
DEBUG    ya.test:process.py:275 Command (pid 953335) 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 953335) errors:

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62323', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "block-4-2"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.8
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62323', '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: 953835
DEBUG    ya.test:process.py:259 Command (pid 953835) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 953835) elapsed time (sec): 0.9036574363708496
DEBUG    ya.test:process.py:263 Command (pid 953835) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 953835) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 953835) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 953835) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 953835) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 953835) maxrss: 888588
DEBUG    ya.test:process.py:263 Command (pid 953835) minflt: 51909
DEBUG    ya.test:process.py:263 Command (pid 953835) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 953835) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 953835) nivcsw: 86
DEBUG    ya.test:process.py:263 Command (pid 953835) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 953835) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 953835) nvcsw: 551
DEBUG    ya.test:process.py:263 Command (pid 953835) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 953835) stime: 0.260809
DEBUG    ya.test:process.py:263 Command (pid 953835) utime: 0.546082
DEBUG    ya.test:process.py:263 Command (pid 953835) wtime: 0.905
DEBUG    ya.test:process.py:275 Command (pid 953835) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_encryption.py::TestEncryption, test_name: test_simple_encryption)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17936
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1641
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5132
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15405
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20662
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62323 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_2fuu7mqu.log --grpc-port=17936 --mon-port=1641 --ic-port=5132 --key-file /home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7193
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64371
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1486
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31661
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31784
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62323 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_bfn6j6d9.log --grpc-port=7193 --mon-port=64371 --ic-port=1486 --key-file /home/runner/.ya/build/build_root/q95o/002ca0/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:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62323 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_2fuu7mqu.log --grpc-port=17936 --mon-port=1641 --ic-port=5132 --key-file /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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:62323', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_2fuu7mqu.log', '--grpc-port=17936', '--mon-port=1641', '--ic-port=5132', '--key-file', '/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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: 954104
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:17936/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.9
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.9
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 954105
DEBUG    ya.test:process.py:259 Command (pid 954105) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 954105) elapsed time (sec): 0.7248642444610596
DEBUG    ya.test:process.py:263 Command (pid 954105) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 954105) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 954105) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 954105) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 954105) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 954105) maxrss: 888588
DEBUG    ya.test:process.py:263 Command (pid 954105) minflt: 45549
DEBUG    ya.test:process.py:263 Command (pid 954105) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 954105) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 954105) nivcsw: 112
DEBUG    ya.test:process.py:263 Command (pid 954105) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 954105) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 954105) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 954105) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 954105) stime: 0.160124
DEBUG    ya.test:process.py:263 Command (pid 954105) utime: 0.490056
DEBUG    ya.test:process.py:263 Command (pid 954105) wtime: 0.726
DEBUG    ya.test:process.py:275 Command (pid 954105) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 954105) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62323 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_bfn6j6d9.log --grpc-port=7193 --mon-port=64371 --ic-port=1486 --key-file /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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:62323', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_bfn6j6d9.log', '--grpc-port=7193', '--mon-port=64371', '--ic-port=1486', '--key-file', '/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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: 954222
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:7193/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/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 954224
DEBUG    ya.test:process.py:259 Command (pid 954224) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 954224) elapsed time (sec): 0.7212247848510742
DEBUG    ya.test:process.py:263 Command (pid 954224) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 954224) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 954224) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 954224) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 954224) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 954224) maxrss: 888588
DEBUG    ya.test:process.py:263 Command (pid 954224) minflt: 45581
DEBUG    ya.test:process.py:263 Command (pid 954224) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 954224) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 954224) nivcsw: 72
DEBUG    ya.test:process.py:263 Command (pid 954224) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 954224) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 954224) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 954224) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 954224) stime: 0.17649199999999998
DEBUG    ya.test:process.py:263 Command (pid 954224) utime: 0.452073
DEBUG    ya.test:process.py:263 Command (pid 954224) wtime: 0.723
DEBUG    ya.test:process.py:275 Command (pid 954224) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 954224) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 2 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28695
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19032
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4925
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12539
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29270
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62323 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_zbmydjnq.log --grpc-port=28695 --mon-port=19032 --ic-port=4925 --key-file /home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22054
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8835
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29987
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20996
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1869
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62323 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_eahw86qo.log --grpc-port=22054 --mon-port=8835 --ic-port=29987 --key-file /home/runner/.ya/build/build_root/q95o/002ca0/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:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62323 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_zbmydjnq.log --grpc-port=28695 --mon-port=19032 --ic-port=4925 --key-file /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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:62323', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_zbmydjnq.log', '--grpc-port=28695', '--mon-port=19032', '--ic-port=4925', '--key-file', '/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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: 954451
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:28695/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 954452
DEBUG    ya.test:process.py:259 Command (pid 954452) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 954452) elapsed time (sec): 0.7657055854797363
DEBUG    ya.test:process.py:263 Command (pid 954452) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 954452) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 954452) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 954452) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 954452) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 954452) maxrss: 888588
DEBUG    ya.test:process.py:263 Command (pid 954452) minflt: 45584
DEBUG    ya.test:process.py:263 Command (pid 954452) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 954452) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 954452) nivcsw: 208
DEBUG    ya.test:process.py:263 Command (pid 954452) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 954452) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 954452) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 954452) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 954452) stime: 0.219132
DEBUG    ya.test:process.py:263 Command (pid 954452) utime: 0.429791
DEBUG    ya.test:process.py:263 Command (pid 954452) wtime: 0.768
DEBUG    ya.test:process.py:275 Command (pid 954452) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 954452) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 3 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62323 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_eahw86qo.log --grpc-port=22054 --mon-port=8835 --ic-port=29987 --key-file /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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:62323', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_eahw86qo.log', '--grpc-port=22054', '--mon-port=8835', '--ic-port=29987', '--key-file', '/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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: 954766
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:22054/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 954801
DEBUG    ya.test:process.py:259 Command (pid 954801) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 954801) elapsed time (sec): 0.9001734256744385
DEBUG    ya.test:process.py:263 Command (pid 954801) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 954801) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 954801) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 954801) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 954801) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 954801) maxrss: 888588
DEBUG    ya.test:process.py:263 Command (pid 954801) minflt: 45594
DEBUG    ya.test:process.py:263 Command (pid 954801) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 954801) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 954801) nivcsw: 118
DEBUG    ya.test:process.py:263 Command (pid 954801) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 954801) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 954801) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 954801) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 954801) stime: 0.202959
DEBUG    ya.test:process.py:263 Command (pid 954801) utime: 0.46467899999999995
DEBUG    ya.test:process.py:263 Command (pid 954801) wtime: 0.905
DEBUG    ya.test:process.py:275 Command (pid 954801) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 954801) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 4 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
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, c3e2cf98-dc44-42e3-97b6-1689e0477ce5, localhost:62323): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c3e2cf98-dc44-42e3-97b6-1689e0477ce5, localhost:62323): request = { database: "/Root/test_simple_encryption_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.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(ListEndpoints, c3e2cf98-dc44-42e3-97b6-1689e0477ce5, localhost:62323): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-saptlbqaqq.auto.internal" port: 17936 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-saptlbqaqq.auto.internal" port: 7193 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-saptlbqaqq.auto.internal:17936, location , ssl: False>, <Endpoint ghrun-saptlbqaqq.auto.internal:7193, 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.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 4c868690-6938-4285-b07b-b3beef603f50, localhost:62323): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4c868690-6938-4285-b07b-b3beef603f50, localhost:62323): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4c868690-6938-4285-b07b-b3beef603f50, localhost:62323): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-saptlbqaqq.auto.internal" port: 28695 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-saptlbqaqq.auto.internal" port: 22054 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-saptlbqaqq.auto.internal:28695, location , ssl: False>, <Endpoint ghrun-saptlbqaqq.auto.internal:22054, 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: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:62323
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62323
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 0x7c1e1811c7b0 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 0x7c1e1810f6b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e1810f6b0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a93631ca-1d37-4639-a6d0-5597d999a3e3, ghrun-saptlbqaqq.auto.internal:17936): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a93631ca-1d37-4639-a6d0-5597d999a3e3, ghrun-saptlbqaqq.auto.internal:17936): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, a93631ca-1d37-4639-a6d0-5597d999a3e3, ghrun-saptlbqaqq.auto.internal:17936): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a93631ca-1d37-4639-a6d0-5597d999a3e3, ghrun-saptlbqaqq.auto.internal:17936): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=MzVlM2VlYmItMzg3ZGU2YzQtZDA0YTg3MGMtNTUyMTExMg==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1810f6b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1e1810f6b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 20b0f25f-4c82-451e-a4e3-95c1eb8f92be, ghrun-saptlbqaqq.auto.internal:17936): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, a93631ca-1d37-4639-a6d0-5597d999a3e3, ghrun-saptlbqaqq.auto.internal:17936): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 20b0f25f-4c82-451e-a4e3-95c1eb8f92be, ghrun-saptlbqaqq.auto.internal:17936): request = { session_id: "ydb://session/3?node_id=50000&id=MzVlM2VlYmItMzg3ZGU2YzQtZDA0YTg3MGMtNTUyMTExMg==" 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, 20b0f25f-4c82-451e-a4e3-95c1eb8f92be, ghrun-saptlbqaqq.auto.internal:17936): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1810f6b0>
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 0x7c1e181010f0 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 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7fa55eaa-04e7-495d-82ec-2a49405e7ef6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7fa55eaa-04e7-495d-82ec-2a49405e7ef6, ghrun-saptlbqaqq.auto.internal:28695): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 7fa55eaa-04e7-495d-82ec-2a49405e7ef6, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7fa55eaa-04e7-495d-82ec-2a49405e7ef6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" } } } }
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 7fa55eaa-04e7-495d-82ec-2a49405e7ef6, ghrun-saptlbqaqq.auto.internal:28695): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 69832532-e7b1-4104-96da-f5fdbb200f3c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 69832532-e7b1-4104-96da-f5fdbb200f3c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" 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, 69832532-e7b1-4104-96da-f5fdbb200f3c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, e0a18098-6c6e-42b1-babb-7ad872430eb5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, e0a18098-6c6e-42b1-babb-7ad872430eb5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" 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 0x7c1e180e7b30 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 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e180e63b0>
INFO     __tests__.test_encryption:test_encryption.py:139 Status {
  Success: true
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 30087
      NodeId: 1
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 30087
      NodeId: 1
    }
    Path: "SectorMap:2:64"
    Status: ACTIVE
    PDiskId: 1000
  }
}
Success: true
ConfigTxSeqNo: 28

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6f9c2b20-0f1f-4f48-92f7-c5a21efa5e1a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 30087 SectorMap:1:64
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6f9c2b20-0f1f-4f48-92f7-c5a21efa5e1a, ghrun-saptlbqaqq.auto.internal:22054): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 6f9c2b20-0f1f-4f48-92f7-c5a21efa5e1a, ghrun-saptlbqaqq.auto.internal:22054): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6f9c2b20-0f1f-4f48-92f7-c5a21efa5e1a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 29
}

DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 6f9c2b20-0f1f-4f48-92f7-c5a21efa5e1a, ghrun-saptlbqaqq.auto.internal:22054): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, d2ffe8ef-3995-4086-8a45-c76f255c0430, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, d2ffe8ef-3995-4086-8a45-c76f255c0430, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 30
}

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

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

DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, e0a18098-6c6e-42b1-babb-7ad872430eb5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=a16bc0ac-6522e1be-a3c9aaf7-2f0f1b8a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d36c1ad-c1a3-428a-ae83-31ad05fd4116, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d36c1ad-c1a3-428a-ae83-31ad05fd4116, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14432837522256136023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443283752225613602314432837522256136023144328375222561360231443283752225613602314432837522256136023144328375222561360231443283752225613602314432837522256136023144328375222561360231443283752225613602314432837522256136023144328375222561360231443283752225613602314432837522256136023144328375222561360231443283752225613602314432837522256136023144328375222561360231443283752225613602314432837522256136023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d36c1ad-c1a3-428a-ae83-31ad05fd4116, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3feda56d-f586-42f2-a5fb-3052fea3dc89, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3feda56d-f586-42f2-a5fb-3052fea3dc89, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12836787785059856821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283678778505985682112836787785059856821128367877850598568211283678778505985682112836787785059856821128367877850598568211283678778505985682112836787785059856821128367877850598568211283678778505985682112836787785059856821128367877850598568211283678778505985682112836787785059856821128367877850598568211283678778505985682112836787785059856821128367877850598568211283678778505985682112836787785059856821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3feda56d-f586-42f2-a5fb-3052fea3dc89, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d776d78b-d1e6-4a3e-b5a4-6d4dcc424b43, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d776d78b-d1e6-4a3e-b5a4-6d4dcc424b43, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 732380079146370984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "732380079146370984732380079146370984732380079146370984732380079146370984732380079146370984732380079146370984732380079146370984732380079146370984732380079146370984732380079146370984732380079146370984732380079146370984732380079146370984732380079146370984732380079146370984732380079146370984732380079146370984732380079146370984732380079146370984732380079146370984" } } } 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, d2ffe8ef-3995-4086-8a45-c76f255c0430, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=f7ab422d-9d9a5a31-88220993-a82cb50c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d776d78b-d1e6-4a3e-b5a4-6d4dcc424b43, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8270ec6c-8258-43db-9c02-25263655fa88, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a61703c-4873-461d-a971-ffce6d1fd47b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a61703c-4873-461d-a971-ffce6d1fd47b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8233853610045144495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82338536100451444958233853610045144495823385361004514449582338536100451444958233853610045144495823385361004514449582338536100451444958233853610045144495823385361004514449582338536100451444958233853610045144495823385361004514449582338536100451444958233853610045144495823385361004514449582338536100451444958233853610045144495823385361004514449582338536100451444958233853610045144495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8270ec6c-8258-43db-9c02-25263655fa88, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16857825354159053914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685782535415905391416857825354159053914168578253541590539141685782535415905391416857825354159053914168578253541590539141685782535415905391416857825354159053914168578253541590539141685782535415905391416857825354159053914168578253541590539141685782535415905391416857825354159053914168578253541590539141685782535415905391416857825354159053914168578253541590539141685782535415905391416857825354159053914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a61703c-4873-461d-a971-ffce6d1fd47b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3093234a-85ce-456a-aa2c-bb0915dac53f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3093234a-85ce-456a-aa2c-bb0915dac53f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16243992486240099777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624399248624009977716243992486240099777162439924862400997771624399248624009977716243992486240099777162439924862400997771624399248624009977716243992486240099777162439924862400997771624399248624009977716243992486240099777162439924862400997771624399248624009977716243992486240099777162439924862400997771624399248624009977716243992486240099777162439924862400997771624399248624009977716243992486240099777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3093234a-85ce-456a-aa2c-bb0915dac53f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22313b15-c729-4d72-97d7-562219b0c348, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22313b15-c729-4d72-97d7-562219b0c348, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12364628475730534585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236462847573053458512364628475730534585123646284757305345851236462847573053458512364628475730534585123646284757305345851236462847573053458512364628475730534585123646284757305345851236462847573053458512364628475730534585123646284757305345851236462847573053458512364628475730534585123646284757305345851236462847573053458512364628475730534585123646284757305345851236462847573053458512364628475730534585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8270ec6c-8258-43db-9c02-25263655fa88, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22313b15-c729-4d72-97d7-562219b0c348, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d102e3c-e490-4c28-aa2e-d39a1abaf5ce, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d102e3c-e490-4c28-aa2e-d39a1abaf5ce, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2900175302008618526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29001753020086185262900175302008618526290017530200861852629001753020086185262900175302008618526290017530200861852629001753020086185262900175302008618526290017530200861852629001753020086185262900175302008618526290017530200861852629001753020086185262900175302008618526290017530200861852629001753020086185262900175302008618526290017530200861852629001753020086185262900175302008618526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dc2e1c0-578b-4901-80ea-b74dfcd7e7bf, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc2e1c0-578b-4901-80ea-b74dfcd7e7bf, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2908951184503524663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29089511845035246632908951184503524663290895118450352466329089511845035246632908951184503524663290895118450352466329089511845035246632908951184503524663290895118450352466329089511845035246632908951184503524663290895118450352466329089511845035246632908951184503524663290895118450352466329089511845035246632908951184503524663290895118450352466329089511845035246632908951184503524663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc2e1c0-578b-4901-80ea-b74dfcd7e7bf, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d102e3c-e490-4c28-aa2e-d39a1abaf5ce, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a300a874-c0f1-490e-87d1-bf0c79af7439, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6a0395d-0b83-4e93-be5e-23dfe9f52440, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a300a874-c0f1-490e-87d1-bf0c79af7439, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3449199583852619401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34491995838526194013449199583852619401344919958385261940134491995838526194013449199583852619401344919958385261940134491995838526194013449199583852619401344919958385261940134491995838526194013449199583852619401344919958385261940134491995838526194013449199583852619401344919958385261940134491995838526194013449199583852619401344919958385261940134491995838526194013449199583852619401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6a0395d-0b83-4e93-be5e-23dfe9f52440, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 168104981953624843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "168104981953624843168104981953624843168104981953624843168104981953624843168104981953624843168104981953624843168104981953624843168104981953624843168104981953624843168104981953624843168104981953624843168104981953624843168104981953624843168104981953624843168104981953624843168104981953624843168104981953624843168104981953624843168104981953624843168104981953624843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6a0395d-0b83-4e93-be5e-23dfe9f52440, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a5e3b67-c71f-427e-ba6c-333d581c098b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a5e3b67-c71f-427e-ba6c-333d581c098b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2187857347467309988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21878573474673099882187857347467309988218785734746730998821878573474673099882187857347467309988218785734746730998821878573474673099882187857347467309988218785734746730998821878573474673099882187857347467309988218785734746730998821878573474673099882187857347467309988218785734746730998821878573474673099882187857347467309988218785734746730998821878573474673099882187857347467309988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a300a874-c0f1-490e-87d1-bf0c79af7439, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4a07aa7-b400-49dc-8c8e-d1d13bd46719, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4a07aa7-b400-49dc-8c8e-d1d13bd46719, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5692055962453865102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56920559624538651025692055962453865102569205596245386510256920559624538651025692055962453865102569205596245386510256920559624538651025692055962453865102569205596245386510256920559624538651025692055962453865102569205596245386510256920559624538651025692055962453865102569205596245386510256920559624538651025692055962453865102569205596245386510256920559624538651025692055962453865102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4a07aa7-b400-49dc-8c8e-d1d13bd46719, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be0d7d16-bf1d-4edd-8a38-482c688b0e9e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be0d7d16-bf1d-4edd-8a38-482c688b0e9e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3016222854706473118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30162228547064731183016222854706473118301622285470647311830162228547064731183016222854706473118301622285470647311830162228547064731183016222854706473118301622285470647311830162228547064731183016222854706473118301622285470647311830162228547064731183016222854706473118301622285470647311830162228547064731183016222854706473118301622285470647311830162228547064731183016222854706473118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a5e3b67-c71f-427e-ba6c-333d581c098b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27a19560-681f-4bbc-a398-54d68fff99e4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27a19560-681f-4bbc-a398-54d68fff99e4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11661947876780987390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166194787678098739011661947876780987390116619478767809873901166194787678098739011661947876780987390116619478767809873901166194787678098739011661947876780987390116619478767809873901166194787678098739011661947876780987390116619478767809873901166194787678098739011661947876780987390116619478767809873901166194787678098739011661947876780987390116619478767809873901166194787678098739011661947876780987390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be0d7d16-bf1d-4edd-8a38-482c688b0e9e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd6ee494-d06a-4cad-94e3-84a393991829, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd6ee494-d06a-4cad-94e3-84a393991829, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8471679990454438151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84716799904544381518471679990454438151847167999045443815184716799904544381518471679990454438151847167999045443815184716799904544381518471679990454438151847167999045443815184716799904544381518471679990454438151847167999045443815184716799904544381518471679990454438151847167999045443815184716799904544381518471679990454438151847167999045443815184716799904544381518471679990454438151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27a19560-681f-4bbc-a398-54d68fff99e4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c442b80b-cfe6-4b30-a72a-e8993e4c9f4b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c442b80b-cfe6-4b30-a72a-e8993e4c9f4b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18156351007771712856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815635100777171285618156351007771712856181563510077717128561815635100777171285618156351007771712856181563510077717128561815635100777171285618156351007771712856181563510077717128561815635100777171285618156351007771712856181563510077717128561815635100777171285618156351007771712856181563510077717128561815635100777171285618156351007771712856181563510077717128561815635100777171285618156351007771712856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd6ee494-d06a-4cad-94e3-84a393991829, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2df8ef95-164d-4b3b-95d1-8edcd40042e3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2df8ef95-164d-4b3b-95d1-8edcd40042e3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1805458195868436191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18054581958684361911805458195868436191180545819586843619118054581958684361911805458195868436191180545819586843619118054581958684361911805458195868436191180545819586843619118054581958684361911805458195868436191180545819586843619118054581958684361911805458195868436191180545819586843619118054581958684361911805458195868436191180545819586843619118054581958684361911805458195868436191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c442b80b-cfe6-4b30-a72a-e8993e4c9f4b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e2189b7-45d2-48fc-bd11-6031bb28d428, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e2189b7-45d2-48fc-bd11-6031bb28d428, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10765444433705757207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076544443370575720710765444433705757207107654444337057572071076544443370575720710765444433705757207107654444337057572071076544443370575720710765444433705757207107654444337057572071076544443370575720710765444433705757207107654444337057572071076544443370575720710765444433705757207107654444337057572071076544443370575720710765444433705757207107654444337057572071076544443370575720710765444433705757207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2df8ef95-164d-4b3b-95d1-8edcd40042e3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89422659-0eac-464f-90d8-2bbd4918453f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89422659-0eac-464f-90d8-2bbd4918453f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10769048054202368913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076904805420236891310769048054202368913107690480542023689131076904805420236891310769048054202368913107690480542023689131076904805420236891310769048054202368913107690480542023689131076904805420236891310769048054202368913107690480542023689131076904805420236891310769048054202368913107690480542023689131076904805420236891310769048054202368913107690480542023689131076904805420236891310769048054202368913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89422659-0eac-464f-90d8-2bbd4918453f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e2189b7-45d2-48fc-bd11-6031bb28d428, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41e1567a-fa65-419a-a890-28f82fb4649e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41e1567a-fa65-419a-a890-28f82fb4649e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 493901660036536572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "493901660036536572493901660036536572493901660036536572493901660036536572493901660036536572493901660036536572493901660036536572493901660036536572493901660036536572493901660036536572493901660036536572493901660036536572493901660036536572493901660036536572493901660036536572493901660036536572493901660036536572493901660036536572493901660036536572493901660036536572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28b47075-1026-4194-90b0-ae3b7a5d285e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28b47075-1026-4194-90b0-ae3b7a5d285e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7230722441248972246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72307224412489722467230722441248972246723072244124897224672307224412489722467230722441248972246723072244124897224672307224412489722467230722441248972246723072244124897224672307224412489722467230722441248972246723072244124897224672307224412489722467230722441248972246723072244124897224672307224412489722467230722441248972246723072244124897224672307224412489722467230722441248972246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41e1567a-fa65-419a-a890-28f82fb4649e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c533d989-1eca-4f2b-9c91-475db2fc7477, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c533d989-1eca-4f2b-9c91-475db2fc7477, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12802705055258200133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280270505525820013312802705055258200133128027050552582001331280270505525820013312802705055258200133128027050552582001331280270505525820013312802705055258200133128027050552582001331280270505525820013312802705055258200133128027050552582001331280270505525820013312802705055258200133128027050552582001331280270505525820013312802705055258200133128027050552582001331280270505525820013312802705055258200133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28b47075-1026-4194-90b0-ae3b7a5d285e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efca2451-53b7-44b5-96e9-7ca3cb23a7eb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efca2451-53b7-44b5-96e9-7ca3cb23a7eb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5999314855941001078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59993148559410010785999314855941001078599931485594100107859993148559410010785999314855941001078599931485594100107859993148559410010785999314855941001078599931485594100107859993148559410010785999314855941001078599931485594100107859993148559410010785999314855941001078599931485594100107859993148559410010785999314855941001078599931485594100107859993148559410010785999314855941001078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c533d989-1eca-4f2b-9c91-475db2fc7477, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38ef4082-a155-4e00-8753-fe639540b3ad, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38ef4082-a155-4e00-8753-fe639540b3ad, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13222623074724036636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322262307472403663613222623074724036636132226230747240366361322262307472403663613222623074724036636132226230747240366361322262307472403663613222623074724036636132226230747240366361322262307472403663613222623074724036636132226230747240366361322262307472403663613222623074724036636132226230747240366361322262307472403663613222623074724036636132226230747240366361322262307472403663613222623074724036636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efca2451-53b7-44b5-96e9-7ca3cb23a7eb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfa96385-7c48-4377-b90b-c76fb151e8dc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa96385-7c48-4377-b90b-c76fb151e8dc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5766282428815742532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57662824288157425325766282428815742532576628242881574253257662824288157425325766282428815742532576628242881574253257662824288157425325766282428815742532576628242881574253257662824288157425325766282428815742532576628242881574253257662824288157425325766282428815742532576628242881574253257662824288157425325766282428815742532576628242881574253257662824288157425325766282428815742532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38ef4082-a155-4e00-8753-fe639540b3ad, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca98fa8f-6617-4f82-a734-232853e25ac2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca98fa8f-6617-4f82-a734-232853e25ac2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18361791717242573931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836179171724257393118361791717242573931183617917172425739311836179171724257393118361791717242573931183617917172425739311836179171724257393118361791717242573931183617917172425739311836179171724257393118361791717242573931183617917172425739311836179171724257393118361791717242573931183617917172425739311836179171724257393118361791717242573931183617917172425739311836179171724257393118361791717242573931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa96385-7c48-4377-b90b-c76fb151e8dc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b59d821-f598-4b6a-924d-c3a1de28d40e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b59d821-f598-4b6a-924d-c3a1de28d40e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9396112881764386981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93961128817643869819396112881764386981939611288176438698193961128817643869819396112881764386981939611288176438698193961128817643869819396112881764386981939611288176438698193961128817643869819396112881764386981939611288176438698193961128817643869819396112881764386981939611288176438698193961128817643869819396112881764386981939611288176438698193961128817643869819396112881764386981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca98fa8f-6617-4f82-a734-232853e25ac2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f946da2c-9ab9-476e-8e0a-6c607fb0e0fb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f946da2c-9ab9-476e-8e0a-6c607fb0e0fb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14942417591441729738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494241759144172973814942417591441729738149424175914417297381494241759144172973814942417591441729738149424175914417297381494241759144172973814942417591441729738149424175914417297381494241759144172973814942417591441729738149424175914417297381494241759144172973814942417591441729738149424175914417297381494241759144172973814942417591441729738149424175914417297381494241759144172973814942417591441729738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b59d821-f598-4b6a-924d-c3a1de28d40e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b632f439-cf2f-4a51-8f52-bf357708a418, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b632f439-cf2f-4a51-8f52-bf357708a418, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3772723010665752939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37727230106657529393772723010665752939377272301066575293937727230106657529393772723010665752939377272301066575293937727230106657529393772723010665752939377272301066575293937727230106657529393772723010665752939377272301066575293937727230106657529393772723010665752939377272301066575293937727230106657529393772723010665752939377272301066575293937727230106657529393772723010665752939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f946da2c-9ab9-476e-8e0a-6c607fb0e0fb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d1f36e0-b4e6-4aae-b218-d066abaa6a01, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b632f439-cf2f-4a51-8f52-bf357708a418, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d1f36e0-b4e6-4aae-b218-d066abaa6a01, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7436244730523041136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74362447305230411367436244730523041136743624473052304113674362447305230411367436244730523041136743624473052304113674362447305230411367436244730523041136743624473052304113674362447305230411367436244730523041136743624473052304113674362447305230411367436244730523041136743624473052304113674362447305230411367436244730523041136743624473052304113674362447305230411367436244730523041136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e55dd3b9-2971-4b8f-8341-5e3c109e508e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e55dd3b9-2971-4b8f-8341-5e3c109e508e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13061499655003399754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306149965500339975413061499655003399754130614996550033997541306149965500339975413061499655003399754130614996550033997541306149965500339975413061499655003399754130614996550033997541306149965500339975413061499655003399754130614996550033997541306149965500339975413061499655003399754130614996550033997541306149965500339975413061499655003399754130614996550033997541306149965500339975413061499655003399754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d1f36e0-b4e6-4aae-b218-d066abaa6a01, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 181fc21a-d10f-4b95-b50c-c86c22169f8a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e55dd3b9-2971-4b8f-8341-5e3c109e508e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 621b351c-d2d5-48fa-bb8e-4acda054c4d8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 621b351c-d2d5-48fa-bb8e-4acda054c4d8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4679348619112823996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46793486191128239964679348619112823996467934861911282399646793486191128239964679348619112823996467934861911282399646793486191128239964679348619112823996467934861911282399646793486191128239964679348619112823996467934861911282399646793486191128239964679348619112823996467934861911282399646793486191128239964679348619112823996467934861911282399646793486191128239964679348619112823996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 181fc21a-d10f-4b95-b50c-c86c22169f8a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7630044942340513580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76300449423405135807630044942340513580763004494234051358076300449423405135807630044942340513580763004494234051358076300449423405135807630044942340513580763004494234051358076300449423405135807630044942340513580763004494234051358076300449423405135807630044942340513580763004494234051358076300449423405135807630044942340513580763004494234051358076300449423405135807630044942340513580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 621b351c-d2d5-48fa-bb8e-4acda054c4d8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 181fc21a-d10f-4b95-b50c-c86c22169f8a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d234d168-692b-47d4-b018-1d3949a9e60b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d234d168-692b-47d4-b018-1d3949a9e60b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13862958040923734548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386295804092373454813862958040923734548138629580409237345481386295804092373454813862958040923734548138629580409237345481386295804092373454813862958040923734548138629580409237345481386295804092373454813862958040923734548138629580409237345481386295804092373454813862958040923734548138629580409237345481386295804092373454813862958040923734548138629580409237345481386295804092373454813862958040923734548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25dd074c-f2be-4f47-90d6-870c0c5a7f5b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25dd074c-f2be-4f47-90d6-870c0c5a7f5b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15919801202475020839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591980120247502083915919801202475020839159198012024750208391591980120247502083915919801202475020839159198012024750208391591980120247502083915919801202475020839159198012024750208391591980120247502083915919801202475020839159198012024750208391591980120247502083915919801202475020839159198012024750208391591980120247502083915919801202475020839159198012024750208391591980120247502083915919801202475020839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d234d168-692b-47d4-b018-1d3949a9e60b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c68dcd58-c2ae-4969-83f6-afd253fac9b6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c68dcd58-c2ae-4969-83f6-afd253fac9b6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4445578559250160694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44455785592501606944445578559250160694444557855925016069444455785592501606944445578559250160694444557855925016069444455785592501606944445578559250160694444557855925016069444455785592501606944445578559250160694444557855925016069444455785592501606944445578559250160694444557855925016069444455785592501606944445578559250160694444557855925016069444455785592501606944445578559250160694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25dd074c-f2be-4f47-90d6-870c0c5a7f5b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76e2738a-460c-42a9-af80-34e649add73e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76e2738a-460c-42a9-af80-34e649add73e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3477544217144471444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34775442171444714443477544217144471444347754421714447144434775442171444714443477544217144471444347754421714447144434775442171444714443477544217144471444347754421714447144434775442171444714443477544217144471444347754421714447144434775442171444714443477544217144471444347754421714447144434775442171444714443477544217144471444347754421714447144434775442171444714443477544217144471444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c68dcd58-c2ae-4969-83f6-afd253fac9b6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3f0b3aa-f762-4c64-8152-53cdcf207c4e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3f0b3aa-f762-4c64-8152-53cdcf207c4e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14138202731862608329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413820273186260832914138202731862608329141382027318626083291413820273186260832914138202731862608329141382027318626083291413820273186260832914138202731862608329141382027318626083291413820273186260832914138202731862608329141382027318626083291413820273186260832914138202731862608329141382027318626083291413820273186260832914138202731862608329141382027318626083291413820273186260832914138202731862608329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76e2738a-460c-42a9-af80-34e649add73e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4ab5667-2d0f-4d64-91b9-b243a51b7cdb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4ab5667-2d0f-4d64-91b9-b243a51b7cdb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6510715258586236164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65107152585862361646510715258586236164651071525858623616465107152585862361646510715258586236164651071525858623616465107152585862361646510715258586236164651071525858623616465107152585862361646510715258586236164651071525858623616465107152585862361646510715258586236164651071525858623616465107152585862361646510715258586236164651071525858623616465107152585862361646510715258586236164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4ab5667-2d0f-4d64-91b9-b243a51b7cdb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c6e45c0-df72-4c4a-b9bd-5be2c956cd77, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c6e45c0-df72-4c4a-b9bd-5be2c956cd77, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14868037420353271905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486803742035327190514868037420353271905148680374203532719051486803742035327190514868037420353271905148680374203532719051486803742035327190514868037420353271905148680374203532719051486803742035327190514868037420353271905148680374203532719051486803742035327190514868037420353271905148680374203532719051486803742035327190514868037420353271905148680374203532719051486803742035327190514868037420353271905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c6e45c0-df72-4c4a-b9bd-5be2c956cd77, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5233df79-add2-4704-a355-37d8b81e2a31, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5233df79-add2-4704-a355-37d8b81e2a31, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10779249237006755741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077924923700675574110779249237006755741107792492370067557411077924923700675574110779249237006755741107792492370067557411077924923700675574110779249237006755741107792492370067557411077924923700675574110779249237006755741107792492370067557411077924923700675574110779249237006755741107792492370067557411077924923700675574110779249237006755741107792492370067557411077924923700675574110779249237006755741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3f0b3aa-f762-4c64-8152-53cdcf207c4e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e25e2a59-54f3-44c8-b028-a1515ef5e6fe, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e25e2a59-54f3-44c8-b028-a1515ef5e6fe, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5176586278103953767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51765862781039537675176586278103953767517658627810395376751765862781039537675176586278103953767517658627810395376751765862781039537675176586278103953767517658627810395376751765862781039537675176586278103953767517658627810395376751765862781039537675176586278103953767517658627810395376751765862781039537675176586278103953767517658627810395376751765862781039537675176586278103953767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5233df79-add2-4704-a355-37d8b81e2a31, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee958947-7140-4778-8c71-95992c5fa485, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee958947-7140-4778-8c71-95992c5fa485, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8417610367295400600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84176103672954006008417610367295400600841761036729540060084176103672954006008417610367295400600841761036729540060084176103672954006008417610367295400600841761036729540060084176103672954006008417610367295400600841761036729540060084176103672954006008417610367295400600841761036729540060084176103672954006008417610367295400600841761036729540060084176103672954006008417610367295400600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e25e2a59-54f3-44c8-b028-a1515ef5e6fe, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2aa51b4-e333-41c0-bc57-7ba0cd7fb46a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2aa51b4-e333-41c0-bc57-7ba0cd7fb46a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 257335872751105223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "257335872751105223257335872751105223257335872751105223257335872751105223257335872751105223257335872751105223257335872751105223257335872751105223257335872751105223257335872751105223257335872751105223257335872751105223257335872751105223257335872751105223257335872751105223257335872751105223257335872751105223257335872751105223257335872751105223257335872751105223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee958947-7140-4778-8c71-95992c5fa485, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f3a0e28-768d-4ae9-9fa2-cd1bffbdf039, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f3a0e28-768d-4ae9-9fa2-cd1bffbdf039, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2275975111410891453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22759751114108914532275975111410891453227597511141089145322759751114108914532275975111410891453227597511141089145322759751114108914532275975111410891453227597511141089145322759751114108914532275975111410891453227597511141089145322759751114108914532275975111410891453227597511141089145322759751114108914532275975111410891453227597511141089145322759751114108914532275975111410891453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2aa51b4-e333-41c0-bc57-7ba0cd7fb46a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c63050c-f7cd-47cd-9941-d5ff6c032d5b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c63050c-f7cd-47cd-9941-d5ff6c032d5b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8916280722665411607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89162807226654116078916280722665411607891628072266541160789162807226654116078916280722665411607891628072266541160789162807226654116078916280722665411607891628072266541160789162807226654116078916280722665411607891628072266541160789162807226654116078916280722665411607891628072266541160789162807226654116078916280722665411607891628072266541160789162807226654116078916280722665411607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f3a0e28-768d-4ae9-9fa2-cd1bffbdf039, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44e96aad-fd80-4629-a57b-2ce47a3674de, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44e96aad-fd80-4629-a57b-2ce47a3674de, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1240180197525170590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12401801975251705901240180197525170590124018019752517059012401801975251705901240180197525170590124018019752517059012401801975251705901240180197525170590124018019752517059012401801975251705901240180197525170590124018019752517059012401801975251705901240180197525170590124018019752517059012401801975251705901240180197525170590124018019752517059012401801975251705901240180197525170590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c63050c-f7cd-47cd-9941-d5ff6c032d5b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88391344-15fe-4ad6-a87a-cd12ef32f789, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88391344-15fe-4ad6-a87a-cd12ef32f789, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6399694631748265408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63996946317482654086399694631748265408639969463174826540863996946317482654086399694631748265408639969463174826540863996946317482654086399694631748265408639969463174826540863996946317482654086399694631748265408639969463174826540863996946317482654086399694631748265408639969463174826540863996946317482654086399694631748265408639969463174826540863996946317482654086399694631748265408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44e96aad-fd80-4629-a57b-2ce47a3674de, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb19eee6-a381-4c34-b0c9-c98a0746ec07, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb19eee6-a381-4c34-b0c9-c98a0746ec07, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9030367524554618236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90303675245546182369030367524554618236903036752455461823690303675245546182369030367524554618236903036752455461823690303675245546182369030367524554618236903036752455461823690303675245546182369030367524554618236903036752455461823690303675245546182369030367524554618236903036752455461823690303675245546182369030367524554618236903036752455461823690303675245546182369030367524554618236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88391344-15fe-4ad6-a87a-cd12ef32f789, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e72805e-1463-447c-a847-87e7f4b3c397, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb19eee6-a381-4c34-b0c9-c98a0746ec07, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e72805e-1463-447c-a847-87e7f4b3c397, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1758732624542417527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17587326245424175271758732624542417527175873262454241752717587326245424175271758732624542417527175873262454241752717587326245424175271758732624542417527175873262454241752717587326245424175271758732624542417527175873262454241752717587326245424175271758732624542417527175873262454241752717587326245424175271758732624542417527175873262454241752717587326245424175271758732624542417527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e2d0148-6b71-4748-b594-526cd7a26cfd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e2d0148-6b71-4748-b594-526cd7a26cfd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2256069713305858675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22560697133058586752256069713305858675225606971330585867522560697133058586752256069713305858675225606971330585867522560697133058586752256069713305858675225606971330585867522560697133058586752256069713305858675225606971330585867522560697133058586752256069713305858675225606971330585867522560697133058586752256069713305858675225606971330585867522560697133058586752256069713305858675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e72805e-1463-447c-a847-87e7f4b3c397, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e46022c-a38f-4641-8fac-469202a2b521, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e2d0148-6b71-4748-b594-526cd7a26cfd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e46022c-a38f-4641-8fac-469202a2b521, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15905374385558061169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590537438555806116915905374385558061169159053743855580611691590537438555806116915905374385558061169159053743855580611691590537438555806116915905374385558061169159053743855580611691590537438555806116915905374385558061169159053743855580611691590537438555806116915905374385558061169159053743855580611691590537438555806116915905374385558061169159053743855580611691590537438555806116915905374385558061169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fd64a5f-8e89-45e3-a2c2-5e3c6465938d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fd64a5f-8e89-45e3-a2c2-5e3c6465938d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13294241469884491763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329424146988449176313294241469884491763132942414698844917631329424146988449176313294241469884491763132942414698844917631329424146988449176313294241469884491763132942414698844917631329424146988449176313294241469884491763132942414698844917631329424146988449176313294241469884491763132942414698844917631329424146988449176313294241469884491763132942414698844917631329424146988449176313294241469884491763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e46022c-a38f-4641-8fac-469202a2b521, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 456eac05-57b3-46d8-a3f5-fc08b3792635, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 456eac05-57b3-46d8-a3f5-fc08b3792635, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4718436467578457734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47184364675784577344718436467578457734471843646757845773447184364675784577344718436467578457734471843646757845773447184364675784577344718436467578457734471843646757845773447184364675784577344718436467578457734471843646757845773447184364675784577344718436467578457734471843646757845773447184364675784577344718436467578457734471843646757845773447184364675784577344718436467578457734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fd64a5f-8e89-45e3-a2c2-5e3c6465938d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01995760-b912-44e0-86d7-480f9053efef, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01995760-b912-44e0-86d7-480f9053efef, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13260159355360315211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326015935536031521113260159355360315211132601593553603152111326015935536031521113260159355360315211132601593553603152111326015935536031521113260159355360315211132601593553603152111326015935536031521113260159355360315211132601593553603152111326015935536031521113260159355360315211132601593553603152111326015935536031521113260159355360315211132601593553603152111326015935536031521113260159355360315211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 456eac05-57b3-46d8-a3f5-fc08b3792635, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 287308aa-91ea-4e13-909e-d4861d07de7b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 287308aa-91ea-4e13-909e-d4861d07de7b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2004967025742663292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20049670257426632922004967025742663292200496702574266329220049670257426632922004967025742663292200496702574266329220049670257426632922004967025742663292200496702574266329220049670257426632922004967025742663292200496702574266329220049670257426632922004967025742663292200496702574266329220049670257426632922004967025742663292200496702574266329220049670257426632922004967025742663292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01995760-b912-44e0-86d7-480f9053efef, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10b8a0f9-2e0d-4525-be85-71f292f834b4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10b8a0f9-2e0d-4525-be85-71f292f834b4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 876430264721615552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "876430264721615552876430264721615552876430264721615552876430264721615552876430264721615552876430264721615552876430264721615552876430264721615552876430264721615552876430264721615552876430264721615552876430264721615552876430264721615552876430264721615552876430264721615552876430264721615552876430264721615552876430264721615552876430264721615552876430264721615552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 287308aa-91ea-4e13-909e-d4861d07de7b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42f6f3b0-02b8-40e4-a547-1d25e101a10e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42f6f3b0-02b8-40e4-a547-1d25e101a10e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14278082037998747938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427808203799874793814278082037998747938142780820379987479381427808203799874793814278082037998747938142780820379987479381427808203799874793814278082037998747938142780820379987479381427808203799874793814278082037998747938142780820379987479381427808203799874793814278082037998747938142780820379987479381427808203799874793814278082037998747938142780820379987479381427808203799874793814278082037998747938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42f6f3b0-02b8-40e4-a547-1d25e101a10e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 267c59c2-5e03-4c48-b5c1-19c46be8cba8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 267c59c2-5e03-4c48-b5c1-19c46be8cba8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2889964314371109306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28899643143711093062889964314371109306288996431437110930628899643143711093062889964314371109306288996431437110930628899643143711093062889964314371109306288996431437110930628899643143711093062889964314371109306288996431437110930628899643143711093062889964314371109306288996431437110930628899643143711093062889964314371109306288996431437110930628899643143711093062889964314371109306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10b8a0f9-2e0d-4525-be85-71f292f834b4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e64a9f57-4256-4708-9fac-545e5462500e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e64a9f57-4256-4708-9fac-545e5462500e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2806237877303354704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28062378773033547042806237877303354704280623787730335470428062378773033547042806237877303354704280623787730335470428062378773033547042806237877303354704280623787730335470428062378773033547042806237877303354704280623787730335470428062378773033547042806237877303354704280623787730335470428062378773033547042806237877303354704280623787730335470428062378773033547042806237877303354704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e64a9f57-4256-4708-9fac-545e5462500e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40bec27a-b41e-435b-b1b9-986e099d5a3a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 267c59c2-5e03-4c48-b5c1-19c46be8cba8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c161ecf1-ec5e-40c1-add2-7083de62326e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c161ecf1-ec5e-40c1-add2-7083de62326e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2392370668223646532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23923706682236465322392370668223646532239237066822364653223923706682236465322392370668223646532239237066822364653223923706682236465322392370668223646532239237066822364653223923706682236465322392370668223646532239237066822364653223923706682236465322392370668223646532239237066822364653223923706682236465322392370668223646532239237066822364653223923706682236465322392370668223646532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40bec27a-b41e-435b-b1b9-986e099d5a3a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3510892589606088935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35108925896060889353510892589606088935351089258960608893535108925896060889353510892589606088935351089258960608893535108925896060889353510892589606088935351089258960608893535108925896060889353510892589606088935351089258960608893535108925896060889353510892589606088935351089258960608893535108925896060889353510892589606088935351089258960608893535108925896060889353510892589606088935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40bec27a-b41e-435b-b1b9-986e099d5a3a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 780ecb56-7ecb-4fe4-b150-c564eeea8bb0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 780ecb56-7ecb-4fe4-b150-c564eeea8bb0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15003710899146429422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500371089914642942215003710899146429422150037108991464294221500371089914642942215003710899146429422150037108991464294221500371089914642942215003710899146429422150037108991464294221500371089914642942215003710899146429422150037108991464294221500371089914642942215003710899146429422150037108991464294221500371089914642942215003710899146429422150037108991464294221500371089914642942215003710899146429422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c161ecf1-ec5e-40c1-add2-7083de62326e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5247e4da-b8d0-4d39-996c-646f2b096931, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5247e4da-b8d0-4d39-996c-646f2b096931, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8872341521734475819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88723415217344758198872341521734475819887234152173447581988723415217344758198872341521734475819887234152173447581988723415217344758198872341521734475819887234152173447581988723415217344758198872341521734475819887234152173447581988723415217344758198872341521734475819887234152173447581988723415217344758198872341521734475819887234152173447581988723415217344758198872341521734475819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5247e4da-b8d0-4d39-996c-646f2b096931, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 780ecb56-7ecb-4fe4-b150-c564eeea8bb0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82582b17-e19f-4606-a4b4-3b4d8e21edaa, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45a1e73a-01f9-452a-893b-c497641360c3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45a1e73a-01f9-452a-893b-c497641360c3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3564435518043332441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35644355180433324413564435518043332441356443551804333244135644355180433324413564435518043332441356443551804333244135644355180433324413564435518043332441356443551804333244135644355180433324413564435518043332441356443551804333244135644355180433324413564435518043332441356443551804333244135644355180433324413564435518043332441356443551804333244135644355180433324413564435518043332441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82582b17-e19f-4606-a4b4-3b4d8e21edaa, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4411635014377302814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44116350143773028144411635014377302814441163501437730281444116350143773028144411635014377302814441163501437730281444116350143773028144411635014377302814441163501437730281444116350143773028144411635014377302814441163501437730281444116350143773028144411635014377302814441163501437730281444116350143773028144411635014377302814441163501437730281444116350143773028144411635014377302814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82582b17-e19f-4606-a4b4-3b4d8e21edaa, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97e9e879-e6dc-42ba-b42b-6f3cc389d0fd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97e9e879-e6dc-42ba-b42b-6f3cc389d0fd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14925703983725460004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492570398372546000414925703983725460004149257039837254600041492570398372546000414925703983725460004149257039837254600041492570398372546000414925703983725460004149257039837254600041492570398372546000414925703983725460004149257039837254600041492570398372546000414925703983725460004149257039837254600041492570398372546000414925703983725460004149257039837254600041492570398372546000414925703983725460004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45a1e73a-01f9-452a-893b-c497641360c3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b36b5678-7758-494f-a02b-e048a03f35fb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b36b5678-7758-494f-a02b-e048a03f35fb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6856746613400003118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68567466134000031186856746613400003118685674661340000311868567466134000031186856746613400003118685674661340000311868567466134000031186856746613400003118685674661340000311868567466134000031186856746613400003118685674661340000311868567466134000031186856746613400003118685674661340000311868567466134000031186856746613400003118685674661340000311868567466134000031186856746613400003118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b36b5678-7758-494f-a02b-e048a03f35fb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e09f673f-8b87-47fa-af61-c8b8c65f4c14, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e09f673f-8b87-47fa-af61-c8b8c65f4c14, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3487320050455788198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34873200504557881983487320050455788198348732005045578819834873200504557881983487320050455788198348732005045578819834873200504557881983487320050455788198348732005045578819834873200504557881983487320050455788198348732005045578819834873200504557881983487320050455788198348732005045578819834873200504557881983487320050455788198348732005045578819834873200504557881983487320050455788198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97e9e879-e6dc-42ba-b42b-6f3cc389d0fd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cb1f057-5967-4764-b9e9-566250373023, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e09f673f-8b87-47fa-af61-c8b8c65f4c14, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24a252bc-6513-43df-8736-0055836c169c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24a252bc-6513-43df-8736-0055836c169c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8545568850968012968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85455688509680129688545568850968012968854556885096801296885455688509680129688545568850968012968854556885096801296885455688509680129688545568850968012968854556885096801296885455688509680129688545568850968012968854556885096801296885455688509680129688545568850968012968854556885096801296885455688509680129688545568850968012968854556885096801296885455688509680129688545568850968012968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb1f057-5967-4764-b9e9-566250373023, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14780370484506552592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478037048450655259214780370484506552592147803704845065525921478037048450655259214780370484506552592147803704845065525921478037048450655259214780370484506552592147803704845065525921478037048450655259214780370484506552592147803704845065525921478037048450655259214780370484506552592147803704845065525921478037048450655259214780370484506552592147803704845065525921478037048450655259214780370484506552592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24a252bc-6513-43df-8736-0055836c169c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aeaaf4f5-0c67-4c7c-bda2-9366e409516c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb1f057-5967-4764-b9e9-566250373023, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6016b5d6-607d-4589-afb0-fb7f6347ddb1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeaaf4f5-0c67-4c7c-bda2-9366e409516c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15596908082898046310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559690808289804631015596908082898046310155969080828980463101559690808289804631015596908082898046310155969080828980463101559690808289804631015596908082898046310155969080828980463101559690808289804631015596908082898046310155969080828980463101559690808289804631015596908082898046310155969080828980463101559690808289804631015596908082898046310155969080828980463101559690808289804631015596908082898046310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6016b5d6-607d-4589-afb0-fb7f6347ddb1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1384117320224307392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13841173202243073921384117320224307392138411732022430739213841173202243073921384117320224307392138411732022430739213841173202243073921384117320224307392138411732022430739213841173202243073921384117320224307392138411732022430739213841173202243073921384117320224307392138411732022430739213841173202243073921384117320224307392138411732022430739213841173202243073921384117320224307392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6016b5d6-607d-4589-afb0-fb7f6347ddb1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21c1277b-99f4-4f93-bd04-b2c67b4073a5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeaaf4f5-0c67-4c7c-bda2-9366e409516c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21c1277b-99f4-4f93-bd04-b2c67b4073a5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1642902004420150775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16429020044201507751642902004420150775164290200442015077516429020044201507751642902004420150775164290200442015077516429020044201507751642902004420150775164290200442015077516429020044201507751642902004420150775164290200442015077516429020044201507751642902004420150775164290200442015077516429020044201507751642902004420150775164290200442015077516429020044201507751642902004420150775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e81a3e9-203f-4df2-9478-361fff9c6b35, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e81a3e9-203f-4df2-9478-361fff9c6b35, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9589462914970581451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95894629149705814519589462914970581451958946291497058145195894629149705814519589462914970581451958946291497058145195894629149705814519589462914970581451958946291497058145195894629149705814519589462914970581451958946291497058145195894629149705814519589462914970581451958946291497058145195894629149705814519589462914970581451958946291497058145195894629149705814519589462914970581451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e81a3e9-203f-4df2-9478-361fff9c6b35, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8a57a12-9180-4a13-8805-6112bbead271, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21c1277b-99f4-4f93-bd04-b2c67b4073a5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8a57a12-9180-4a13-8805-6112bbead271, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5344946793717123732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53449467937171237325344946793717123732534494679371712373253449467937171237325344946793717123732534494679371712373253449467937171237325344946793717123732534494679371712373253449467937171237325344946793717123732534494679371712373253449467937171237325344946793717123732534494679371712373253449467937171237325344946793717123732534494679371712373253449467937171237325344946793717123732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd1069a4-f430-491e-afdc-43d023e42ce5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd1069a4-f430-491e-afdc-43d023e42ce5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2320049459414340861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23200494594143408612320049459414340861232004945941434086123200494594143408612320049459414340861232004945941434086123200494594143408612320049459414340861232004945941434086123200494594143408612320049459414340861232004945941434086123200494594143408612320049459414340861232004945941434086123200494594143408612320049459414340861232004945941434086123200494594143408612320049459414340861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8a57a12-9180-4a13-8805-6112bbead271, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd1069a4-f430-491e-afdc-43d023e42ce5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c7d7343-c46d-473b-b506-42fdb1e1939c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c7d7343-c46d-473b-b506-42fdb1e1939c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1301702778986804090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13017027789868040901301702778986804090130170277898680409013017027789868040901301702778986804090130170277898680409013017027789868040901301702778986804090130170277898680409013017027789868040901301702778986804090130170277898680409013017027789868040901301702778986804090130170277898680409013017027789868040901301702778986804090130170277898680409013017027789868040901301702778986804090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5f3a8e3-b777-450f-b940-61674edf6599, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5f3a8e3-b777-450f-b940-61674edf6599, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5901755806322008207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59017558063220082075901755806322008207590175580632200820759017558063220082075901755806322008207590175580632200820759017558063220082075901755806322008207590175580632200820759017558063220082075901755806322008207590175580632200820759017558063220082075901755806322008207590175580632200820759017558063220082075901755806322008207590175580632200820759017558063220082075901755806322008207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5f3a8e3-b777-450f-b940-61674edf6599, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c7d7343-c46d-473b-b506-42fdb1e1939c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bb7e9ae-b0a8-4f0b-898a-5c50e72d7e24, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bb7e9ae-b0a8-4f0b-898a-5c50e72d7e24, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4915155425292124326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49151554252921243264915155425292124326491515542529212432649151554252921243264915155425292124326491515542529212432649151554252921243264915155425292124326491515542529212432649151554252921243264915155425292124326491515542529212432649151554252921243264915155425292124326491515542529212432649151554252921243264915155425292124326491515542529212432649151554252921243264915155425292124326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97cdb984-a18e-4acb-a4e0-280621441519, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97cdb984-a18e-4acb-a4e0-280621441519, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14997189938517949635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499718993851794963514997189938517949635149971899385179496351499718993851794963514997189938517949635149971899385179496351499718993851794963514997189938517949635149971899385179496351499718993851794963514997189938517949635149971899385179496351499718993851794963514997189938517949635149971899385179496351499718993851794963514997189938517949635149971899385179496351499718993851794963514997189938517949635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bb7e9ae-b0a8-4f0b-898a-5c50e72d7e24, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97cdb984-a18e-4acb-a4e0-280621441519, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d17eac4-dc52-44ad-a16a-ff80695e1590, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d17eac4-dc52-44ad-a16a-ff80695e1590, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2355395096030533420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23553950960305334202355395096030533420235539509603053342023553950960305334202355395096030533420235539509603053342023553950960305334202355395096030533420235539509603053342023553950960305334202355395096030533420235539509603053342023553950960305334202355395096030533420235539509603053342023553950960305334202355395096030533420235539509603053342023553950960305334202355395096030533420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab66a53c-9bd2-4d16-9b1b-10db45c58a9c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab66a53c-9bd2-4d16-9b1b-10db45c58a9c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15355003586948947832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535500358694894783215355003586948947832153550035869489478321535500358694894783215355003586948947832153550035869489478321535500358694894783215355003586948947832153550035869489478321535500358694894783215355003586948947832153550035869489478321535500358694894783215355003586948947832153550035869489478321535500358694894783215355003586948947832153550035869489478321535500358694894783215355003586948947832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d17eac4-dc52-44ad-a16a-ff80695e1590, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8993c2b-c689-4eb7-bd5d-ce6e2c39eece, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8993c2b-c689-4eb7-bd5d-ce6e2c39eece, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7748205356340776289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77482053563407762897748205356340776289774820535634077628977482053563407762897748205356340776289774820535634077628977482053563407762897748205356340776289774820535634077628977482053563407762897748205356340776289774820535634077628977482053563407762897748205356340776289774820535634077628977482053563407762897748205356340776289774820535634077628977482053563407762897748205356340776289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8993c2b-c689-4eb7-bd5d-ce6e2c39eece, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab66a53c-9bd2-4d16-9b1b-10db45c58a9c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29030e5a-10fe-4177-beb6-d02924f53c67, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9404c960-5dac-44ec-b932-b68d230e0189, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9404c960-5dac-44ec-b932-b68d230e0189, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12516353251607047421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251635325160704742112516353251607047421125163532516070474211251635325160704742112516353251607047421125163532516070474211251635325160704742112516353251607047421125163532516070474211251635325160704742112516353251607047421125163532516070474211251635325160704742112516353251607047421125163532516070474211251635325160704742112516353251607047421125163532516070474211251635325160704742112516353251607047421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29030e5a-10fe-4177-beb6-d02924f53c67, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16275700481621771374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627570048162177137416275700481621771374162757004816217713741627570048162177137416275700481621771374162757004816217713741627570048162177137416275700481621771374162757004816217713741627570048162177137416275700481621771374162757004816217713741627570048162177137416275700481621771374162757004816217713741627570048162177137416275700481621771374162757004816217713741627570048162177137416275700481621771374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29030e5a-10fe-4177-beb6-d02924f53c67, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9404c960-5dac-44ec-b932-b68d230e0189, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86cc4eae-15aa-4c55-ab26-a53fbac2e0be, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86cc4eae-15aa-4c55-ab26-a53fbac2e0be, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9216186365394801712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92161863653948017129216186365394801712921618636539480171292161863653948017129216186365394801712921618636539480171292161863653948017129216186365394801712921618636539480171292161863653948017129216186365394801712921618636539480171292161863653948017129216186365394801712921618636539480171292161863653948017129216186365394801712921618636539480171292161863653948017129216186365394801712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd0819b4-d74f-48c7-9a02-4c612ea57072, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd0819b4-d74f-48c7-9a02-4c612ea57072, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13514222621230154352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351422262123015435213514222621230154352135142226212301543521351422262123015435213514222621230154352135142226212301543521351422262123015435213514222621230154352135142226212301543521351422262123015435213514222621230154352135142226212301543521351422262123015435213514222621230154352135142226212301543521351422262123015435213514222621230154352135142226212301543521351422262123015435213514222621230154352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd0819b4-d74f-48c7-9a02-4c612ea57072, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ae867bf-b404-460e-906a-09bfc0f43c61, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ae867bf-b404-460e-906a-09bfc0f43c61, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4347045742968143070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43470457429681430704347045742968143070434704574296814307043470457429681430704347045742968143070434704574296814307043470457429681430704347045742968143070434704574296814307043470457429681430704347045742968143070434704574296814307043470457429681430704347045742968143070434704574296814307043470457429681430704347045742968143070434704574296814307043470457429681430704347045742968143070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86cc4eae-15aa-4c55-ab26-a53fbac2e0be, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4da2ef12-88bc-4190-99e9-f5f336173b9e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4da2ef12-88bc-4190-99e9-f5f336173b9e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4546304316123034551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45463043161230345514546304316123034551454630431612303455145463043161230345514546304316123034551454630431612303455145463043161230345514546304316123034551454630431612303455145463043161230345514546304316123034551454630431612303455145463043161230345514546304316123034551454630431612303455145463043161230345514546304316123034551454630431612303455145463043161230345514546304316123034551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ae867bf-b404-460e-906a-09bfc0f43c61, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b19c405-98b9-4bf6-9ec2-dd99ef05b99a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b19c405-98b9-4bf6-9ec2-dd99ef05b99a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9652965258368091139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96529652583680911399652965258368091139965296525836809113996529652583680911399652965258368091139965296525836809113996529652583680911399652965258368091139965296525836809113996529652583680911399652965258368091139965296525836809113996529652583680911399652965258368091139965296525836809113996529652583680911399652965258368091139965296525836809113996529652583680911399652965258368091139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4da2ef12-88bc-4190-99e9-f5f336173b9e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f527eac-2986-4c20-8ec4-4eb366a3dc21, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f527eac-2986-4c20-8ec4-4eb366a3dc21, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8046252489642057020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80462524896420570208046252489642057020804625248964205702080462524896420570208046252489642057020804625248964205702080462524896420570208046252489642057020804625248964205702080462524896420570208046252489642057020804625248964205702080462524896420570208046252489642057020804625248964205702080462524896420570208046252489642057020804625248964205702080462524896420570208046252489642057020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b19c405-98b9-4bf6-9ec2-dd99ef05b99a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59e77723-a307-449b-80d3-066f819275b5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59e77723-a307-449b-80d3-066f819275b5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12091985396544443779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209198539654444377912091985396544443779120919853965444437791209198539654444377912091985396544443779120919853965444437791209198539654444377912091985396544443779120919853965444437791209198539654444377912091985396544443779120919853965444437791209198539654444377912091985396544443779120919853965444437791209198539654444377912091985396544443779120919853965444437791209198539654444377912091985396544443779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f527eac-2986-4c20-8ec4-4eb366a3dc21, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25feda0d-bc3d-4617-99ff-e34070e7a73e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25feda0d-bc3d-4617-99ff-e34070e7a73e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2149395607945049076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21493956079450490762149395607945049076214939560794504907621493956079450490762149395607945049076214939560794504907621493956079450490762149395607945049076214939560794504907621493956079450490762149395607945049076214939560794504907621493956079450490762149395607945049076214939560794504907621493956079450490762149395607945049076214939560794504907621493956079450490762149395607945049076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59e77723-a307-449b-80d3-066f819275b5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3548987-b85c-4dec-9d24-5339fd7f9c58, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3548987-b85c-4dec-9d24-5339fd7f9c58, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17915889781745239998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791588978174523999817915889781745239998179158897817452399981791588978174523999817915889781745239998179158897817452399981791588978174523999817915889781745239998179158897817452399981791588978174523999817915889781745239998179158897817452399981791588978174523999817915889781745239998179158897817452399981791588978174523999817915889781745239998179158897817452399981791588978174523999817915889781745239998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25feda0d-bc3d-4617-99ff-e34070e7a73e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a6c6fbf-892f-4b08-94a3-3d37c4bbab85, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a6c6fbf-892f-4b08-94a3-3d37c4bbab85, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2796802207904320783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27968022079043207832796802207904320783279680220790432078327968022079043207832796802207904320783279680220790432078327968022079043207832796802207904320783279680220790432078327968022079043207832796802207904320783279680220790432078327968022079043207832796802207904320783279680220790432078327968022079043207832796802207904320783279680220790432078327968022079043207832796802207904320783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3548987-b85c-4dec-9d24-5339fd7f9c58, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 576e6ec7-0aa9-41e6-ae00-b0bdfeaef803, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 576e6ec7-0aa9-41e6-ae00-b0bdfeaef803, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17685128336332626793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768512833633262679317685128336332626793176851283363326267931768512833633262679317685128336332626793176851283363326267931768512833633262679317685128336332626793176851283363326267931768512833633262679317685128336332626793176851283363326267931768512833633262679317685128336332626793176851283363326267931768512833633262679317685128336332626793176851283363326267931768512833633262679317685128336332626793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a6c6fbf-892f-4b08-94a3-3d37c4bbab85, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 117b22e5-0296-44c8-9800-cc69a3307f26, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 117b22e5-0296-44c8-9800-cc69a3307f26, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10164752025959585706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016475202595958570610164752025959585706101647520259595857061016475202595958570610164752025959585706101647520259595857061016475202595958570610164752025959585706101647520259595857061016475202595958570610164752025959585706101647520259595857061016475202595958570610164752025959585706101647520259595857061016475202595958570610164752025959585706101647520259595857061016475202595958570610164752025959585706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 576e6ec7-0aa9-41e6-ae00-b0bdfeaef803, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83f81381-9167-47b1-b9b9-6c348f7e6d56, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83f81381-9167-47b1-b9b9-6c348f7e6d56, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8142931318801263864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81429313188012638648142931318801263864814293131880126386481429313188012638648142931318801263864814293131880126386481429313188012638648142931318801263864814293131880126386481429313188012638648142931318801263864814293131880126386481429313188012638648142931318801263864814293131880126386481429313188012638648142931318801263864814293131880126386481429313188012638648142931318801263864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 117b22e5-0296-44c8-9800-cc69a3307f26, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aae9484c-d4cd-4455-949e-d29c3e517ad8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aae9484c-d4cd-4455-949e-d29c3e517ad8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10745468172888606582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074546817288860658210745468172888606582107454681728886065821074546817288860658210745468172888606582107454681728886065821074546817288860658210745468172888606582107454681728886065821074546817288860658210745468172888606582107454681728886065821074546817288860658210745468172888606582107454681728886065821074546817288860658210745468172888606582107454681728886065821074546817288860658210745468172888606582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83f81381-9167-47b1-b9b9-6c348f7e6d56, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a08c312c-0d74-4f81-b1d0-ac30f557a08d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a08c312c-0d74-4f81-b1d0-ac30f557a08d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2324554860238656406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23245548602386564062324554860238656406232455486023865640623245548602386564062324554860238656406232455486023865640623245548602386564062324554860238656406232455486023865640623245548602386564062324554860238656406232455486023865640623245548602386564062324554860238656406232455486023865640623245548602386564062324554860238656406232455486023865640623245548602386564062324554860238656406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aae9484c-d4cd-4455-949e-d29c3e517ad8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01ecbd18-9bac-4b59-a1fd-84ba16e06764, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01ecbd18-9bac-4b59-a1fd-84ba16e06764, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8950136210874057256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89501362108740572568950136210874057256895013621087405725689501362108740572568950136210874057256895013621087405725689501362108740572568950136210874057256895013621087405725689501362108740572568950136210874057256895013621087405725689501362108740572568950136210874057256895013621087405725689501362108740572568950136210874057256895013621087405725689501362108740572568950136210874057256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a08c312c-0d74-4f81-b1d0-ac30f557a08d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e087950-7425-49a0-b61b-6718bf7602c5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e087950-7425-49a0-b61b-6718bf7602c5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9976343964930543207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99763439649305432079976343964930543207997634396493054320799763439649305432079976343964930543207997634396493054320799763439649305432079976343964930543207997634396493054320799763439649305432079976343964930543207997634396493054320799763439649305432079976343964930543207997634396493054320799763439649305432079976343964930543207997634396493054320799763439649305432079976343964930543207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01ecbd18-9bac-4b59-a1fd-84ba16e06764, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e362f01-0568-4919-a3d5-1bf84f870ab5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e362f01-0568-4919-a3d5-1bf84f870ab5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 652976345768012455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "652976345768012455652976345768012455652976345768012455652976345768012455652976345768012455652976345768012455652976345768012455652976345768012455652976345768012455652976345768012455652976345768012455652976345768012455652976345768012455652976345768012455652976345768012455652976345768012455652976345768012455652976345768012455652976345768012455652976345768012455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e087950-7425-49a0-b61b-6718bf7602c5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5992779a-c5cb-44ff-a4a0-4f18f135d9b3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5992779a-c5cb-44ff-a4a0-4f18f135d9b3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9312933389620559931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93129333896205599319312933389620559931931293338962055993193129333896205599319312933389620559931931293338962055993193129333896205599319312933389620559931931293338962055993193129333896205599319312933389620559931931293338962055993193129333896205599319312933389620559931931293338962055993193129333896205599319312933389620559931931293338962055993193129333896205599319312933389620559931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e362f01-0568-4919-a3d5-1bf84f870ab5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 791c38ed-f7f1-48b3-9887-9e67b63873dc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 791c38ed-f7f1-48b3-9887-9e67b63873dc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10071080502504211224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007108050250421122410071080502504211224100710805025042112241007108050250421122410071080502504211224100710805025042112241007108050250421122410071080502504211224100710805025042112241007108050250421122410071080502504211224100710805025042112241007108050250421122410071080502504211224100710805025042112241007108050250421122410071080502504211224100710805025042112241007108050250421122410071080502504211224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5992779a-c5cb-44ff-a4a0-4f18f135d9b3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d4ed1fa-9956-49c7-921a-dc7167de35fe, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d4ed1fa-9956-49c7-921a-dc7167de35fe, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9555933307963127905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95559333079631279059555933307963127905955593330796312790595559333079631279059555933307963127905955593330796312790595559333079631279059555933307963127905955593330796312790595559333079631279059555933307963127905955593330796312790595559333079631279059555933307963127905955593330796312790595559333079631279059555933307963127905955593330796312790595559333079631279059555933307963127905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 791c38ed-f7f1-48b3-9887-9e67b63873dc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b0e4d2a-d837-4a06-b0a0-53ebd6829675, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d4ed1fa-9956-49c7-921a-dc7167de35fe, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b0e4d2a-d837-4a06-b0a0-53ebd6829675, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5211220563410813485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52112205634108134855211220563410813485521122056341081348552112205634108134855211220563410813485521122056341081348552112205634108134855211220563410813485521122056341081348552112205634108134855211220563410813485521122056341081348552112205634108134855211220563410813485521122056341081348552112205634108134855211220563410813485521122056341081348552112205634108134855211220563410813485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ba5d2f4-2c59-41f6-9e73-7adfb7dc5537, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ba5d2f4-2c59-41f6-9e73-7adfb7dc5537, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7657267523307751776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76572675233077517767657267523307751776765726752330775177676572675233077517767657267523307751776765726752330775177676572675233077517767657267523307751776765726752330775177676572675233077517767657267523307751776765726752330775177676572675233077517767657267523307751776765726752330775177676572675233077517767657267523307751776765726752330775177676572675233077517767657267523307751776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b0e4d2a-d837-4a06-b0a0-53ebd6829675, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1acaa169-d887-46a4-bbfe-8c9b1f9c0d1b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1acaa169-d887-46a4-bbfe-8c9b1f9c0d1b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10411340363244888143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041134036324488814310411340363244888143104113403632448881431041134036324488814310411340363244888143104113403632448881431041134036324488814310411340363244888143104113403632448881431041134036324488814310411340363244888143104113403632448881431041134036324488814310411340363244888143104113403632448881431041134036324488814310411340363244888143104113403632448881431041134036324488814310411340363244888143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1acaa169-d887-46a4-bbfe-8c9b1f9c0d1b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5edb77c-af3b-44aa-a698-7cfa2698a429, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5edb77c-af3b-44aa-a698-7cfa2698a429, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1434128486869487980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14341284868694879801434128486869487980143412848686948798014341284868694879801434128486869487980143412848686948798014341284868694879801434128486869487980143412848686948798014341284868694879801434128486869487980143412848686948798014341284868694879801434128486869487980143412848686948798014341284868694879801434128486869487980143412848686948798014341284868694879801434128486869487980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5edb77c-af3b-44aa-a698-7cfa2698a429, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03962617-9ecd-405d-869f-f1b78ed33af6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03962617-9ecd-405d-869f-f1b78ed33af6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4651048625488505870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46510486254885058704651048625488505870465104862548850587046510486254885058704651048625488505870465104862548850587046510486254885058704651048625488505870465104862548850587046510486254885058704651048625488505870465104862548850587046510486254885058704651048625488505870465104862548850587046510486254885058704651048625488505870465104862548850587046510486254885058704651048625488505870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ba5d2f4-2c59-41f6-9e73-7adfb7dc5537, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92eac8d6-5650-4e1a-b00a-b61953097a7d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92eac8d6-5650-4e1a-b00a-b61953097a7d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13867592937248865402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386759293724886540213867592937248865402138675929372488654021386759293724886540213867592937248865402138675929372488654021386759293724886540213867592937248865402138675929372488654021386759293724886540213867592937248865402138675929372488654021386759293724886540213867592937248865402138675929372488654021386759293724886540213867592937248865402138675929372488654021386759293724886540213867592937248865402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03962617-9ecd-405d-869f-f1b78ed33af6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 387e8d77-2908-4793-b544-a3252ed925a4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 387e8d77-2908-4793-b544-a3252ed925a4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13287965608659291427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328796560865929142713287965608659291427132879656086592914271328796560865929142713287965608659291427132879656086592914271328796560865929142713287965608659291427132879656086592914271328796560865929142713287965608659291427132879656086592914271328796560865929142713287965608659291427132879656086592914271328796560865929142713287965608659291427132879656086592914271328796560865929142713287965608659291427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92eac8d6-5650-4e1a-b00a-b61953097a7d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87db69b9-16a6-4470-aa67-5cf6fa39814b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87db69b9-16a6-4470-aa67-5cf6fa39814b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16002881551819022644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600288155181902264416002881551819022644160028815518190226441600288155181902264416002881551819022644160028815518190226441600288155181902264416002881551819022644160028815518190226441600288155181902264416002881551819022644160028815518190226441600288155181902264416002881551819022644160028815518190226441600288155181902264416002881551819022644160028815518190226441600288155181902264416002881551819022644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 387e8d77-2908-4793-b544-a3252ed925a4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ba0f6ef-32f1-4f4a-bffe-38997307566d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ba0f6ef-32f1-4f4a-bffe-38997307566d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2401382683613305409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24013826836133054092401382683613305409240138268361330540924013826836133054092401382683613305409240138268361330540924013826836133054092401382683613305409240138268361330540924013826836133054092401382683613305409240138268361330540924013826836133054092401382683613305409240138268361330540924013826836133054092401382683613305409240138268361330540924013826836133054092401382683613305409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87db69b9-16a6-4470-aa67-5cf6fa39814b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f52bbed-8c24-45fc-a8e3-ba64dc6751df, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f52bbed-8c24-45fc-a8e3-ba64dc6751df, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14136006473065491467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413600647306549146714136006473065491467141360064730654914671413600647306549146714136006473065491467141360064730654914671413600647306549146714136006473065491467141360064730654914671413600647306549146714136006473065491467141360064730654914671413600647306549146714136006473065491467141360064730654914671413600647306549146714136006473065491467141360064730654914671413600647306549146714136006473065491467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ba0f6ef-32f1-4f4a-bffe-38997307566d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b3787de-aa38-4846-a694-d2c15d883980, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b3787de-aa38-4846-a694-d2c15d883980, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14625116877014789739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462511687701478973914625116877014789739146251168770147897391462511687701478973914625116877014789739146251168770147897391462511687701478973914625116877014789739146251168770147897391462511687701478973914625116877014789739146251168770147897391462511687701478973914625116877014789739146251168770147897391462511687701478973914625116877014789739146251168770147897391462511687701478973914625116877014789739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f52bbed-8c24-45fc-a8e3-ba64dc6751df, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f562f658-53a4-40ad-9425-d9d916ab7102, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f562f658-53a4-40ad-9425-d9d916ab7102, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 560075953513226420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "560075953513226420560075953513226420560075953513226420560075953513226420560075953513226420560075953513226420560075953513226420560075953513226420560075953513226420560075953513226420560075953513226420560075953513226420560075953513226420560075953513226420560075953513226420560075953513226420560075953513226420560075953513226420560075953513226420560075953513226420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b3787de-aa38-4846-a694-d2c15d883980, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe3fd036-9ed0-441b-abaf-fcd75e47e6e4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe3fd036-9ed0-441b-abaf-fcd75e47e6e4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9059738177461311846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90597381774613118469059738177461311846905973817746131184690597381774613118469059738177461311846905973817746131184690597381774613118469059738177461311846905973817746131184690597381774613118469059738177461311846905973817746131184690597381774613118469059738177461311846905973817746131184690597381774613118469059738177461311846905973817746131184690597381774613118469059738177461311846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f562f658-53a4-40ad-9425-d9d916ab7102, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58fea88d-7df1-4d56-a8d6-78d6c22fb0be, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58fea88d-7df1-4d56-a8d6-78d6c22fb0be, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2061329866589164577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20613298665891645772061329866589164577206132986658916457720613298665891645772061329866589164577206132986658916457720613298665891645772061329866589164577206132986658916457720613298665891645772061329866589164577206132986658916457720613298665891645772061329866589164577206132986658916457720613298665891645772061329866589164577206132986658916457720613298665891645772061329866589164577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe3fd036-9ed0-441b-abaf-fcd75e47e6e4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58fea88d-7df1-4d56-a8d6-78d6c22fb0be, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23dedf36-0ac1-4de9-aea8-e0f3b10d51b7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b01f5c38-15dc-45cb-8bec-0c345720e02e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b01f5c38-15dc-45cb-8bec-0c345720e02e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2267408965089698755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22674089650896987552267408965089698755226740896508969875522674089650896987552267408965089698755226740896508969875522674089650896987552267408965089698755226740896508969875522674089650896987552267408965089698755226740896508969875522674089650896987552267408965089698755226740896508969875522674089650896987552267408965089698755226740896508969875522674089650896987552267408965089698755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23dedf36-0ac1-4de9-aea8-e0f3b10d51b7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10303556044060130839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030355604406013083910303556044060130839103035560440601308391030355604406013083910303556044060130839103035560440601308391030355604406013083910303556044060130839103035560440601308391030355604406013083910303556044060130839103035560440601308391030355604406013083910303556044060130839103035560440601308391030355604406013083910303556044060130839103035560440601308391030355604406013083910303556044060130839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b01f5c38-15dc-45cb-8bec-0c345720e02e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3129752e-b1fb-473d-b7ed-48625efabc08, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23dedf36-0ac1-4de9-aea8-e0f3b10d51b7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 723bf230-59c6-4fc0-8eba-0202682ab893, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 723bf230-59c6-4fc0-8eba-0202682ab893, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12592477035315973022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259247703531597302212592477035315973022125924770353159730221259247703531597302212592477035315973022125924770353159730221259247703531597302212592477035315973022125924770353159730221259247703531597302212592477035315973022125924770353159730221259247703531597302212592477035315973022125924770353159730221259247703531597302212592477035315973022125924770353159730221259247703531597302212592477035315973022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3129752e-b1fb-473d-b7ed-48625efabc08, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12121372425680894682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212137242568089468212121372425680894682121213724256808946821212137242568089468212121372425680894682121213724256808946821212137242568089468212121372425680894682121213724256808946821212137242568089468212121372425680894682121213724256808946821212137242568089468212121372425680894682121213724256808946821212137242568089468212121372425680894682121213724256808946821212137242568089468212121372425680894682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 723bf230-59c6-4fc0-8eba-0202682ab893, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 563c086c-ad6e-4971-9c5b-bc508ebfb46e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 563c086c-ad6e-4971-9c5b-bc508ebfb46e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7126456492062808438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71264564920628084387126456492062808438712645649206280843871264564920628084387126456492062808438712645649206280843871264564920628084387126456492062808438712645649206280843871264564920628084387126456492062808438712645649206280843871264564920628084387126456492062808438712645649206280843871264564920628084387126456492062808438712645649206280843871264564920628084387126456492062808438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3129752e-b1fb-473d-b7ed-48625efabc08, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60eb92e4-da14-4306-b44e-7285c0b4de12, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60eb92e4-da14-4306-b44e-7285c0b4de12, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3142569657374677583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31425696573746775833142569657374677583314256965737467758331425696573746775833142569657374677583314256965737467758331425696573746775833142569657374677583314256965737467758331425696573746775833142569657374677583314256965737467758331425696573746775833142569657374677583314256965737467758331425696573746775833142569657374677583314256965737467758331425696573746775833142569657374677583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 563c086c-ad6e-4971-9c5b-bc508ebfb46e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff73d645-f978-4b1e-8da8-8bb1dfb1c206, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff73d645-f978-4b1e-8da8-8bb1dfb1c206, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11013483413878825266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101348341387882526611013483413878825266110134834138788252661101348341387882526611013483413878825266110134834138788252661101348341387882526611013483413878825266110134834138788252661101348341387882526611013483413878825266110134834138788252661101348341387882526611013483413878825266110134834138788252661101348341387882526611013483413878825266110134834138788252661101348341387882526611013483413878825266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60eb92e4-da14-4306-b44e-7285c0b4de12, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f1f33dc-38be-44a1-8959-152e311e30a1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f1f33dc-38be-44a1-8959-152e311e30a1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17200681120960641363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720068112096064136317200681120960641363172006811209606413631720068112096064136317200681120960641363172006811209606413631720068112096064136317200681120960641363172006811209606413631720068112096064136317200681120960641363172006811209606413631720068112096064136317200681120960641363172006811209606413631720068112096064136317200681120960641363172006811209606413631720068112096064136317200681120960641363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff73d645-f978-4b1e-8da8-8bb1dfb1c206, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15aed30c-befd-44b9-9ea3-c048bbb58322, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15aed30c-befd-44b9-9ea3-c048bbb58322, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9271520315540760130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92715203155407601309271520315540760130927152031554076013092715203155407601309271520315540760130927152031554076013092715203155407601309271520315540760130927152031554076013092715203155407601309271520315540760130927152031554076013092715203155407601309271520315540760130927152031554076013092715203155407601309271520315540760130927152031554076013092715203155407601309271520315540760130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f1f33dc-38be-44a1-8959-152e311e30a1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2848bd38-7871-4551-ac14-faefa03cca19, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2848bd38-7871-4551-ac14-faefa03cca19, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17534049657703838635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753404965770383863517534049657703838635175340496577038386351753404965770383863517534049657703838635175340496577038386351753404965770383863517534049657703838635175340496577038386351753404965770383863517534049657703838635175340496577038386351753404965770383863517534049657703838635175340496577038386351753404965770383863517534049657703838635175340496577038386351753404965770383863517534049657703838635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15aed30c-befd-44b9-9ea3-c048bbb58322, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce5f4702-177f-4955-aabf-8ff941ac043f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce5f4702-177f-4955-aabf-8ff941ac043f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2014138989911279161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20141389899112791612014138989911279161201413898991127916120141389899112791612014138989911279161201413898991127916120141389899112791612014138989911279161201413898991127916120141389899112791612014138989911279161201413898991127916120141389899112791612014138989911279161201413898991127916120141389899112791612014138989911279161201413898991127916120141389899112791612014138989911279161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2848bd38-7871-4551-ac14-faefa03cca19, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28d5db79-8e9b-4551-baaa-5020877cc0fc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce5f4702-177f-4955-aabf-8ff941ac043f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28d5db79-8e9b-4551-baaa-5020877cc0fc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 365280157998919173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "365280157998919173365280157998919173365280157998919173365280157998919173365280157998919173365280157998919173365280157998919173365280157998919173365280157998919173365280157998919173365280157998919173365280157998919173365280157998919173365280157998919173365280157998919173365280157998919173365280157998919173365280157998919173365280157998919173365280157998919173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f72a8c6b-77cb-4b9b-8e1c-42422123617b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f72a8c6b-77cb-4b9b-8e1c-42422123617b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7232720294700516532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72327202947005165327232720294700516532723272029470051653272327202947005165327232720294700516532723272029470051653272327202947005165327232720294700516532723272029470051653272327202947005165327232720294700516532723272029470051653272327202947005165327232720294700516532723272029470051653272327202947005165327232720294700516532723272029470051653272327202947005165327232720294700516532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28d5db79-8e9b-4551-baaa-5020877cc0fc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f72a8c6b-77cb-4b9b-8e1c-42422123617b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d29599a7-f0d6-4c25-873f-9e04e2e289d3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1e9943d-0078-4a85-bba2-e4e9ba3ec03d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d29599a7-f0d6-4c25-873f-9e04e2e289d3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6858865949161289620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68588659491612896206858865949161289620685886594916128962068588659491612896206858865949161289620685886594916128962068588659491612896206858865949161289620685886594916128962068588659491612896206858865949161289620685886594916128962068588659491612896206858865949161289620685886594916128962068588659491612896206858865949161289620685886594916128962068588659491612896206858865949161289620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1e9943d-0078-4a85-bba2-e4e9ba3ec03d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 596782482447805117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "596782482447805117596782482447805117596782482447805117596782482447805117596782482447805117596782482447805117596782482447805117596782482447805117596782482447805117596782482447805117596782482447805117596782482447805117596782482447805117596782482447805117596782482447805117596782482447805117596782482447805117596782482447805117596782482447805117596782482447805117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d29599a7-f0d6-4c25-873f-9e04e2e289d3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fe13be3-78ed-4d6c-9a80-57e265201de4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fe13be3-78ed-4d6c-9a80-57e265201de4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11697604778938128500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169760477893812850011697604778938128500116976047789381285001169760477893812850011697604778938128500116976047789381285001169760477893812850011697604778938128500116976047789381285001169760477893812850011697604778938128500116976047789381285001169760477893812850011697604778938128500116976047789381285001169760477893812850011697604778938128500116976047789381285001169760477893812850011697604778938128500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1e9943d-0078-4a85-bba2-e4e9ba3ec03d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c14e009-43c0-446a-a8a4-09147c6e34bb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c14e009-43c0-446a-a8a4-09147c6e34bb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7243513225710444914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72435132257104449147243513225710444914724351322571044491472435132257104449147243513225710444914724351322571044491472435132257104449147243513225710444914724351322571044491472435132257104449147243513225710444914724351322571044491472435132257104449147243513225710444914724351322571044491472435132257104449147243513225710444914724351322571044491472435132257104449147243513225710444914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fe13be3-78ed-4d6c-9a80-57e265201de4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfbcde6e-ff36-42a1-8799-022b24030448, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfbcde6e-ff36-42a1-8799-022b24030448, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18261615716152475195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826161571615247519518261615716152475195182616157161524751951826161571615247519518261615716152475195182616157161524751951826161571615247519518261615716152475195182616157161524751951826161571615247519518261615716152475195182616157161524751951826161571615247519518261615716152475195182616157161524751951826161571615247519518261615716152475195182616157161524751951826161571615247519518261615716152475195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c14e009-43c0-446a-a8a4-09147c6e34bb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1f4965e-54ac-44b8-aa32-f6488fe2a65c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1f4965e-54ac-44b8-aa32-f6488fe2a65c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13198223702121675557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319822370212167555713198223702121675557131982237021216755571319822370212167555713198223702121675557131982237021216755571319822370212167555713198223702121675557131982237021216755571319822370212167555713198223702121675557131982237021216755571319822370212167555713198223702121675557131982237021216755571319822370212167555713198223702121675557131982237021216755571319822370212167555713198223702121675557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfbcde6e-ff36-42a1-8799-022b24030448, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea130ecd-3362-4f69-982b-efaf4e6385c4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea130ecd-3362-4f69-982b-efaf4e6385c4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10046283112291860579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004628311229186057910046283112291860579100462831122918605791004628311229186057910046283112291860579100462831122918605791004628311229186057910046283112291860579100462831122918605791004628311229186057910046283112291860579100462831122918605791004628311229186057910046283112291860579100462831122918605791004628311229186057910046283112291860579100462831122918605791004628311229186057910046283112291860579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1f4965e-54ac-44b8-aa32-f6488fe2a65c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5fd4b9a-998c-438c-b376-444262116002, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5fd4b9a-998c-438c-b376-444262116002, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3249696653594040852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32496966535940408523249696653594040852324969665359404085232496966535940408523249696653594040852324969665359404085232496966535940408523249696653594040852324969665359404085232496966535940408523249696653594040852324969665359404085232496966535940408523249696653594040852324969665359404085232496966535940408523249696653594040852324969665359404085232496966535940408523249696653594040852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea130ecd-3362-4f69-982b-efaf4e6385c4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd045206-f254-478a-83f6-9bc8ab86c413, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5fd4b9a-998c-438c-b376-444262116002, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 381073b7-429b-409f-9115-e59e5118feab, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd045206-f254-478a-83f6-9bc8ab86c413, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2645380316970720867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26453803169707208672645380316970720867264538031697072086726453803169707208672645380316970720867264538031697072086726453803169707208672645380316970720867264538031697072086726453803169707208672645380316970720867264538031697072086726453803169707208672645380316970720867264538031697072086726453803169707208672645380316970720867264538031697072086726453803169707208672645380316970720867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 381073b7-429b-409f-9115-e59e5118feab, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2075295420940457011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20752954209404570112075295420940457011207529542094045701120752954209404570112075295420940457011207529542094045701120752954209404570112075295420940457011207529542094045701120752954209404570112075295420940457011207529542094045701120752954209404570112075295420940457011207529542094045701120752954209404570112075295420940457011207529542094045701120752954209404570112075295420940457011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd045206-f254-478a-83f6-9bc8ab86c413, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 381073b7-429b-409f-9115-e59e5118feab, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e96d7f1-3210-4789-b038-fb2f86277139, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e96d7f1-3210-4789-b038-fb2f86277139, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14473358125542661141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447335812554266114114473358125542661141144733581255426611411447335812554266114114473358125542661141144733581255426611411447335812554266114114473358125542661141144733581255426611411447335812554266114114473358125542661141144733581255426611411447335812554266114114473358125542661141144733581255426611411447335812554266114114473358125542661141144733581255426611411447335812554266114114473358125542661141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 529a0722-a74b-4cb9-9057-a64de2a41030, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 529a0722-a74b-4cb9-9057-a64de2a41030, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12609618890687192337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260961889068719233712609618890687192337126096188906871923371260961889068719233712609618890687192337126096188906871923371260961889068719233712609618890687192337126096188906871923371260961889068719233712609618890687192337126096188906871923371260961889068719233712609618890687192337126096188906871923371260961889068719233712609618890687192337126096188906871923371260961889068719233712609618890687192337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 529a0722-a74b-4cb9-9057-a64de2a41030, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6beed94a-2540-4819-a5fb-9953d9155172, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6beed94a-2540-4819-a5fb-9953d9155172, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4690340205069731939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46903402050697319394690340205069731939469034020506973193946903402050697319394690340205069731939469034020506973193946903402050697319394690340205069731939469034020506973193946903402050697319394690340205069731939469034020506973193946903402050697319394690340205069731939469034020506973193946903402050697319394690340205069731939469034020506973193946903402050697319394690340205069731939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e96d7f1-3210-4789-b038-fb2f86277139, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aebd191e-c2df-416e-a1ec-e88da62d9cb5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aebd191e-c2df-416e-a1ec-e88da62d9cb5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6932532146230588672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69325321462305886726932532146230588672693253214623058867269325321462305886726932532146230588672693253214623058867269325321462305886726932532146230588672693253214623058867269325321462305886726932532146230588672693253214623058867269325321462305886726932532146230588672693253214623058867269325321462305886726932532146230588672693253214623058867269325321462305886726932532146230588672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6beed94a-2540-4819-a5fb-9953d9155172, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39742bcd-d2ec-4286-9754-b7006bf1c132, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39742bcd-d2ec-4286-9754-b7006bf1c132, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15113707145731923156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511370714573192315615113707145731923156151137071457319231561511370714573192315615113707145731923156151137071457319231561511370714573192315615113707145731923156151137071457319231561511370714573192315615113707145731923156151137071457319231561511370714573192315615113707145731923156151137071457319231561511370714573192315615113707145731923156151137071457319231561511370714573192315615113707145731923156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aebd191e-c2df-416e-a1ec-e88da62d9cb5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40f6d4a7-2ed8-4178-83f2-726edbfa7616, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39742bcd-d2ec-4286-9754-b7006bf1c132, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40f6d4a7-2ed8-4178-83f2-726edbfa7616, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 315541261641124077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "315541261641124077315541261641124077315541261641124077315541261641124077315541261641124077315541261641124077315541261641124077315541261641124077315541261641124077315541261641124077315541261641124077315541261641124077315541261641124077315541261641124077315541261641124077315541261641124077315541261641124077315541261641124077315541261641124077315541261641124077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 314c0e17-4116-40a3-8111-79684c19dab3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 314c0e17-4116-40a3-8111-79684c19dab3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7373173316633356035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73731733166333560357373173316633356035737317331663335603573731733166333560357373173316633356035737317331663335603573731733166333560357373173316633356035737317331663335603573731733166333560357373173316633356035737317331663335603573731733166333560357373173316633356035737317331663335603573731733166333560357373173316633356035737317331663335603573731733166333560357373173316633356035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40f6d4a7-2ed8-4178-83f2-726edbfa7616, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46e9ba0e-b125-4aaf-b7b4-83e8b3d0d48b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46e9ba0e-b125-4aaf-b7b4-83e8b3d0d48b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6054651311748048124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60546513117480481246054651311748048124605465131174804812460546513117480481246054651311748048124605465131174804812460546513117480481246054651311748048124605465131174804812460546513117480481246054651311748048124605465131174804812460546513117480481246054651311748048124605465131174804812460546513117480481246054651311748048124605465131174804812460546513117480481246054651311748048124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 314c0e17-4116-40a3-8111-79684c19dab3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5bffd59-680d-4ebc-be45-a6b993fe0540, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5bffd59-680d-4ebc-be45-a6b993fe0540, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8675870490490054970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86758704904900549708675870490490054970867587049049005497086758704904900549708675870490490054970867587049049005497086758704904900549708675870490490054970867587049049005497086758704904900549708675870490490054970867587049049005497086758704904900549708675870490490054970867587049049005497086758704904900549708675870490490054970867587049049005497086758704904900549708675870490490054970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46e9ba0e-b125-4aaf-b7b4-83e8b3d0d48b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e66ea33e-1e99-4b58-9d1e-3351d2d0a6df, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5bffd59-680d-4ebc-be45-a6b993fe0540, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88dbb11d-16f4-4ec0-9b57-cef18acad9e4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88dbb11d-16f4-4ec0-9b57-cef18acad9e4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11765070704953397608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176507070495339760811765070704953397608117650707049533976081176507070495339760811765070704953397608117650707049533976081176507070495339760811765070704953397608117650707049533976081176507070495339760811765070704953397608117650707049533976081176507070495339760811765070704953397608117650707049533976081176507070495339760811765070704953397608117650707049533976081176507070495339760811765070704953397608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e66ea33e-1e99-4b58-9d1e-3351d2d0a6df, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4235127149655883717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42351271496558837174235127149655883717423512714965588371742351271496558837174235127149655883717423512714965588371742351271496558837174235127149655883717423512714965588371742351271496558837174235127149655883717423512714965588371742351271496558837174235127149655883717423512714965588371742351271496558837174235127149655883717423512714965588371742351271496558837174235127149655883717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88dbb11d-16f4-4ec0-9b57-cef18acad9e4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e66ea33e-1e99-4b58-9d1e-3351d2d0a6df, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e9f8f61-c346-4243-b285-fdc788bb7fac, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9f8f61-c346-4243-b285-fdc788bb7fac, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2743897510449850247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27438975104498502472743897510449850247274389751044985024727438975104498502472743897510449850247274389751044985024727438975104498502472743897510449850247274389751044985024727438975104498502472743897510449850247274389751044985024727438975104498502472743897510449850247274389751044985024727438975104498502472743897510449850247274389751044985024727438975104498502472743897510449850247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0431b8ad-17ef-4765-b973-3b4b3fe82250, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0431b8ad-17ef-4765-b973-3b4b3fe82250, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3283023053250676019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32830230532506760193283023053250676019328302305325067601932830230532506760193283023053250676019328302305325067601932830230532506760193283023053250676019328302305325067601932830230532506760193283023053250676019328302305325067601932830230532506760193283023053250676019328302305325067601932830230532506760193283023053250676019328302305325067601932830230532506760193283023053250676019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9f8f61-c346-4243-b285-fdc788bb7fac, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0431b8ad-17ef-4765-b973-3b4b3fe82250, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed75d1c0-ef32-4d4a-a4a2-489bf269e8f4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed75d1c0-ef32-4d4a-a4a2-489bf269e8f4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10269307151507160809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026930715150716080910269307151507160809102693071515071608091026930715150716080910269307151507160809102693071515071608091026930715150716080910269307151507160809102693071515071608091026930715150716080910269307151507160809102693071515071608091026930715150716080910269307151507160809102693071515071608091026930715150716080910269307151507160809102693071515071608091026930715150716080910269307151507160809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6659d969-804b-4ffa-8d84-457ed076c601, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6659d969-804b-4ffa-8d84-457ed076c601, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9430297442372285747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94302974423722857479430297442372285747943029744237228574794302974423722857479430297442372285747943029744237228574794302974423722857479430297442372285747943029744237228574794302974423722857479430297442372285747943029744237228574794302974423722857479430297442372285747943029744237228574794302974423722857479430297442372285747943029744237228574794302974423722857479430297442372285747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed75d1c0-ef32-4d4a-a4a2-489bf269e8f4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee8e7f6b-24b9-467a-9833-99573ce9931d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee8e7f6b-24b9-467a-9833-99573ce9931d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17117159188801316781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711715918880131678117117159188801316781171171591888013167811711715918880131678117117159188801316781171171591888013167811711715918880131678117117159188801316781171171591888013167811711715918880131678117117159188801316781171171591888013167811711715918880131678117117159188801316781171171591888013167811711715918880131678117117159188801316781171171591888013167811711715918880131678117117159188801316781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6659d969-804b-4ffa-8d84-457ed076c601, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f8e110b-5a92-44a8-a733-0e005a067519, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f8e110b-5a92-44a8-a733-0e005a067519, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8869996181315547474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88699961813155474748869996181315547474886999618131554747488699961813155474748869996181315547474886999618131554747488699961813155474748869996181315547474886999618131554747488699961813155474748869996181315547474886999618131554747488699961813155474748869996181315547474886999618131554747488699961813155474748869996181315547474886999618131554747488699961813155474748869996181315547474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f8e110b-5a92-44a8-a733-0e005a067519, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ce18c30-8074-41fb-9697-f6d35cf3b9d7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ce18c30-8074-41fb-9697-f6d35cf3b9d7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9240688527648691372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92406885276486913729240688527648691372924068852764869137292406885276486913729240688527648691372924068852764869137292406885276486913729240688527648691372924068852764869137292406885276486913729240688527648691372924068852764869137292406885276486913729240688527648691372924068852764869137292406885276486913729240688527648691372924068852764869137292406885276486913729240688527648691372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee8e7f6b-24b9-467a-9833-99573ce9931d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c69e6c43-3923-45a4-8133-3d7c4b49aa2b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c69e6c43-3923-45a4-8133-3d7c4b49aa2b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3555185955615978355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35551859556159783553555185955615978355355518595561597835535551859556159783553555185955615978355355518595561597835535551859556159783553555185955615978355355518595561597835535551859556159783553555185955615978355355518595561597835535551859556159783553555185955615978355355518595561597835535551859556159783553555185955615978355355518595561597835535551859556159783553555185955615978355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ce18c30-8074-41fb-9697-f6d35cf3b9d7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15f4d782-31bc-430b-9564-376937cef794, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f4d782-31bc-430b-9564-376937cef794, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17314549397395281918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731454939739528191817314549397395281918173145493973952819181731454939739528191817314549397395281918173145493973952819181731454939739528191817314549397395281918173145493973952819181731454939739528191817314549397395281918173145493973952819181731454939739528191817314549397395281918173145493973952819181731454939739528191817314549397395281918173145493973952819181731454939739528191817314549397395281918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f4d782-31bc-430b-9564-376937cef794, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e653ec3-5233-4aeb-a769-2aec06c044e0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e653ec3-5233-4aeb-a769-2aec06c044e0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 496023446653070034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "496023446653070034496023446653070034496023446653070034496023446653070034496023446653070034496023446653070034496023446653070034496023446653070034496023446653070034496023446653070034496023446653070034496023446653070034496023446653070034496023446653070034496023446653070034496023446653070034496023446653070034496023446653070034496023446653070034496023446653070034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c69e6c43-3923-45a4-8133-3d7c4b49aa2b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4c6dfa7-6924-4e3c-87b8-eb3a77aaf867, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4c6dfa7-6924-4e3c-87b8-eb3a77aaf867, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10183943543841675771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018394354384167577110183943543841675771101839435438416757711018394354384167577110183943543841675771101839435438416757711018394354384167577110183943543841675771101839435438416757711018394354384167577110183943543841675771101839435438416757711018394354384167577110183943543841675771101839435438416757711018394354384167577110183943543841675771101839435438416757711018394354384167577110183943543841675771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e653ec3-5233-4aeb-a769-2aec06c044e0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e632032a-d34c-47f7-8023-cdd4ab7235b3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e632032a-d34c-47f7-8023-cdd4ab7235b3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2636033266855440989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26360332668554409892636033266855440989263603326685544098926360332668554409892636033266855440989263603326685544098926360332668554409892636033266855440989263603326685544098926360332668554409892636033266855440989263603326685544098926360332668554409892636033266855440989263603326685544098926360332668554409892636033266855440989263603326685544098926360332668554409892636033266855440989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4c6dfa7-6924-4e3c-87b8-eb3a77aaf867, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6910f162-fbb8-4ee5-8030-a22010aade2f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6910f162-fbb8-4ee5-8030-a22010aade2f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6922638109219891831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69226381092198918316922638109219891831692263810921989183169226381092198918316922638109219891831692263810921989183169226381092198918316922638109219891831692263810921989183169226381092198918316922638109219891831692263810921989183169226381092198918316922638109219891831692263810921989183169226381092198918316922638109219891831692263810921989183169226381092198918316922638109219891831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6910f162-fbb8-4ee5-8030-a22010aade2f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e632032a-d34c-47f7-8023-cdd4ab7235b3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fa4d17a-6418-4c11-b7e1-6db9d2e86c36, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa4d17a-6418-4c11-b7e1-6db9d2e86c36, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9796418981208674935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97964189812086749359796418981208674935979641898120867493597964189812086749359796418981208674935979641898120867493597964189812086749359796418981208674935979641898120867493597964189812086749359796418981208674935979641898120867493597964189812086749359796418981208674935979641898120867493597964189812086749359796418981208674935979641898120867493597964189812086749359796418981208674935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc91782a-01a3-40f0-8549-82e1b67a10a0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc91782a-01a3-40f0-8549-82e1b67a10a0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9867122109643505090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98671221096435050909867122109643505090986712210964350509098671221096435050909867122109643505090986712210964350509098671221096435050909867122109643505090986712210964350509098671221096435050909867122109643505090986712210964350509098671221096435050909867122109643505090986712210964350509098671221096435050909867122109643505090986712210964350509098671221096435050909867122109643505090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa4d17a-6418-4c11-b7e1-6db9d2e86c36, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01c5dc82-9e24-4c14-bc70-9bd2af94582d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01c5dc82-9e24-4c14-bc70-9bd2af94582d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10019923833768492253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001992383376849225310019923833768492253100199238337684922531001992383376849225310019923833768492253100199238337684922531001992383376849225310019923833768492253100199238337684922531001992383376849225310019923833768492253100199238337684922531001992383376849225310019923833768492253100199238337684922531001992383376849225310019923833768492253100199238337684922531001992383376849225310019923833768492253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc91782a-01a3-40f0-8549-82e1b67a10a0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6db2a33a-f6b1-4a3e-87a8-a798185eecdb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6db2a33a-f6b1-4a3e-87a8-a798185eecdb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6587832646582920006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65878326465829200066587832646582920006658783264658292000665878326465829200066587832646582920006658783264658292000665878326465829200066587832646582920006658783264658292000665878326465829200066587832646582920006658783264658292000665878326465829200066587832646582920006658783264658292000665878326465829200066587832646582920006658783264658292000665878326465829200066587832646582920006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01c5dc82-9e24-4c14-bc70-9bd2af94582d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e39e2513-5623-4691-9d55-89d909952716, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e39e2513-5623-4691-9d55-89d909952716, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2873763635768738702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28737636357687387022873763635768738702287376363576873870228737636357687387022873763635768738702287376363576873870228737636357687387022873763635768738702287376363576873870228737636357687387022873763635768738702287376363576873870228737636357687387022873763635768738702287376363576873870228737636357687387022873763635768738702287376363576873870228737636357687387022873763635768738702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6db2a33a-f6b1-4a3e-87a8-a798185eecdb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7dbf5e6f-e741-49cf-9a7f-9a76d289ee14, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dbf5e6f-e741-49cf-9a7f-9a76d289ee14, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5410143077574229751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54101430775742297515410143077574229751541014307757422975154101430775742297515410143077574229751541014307757422975154101430775742297515410143077574229751541014307757422975154101430775742297515410143077574229751541014307757422975154101430775742297515410143077574229751541014307757422975154101430775742297515410143077574229751541014307757422975154101430775742297515410143077574229751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e39e2513-5623-4691-9d55-89d909952716, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a588b2a-99dd-4a82-be9b-2f233f68300d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a588b2a-99dd-4a82-be9b-2f233f68300d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 555192125633044681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "555192125633044681555192125633044681555192125633044681555192125633044681555192125633044681555192125633044681555192125633044681555192125633044681555192125633044681555192125633044681555192125633044681555192125633044681555192125633044681555192125633044681555192125633044681555192125633044681555192125633044681555192125633044681555192125633044681555192125633044681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dbf5e6f-e741-49cf-9a7f-9a76d289ee14, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c9ee714-551d-482f-b5f6-53f331a48604, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9ee714-551d-482f-b5f6-53f331a48604, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7332354530900772043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73323545309007720437332354530900772043733235453090077204373323545309007720437332354530900772043733235453090077204373323545309007720437332354530900772043733235453090077204373323545309007720437332354530900772043733235453090077204373323545309007720437332354530900772043733235453090077204373323545309007720437332354530900772043733235453090077204373323545309007720437332354530900772043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9ee714-551d-482f-b5f6-53f331a48604, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dafb086e-5150-45b1-bd0e-365db0f0b6cd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dafb086e-5150-45b1-bd0e-365db0f0b6cd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10280122447321433101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028012244732143310110280122447321433101102801224473214331011028012244732143310110280122447321433101102801224473214331011028012244732143310110280122447321433101102801224473214331011028012244732143310110280122447321433101102801224473214331011028012244732143310110280122447321433101102801224473214331011028012244732143310110280122447321433101102801224473214331011028012244732143310110280122447321433101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a588b2a-99dd-4a82-be9b-2f233f68300d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecc87332-5d5a-407e-b4c3-e67257320cff, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc87332-5d5a-407e-b4c3-e67257320cff, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1035453617400464108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10354536174004641081035453617400464108103545361740046410810354536174004641081035453617400464108103545361740046410810354536174004641081035453617400464108103545361740046410810354536174004641081035453617400464108103545361740046410810354536174004641081035453617400464108103545361740046410810354536174004641081035453617400464108103545361740046410810354536174004641081035453617400464108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc87332-5d5a-407e-b4c3-e67257320cff, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8fc3b51-5bd0-4f11-8273-396ef10a8c69, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8fc3b51-5bd0-4f11-8273-396ef10a8c69, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16037053883597590955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603705388359759095516037053883597590955160370538835975909551603705388359759095516037053883597590955160370538835975909551603705388359759095516037053883597590955160370538835975909551603705388359759095516037053883597590955160370538835975909551603705388359759095516037053883597590955160370538835975909551603705388359759095516037053883597590955160370538835975909551603705388359759095516037053883597590955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dafb086e-5150-45b1-bd0e-365db0f0b6cd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ecbd82b-f8de-4ecd-be4e-019bffa3756d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8fc3b51-5bd0-4f11-8273-396ef10a8c69, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ecbd82b-f8de-4ecd-be4e-019bffa3756d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17606666627615246136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760666662761524613617606666627615246136176066666276152461361760666662761524613617606666627615246136176066666276152461361760666662761524613617606666627615246136176066666276152461361760666662761524613617606666627615246136176066666276152461361760666662761524613617606666627615246136176066666276152461361760666662761524613617606666627615246136176066666276152461361760666662761524613617606666627615246136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e79fc76f-b84f-4a2d-9d52-a6092a949396, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e79fc76f-b84f-4a2d-9d52-a6092a949396, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2965482685179337817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29654826851793378172965482685179337817296548268517933781729654826851793378172965482685179337817296548268517933781729654826851793378172965482685179337817296548268517933781729654826851793378172965482685179337817296548268517933781729654826851793378172965482685179337817296548268517933781729654826851793378172965482685179337817296548268517933781729654826851793378172965482685179337817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ecbd82b-f8de-4ecd-be4e-019bffa3756d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e48fe550-1006-43c1-83bc-a5c3da1d6fe8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e48fe550-1006-43c1-83bc-a5c3da1d6fe8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16423373652614819388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642337365261481938816423373652614819388164233736526148193881642337365261481938816423373652614819388164233736526148193881642337365261481938816423373652614819388164233736526148193881642337365261481938816423373652614819388164233736526148193881642337365261481938816423373652614819388164233736526148193881642337365261481938816423373652614819388164233736526148193881642337365261481938816423373652614819388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e79fc76f-b84f-4a2d-9d52-a6092a949396, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5867eca-f4f5-44d2-a2e9-a1ed09dee462, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5867eca-f4f5-44d2-a2e9-a1ed09dee462, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13414132847653252486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341413284765325248613414132847653252486134141328476532524861341413284765325248613414132847653252486134141328476532524861341413284765325248613414132847653252486134141328476532524861341413284765325248613414132847653252486134141328476532524861341413284765325248613414132847653252486134141328476532524861341413284765325248613414132847653252486134141328476532524861341413284765325248613414132847653252486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e48fe550-1006-43c1-83bc-a5c3da1d6fe8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9866f6a9-0c41-480a-921e-8516197c63fe, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9866f6a9-0c41-480a-921e-8516197c63fe, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18399519337146042320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839951933714604232018399519337146042320183995193371460423201839951933714604232018399519337146042320183995193371460423201839951933714604232018399519337146042320183995193371460423201839951933714604232018399519337146042320183995193371460423201839951933714604232018399519337146042320183995193371460423201839951933714604232018399519337146042320183995193371460423201839951933714604232018399519337146042320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5867eca-f4f5-44d2-a2e9-a1ed09dee462, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f221d54-f106-4cdf-87e7-a828cb1a8dbb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f221d54-f106-4cdf-87e7-a828cb1a8dbb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7631910171754124113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76319101717541241137631910171754124113763191017175412411376319101717541241137631910171754124113763191017175412411376319101717541241137631910171754124113763191017175412411376319101717541241137631910171754124113763191017175412411376319101717541241137631910171754124113763191017175412411376319101717541241137631910171754124113763191017175412411376319101717541241137631910171754124113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9866f6a9-0c41-480a-921e-8516197c63fe, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7f800a3-dad5-4576-97ee-df88b0b89216, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7f800a3-dad5-4576-97ee-df88b0b89216, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15406559113269679858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540655911326967985815406559113269679858154065591132696798581540655911326967985815406559113269679858154065591132696798581540655911326967985815406559113269679858154065591132696798581540655911326967985815406559113269679858154065591132696798581540655911326967985815406559113269679858154065591132696798581540655911326967985815406559113269679858154065591132696798581540655911326967985815406559113269679858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f221d54-f106-4cdf-87e7-a828cb1a8dbb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31e99b7b-943f-4bc7-a733-11b174accb2a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e99b7b-943f-4bc7-a733-11b174accb2a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8341036773248076741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83410367732480767418341036773248076741834103677324807674183410367732480767418341036773248076741834103677324807674183410367732480767418341036773248076741834103677324807674183410367732480767418341036773248076741834103677324807674183410367732480767418341036773248076741834103677324807674183410367732480767418341036773248076741834103677324807674183410367732480767418341036773248076741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7f800a3-dad5-4576-97ee-df88b0b89216, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7686026-0ba1-49fe-8745-05fdccc5a984, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7686026-0ba1-49fe-8745-05fdccc5a984, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2678677702496585227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26786777024965852272678677702496585227267867770249658522726786777024965852272678677702496585227267867770249658522726786777024965852272678677702496585227267867770249658522726786777024965852272678677702496585227267867770249658522726786777024965852272678677702496585227267867770249658522726786777024965852272678677702496585227267867770249658522726786777024965852272678677702496585227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7686026-0ba1-49fe-8745-05fdccc5a984, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63f37098-6a07-4a25-a765-8e68ead00d75, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e99b7b-943f-4bc7-a733-11b174accb2a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63f37098-6a07-4a25-a765-8e68ead00d75, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11578283322840038221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157828332284003822111578283322840038221115782833228400382211157828332284003822111578283322840038221115782833228400382211157828332284003822111578283322840038221115782833228400382211157828332284003822111578283322840038221115782833228400382211157828332284003822111578283322840038221115782833228400382211157828332284003822111578283322840038221115782833228400382211157828332284003822111578283322840038221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce855505-49f5-4a81-86b5-6182ddc02da9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce855505-49f5-4a81-86b5-6182ddc02da9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4506963235140999417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45069632351409994174506963235140999417450696323514099941745069632351409994174506963235140999417450696323514099941745069632351409994174506963235140999417450696323514099941745069632351409994174506963235140999417450696323514099941745069632351409994174506963235140999417450696323514099941745069632351409994174506963235140999417450696323514099941745069632351409994174506963235140999417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63f37098-6a07-4a25-a765-8e68ead00d75, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 374d0624-5e31-4094-9805-34c120dde89a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 374d0624-5e31-4094-9805-34c120dde89a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13475277922775107061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347527792277510706113475277922775107061134752779227751070611347527792277510706113475277922775107061134752779227751070611347527792277510706113475277922775107061134752779227751070611347527792277510706113475277922775107061134752779227751070611347527792277510706113475277922775107061134752779227751070611347527792277510706113475277922775107061134752779227751070611347527792277510706113475277922775107061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce855505-49f5-4a81-86b5-6182ddc02da9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3509b75e-16db-487e-b14c-37444e29e61c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3509b75e-16db-487e-b14c-37444e29e61c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1806926813751011545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18069268137510115451806926813751011545180692681375101154518069268137510115451806926813751011545180692681375101154518069268137510115451806926813751011545180692681375101154518069268137510115451806926813751011545180692681375101154518069268137510115451806926813751011545180692681375101154518069268137510115451806926813751011545180692681375101154518069268137510115451806926813751011545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 374d0624-5e31-4094-9805-34c120dde89a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d95e859f-e4d7-4917-8e45-160cfabac59d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d95e859f-e4d7-4917-8e45-160cfabac59d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6032380786822781560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60323807868227815606032380786822781560603238078682278156060323807868227815606032380786822781560603238078682278156060323807868227815606032380786822781560603238078682278156060323807868227815606032380786822781560603238078682278156060323807868227815606032380786822781560603238078682278156060323807868227815606032380786822781560603238078682278156060323807868227815606032380786822781560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3509b75e-16db-487e-b14c-37444e29e61c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02000545-8f35-4cc8-89a3-1c3363fd23b7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02000545-8f35-4cc8-89a3-1c3363fd23b7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17579832500263009720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757983250026300972017579832500263009720175798325002630097201757983250026300972017579832500263009720175798325002630097201757983250026300972017579832500263009720175798325002630097201757983250026300972017579832500263009720175798325002630097201757983250026300972017579832500263009720175798325002630097201757983250026300972017579832500263009720175798325002630097201757983250026300972017579832500263009720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d95e859f-e4d7-4917-8e45-160cfabac59d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad22d5fb-20cb-48bc-b4d6-5779a8bd1285, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad22d5fb-20cb-48bc-b4d6-5779a8bd1285, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13572497365268688808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357249736526868880813572497365268688808135724973652686888081357249736526868880813572497365268688808135724973652686888081357249736526868880813572497365268688808135724973652686888081357249736526868880813572497365268688808135724973652686888081357249736526868880813572497365268688808135724973652686888081357249736526868880813572497365268688808135724973652686888081357249736526868880813572497365268688808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02000545-8f35-4cc8-89a3-1c3363fd23b7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b07fb6f-2050-4f94-9043-a9010246a7f3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b07fb6f-2050-4f94-9043-a9010246a7f3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 804439119599017736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "804439119599017736804439119599017736804439119599017736804439119599017736804439119599017736804439119599017736804439119599017736804439119599017736804439119599017736804439119599017736804439119599017736804439119599017736804439119599017736804439119599017736804439119599017736804439119599017736804439119599017736804439119599017736804439119599017736804439119599017736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad22d5fb-20cb-48bc-b4d6-5779a8bd1285, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8ce4085-5c68-4c39-a6ac-3101c047536a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8ce4085-5c68-4c39-a6ac-3101c047536a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 615912673902329160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "615912673902329160615912673902329160615912673902329160615912673902329160615912673902329160615912673902329160615912673902329160615912673902329160615912673902329160615912673902329160615912673902329160615912673902329160615912673902329160615912673902329160615912673902329160615912673902329160615912673902329160615912673902329160615912673902329160615912673902329160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b07fb6f-2050-4f94-9043-a9010246a7f3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de3600bd-4f92-4208-8525-a86c2e8e35d6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de3600bd-4f92-4208-8525-a86c2e8e35d6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16627290343787591549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662729034378759154916627290343787591549166272903437875915491662729034378759154916627290343787591549166272903437875915491662729034378759154916627290343787591549166272903437875915491662729034378759154916627290343787591549166272903437875915491662729034378759154916627290343787591549166272903437875915491662729034378759154916627290343787591549166272903437875915491662729034378759154916627290343787591549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8ce4085-5c68-4c39-a6ac-3101c047536a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfda0788-8a5a-4211-bc18-82e33e28be0a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfda0788-8a5a-4211-bc18-82e33e28be0a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16310448441647635905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631044844164763590516310448441647635905163104484416476359051631044844164763590516310448441647635905163104484416476359051631044844164763590516310448441647635905163104484416476359051631044844164763590516310448441647635905163104484416476359051631044844164763590516310448441647635905163104484416476359051631044844164763590516310448441647635905163104484416476359051631044844164763590516310448441647635905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfda0788-8a5a-4211-bc18-82e33e28be0a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39c1f1e8-cf3a-4650-8aaf-95c1770581a9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39c1f1e8-cf3a-4650-8aaf-95c1770581a9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13255954687389147801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325595468738914780113255954687389147801132559546873891478011325595468738914780113255954687389147801132559546873891478011325595468738914780113255954687389147801132559546873891478011325595468738914780113255954687389147801132559546873891478011325595468738914780113255954687389147801132559546873891478011325595468738914780113255954687389147801132559546873891478011325595468738914780113255954687389147801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de3600bd-4f92-4208-8525-a86c2e8e35d6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0696e68a-a5e1-4269-a265-f81cce5bea63, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0696e68a-a5e1-4269-a265-f81cce5bea63, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9157334395507376455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91573343955073764559157334395507376455915733439550737645591573343955073764559157334395507376455915733439550737645591573343955073764559157334395507376455915733439550737645591573343955073764559157334395507376455915733439550737645591573343955073764559157334395507376455915733439550737645591573343955073764559157334395507376455915733439550737645591573343955073764559157334395507376455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0696e68a-a5e1-4269-a265-f81cce5bea63, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7404c94e-4acf-44d3-aad9-e7cfadbb32c6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7404c94e-4acf-44d3-aad9-e7cfadbb32c6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13792512143318711760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379251214331871176013792512143318711760137925121433187117601379251214331871176013792512143318711760137925121433187117601379251214331871176013792512143318711760137925121433187117601379251214331871176013792512143318711760137925121433187117601379251214331871176013792512143318711760137925121433187117601379251214331871176013792512143318711760137925121433187117601379251214331871176013792512143318711760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39c1f1e8-cf3a-4650-8aaf-95c1770581a9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d11954e7-a5d9-462d-915a-825ce2f492f3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7404c94e-4acf-44d3-aad9-e7cfadbb32c6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d11954e7-a5d9-462d-915a-825ce2f492f3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10220597951790496235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022059795179049623510220597951790496235102205979517904962351022059795179049623510220597951790496235102205979517904962351022059795179049623510220597951790496235102205979517904962351022059795179049623510220597951790496235102205979517904962351022059795179049623510220597951790496235102205979517904962351022059795179049623510220597951790496235102205979517904962351022059795179049623510220597951790496235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6be279f6-0228-44ef-aa74-e17faad65f9b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6be279f6-0228-44ef-aa74-e17faad65f9b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15432179989820916195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543217998982091619515432179989820916195154321799898209161951543217998982091619515432179989820916195154321799898209161951543217998982091619515432179989820916195154321799898209161951543217998982091619515432179989820916195154321799898209161951543217998982091619515432179989820916195154321799898209161951543217998982091619515432179989820916195154321799898209161951543217998982091619515432179989820916195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d11954e7-a5d9-462d-915a-825ce2f492f3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6be279f6-0228-44ef-aa74-e17faad65f9b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d0ede73-fd40-44fb-8f49-10f8ade88307, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e44a919-20b7-4c24-80fc-855665ff7ca4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d0ede73-fd40-44fb-8f49-10f8ade88307, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6865445516599447532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68654455165994475326865445516599447532686544551659944753268654455165994475326865445516599447532686544551659944753268654455165994475326865445516599447532686544551659944753268654455165994475326865445516599447532686544551659944753268654455165994475326865445516599447532686544551659944753268654455165994475326865445516599447532686544551659944753268654455165994475326865445516599447532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e44a919-20b7-4c24-80fc-855665ff7ca4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16595319326796590434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659531932679659043416595319326796590434165953193267965904341659531932679659043416595319326796590434165953193267965904341659531932679659043416595319326796590434165953193267965904341659531932679659043416595319326796590434165953193267965904341659531932679659043416595319326796590434165953193267965904341659531932679659043416595319326796590434165953193267965904341659531932679659043416595319326796590434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d0ede73-fd40-44fb-8f49-10f8ade88307, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca3db398-71d4-4004-a48c-cd0ae3843976, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca3db398-71d4-4004-a48c-cd0ae3843976, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13755438183445433219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375543818344543321913755438183445433219137554381834454332191375543818344543321913755438183445433219137554381834454332191375543818344543321913755438183445433219137554381834454332191375543818344543321913755438183445433219137554381834454332191375543818344543321913755438183445433219137554381834454332191375543818344543321913755438183445433219137554381834454332191375543818344543321913755438183445433219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e44a919-20b7-4c24-80fc-855665ff7ca4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba044fe6-cb8c-4525-ae69-1be60a628f2c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba044fe6-cb8c-4525-ae69-1be60a628f2c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1509936295210750492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15099362952107504921509936295210750492150993629521075049215099362952107504921509936295210750492150993629521075049215099362952107504921509936295210750492150993629521075049215099362952107504921509936295210750492150993629521075049215099362952107504921509936295210750492150993629521075049215099362952107504921509936295210750492150993629521075049215099362952107504921509936295210750492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca3db398-71d4-4004-a48c-cd0ae3843976, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c10cc7fe-93c6-4090-8e45-8b5b42aa6402, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba044fe6-cb8c-4525-ae69-1be60a628f2c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c10cc7fe-93c6-4090-8e45-8b5b42aa6402, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7165142148841669297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71651421488416692977165142148841669297716514214884166929771651421488416692977165142148841669297716514214884166929771651421488416692977165142148841669297716514214884166929771651421488416692977165142148841669297716514214884166929771651421488416692977165142148841669297716514214884166929771651421488416692977165142148841669297716514214884166929771651421488416692977165142148841669297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07ad4844-dc2f-4e27-b0e5-48d98ba89e2e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07ad4844-dc2f-4e27-b0e5-48d98ba89e2e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10221005308439991773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022100530843999177310221005308439991773102210053084399917731022100530843999177310221005308439991773102210053084399917731022100530843999177310221005308439991773102210053084399917731022100530843999177310221005308439991773102210053084399917731022100530843999177310221005308439991773102210053084399917731022100530843999177310221005308439991773102210053084399917731022100530843999177310221005308439991773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c10cc7fe-93c6-4090-8e45-8b5b42aa6402, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ffd6bb8-9a14-4f61-b43d-b11e353dbd19, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07ad4844-dc2f-4e27-b0e5-48d98ba89e2e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01a46afa-759f-4409-8d25-fdbe2fde941b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ffd6bb8-9a14-4f61-b43d-b11e353dbd19, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4642549009695869916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46425490096958699164642549009695869916464254900969586991646425490096958699164642549009695869916464254900969586991646425490096958699164642549009695869916464254900969586991646425490096958699164642549009695869916464254900969586991646425490096958699164642549009695869916464254900969586991646425490096958699164642549009695869916464254900969586991646425490096958699164642549009695869916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01a46afa-759f-4409-8d25-fdbe2fde941b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13996588951303445180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399658895130344518013996588951303445180139965889513034451801399658895130344518013996588951303445180139965889513034451801399658895130344518013996588951303445180139965889513034451801399658895130344518013996588951303445180139965889513034451801399658895130344518013996588951303445180139965889513034451801399658895130344518013996588951303445180139965889513034451801399658895130344518013996588951303445180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01a46afa-759f-4409-8d25-fdbe2fde941b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8025375e-d8f0-4e4c-a4bb-54581bbf0865, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8025375e-d8f0-4e4c-a4bb-54581bbf0865, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12322977841256866188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232297784125686618812322977841256866188123229778412568661881232297784125686618812322977841256866188123229778412568661881232297784125686618812322977841256866188123229778412568661881232297784125686618812322977841256866188123229778412568661881232297784125686618812322977841256866188123229778412568661881232297784125686618812322977841256866188123229778412568661881232297784125686618812322977841256866188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ffd6bb8-9a14-4f61-b43d-b11e353dbd19, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b36a0da-4c3e-43fb-b625-747a56f77601, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b36a0da-4c3e-43fb-b625-747a56f77601, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16701062613362958158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670106261336295815816701062613362958158167010626133629581581670106261336295815816701062613362958158167010626133629581581670106261336295815816701062613362958158167010626133629581581670106261336295815816701062613362958158167010626133629581581670106261336295815816701062613362958158167010626133629581581670106261336295815816701062613362958158167010626133629581581670106261336295815816701062613362958158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b36a0da-4c3e-43fb-b625-747a56f77601, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8025375e-d8f0-4e4c-a4bb-54581bbf0865, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de5b4238-00ac-4e91-8ef3-098679bb5d8b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfcf3339-70ff-4624-82ab-397f317848cd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de5b4238-00ac-4e91-8ef3-098679bb5d8b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18166041950579214130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816604195057921413018166041950579214130181660419505792141301816604195057921413018166041950579214130181660419505792141301816604195057921413018166041950579214130181660419505792141301816604195057921413018166041950579214130181660419505792141301816604195057921413018166041950579214130181660419505792141301816604195057921413018166041950579214130181660419505792141301816604195057921413018166041950579214130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfcf3339-70ff-4624-82ab-397f317848cd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2587915326751047411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25879153267510474112587915326751047411258791532675104741125879153267510474112587915326751047411258791532675104741125879153267510474112587915326751047411258791532675104741125879153267510474112587915326751047411258791532675104741125879153267510474112587915326751047411258791532675104741125879153267510474112587915326751047411258791532675104741125879153267510474112587915326751047411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de5b4238-00ac-4e91-8ef3-098679bb5d8b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4b89737-94fb-4e86-90f0-acc946b8b050, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4b89737-94fb-4e86-90f0-acc946b8b050, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2957299644907464462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29572996449074644622957299644907464462295729964490746446229572996449074644622957299644907464462295729964490746446229572996449074644622957299644907464462295729964490746446229572996449074644622957299644907464462295729964490746446229572996449074644622957299644907464462295729964490746446229572996449074644622957299644907464462295729964490746446229572996449074644622957299644907464462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfcf3339-70ff-4624-82ab-397f317848cd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25a1f49b-7c27-4ed3-b798-838f92b31c69, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25a1f49b-7c27-4ed3-b798-838f92b31c69, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12793883084986294565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279388308498629456512793883084986294565127938830849862945651279388308498629456512793883084986294565127938830849862945651279388308498629456512793883084986294565127938830849862945651279388308498629456512793883084986294565127938830849862945651279388308498629456512793883084986294565127938830849862945651279388308498629456512793883084986294565127938830849862945651279388308498629456512793883084986294565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4b89737-94fb-4e86-90f0-acc946b8b050, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f2e7184-3d74-450d-b35e-54ef4df9d838, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2e7184-3d74-450d-b35e-54ef4df9d838, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5522792732046540533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55227927320465405335522792732046540533552279273204654053355227927320465405335522792732046540533552279273204654053355227927320465405335522792732046540533552279273204654053355227927320465405335522792732046540533552279273204654053355227927320465405335522792732046540533552279273204654053355227927320465405335522792732046540533552279273204654053355227927320465405335522792732046540533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25a1f49b-7c27-4ed3-b798-838f92b31c69, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d81e2868-c23e-4142-8e38-9441fa4b97be, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d81e2868-c23e-4142-8e38-9441fa4b97be, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9024126038648829321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90241260386488293219024126038648829321902412603864882932190241260386488293219024126038648829321902412603864882932190241260386488293219024126038648829321902412603864882932190241260386488293219024126038648829321902412603864882932190241260386488293219024126038648829321902412603864882932190241260386488293219024126038648829321902412603864882932190241260386488293219024126038648829321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2e7184-3d74-450d-b35e-54ef4df9d838, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d81e2868-c23e-4142-8e38-9441fa4b97be, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c412550e-7814-470f-8612-34c24edce1b2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c412550e-7814-470f-8612-34c24edce1b2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3623708346659569294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36237083466595692943623708346659569294362370834665956929436237083466595692943623708346659569294362370834665956929436237083466595692943623708346659569294362370834665956929436237083466595692943623708346659569294362370834665956929436237083466595692943623708346659569294362370834665956929436237083466595692943623708346659569294362370834665956929436237083466595692943623708346659569294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acc2d98b-3c77-4aba-9504-22c5cabc69d6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acc2d98b-3c77-4aba-9504-22c5cabc69d6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16355776337513134499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635577633751313449916355776337513134499163557763375131344991635577633751313449916355776337513134499163557763375131344991635577633751313449916355776337513134499163557763375131344991635577633751313449916355776337513134499163557763375131344991635577633751313449916355776337513134499163557763375131344991635577633751313449916355776337513134499163557763375131344991635577633751313449916355776337513134499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c412550e-7814-470f-8612-34c24edce1b2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fcbe0dc-c5be-465f-8af0-934d89f5a861, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fcbe0dc-c5be-465f-8af0-934d89f5a861, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10178063329462009933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017806332946200993310178063329462009933101780633294620099331017806332946200993310178063329462009933101780633294620099331017806332946200993310178063329462009933101780633294620099331017806332946200993310178063329462009933101780633294620099331017806332946200993310178063329462009933101780633294620099331017806332946200993310178063329462009933101780633294620099331017806332946200993310178063329462009933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acc2d98b-3c77-4aba-9504-22c5cabc69d6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1d3c330-a5b3-48f5-abc3-e777f08a27da, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1d3c330-a5b3-48f5-abc3-e777f08a27da, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2929793069202283073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29297930692022830732929793069202283073292979306920228307329297930692022830732929793069202283073292979306920228307329297930692022830732929793069202283073292979306920228307329297930692022830732929793069202283073292979306920228307329297930692022830732929793069202283073292979306920228307329297930692022830732929793069202283073292979306920228307329297930692022830732929793069202283073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fcbe0dc-c5be-465f-8af0-934d89f5a861, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64aa63bb-52ea-4993-99f8-78be9700c7d1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64aa63bb-52ea-4993-99f8-78be9700c7d1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15896778094939030425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589677809493903042515896778094939030425158967780949390304251589677809493903042515896778094939030425158967780949390304251589677809493903042515896778094939030425158967780949390304251589677809493903042515896778094939030425158967780949390304251589677809493903042515896778094939030425158967780949390304251589677809493903042515896778094939030425158967780949390304251589677809493903042515896778094939030425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64aa63bb-52ea-4993-99f8-78be9700c7d1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54cb434a-2b6b-4da1-963f-d1726d3b7c83, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54cb434a-2b6b-4da1-963f-d1726d3b7c83, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1821334231147315784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18213342311473157841821334231147315784182133423114731578418213342311473157841821334231147315784182133423114731578418213342311473157841821334231147315784182133423114731578418213342311473157841821334231147315784182133423114731578418213342311473157841821334231147315784182133423114731578418213342311473157841821334231147315784182133423114731578418213342311473157841821334231147315784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1d3c330-a5b3-48f5-abc3-e777f08a27da, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a2050cb-85a5-42b3-9f81-d73581eed499, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a2050cb-85a5-42b3-9f81-d73581eed499, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11167401116179835178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116740111617983517811167401116179835178111674011161798351781116740111617983517811167401116179835178111674011161798351781116740111617983517811167401116179835178111674011161798351781116740111617983517811167401116179835178111674011161798351781116740111617983517811167401116179835178111674011161798351781116740111617983517811167401116179835178111674011161798351781116740111617983517811167401116179835178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54cb434a-2b6b-4da1-963f-d1726d3b7c83, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a2050cb-85a5-42b3-9f81-d73581eed499, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96e14756-2468-4c3d-a4a6-69157fc6c77a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba5cb042-490c-4bac-a894-a34ab8b4a351, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96e14756-2468-4c3d-a4a6-69157fc6c77a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2937213553600369830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29372135536003698302937213553600369830293721355360036983029372135536003698302937213553600369830293721355360036983029372135536003698302937213553600369830293721355360036983029372135536003698302937213553600369830293721355360036983029372135536003698302937213553600369830293721355360036983029372135536003698302937213553600369830293721355360036983029372135536003698302937213553600369830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba5cb042-490c-4bac-a894-a34ab8b4a351, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11546465376781793984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154646537678179398411546465376781793984115464653767817939841154646537678179398411546465376781793984115464653767817939841154646537678179398411546465376781793984115464653767817939841154646537678179398411546465376781793984115464653767817939841154646537678179398411546465376781793984115464653767817939841154646537678179398411546465376781793984115464653767817939841154646537678179398411546465376781793984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba5cb042-490c-4bac-a894-a34ab8b4a351, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96e14756-2468-4c3d-a4a6-69157fc6c77a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3b73e5a-b0fa-4a12-8ce3-5b9bed942e3e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3b73e5a-b0fa-4a12-8ce3-5b9bed942e3e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12471093880837157541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247109388083715754112471093880837157541124710938808371575411247109388083715754112471093880837157541124710938808371575411247109388083715754112471093880837157541124710938808371575411247109388083715754112471093880837157541124710938808371575411247109388083715754112471093880837157541124710938808371575411247109388083715754112471093880837157541124710938808371575411247109388083715754112471093880837157541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e9624c8-de8c-4744-a51c-24c99787241e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9624c8-de8c-4744-a51c-24c99787241e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6055764719853633649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60557647198536336496055764719853633649605576471985363364960557647198536336496055764719853633649605576471985363364960557647198536336496055764719853633649605576471985363364960557647198536336496055764719853633649605576471985363364960557647198536336496055764719853633649605576471985363364960557647198536336496055764719853633649605576471985363364960557647198536336496055764719853633649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3b73e5a-b0fa-4a12-8ce3-5b9bed942e3e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff265400-dfce-424c-bcc1-8cd3417e9df7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff265400-dfce-424c-bcc1-8cd3417e9df7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14284622655900931563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428462265590093156314284622655900931563142846226559009315631428462265590093156314284622655900931563142846226559009315631428462265590093156314284622655900931563142846226559009315631428462265590093156314284622655900931563142846226559009315631428462265590093156314284622655900931563142846226559009315631428462265590093156314284622655900931563142846226559009315631428462265590093156314284622655900931563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9624c8-de8c-4744-a51c-24c99787241e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b42a2849-4146-4e66-8dda-82d3f1783176, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b42a2849-4146-4e66-8dda-82d3f1783176, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17982209877912126656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798220987791212665617982209877912126656179822098779121266561798220987791212665617982209877912126656179822098779121266561798220987791212665617982209877912126656179822098779121266561798220987791212665617982209877912126656179822098779121266561798220987791212665617982209877912126656179822098779121266561798220987791212665617982209877912126656179822098779121266561798220987791212665617982209877912126656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff265400-dfce-424c-bcc1-8cd3417e9df7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f201a7db-48c9-4aac-8e10-508a6a4d3864, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f201a7db-48c9-4aac-8e10-508a6a4d3864, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10680209008612901143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068020900861290114310680209008612901143106802090086129011431068020900861290114310680209008612901143106802090086129011431068020900861290114310680209008612901143106802090086129011431068020900861290114310680209008612901143106802090086129011431068020900861290114310680209008612901143106802090086129011431068020900861290114310680209008612901143106802090086129011431068020900861290114310680209008612901143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b42a2849-4146-4e66-8dda-82d3f1783176, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d1f71a7-0267-4493-9e4c-b770ad396920, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d1f71a7-0267-4493-9e4c-b770ad396920, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10532988627413648297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053298862741364829710532988627413648297105329886274136482971053298862741364829710532988627413648297105329886274136482971053298862741364829710532988627413648297105329886274136482971053298862741364829710532988627413648297105329886274136482971053298862741364829710532988627413648297105329886274136482971053298862741364829710532988627413648297105329886274136482971053298862741364829710532988627413648297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f201a7db-48c9-4aac-8e10-508a6a4d3864, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d5c18b4-bd16-406b-b2e7-6fd5f274399a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d5c18b4-bd16-406b-b2e7-6fd5f274399a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15406694708881769949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540669470888176994915406694708881769949154066947088817699491540669470888176994915406694708881769949154066947088817699491540669470888176994915406694708881769949154066947088817699491540669470888176994915406694708881769949154066947088817699491540669470888176994915406694708881769949154066947088817699491540669470888176994915406694708881769949154066947088817699491540669470888176994915406694708881769949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d1f71a7-0267-4493-9e4c-b770ad396920, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d5c18b4-bd16-406b-b2e7-6fd5f274399a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c21513c4-fbd3-44bb-88a6-01132919d704, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c21513c4-fbd3-44bb-88a6-01132919d704, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13871992101184388538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387199210118438853813871992101184388538138719921011843885381387199210118438853813871992101184388538138719921011843885381387199210118438853813871992101184388538138719921011843885381387199210118438853813871992101184388538138719921011843885381387199210118438853813871992101184388538138719921011843885381387199210118438853813871992101184388538138719921011843885381387199210118438853813871992101184388538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bbc37e1-05bd-44f2-9b09-f56539caacf5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bbc37e1-05bd-44f2-9b09-f56539caacf5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12482439268876777015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248243926887677701512482439268876777015124824392688767770151248243926887677701512482439268876777015124824392688767770151248243926887677701512482439268876777015124824392688767770151248243926887677701512482439268876777015124824392688767770151248243926887677701512482439268876777015124824392688767770151248243926887677701512482439268876777015124824392688767770151248243926887677701512482439268876777015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bbc37e1-05bd-44f2-9b09-f56539caacf5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85b2e6dd-be99-4c3c-b33e-d9926c9b3d11, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85b2e6dd-be99-4c3c-b33e-d9926c9b3d11, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10675946123434661988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067594612343466198810675946123434661988106759461234346619881067594612343466198810675946123434661988106759461234346619881067594612343466198810675946123434661988106759461234346619881067594612343466198810675946123434661988106759461234346619881067594612343466198810675946123434661988106759461234346619881067594612343466198810675946123434661988106759461234346619881067594612343466198810675946123434661988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c21513c4-fbd3-44bb-88a6-01132919d704, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6acb2e98-58b7-46cf-9be3-919b91d98566, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6acb2e98-58b7-46cf-9be3-919b91d98566, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13888276359309006625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388827635930900662513888276359309006625138882763593090066251388827635930900662513888276359309006625138882763593090066251388827635930900662513888276359309006625138882763593090066251388827635930900662513888276359309006625138882763593090066251388827635930900662513888276359309006625138882763593090066251388827635930900662513888276359309006625138882763593090066251388827635930900662513888276359309006625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85b2e6dd-be99-4c3c-b33e-d9926c9b3d11, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be80527a-dd04-445c-96e0-42155fe4a565, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be80527a-dd04-445c-96e0-42155fe4a565, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14013890062862474955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401389006286247495514013890062862474955140138900628624749551401389006286247495514013890062862474955140138900628624749551401389006286247495514013890062862474955140138900628624749551401389006286247495514013890062862474955140138900628624749551401389006286247495514013890062862474955140138900628624749551401389006286247495514013890062862474955140138900628624749551401389006286247495514013890062862474955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6acb2e98-58b7-46cf-9be3-919b91d98566, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 409b6baf-ef3b-46bc-88fe-f3d6e639a5cf, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 409b6baf-ef3b-46bc-88fe-f3d6e639a5cf, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6288749972471913839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62887499724719138396288749972471913839628874997247191383962887499724719138396288749972471913839628874997247191383962887499724719138396288749972471913839628874997247191383962887499724719138396288749972471913839628874997247191383962887499724719138396288749972471913839628874997247191383962887499724719138396288749972471913839628874997247191383962887499724719138396288749972471913839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be80527a-dd04-445c-96e0-42155fe4a565, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e6b34f2-03c6-4dc8-9f7d-f04529957060, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e6b34f2-03c6-4dc8-9f7d-f04529957060, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6887904247140295878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68879042471402958786887904247140295878688790424714029587868879042471402958786887904247140295878688790424714029587868879042471402958786887904247140295878688790424714029587868879042471402958786887904247140295878688790424714029587868879042471402958786887904247140295878688790424714029587868879042471402958786887904247140295878688790424714029587868879042471402958786887904247140295878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 409b6baf-ef3b-46bc-88fe-f3d6e639a5cf, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e60782eb-84fa-4001-b284-6eea9639d776, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e60782eb-84fa-4001-b284-6eea9639d776, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11833586627153245171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183358662715324517111833586627153245171118335866271532451711183358662715324517111833586627153245171118335866271532451711183358662715324517111833586627153245171118335866271532451711183358662715324517111833586627153245171118335866271532451711183358662715324517111833586627153245171118335866271532451711183358662715324517111833586627153245171118335866271532451711183358662715324517111833586627153245171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e6b34f2-03c6-4dc8-9f7d-f04529957060, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b210900-3f9f-4996-9d57-ef4d352024c8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b210900-3f9f-4996-9d57-ef4d352024c8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7313152504000895554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73131525040008955547313152504000895554731315250400089555473131525040008955547313152504000895554731315250400089555473131525040008955547313152504000895554731315250400089555473131525040008955547313152504000895554731315250400089555473131525040008955547313152504000895554731315250400089555473131525040008955547313152504000895554731315250400089555473131525040008955547313152504000895554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e60782eb-84fa-4001-b284-6eea9639d776, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83fb7eca-6426-48b2-8bb0-15a531318b97, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83fb7eca-6426-48b2-8bb0-15a531318b97, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3832708910015637742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38327089100156377423832708910015637742383270891001563774238327089100156377423832708910015637742383270891001563774238327089100156377423832708910015637742383270891001563774238327089100156377423832708910015637742383270891001563774238327089100156377423832708910015637742383270891001563774238327089100156377423832708910015637742383270891001563774238327089100156377423832708910015637742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b210900-3f9f-4996-9d57-ef4d352024c8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bde73aaa-fba0-4834-b033-8f462b5a5cd5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bde73aaa-fba0-4834-b033-8f462b5a5cd5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11978368516815652950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197836851681565295011978368516815652950119783685168156529501197836851681565295011978368516815652950119783685168156529501197836851681565295011978368516815652950119783685168156529501197836851681565295011978368516815652950119783685168156529501197836851681565295011978368516815652950119783685168156529501197836851681565295011978368516815652950119783685168156529501197836851681565295011978368516815652950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bde73aaa-fba0-4834-b033-8f462b5a5cd5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81cfa090-1fa3-41dc-b155-933ac590d920, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81cfa090-1fa3-41dc-b155-933ac590d920, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18258470434299264242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825847043429926424218258470434299264242182584704342992642421825847043429926424218258470434299264242182584704342992642421825847043429926424218258470434299264242182584704342992642421825847043429926424218258470434299264242182584704342992642421825847043429926424218258470434299264242182584704342992642421825847043429926424218258470434299264242182584704342992642421825847043429926424218258470434299264242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83fb7eca-6426-48b2-8bb0-15a531318b97, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4211ea79-e43b-4bdf-a5c8-867a6a3c06c8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4211ea79-e43b-4bdf-a5c8-867a6a3c06c8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9129234318007587718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91292343180075877189129234318007587718912923431800758771891292343180075877189129234318007587718912923431800758771891292343180075877189129234318007587718912923431800758771891292343180075877189129234318007587718912923431800758771891292343180075877189129234318007587718912923431800758771891292343180075877189129234318007587718912923431800758771891292343180075877189129234318007587718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81cfa090-1fa3-41dc-b155-933ac590d920, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f45b8ab1-3a48-4a36-a0d7-98f9770322c2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f45b8ab1-3a48-4a36-a0d7-98f9770322c2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14470446985783886511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447044698578388651114470446985783886511144704469857838865111447044698578388651114470446985783886511144704469857838865111447044698578388651114470446985783886511144704469857838865111447044698578388651114470446985783886511144704469857838865111447044698578388651114470446985783886511144704469857838865111447044698578388651114470446985783886511144704469857838865111447044698578388651114470446985783886511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4211ea79-e43b-4bdf-a5c8-867a6a3c06c8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a53e82b6-77a0-4667-a7a2-63d296a6a4ce, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a53e82b6-77a0-4667-a7a2-63d296a6a4ce, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16501266154410175338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650126615441017533816501266154410175338165012661544101753381650126615441017533816501266154410175338165012661544101753381650126615441017533816501266154410175338165012661544101753381650126615441017533816501266154410175338165012661544101753381650126615441017533816501266154410175338165012661544101753381650126615441017533816501266154410175338165012661544101753381650126615441017533816501266154410175338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f45b8ab1-3a48-4a36-a0d7-98f9770322c2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a225945b-090d-4c00-9aad-39c0179d9d42, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a225945b-090d-4c00-9aad-39c0179d9d42, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16962968543402662792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696296854340266279216962968543402662792169629685434026627921696296854340266279216962968543402662792169629685434026627921696296854340266279216962968543402662792169629685434026627921696296854340266279216962968543402662792169629685434026627921696296854340266279216962968543402662792169629685434026627921696296854340266279216962968543402662792169629685434026627921696296854340266279216962968543402662792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a225945b-090d-4c00-9aad-39c0179d9d42, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ace0abc-d803-44f2-b2b5-ec6b960f2ce7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ace0abc-d803-44f2-b2b5-ec6b960f2ce7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15210240239275301596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521024023927530159615210240239275301596152102402392753015961521024023927530159615210240239275301596152102402392753015961521024023927530159615210240239275301596152102402392753015961521024023927530159615210240239275301596152102402392753015961521024023927530159615210240239275301596152102402392753015961521024023927530159615210240239275301596152102402392753015961521024023927530159615210240239275301596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ace0abc-d803-44f2-b2b5-ec6b960f2ce7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a53e82b6-77a0-4667-a7a2-63d296a6a4ce, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47932c92-0a68-4a83-a56f-2215e8a65694, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47932c92-0a68-4a83-a56f-2215e8a65694, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10092719350888048412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009271935088804841210092719350888048412100927193508880484121009271935088804841210092719350888048412100927193508880484121009271935088804841210092719350888048412100927193508880484121009271935088804841210092719350888048412100927193508880484121009271935088804841210092719350888048412100927193508880484121009271935088804841210092719350888048412100927193508880484121009271935088804841210092719350888048412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b77c467b-54af-4bac-ad77-a9122bb1c934, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b77c467b-54af-4bac-ad77-a9122bb1c934, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2634427752403948173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26344277524039481732634427752403948173263442775240394817326344277524039481732634427752403948173263442775240394817326344277524039481732634427752403948173263442775240394817326344277524039481732634427752403948173263442775240394817326344277524039481732634427752403948173263442775240394817326344277524039481732634427752403948173263442775240394817326344277524039481732634427752403948173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47932c92-0a68-4a83-a56f-2215e8a65694, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f2a702a-f435-48f6-ae0b-7ffa9bc69437, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f2a702a-f435-48f6-ae0b-7ffa9bc69437, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3263542539809783123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32635425398097831233263542539809783123326354253980978312332635425398097831233263542539809783123326354253980978312332635425398097831233263542539809783123326354253980978312332635425398097831233263542539809783123326354253980978312332635425398097831233263542539809783123326354253980978312332635425398097831233263542539809783123326354253980978312332635425398097831233263542539809783123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b77c467b-54af-4bac-ad77-a9122bb1c934, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bed4350-830a-4f56-97c2-dc5740a28812, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bed4350-830a-4f56-97c2-dc5740a28812, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5803009808780093423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58030098087800934235803009808780093423580300980878009342358030098087800934235803009808780093423580300980878009342358030098087800934235803009808780093423580300980878009342358030098087800934235803009808780093423580300980878009342358030098087800934235803009808780093423580300980878009342358030098087800934235803009808780093423580300980878009342358030098087800934235803009808780093423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f2a702a-f435-48f6-ae0b-7ffa9bc69437, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4eb1700-5edc-46ae-9bb4-d9799786b35f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4eb1700-5edc-46ae-9bb4-d9799786b35f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6561018497949588624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65610184979495886246561018497949588624656101849794958862465610184979495886246561018497949588624656101849794958862465610184979495886246561018497949588624656101849794958862465610184979495886246561018497949588624656101849794958862465610184979495886246561018497949588624656101849794958862465610184979495886246561018497949588624656101849794958862465610184979495886246561018497949588624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bed4350-830a-4f56-97c2-dc5740a28812, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 147b8b88-e3aa-4a4f-83bc-e8f6400d096b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 147b8b88-e3aa-4a4f-83bc-e8f6400d096b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2567920534062546130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25679205340625461302567920534062546130256792053406254613025679205340625461302567920534062546130256792053406254613025679205340625461302567920534062546130256792053406254613025679205340625461302567920534062546130256792053406254613025679205340625461302567920534062546130256792053406254613025679205340625461302567920534062546130256792053406254613025679205340625461302567920534062546130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4eb1700-5edc-46ae-9bb4-d9799786b35f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 147b8b88-e3aa-4a4f-83bc-e8f6400d096b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4117bdb5-4eb5-4da3-a323-e2f8f2d81861, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1187b844-6cda-4e76-9534-44b6c589e09b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1187b844-6cda-4e76-9534-44b6c589e09b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2163186723421414405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21631867234214144052163186723421414405216318672342141440521631867234214144052163186723421414405216318672342141440521631867234214144052163186723421414405216318672342141440521631867234214144052163186723421414405216318672342141440521631867234214144052163186723421414405216318672342141440521631867234214144052163186723421414405216318672342141440521631867234214144052163186723421414405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4117bdb5-4eb5-4da3-a323-e2f8f2d81861, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2625547436050020355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26255474360500203552625547436050020355262554743605002035526255474360500203552625547436050020355262554743605002035526255474360500203552625547436050020355262554743605002035526255474360500203552625547436050020355262554743605002035526255474360500203552625547436050020355262554743605002035526255474360500203552625547436050020355262554743605002035526255474360500203552625547436050020355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1187b844-6cda-4e76-9534-44b6c589e09b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b78754a8-d808-4801-afaa-3597a51c7c73, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b78754a8-d808-4801-afaa-3597a51c7c73, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6650581875485893371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66505818754858933716650581875485893371665058187548589337166505818754858933716650581875485893371665058187548589337166505818754858933716650581875485893371665058187548589337166505818754858933716650581875485893371665058187548589337166505818754858933716650581875485893371665058187548589337166505818754858933716650581875485893371665058187548589337166505818754858933716650581875485893371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4117bdb5-4eb5-4da3-a323-e2f8f2d81861, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc4743f8-32e3-4d78-b532-480920d770fd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc4743f8-32e3-4d78-b532-480920d770fd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3691045172976342124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36910451729763421243691045172976342124369104517297634212436910451729763421243691045172976342124369104517297634212436910451729763421243691045172976342124369104517297634212436910451729763421243691045172976342124369104517297634212436910451729763421243691045172976342124369104517297634212436910451729763421243691045172976342124369104517297634212436910451729763421243691045172976342124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b78754a8-d808-4801-afaa-3597a51c7c73, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e887a47-5f9b-4b80-aaef-7cb0aa78b495, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e887a47-5f9b-4b80-aaef-7cb0aa78b495, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11162828349890397321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116282834989039732111162828349890397321111628283498903973211116282834989039732111162828349890397321111628283498903973211116282834989039732111162828349890397321111628283498903973211116282834989039732111162828349890397321111628283498903973211116282834989039732111162828349890397321111628283498903973211116282834989039732111162828349890397321111628283498903973211116282834989039732111162828349890397321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc4743f8-32e3-4d78-b532-480920d770fd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a87d638-e645-4511-b9d5-d8e03327ffc6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a87d638-e645-4511-b9d5-d8e03327ffc6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9735889655984291599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97358896559842915999735889655984291599973588965598429159997358896559842915999735889655984291599973588965598429159997358896559842915999735889655984291599973588965598429159997358896559842915999735889655984291599973588965598429159997358896559842915999735889655984291599973588965598429159997358896559842915999735889655984291599973588965598429159997358896559842915999735889655984291599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e887a47-5f9b-4b80-aaef-7cb0aa78b495, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a87d638-e645-4511-b9d5-d8e03327ffc6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8e56760-8ba7-4bed-aaa4-47cc01c678bc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e56760-8ba7-4bed-aaa4-47cc01c678bc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 218801667376162951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "218801667376162951218801667376162951218801667376162951218801667376162951218801667376162951218801667376162951218801667376162951218801667376162951218801667376162951218801667376162951218801667376162951218801667376162951218801667376162951218801667376162951218801667376162951218801667376162951218801667376162951218801667376162951218801667376162951218801667376162951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aab1b25a-b2a1-45a3-916a-e0241ab125f1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aab1b25a-b2a1-45a3-916a-e0241ab125f1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14530525812904891760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453052581290489176014530525812904891760145305258129048917601453052581290489176014530525812904891760145305258129048917601453052581290489176014530525812904891760145305258129048917601453052581290489176014530525812904891760145305258129048917601453052581290489176014530525812904891760145305258129048917601453052581290489176014530525812904891760145305258129048917601453052581290489176014530525812904891760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e56760-8ba7-4bed-aaa4-47cc01c678bc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a41fad4d-0b2f-4cfc-a04c-53f6000ea590, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a41fad4d-0b2f-4cfc-a04c-53f6000ea590, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5331206649245052856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53312066492450528565331206649245052856533120664924505285653312066492450528565331206649245052856533120664924505285653312066492450528565331206649245052856533120664924505285653312066492450528565331206649245052856533120664924505285653312066492450528565331206649245052856533120664924505285653312066492450528565331206649245052856533120664924505285653312066492450528565331206649245052856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aab1b25a-b2a1-45a3-916a-e0241ab125f1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 430318bd-ae8f-4c51-ba1b-a4e91d0a3db9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 430318bd-ae8f-4c51-ba1b-a4e91d0a3db9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1022540395133710450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10225403951337104501022540395133710450102254039513371045010225403951337104501022540395133710450102254039513371045010225403951337104501022540395133710450102254039513371045010225403951337104501022540395133710450102254039513371045010225403951337104501022540395133710450102254039513371045010225403951337104501022540395133710450102254039513371045010225403951337104501022540395133710450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a41fad4d-0b2f-4cfc-a04c-53f6000ea590, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 430318bd-ae8f-4c51-ba1b-a4e91d0a3db9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f18a6e13-cac7-4174-89f1-6096553da133, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f18a6e13-cac7-4174-89f1-6096553da133, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17782338854464227737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778233885446422773717782338854464227737177823388544642277371778233885446422773717782338854464227737177823388544642277371778233885446422773717782338854464227737177823388544642277371778233885446422773717782338854464227737177823388544642277371778233885446422773717782338854464227737177823388544642277371778233885446422773717782338854464227737177823388544642277371778233885446422773717782338854464227737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9ec7b87-6cb8-4b6f-8eed-236143405b4a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9ec7b87-6cb8-4b6f-8eed-236143405b4a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16474238648065816590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647423864806581659016474238648065816590164742386480658165901647423864806581659016474238648065816590164742386480658165901647423864806581659016474238648065816590164742386480658165901647423864806581659016474238648065816590164742386480658165901647423864806581659016474238648065816590164742386480658165901647423864806581659016474238648065816590164742386480658165901647423864806581659016474238648065816590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f18a6e13-cac7-4174-89f1-6096553da133, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d7778b1-947c-4f01-ad75-16d613b1f30e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d7778b1-947c-4f01-ad75-16d613b1f30e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9525504470592807869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95255044705928078699525504470592807869952550447059280786995255044705928078699525504470592807869952550447059280786995255044705928078699525504470592807869952550447059280786995255044705928078699525504470592807869952550447059280786995255044705928078699525504470592807869952550447059280786995255044705928078699525504470592807869952550447059280786995255044705928078699525504470592807869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9ec7b87-6cb8-4b6f-8eed-236143405b4a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b10ff086-f8be-4b9a-999a-de299b78dc61, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b10ff086-f8be-4b9a-999a-de299b78dc61, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13682636718647969929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368263671864796992913682636718647969929136826367186479699291368263671864796992913682636718647969929136826367186479699291368263671864796992913682636718647969929136826367186479699291368263671864796992913682636718647969929136826367186479699291368263671864796992913682636718647969929136826367186479699291368263671864796992913682636718647969929136826367186479699291368263671864796992913682636718647969929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d7778b1-947c-4f01-ad75-16d613b1f30e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71d70173-58c6-43ca-8e95-5f61700ae12f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d70173-58c6-43ca-8e95-5f61700ae12f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7547187092372748569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75471870923727485697547187092372748569754718709237274856975471870923727485697547187092372748569754718709237274856975471870923727485697547187092372748569754718709237274856975471870923727485697547187092372748569754718709237274856975471870923727485697547187092372748569754718709237274856975471870923727485697547187092372748569754718709237274856975471870923727485697547187092372748569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b10ff086-f8be-4b9a-999a-de299b78dc61, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88b53a7b-4ee9-42a1-8e73-acc62f6ae83b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d70173-58c6-43ca-8e95-5f61700ae12f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88b53a7b-4ee9-42a1-8e73-acc62f6ae83b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3975753221831702993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39757532218317029933975753221831702993397575322183170299339757532218317029933975753221831702993397575322183170299339757532218317029933975753221831702993397575322183170299339757532218317029933975753221831702993397575322183170299339757532218317029933975753221831702993397575322183170299339757532218317029933975753221831702993397575322183170299339757532218317029933975753221831702993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3ca647a-c83b-4d65-b38a-95ba3f656754, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3ca647a-c83b-4d65-b38a-95ba3f656754, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3509299518059676894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35092995180596768943509299518059676894350929951805967689435092995180596768943509299518059676894350929951805967689435092995180596768943509299518059676894350929951805967689435092995180596768943509299518059676894350929951805967689435092995180596768943509299518059676894350929951805967689435092995180596768943509299518059676894350929951805967689435092995180596768943509299518059676894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88b53a7b-4ee9-42a1-8e73-acc62f6ae83b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2822a0f2-7627-45ba-b6a3-346560bab182, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2822a0f2-7627-45ba-b6a3-346560bab182, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 118084852976621507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "118084852976621507118084852976621507118084852976621507118084852976621507118084852976621507118084852976621507118084852976621507118084852976621507118084852976621507118084852976621507118084852976621507118084852976621507118084852976621507118084852976621507118084852976621507118084852976621507118084852976621507118084852976621507118084852976621507118084852976621507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3ca647a-c83b-4d65-b38a-95ba3f656754, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b20059e-baff-471a-aaa6-7b97ed20b18d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b20059e-baff-471a-aaa6-7b97ed20b18d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13447768338181399080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344776833818139908013447768338181399080134477683381813990801344776833818139908013447768338181399080134477683381813990801344776833818139908013447768338181399080134477683381813990801344776833818139908013447768338181399080134477683381813990801344776833818139908013447768338181399080134477683381813990801344776833818139908013447768338181399080134477683381813990801344776833818139908013447768338181399080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2822a0f2-7627-45ba-b6a3-346560bab182, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 226063e5-7fd6-46cc-a682-681165e7b997, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 226063e5-7fd6-46cc-a682-681165e7b997, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2096117684867243619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20961176848672436192096117684867243619209611768486724361920961176848672436192096117684867243619209611768486724361920961176848672436192096117684867243619209611768486724361920961176848672436192096117684867243619209611768486724361920961176848672436192096117684867243619209611768486724361920961176848672436192096117684867243619209611768486724361920961176848672436192096117684867243619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b20059e-baff-471a-aaa6-7b97ed20b18d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6983265-211c-489f-8227-d1e7893f0588, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6983265-211c-489f-8227-d1e7893f0588, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16788258550278431119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678825855027843111916788258550278431119167882585502784311191678825855027843111916788258550278431119167882585502784311191678825855027843111916788258550278431119167882585502784311191678825855027843111916788258550278431119167882585502784311191678825855027843111916788258550278431119167882585502784311191678825855027843111916788258550278431119167882585502784311191678825855027843111916788258550278431119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 226063e5-7fd6-46cc-a682-681165e7b997, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cf372f9-f82d-4465-b37d-55665fc0bf69, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cf372f9-f82d-4465-b37d-55665fc0bf69, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18423873491396935613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842387349139693561318423873491396935613184238734913969356131842387349139693561318423873491396935613184238734913969356131842387349139693561318423873491396935613184238734913969356131842387349139693561318423873491396935613184238734913969356131842387349139693561318423873491396935613184238734913969356131842387349139693561318423873491396935613184238734913969356131842387349139693561318423873491396935613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6983265-211c-489f-8227-d1e7893f0588, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 072835e2-5cdc-49bf-b050-c71544604256, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 072835e2-5cdc-49bf-b050-c71544604256, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15067053714547809298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506705371454780929815067053714547809298150670537145478092981506705371454780929815067053714547809298150670537145478092981506705371454780929815067053714547809298150670537145478092981506705371454780929815067053714547809298150670537145478092981506705371454780929815067053714547809298150670537145478092981506705371454780929815067053714547809298150670537145478092981506705371454780929815067053714547809298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cf372f9-f82d-4465-b37d-55665fc0bf69, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 072835e2-5cdc-49bf-b050-c71544604256, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72b4cc06-a659-4f73-ac3a-00a19bbca907, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ef23fef-9b35-4300-8522-d928abff4af6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72b4cc06-a659-4f73-ac3a-00a19bbca907, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2546724645904842555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25467246459048425552546724645904842555254672464590484255525467246459048425552546724645904842555254672464590484255525467246459048425552546724645904842555254672464590484255525467246459048425552546724645904842555254672464590484255525467246459048425552546724645904842555254672464590484255525467246459048425552546724645904842555254672464590484255525467246459048425552546724645904842555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ef23fef-9b35-4300-8522-d928abff4af6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3111307546008949714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31113075460089497143111307546008949714311130754600894971431113075460089497143111307546008949714311130754600894971431113075460089497143111307546008949714311130754600894971431113075460089497143111307546008949714311130754600894971431113075460089497143111307546008949714311130754600894971431113075460089497143111307546008949714311130754600894971431113075460089497143111307546008949714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ef23fef-9b35-4300-8522-d928abff4af6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72b4cc06-a659-4f73-ac3a-00a19bbca907, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e81ebb39-9513-47f2-8319-6310c4d1ae15, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e81ebb39-9513-47f2-8319-6310c4d1ae15, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 697484959763111777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "697484959763111777697484959763111777697484959763111777697484959763111777697484959763111777697484959763111777697484959763111777697484959763111777697484959763111777697484959763111777697484959763111777697484959763111777697484959763111777697484959763111777697484959763111777697484959763111777697484959763111777697484959763111777697484959763111777697484959763111777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2456d9b6-7991-4107-8ff7-c6ef8a21ffcb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2456d9b6-7991-4107-8ff7-c6ef8a21ffcb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17774843027403453299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777484302740345329917774843027403453299177748430274034532991777484302740345329917774843027403453299177748430274034532991777484302740345329917774843027403453299177748430274034532991777484302740345329917774843027403453299177748430274034532991777484302740345329917774843027403453299177748430274034532991777484302740345329917774843027403453299177748430274034532991777484302740345329917774843027403453299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e81ebb39-9513-47f2-8319-6310c4d1ae15, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0696c7d-cf3f-4aca-9d1d-e2f90e3b15d3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0696c7d-cf3f-4aca-9d1d-e2f90e3b15d3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1311882466222190570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13118824662221905701311882466222190570131188246622219057013118824662221905701311882466222190570131188246622219057013118824662221905701311882466222190570131188246622219057013118824662221905701311882466222190570131188246622219057013118824662221905701311882466222190570131188246622219057013118824662221905701311882466222190570131188246622219057013118824662221905701311882466222190570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0696c7d-cf3f-4aca-9d1d-e2f90e3b15d3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2456d9b6-7991-4107-8ff7-c6ef8a21ffcb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60de5244-f20c-419c-94a0-e7d7399a471c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60de5244-f20c-419c-94a0-e7d7399a471c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3819660340047801620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38196603400478016203819660340047801620381966034004780162038196603400478016203819660340047801620381966034004780162038196603400478016203819660340047801620381966034004780162038196603400478016203819660340047801620381966034004780162038196603400478016203819660340047801620381966034004780162038196603400478016203819660340047801620381966034004780162038196603400478016203819660340047801620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70838423-4078-461a-b210-0bb5a13bd2f3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70838423-4078-461a-b210-0bb5a13bd2f3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12520441802541096962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252044180254109696212520441802541096962125204418025410969621252044180254109696212520441802541096962125204418025410969621252044180254109696212520441802541096962125204418025410969621252044180254109696212520441802541096962125204418025410969621252044180254109696212520441802541096962125204418025410969621252044180254109696212520441802541096962125204418025410969621252044180254109696212520441802541096962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60de5244-f20c-419c-94a0-e7d7399a471c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b423da4-03e6-4c99-95d1-60d2d95bc2b7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b423da4-03e6-4c99-95d1-60d2d95bc2b7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11708292249888404422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170829224988840442211708292249888404422117082922498884044221170829224988840442211708292249888404422117082922498884044221170829224988840442211708292249888404422117082922498884044221170829224988840442211708292249888404422117082922498884044221170829224988840442211708292249888404422117082922498884044221170829224988840442211708292249888404422117082922498884044221170829224988840442211708292249888404422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70838423-4078-461a-b210-0bb5a13bd2f3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1205b85f-79a4-4c42-b18f-9d586efd8520, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1205b85f-79a4-4c42-b18f-9d586efd8520, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14754941075538075180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475494107553807518014754941075538075180147549410755380751801475494107553807518014754941075538075180147549410755380751801475494107553807518014754941075538075180147549410755380751801475494107553807518014754941075538075180147549410755380751801475494107553807518014754941075538075180147549410755380751801475494107553807518014754941075538075180147549410755380751801475494107553807518014754941075538075180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b423da4-03e6-4c99-95d1-60d2d95bc2b7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a6da912-af0d-43fc-8f1c-b4dfa0c085fc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1205b85f-79a4-4c42-b18f-9d586efd8520, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a6da912-af0d-43fc-8f1c-b4dfa0c085fc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13981832106865405627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398183210686540562713981832106865405627139818321068654056271398183210686540562713981832106865405627139818321068654056271398183210686540562713981832106865405627139818321068654056271398183210686540562713981832106865405627139818321068654056271398183210686540562713981832106865405627139818321068654056271398183210686540562713981832106865405627139818321068654056271398183210686540562713981832106865405627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74e961b9-3734-4a01-b6e8-7e0fe1c4a8bb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74e961b9-3734-4a01-b6e8-7e0fe1c4a8bb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16818687294469340259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681868729446934025916818687294469340259168186872944693402591681868729446934025916818687294469340259168186872944693402591681868729446934025916818687294469340259168186872944693402591681868729446934025916818687294469340259168186872944693402591681868729446934025916818687294469340259168186872944693402591681868729446934025916818687294469340259168186872944693402591681868729446934025916818687294469340259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74e961b9-3734-4a01-b6e8-7e0fe1c4a8bb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c497d0f6-9017-4351-b7e1-096e72987d06, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c497d0f6-9017-4351-b7e1-096e72987d06, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1663577213173508454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16635772131735084541663577213173508454166357721317350845416635772131735084541663577213173508454166357721317350845416635772131735084541663577213173508454166357721317350845416635772131735084541663577213173508454166357721317350845416635772131735084541663577213173508454166357721317350845416635772131735084541663577213173508454166357721317350845416635772131735084541663577213173508454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a6da912-af0d-43fc-8f1c-b4dfa0c085fc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ecfe13e-91e2-4b9d-8c5d-554f3ce2e52a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ecfe13e-91e2-4b9d-8c5d-554f3ce2e52a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6828306491617073219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68283064916170732196828306491617073219682830649161707321968283064916170732196828306491617073219682830649161707321968283064916170732196828306491617073219682830649161707321968283064916170732196828306491617073219682830649161707321968283064916170732196828306491617073219682830649161707321968283064916170732196828306491617073219682830649161707321968283064916170732196828306491617073219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c497d0f6-9017-4351-b7e1-096e72987d06, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9849fd31-2274-400e-a739-e7f5e19a6f6b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9849fd31-2274-400e-a739-e7f5e19a6f6b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6475268817832770567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64752688178327705676475268817832770567647526881783277056764752688178327705676475268817832770567647526881783277056764752688178327705676475268817832770567647526881783277056764752688178327705676475268817832770567647526881783277056764752688178327705676475268817832770567647526881783277056764752688178327705676475268817832770567647526881783277056764752688178327705676475268817832770567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ecfe13e-91e2-4b9d-8c5d-554f3ce2e52a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ede67af3-e0f4-4a8b-93b8-c7d216ae35b5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede67af3-e0f4-4a8b-93b8-c7d216ae35b5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8018139423553920994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80181394235539209948018139423553920994801813942355392099480181394235539209948018139423553920994801813942355392099480181394235539209948018139423553920994801813942355392099480181394235539209948018139423553920994801813942355392099480181394235539209948018139423553920994801813942355392099480181394235539209948018139423553920994801813942355392099480181394235539209948018139423553920994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9849fd31-2274-400e-a739-e7f5e19a6f6b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede67af3-e0f4-4a8b-93b8-c7d216ae35b5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e347dac5-8db0-4126-89b5-841013682c9a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2865d480-7a1b-4068-8734-9439a0eb1f8a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e347dac5-8db0-4126-89b5-841013682c9a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16363939355707031213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636393935570703121316363939355707031213163639393557070312131636393935570703121316363939355707031213163639393557070312131636393935570703121316363939355707031213163639393557070312131636393935570703121316363939355707031213163639393557070312131636393935570703121316363939355707031213163639393557070312131636393935570703121316363939355707031213163639393557070312131636393935570703121316363939355707031213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2865d480-7a1b-4068-8734-9439a0eb1f8a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1337942407357256480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13379424073572564801337942407357256480133794240735725648013379424073572564801337942407357256480133794240735725648013379424073572564801337942407357256480133794240735725648013379424073572564801337942407357256480133794240735725648013379424073572564801337942407357256480133794240735725648013379424073572564801337942407357256480133794240735725648013379424073572564801337942407357256480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e347dac5-8db0-4126-89b5-841013682c9a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b69b6480-ef51-41a3-9ae1-9fa1313c6298, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b69b6480-ef51-41a3-9ae1-9fa1313c6298, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16401615938556796163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640161593855679616316401615938556796163164016159385567961631640161593855679616316401615938556796163164016159385567961631640161593855679616316401615938556796163164016159385567961631640161593855679616316401615938556796163164016159385567961631640161593855679616316401615938556796163164016159385567961631640161593855679616316401615938556796163164016159385567961631640161593855679616316401615938556796163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2865d480-7a1b-4068-8734-9439a0eb1f8a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 101cbb74-dede-469f-b3c6-d6a24a6e9e9a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b69b6480-ef51-41a3-9ae1-9fa1313c6298, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 101cbb74-dede-469f-b3c6-d6a24a6e9e9a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4469692291306300858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44696922913063008584469692291306300858446969229130630085844696922913063008584469692291306300858446969229130630085844696922913063008584469692291306300858446969229130630085844696922913063008584469692291306300858446969229130630085844696922913063008584469692291306300858446969229130630085844696922913063008584469692291306300858446969229130630085844696922913063008584469692291306300858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5595963a-e272-449e-81ae-1a7697c3dfaa, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5595963a-e272-449e-81ae-1a7697c3dfaa, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14936710386206378332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493671038620637833214936710386206378332149367103862063783321493671038620637833214936710386206378332149367103862063783321493671038620637833214936710386206378332149367103862063783321493671038620637833214936710386206378332149367103862063783321493671038620637833214936710386206378332149367103862063783321493671038620637833214936710386206378332149367103862063783321493671038620637833214936710386206378332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 101cbb74-dede-469f-b3c6-d6a24a6e9e9a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acdffdd2-ebdf-4979-a00d-02e2bf141ed1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acdffdd2-ebdf-4979-a00d-02e2bf141ed1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3173622139117339479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31736221391173394793173622139117339479317362213911733947931736221391173394793173622139117339479317362213911733947931736221391173394793173622139117339479317362213911733947931736221391173394793173622139117339479317362213911733947931736221391173394793173622139117339479317362213911733947931736221391173394793173622139117339479317362213911733947931736221391173394793173622139117339479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5595963a-e272-449e-81ae-1a7697c3dfaa, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58fa8565-a98b-4a0c-a27c-9aecdfdc7e6c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58fa8565-a98b-4a0c-a27c-9aecdfdc7e6c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2210896857257245388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22108968572572453882210896857257245388221089685725724538822108968572572453882210896857257245388221089685725724538822108968572572453882210896857257245388221089685725724538822108968572572453882210896857257245388221089685725724538822108968572572453882210896857257245388221089685725724538822108968572572453882210896857257245388221089685725724538822108968572572453882210896857257245388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acdffdd2-ebdf-4979-a00d-02e2bf141ed1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e699a1ff-4ff0-405c-9a88-1cb8047609e0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e699a1ff-4ff0-405c-9a88-1cb8047609e0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9498475773117584224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94984757731175842249498475773117584224949847577311758422494984757731175842249498475773117584224949847577311758422494984757731175842249498475773117584224949847577311758422494984757731175842249498475773117584224949847577311758422494984757731175842249498475773117584224949847577311758422494984757731175842249498475773117584224949847577311758422494984757731175842249498475773117584224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58fa8565-a98b-4a0c-a27c-9aecdfdc7e6c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c454f648-435b-49c7-9769-a40e58253e22, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c454f648-435b-49c7-9769-a40e58253e22, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16490025761161655738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649002576116165573816490025761161655738164900257611616557381649002576116165573816490025761161655738164900257611616557381649002576116165573816490025761161655738164900257611616557381649002576116165573816490025761161655738164900257611616557381649002576116165573816490025761161655738164900257611616557381649002576116165573816490025761161655738164900257611616557381649002576116165573816490025761161655738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e699a1ff-4ff0-405c-9a88-1cb8047609e0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36a39408-bb51-4579-a360-558a1edc51bb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a39408-bb51-4579-a360-558a1edc51bb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15542420612337196278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554242061233719627815542420612337196278155424206123371962781554242061233719627815542420612337196278155424206123371962781554242061233719627815542420612337196278155424206123371962781554242061233719627815542420612337196278155424206123371962781554242061233719627815542420612337196278155424206123371962781554242061233719627815542420612337196278155424206123371962781554242061233719627815542420612337196278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c454f648-435b-49c7-9769-a40e58253e22, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01d217d1-495c-4144-a6e6-1d5861b26583, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01d217d1-495c-4144-a6e6-1d5861b26583, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10245214689092311565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024521468909231156510245214689092311565102452146890923115651024521468909231156510245214689092311565102452146890923115651024521468909231156510245214689092311565102452146890923115651024521468909231156510245214689092311565102452146890923115651024521468909231156510245214689092311565102452146890923115651024521468909231156510245214689092311565102452146890923115651024521468909231156510245214689092311565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a39408-bb51-4579-a360-558a1edc51bb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83c02589-1c06-4dda-9878-355a1f1692b9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83c02589-1c06-4dda-9878-355a1f1692b9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3599488272492351212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35994882724923512123599488272492351212359948827249235121235994882724923512123599488272492351212359948827249235121235994882724923512123599488272492351212359948827249235121235994882724923512123599488272492351212359948827249235121235994882724923512123599488272492351212359948827249235121235994882724923512123599488272492351212359948827249235121235994882724923512123599488272492351212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01d217d1-495c-4144-a6e6-1d5861b26583, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cbaa2d3-7c28-468d-8eed-e55d6ee19bdb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cbaa2d3-7c28-468d-8eed-e55d6ee19bdb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 463369658388429003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "463369658388429003463369658388429003463369658388429003463369658388429003463369658388429003463369658388429003463369658388429003463369658388429003463369658388429003463369658388429003463369658388429003463369658388429003463369658388429003463369658388429003463369658388429003463369658388429003463369658388429003463369658388429003463369658388429003463369658388429003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83c02589-1c06-4dda-9878-355a1f1692b9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a11bed6b-a78a-4512-8391-0014189c3e91, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cbaa2d3-7c28-468d-8eed-e55d6ee19bdb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d27788f-4b6f-40ae-bf54-af5b6a96f6d7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d27788f-4b6f-40ae-bf54-af5b6a96f6d7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15195036106420534144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519503610642053414415195036106420534144151950361064205341441519503610642053414415195036106420534144151950361064205341441519503610642053414415195036106420534144151950361064205341441519503610642053414415195036106420534144151950361064205341441519503610642053414415195036106420534144151950361064205341441519503610642053414415195036106420534144151950361064205341441519503610642053414415195036106420534144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a11bed6b-a78a-4512-8391-0014189c3e91, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13595548362573338712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359554836257333871213595548362573338712135955483625733387121359554836257333871213595548362573338712135955483625733387121359554836257333871213595548362573338712135955483625733387121359554836257333871213595548362573338712135955483625733387121359554836257333871213595548362573338712135955483625733387121359554836257333871213595548362573338712135955483625733387121359554836257333871213595548362573338712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d27788f-4b6f-40ae-bf54-af5b6a96f6d7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 915f559f-f322-4b00-b894-5a2cbce9e9bb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 915f559f-f322-4b00-b894-5a2cbce9e9bb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8387196641803329557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83871966418033295578387196641803329557838719664180332955783871966418033295578387196641803329557838719664180332955783871966418033295578387196641803329557838719664180332955783871966418033295578387196641803329557838719664180332955783871966418033295578387196641803329557838719664180332955783871966418033295578387196641803329557838719664180332955783871966418033295578387196641803329557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a11bed6b-a78a-4512-8391-0014189c3e91, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16e95ed9-49fb-4d69-9cc7-b622114cddac, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16e95ed9-49fb-4d69-9cc7-b622114cddac, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1692507575682917047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16925075756829170471692507575682917047169250757568291704716925075756829170471692507575682917047169250757568291704716925075756829170471692507575682917047169250757568291704716925075756829170471692507575682917047169250757568291704716925075756829170471692507575682917047169250757568291704716925075756829170471692507575682917047169250757568291704716925075756829170471692507575682917047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16e95ed9-49fb-4d69-9cc7-b622114cddac, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16235782-45a3-43aa-a339-e2eb0423e87f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16235782-45a3-43aa-a339-e2eb0423e87f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1614490733969012292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16144907339690122921614490733969012292161449073396901229216144907339690122921614490733969012292161449073396901229216144907339690122921614490733969012292161449073396901229216144907339690122921614490733969012292161449073396901229216144907339690122921614490733969012292161449073396901229216144907339690122921614490733969012292161449073396901229216144907339690122921614490733969012292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 915f559f-f322-4b00-b894-5a2cbce9e9bb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f2e2719-d0bb-4abf-b72c-c9ba873edb19, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f2e2719-d0bb-4abf-b72c-c9ba873edb19, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4079353539150275528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40793535391502755284079353539150275528407935353915027552840793535391502755284079353539150275528407935353915027552840793535391502755284079353539150275528407935353915027552840793535391502755284079353539150275528407935353915027552840793535391502755284079353539150275528407935353915027552840793535391502755284079353539150275528407935353915027552840793535391502755284079353539150275528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16235782-45a3-43aa-a339-e2eb0423e87f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d60b118-5244-477f-be60-2cee607da6e2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d60b118-5244-477f-be60-2cee607da6e2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11488188729851825204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148818872985182520411488188729851825204114881887298518252041148818872985182520411488188729851825204114881887298518252041148818872985182520411488188729851825204114881887298518252041148818872985182520411488188729851825204114881887298518252041148818872985182520411488188729851825204114881887298518252041148818872985182520411488188729851825204114881887298518252041148818872985182520411488188729851825204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f2e2719-d0bb-4abf-b72c-c9ba873edb19, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe0f9103-873d-4eca-b37f-0d41359520f5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe0f9103-873d-4eca-b37f-0d41359520f5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12601871712842246259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260187171284224625912601871712842246259126018717128422462591260187171284224625912601871712842246259126018717128422462591260187171284224625912601871712842246259126018717128422462591260187171284224625912601871712842246259126018717128422462591260187171284224625912601871712842246259126018717128422462591260187171284224625912601871712842246259126018717128422462591260187171284224625912601871712842246259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d60b118-5244-477f-be60-2cee607da6e2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de43f2ee-7d0d-4d2a-8c33-a61891dd51c5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de43f2ee-7d0d-4d2a-8c33-a61891dd51c5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3922641409411537481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39226414094115374813922641409411537481392264140941153748139226414094115374813922641409411537481392264140941153748139226414094115374813922641409411537481392264140941153748139226414094115374813922641409411537481392264140941153748139226414094115374813922641409411537481392264140941153748139226414094115374813922641409411537481392264140941153748139226414094115374813922641409411537481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe0f9103-873d-4eca-b37f-0d41359520f5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd20b80f-1f6e-421f-a9b3-ee1f57089a16, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd20b80f-1f6e-421f-a9b3-ee1f57089a16, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2150784959688035216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21507849596880352162150784959688035216215078495968803521621507849596880352162150784959688035216215078495968803521621507849596880352162150784959688035216215078495968803521621507849596880352162150784959688035216215078495968803521621507849596880352162150784959688035216215078495968803521621507849596880352162150784959688035216215078495968803521621507849596880352162150784959688035216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de43f2ee-7d0d-4d2a-8c33-a61891dd51c5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9da9ba6b-665f-42a9-99bb-97fa23ddc769, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9da9ba6b-665f-42a9-99bb-97fa23ddc769, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11266361278269951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126636127826995111266361278269951112663612782699511126636127826995111266361278269951112663612782699511126636127826995111266361278269951112663612782699511126636127826995111266361278269951112663612782699511126636127826995111266361278269951112663612782699511126636127826995111266361278269951112663612782699511126636127826995111266361278269951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd20b80f-1f6e-421f-a9b3-ee1f57089a16, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b1f9974-3c48-494f-a63c-098e230904f5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b1f9974-3c48-494f-a63c-098e230904f5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8648016291384640849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86480162913846408498648016291384640849864801629138464084986480162913846408498648016291384640849864801629138464084986480162913846408498648016291384640849864801629138464084986480162913846408498648016291384640849864801629138464084986480162913846408498648016291384640849864801629138464084986480162913846408498648016291384640849864801629138464084986480162913846408498648016291384640849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9da9ba6b-665f-42a9-99bb-97fa23ddc769, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04f5ae01-6415-4d46-b01a-b387034284f7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f5ae01-6415-4d46-b01a-b387034284f7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16674252444179666994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667425244417966699416674252444179666994166742524441796669941667425244417966699416674252444179666994166742524441796669941667425244417966699416674252444179666994166742524441796669941667425244417966699416674252444179666994166742524441796669941667425244417966699416674252444179666994166742524441796669941667425244417966699416674252444179666994166742524441796669941667425244417966699416674252444179666994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b1f9974-3c48-494f-a63c-098e230904f5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35d648c7-8063-4ea2-9860-11e1e694bf65, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35d648c7-8063-4ea2-9860-11e1e694bf65, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17301662834358914290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730166283435891429017301662834358914290173016628343589142901730166283435891429017301662834358914290173016628343589142901730166283435891429017301662834358914290173016628343589142901730166283435891429017301662834358914290173016628343589142901730166283435891429017301662834358914290173016628343589142901730166283435891429017301662834358914290173016628343589142901730166283435891429017301662834358914290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f5ae01-6415-4d46-b01a-b387034284f7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd5161c1-b8c8-439e-8321-252c27e1d727, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35d648c7-8063-4ea2-9860-11e1e694bf65, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd5161c1-b8c8-439e-8321-252c27e1d727, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6368525790701280265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63685257907012802656368525790701280265636852579070128026563685257907012802656368525790701280265636852579070128026563685257907012802656368525790701280265636852579070128026563685257907012802656368525790701280265636852579070128026563685257907012802656368525790701280265636852579070128026563685257907012802656368525790701280265636852579070128026563685257907012802656368525790701280265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 147749fa-3b56-4ecb-ac9a-11d2defbf3e4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 147749fa-3b56-4ecb-ac9a-11d2defbf3e4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3432123538074877559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34321235380748775593432123538074877559343212353807487755934321235380748775593432123538074877559343212353807487755934321235380748775593432123538074877559343212353807487755934321235380748775593432123538074877559343212353807487755934321235380748775593432123538074877559343212353807487755934321235380748775593432123538074877559343212353807487755934321235380748775593432123538074877559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd5161c1-b8c8-439e-8321-252c27e1d727, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 147749fa-3b56-4ecb-ac9a-11d2defbf3e4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 317ec1de-52b9-4826-a7f2-263ee3bb1951, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be747927-ac53-4b6a-b84b-6477f82896a0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 317ec1de-52b9-4826-a7f2-263ee3bb1951, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7038958805502569591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70389588055025695917038958805502569591703895880550256959170389588055025695917038958805502569591703895880550256959170389588055025695917038958805502569591703895880550256959170389588055025695917038958805502569591703895880550256959170389588055025695917038958805502569591703895880550256959170389588055025695917038958805502569591703895880550256959170389588055025695917038958805502569591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be747927-ac53-4b6a-b84b-6477f82896a0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6034940336133153066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60349403361331530666034940336133153066603494033613315306660349403361331530666034940336133153066603494033613315306660349403361331530666034940336133153066603494033613315306660349403361331530666034940336133153066603494033613315306660349403361331530666034940336133153066603494033613315306660349403361331530666034940336133153066603494033613315306660349403361331530666034940336133153066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 317ec1de-52b9-4826-a7f2-263ee3bb1951, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d7b7446-d06f-4f5e-b153-9cc8bc422055, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be747927-ac53-4b6a-b84b-6477f82896a0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d7b7446-d06f-4f5e-b153-9cc8bc422055, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5676166490022764532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56761664900227645325676166490022764532567616649002276453256761664900227645325676166490022764532567616649002276453256761664900227645325676166490022764532567616649002276453256761664900227645325676166490022764532567616649002276453256761664900227645325676166490022764532567616649002276453256761664900227645325676166490022764532567616649002276453256761664900227645325676166490022764532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00c43470-6603-4db2-bb7c-3e5e07cafdde, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00c43470-6603-4db2-bb7c-3e5e07cafdde, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6854322951687274859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68543229516872748596854322951687274859685432295168727485968543229516872748596854322951687274859685432295168727485968543229516872748596854322951687274859685432295168727485968543229516872748596854322951687274859685432295168727485968543229516872748596854322951687274859685432295168727485968543229516872748596854322951687274859685432295168727485968543229516872748596854322951687274859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d7b7446-d06f-4f5e-b153-9cc8bc422055, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00c43470-6603-4db2-bb7c-3e5e07cafdde, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed7be75c-90c0-41b4-8216-c5c2fcd5afae, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 117ed798-04e2-4fb3-91ff-69b224d2e55f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed7be75c-90c0-41b4-8216-c5c2fcd5afae, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6721266633171368519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67212666331713685196721266633171368519672126663317136851967212666331713685196721266633171368519672126663317136851967212666331713685196721266633171368519672126663317136851967212666331713685196721266633171368519672126663317136851967212666331713685196721266633171368519672126663317136851967212666331713685196721266633171368519672126663317136851967212666331713685196721266633171368519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 117ed798-04e2-4fb3-91ff-69b224d2e55f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11066229105531097941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106622910553109794111066229105531097941110662291055310979411106622910553109794111066229105531097941110662291055310979411106622910553109794111066229105531097941110662291055310979411106622910553109794111066229105531097941110662291055310979411106622910553109794111066229105531097941110662291055310979411106622910553109794111066229105531097941110662291055310979411106622910553109794111066229105531097941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed7be75c-90c0-41b4-8216-c5c2fcd5afae, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d66c371-bd48-4071-ab32-b495c1ddc226, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 117ed798-04e2-4fb3-91ff-69b224d2e55f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d66c371-bd48-4071-ab32-b495c1ddc226, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3863741603714323923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38637416037143239233863741603714323923386374160371432392338637416037143239233863741603714323923386374160371432392338637416037143239233863741603714323923386374160371432392338637416037143239233863741603714323923386374160371432392338637416037143239233863741603714323923386374160371432392338637416037143239233863741603714323923386374160371432392338637416037143239233863741603714323923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 522349ea-7c90-4807-b78a-978709d555d8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 522349ea-7c90-4807-b78a-978709d555d8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14814135753170148740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481413575317014874014814135753170148740148141357531701487401481413575317014874014814135753170148740148141357531701487401481413575317014874014814135753170148740148141357531701487401481413575317014874014814135753170148740148141357531701487401481413575317014874014814135753170148740148141357531701487401481413575317014874014814135753170148740148141357531701487401481413575317014874014814135753170148740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d66c371-bd48-4071-ab32-b495c1ddc226, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ae27ff8-9358-4d41-a519-384981d62927, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 522349ea-7c90-4807-b78a-978709d555d8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ae27ff8-9358-4d41-a519-384981d62927, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3750934333014325856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37509343330143258563750934333014325856375093433301432585637509343330143258563750934333014325856375093433301432585637509343330143258563750934333014325856375093433301432585637509343330143258563750934333014325856375093433301432585637509343330143258563750934333014325856375093433301432585637509343330143258563750934333014325856375093433301432585637509343330143258563750934333014325856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a44d00fe-d406-40dc-81b8-f7c80b4207e3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a44d00fe-d406-40dc-81b8-f7c80b4207e3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17119133502679017643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711913350267901764317119133502679017643171191335026790176431711913350267901764317119133502679017643171191335026790176431711913350267901764317119133502679017643171191335026790176431711913350267901764317119133502679017643171191335026790176431711913350267901764317119133502679017643171191335026790176431711913350267901764317119133502679017643171191335026790176431711913350267901764317119133502679017643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ae27ff8-9358-4d41-a519-384981d62927, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80cdc3a3-0a50-45c9-a5a8-35a38ed43d32, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80cdc3a3-0a50-45c9-a5a8-35a38ed43d32, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1752718762402323406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17527187624023234061752718762402323406175271876240232340617527187624023234061752718762402323406175271876240232340617527187624023234061752718762402323406175271876240232340617527187624023234061752718762402323406175271876240232340617527187624023234061752718762402323406175271876240232340617527187624023234061752718762402323406175271876240232340617527187624023234061752718762402323406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a44d00fe-d406-40dc-81b8-f7c80b4207e3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cafa672-0675-4460-bcfe-17f10959f699, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cafa672-0675-4460-bcfe-17f10959f699, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6158915309353551373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61589153093535513736158915309353551373615891530935355137361589153093535513736158915309353551373615891530935355137361589153093535513736158915309353551373615891530935355137361589153093535513736158915309353551373615891530935355137361589153093535513736158915309353551373615891530935355137361589153093535513736158915309353551373615891530935355137361589153093535513736158915309353551373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80cdc3a3-0a50-45c9-a5a8-35a38ed43d32, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af7cac31-77f0-49b3-a065-b95455386d08, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af7cac31-77f0-49b3-a065-b95455386d08, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8843793152959516706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88437931529595167068843793152959516706884379315295951670688437931529595167068843793152959516706884379315295951670688437931529595167068843793152959516706884379315295951670688437931529595167068843793152959516706884379315295951670688437931529595167068843793152959516706884379315295951670688437931529595167068843793152959516706884379315295951670688437931529595167068843793152959516706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cafa672-0675-4460-bcfe-17f10959f699, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0a1b447-d50a-4241-a9a1-6b5d646e68f4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0a1b447-d50a-4241-a9a1-6b5d646e68f4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10288720490749584518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028872049074958451810288720490749584518102887204907495845181028872049074958451810288720490749584518102887204907495845181028872049074958451810288720490749584518102887204907495845181028872049074958451810288720490749584518102887204907495845181028872049074958451810288720490749584518102887204907495845181028872049074958451810288720490749584518102887204907495845181028872049074958451810288720490749584518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af7cac31-77f0-49b3-a065-b95455386d08, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbd86ff9-427a-424b-80ca-2168ab5c4b6d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbd86ff9-427a-424b-80ca-2168ab5c4b6d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2696752239439291801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26967522394392918012696752239439291801269675223943929180126967522394392918012696752239439291801269675223943929180126967522394392918012696752239439291801269675223943929180126967522394392918012696752239439291801269675223943929180126967522394392918012696752239439291801269675223943929180126967522394392918012696752239439291801269675223943929180126967522394392918012696752239439291801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0a1b447-d50a-4241-a9a1-6b5d646e68f4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cff8604f-4809-4ff0-94b3-c731a95105e6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cff8604f-4809-4ff0-94b3-c731a95105e6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4812877076205959607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48128770762059596074812877076205959607481287707620595960748128770762059596074812877076205959607481287707620595960748128770762059596074812877076205959607481287707620595960748128770762059596074812877076205959607481287707620595960748128770762059596074812877076205959607481287707620595960748128770762059596074812877076205959607481287707620595960748128770762059596074812877076205959607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbd86ff9-427a-424b-80ca-2168ab5c4b6d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8942f543-a76e-4752-ba20-7f243b284a2b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8942f543-a76e-4752-ba20-7f243b284a2b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16723003755868092655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672300375586809265516723003755868092655167230037558680926551672300375586809265516723003755868092655167230037558680926551672300375586809265516723003755868092655167230037558680926551672300375586809265516723003755868092655167230037558680926551672300375586809265516723003755868092655167230037558680926551672300375586809265516723003755868092655167230037558680926551672300375586809265516723003755868092655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cff8604f-4809-4ff0-94b3-c731a95105e6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4434268c-8884-4531-8818-3b3ad80d2fab, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4434268c-8884-4531-8818-3b3ad80d2fab, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17605232644027587722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760523264402758772217605232644027587722176052326440275877221760523264402758772217605232644027587722176052326440275877221760523264402758772217605232644027587722176052326440275877221760523264402758772217605232644027587722176052326440275877221760523264402758772217605232644027587722176052326440275877221760523264402758772217605232644027587722176052326440275877221760523264402758772217605232644027587722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8942f543-a76e-4752-ba20-7f243b284a2b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a2e5002-163b-485c-a57a-488ebdebfb83, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a2e5002-163b-485c-a57a-488ebdebfb83, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7072964015125417349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70729640151254173497072964015125417349707296401512541734970729640151254173497072964015125417349707296401512541734970729640151254173497072964015125417349707296401512541734970729640151254173497072964015125417349707296401512541734970729640151254173497072964015125417349707296401512541734970729640151254173497072964015125417349707296401512541734970729640151254173497072964015125417349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4434268c-8884-4531-8818-3b3ad80d2fab, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91a6a791-4c54-47ef-9190-0ef8c20e519b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a2e5002-163b-485c-a57a-488ebdebfb83, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a6a791-4c54-47ef-9190-0ef8c20e519b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13402887897811523465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340288789781152346513402887897811523465134028878978115234651340288789781152346513402887897811523465134028878978115234651340288789781152346513402887897811523465134028878978115234651340288789781152346513402887897811523465134028878978115234651340288789781152346513402887897811523465134028878978115234651340288789781152346513402887897811523465134028878978115234651340288789781152346513402887897811523465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d1357b7-d65c-4ab4-a7f7-d82e613bf3ab, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d1357b7-d65c-4ab4-a7f7-d82e613bf3ab, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13537600249384848634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353760024938484863413537600249384848634135376002493848486341353760024938484863413537600249384848634135376002493848486341353760024938484863413537600249384848634135376002493848486341353760024938484863413537600249384848634135376002493848486341353760024938484863413537600249384848634135376002493848486341353760024938484863413537600249384848634135376002493848486341353760024938484863413537600249384848634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a6a791-4c54-47ef-9190-0ef8c20e519b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b186daf6-c28b-4e79-89d2-fbcc6ddb42d6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b186daf6-c28b-4e79-89d2-fbcc6ddb42d6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 800091025054790181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "800091025054790181800091025054790181800091025054790181800091025054790181800091025054790181800091025054790181800091025054790181800091025054790181800091025054790181800091025054790181800091025054790181800091025054790181800091025054790181800091025054790181800091025054790181800091025054790181800091025054790181800091025054790181800091025054790181800091025054790181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d1357b7-d65c-4ab4-a7f7-d82e613bf3ab, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0b221e4-6ed7-4853-bbf8-726cdbeb1705, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0b221e4-6ed7-4853-bbf8-726cdbeb1705, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17989573739124651504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798957373912465150417989573739124651504179895737391246515041798957373912465150417989573739124651504179895737391246515041798957373912465150417989573739124651504179895737391246515041798957373912465150417989573739124651504179895737391246515041798957373912465150417989573739124651504179895737391246515041798957373912465150417989573739124651504179895737391246515041798957373912465150417989573739124651504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b186daf6-c28b-4e79-89d2-fbcc6ddb42d6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e57fa814-bf91-4ae3-836b-4e3e2b56d373, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e57fa814-bf91-4ae3-836b-4e3e2b56d373, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9931695423339949644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99316954233399496449931695423339949644993169542333994964499316954233399496449931695423339949644993169542333994964499316954233399496449931695423339949644993169542333994964499316954233399496449931695423339949644993169542333994964499316954233399496449931695423339949644993169542333994964499316954233399496449931695423339949644993169542333994964499316954233399496449931695423339949644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0b221e4-6ed7-4853-bbf8-726cdbeb1705, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d337c475-83e9-4389-a0af-578cc6a7d351, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d337c475-83e9-4389-a0af-578cc6a7d351, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3581239884911266753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35812398849112667533581239884911266753358123988491126675335812398849112667533581239884911266753358123988491126675335812398849112667533581239884911266753358123988491126675335812398849112667533581239884911266753358123988491126675335812398849112667533581239884911266753358123988491126675335812398849112667533581239884911266753358123988491126675335812398849112667533581239884911266753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e57fa814-bf91-4ae3-836b-4e3e2b56d373, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d460bfe0-ce9d-4b74-ac70-12a2eacfa68c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d460bfe0-ce9d-4b74-ac70-12a2eacfa68c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1476605458378574788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14766054583785747881476605458378574788147660545837857478814766054583785747881476605458378574788147660545837857478814766054583785747881476605458378574788147660545837857478814766054583785747881476605458378574788147660545837857478814766054583785747881476605458378574788147660545837857478814766054583785747881476605458378574788147660545837857478814766054583785747881476605458378574788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d337c475-83e9-4389-a0af-578cc6a7d351, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fc1a320-e73d-4ca0-b2c8-b85fd21cda6d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fc1a320-e73d-4ca0-b2c8-b85fd21cda6d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4825424590871116284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48254245908711162844825424590871116284482542459087111628448254245908711162844825424590871116284482542459087111628448254245908711162844825424590871116284482542459087111628448254245908711162844825424590871116284482542459087111628448254245908711162844825424590871116284482542459087111628448254245908711162844825424590871116284482542459087111628448254245908711162844825424590871116284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d460bfe0-ce9d-4b74-ac70-12a2eacfa68c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1689fe6-b85d-461b-a85e-296795ac2cb1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1689fe6-b85d-461b-a85e-296795ac2cb1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6798420362213144424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67984203622131444246798420362213144424679842036221314442467984203622131444246798420362213144424679842036221314442467984203622131444246798420362213144424679842036221314442467984203622131444246798420362213144424679842036221314442467984203622131444246798420362213144424679842036221314442467984203622131444246798420362213144424679842036221314442467984203622131444246798420362213144424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fc1a320-e73d-4ca0-b2c8-b85fd21cda6d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4d7028c-92e9-4520-93dd-4e157a770cf4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1689fe6-b85d-461b-a85e-296795ac2cb1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4d7028c-92e9-4520-93dd-4e157a770cf4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18269686279658179959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826968627965817995918269686279658179959182696862796581799591826968627965817995918269686279658179959182696862796581799591826968627965817995918269686279658179959182696862796581799591826968627965817995918269686279658179959182696862796581799591826968627965817995918269686279658179959182696862796581799591826968627965817995918269686279658179959182696862796581799591826968627965817995918269686279658179959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3151a51-4188-4f08-9afa-84a101fe39e8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3151a51-4188-4f08-9afa-84a101fe39e8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10274845646645865974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027484564664586597410274845646645865974102748456466458659741027484564664586597410274845646645865974102748456466458659741027484564664586597410274845646645865974102748456466458659741027484564664586597410274845646645865974102748456466458659741027484564664586597410274845646645865974102748456466458659741027484564664586597410274845646645865974102748456466458659741027484564664586597410274845646645865974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4d7028c-92e9-4520-93dd-4e157a770cf4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 259fab09-deec-42c4-af5e-440703abd54a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3151a51-4188-4f08-9afa-84a101fe39e8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 259fab09-deec-42c4-af5e-440703abd54a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9262139444195293704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92621394441952937049262139444195293704926213944419529370492621394441952937049262139444195293704926213944419529370492621394441952937049262139444195293704926213944419529370492621394441952937049262139444195293704926213944419529370492621394441952937049262139444195293704926213944419529370492621394441952937049262139444195293704926213944419529370492621394441952937049262139444195293704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbc7bbd1-9876-43bb-bb49-cdb9f9817a12, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbc7bbd1-9876-43bb-bb49-cdb9f9817a12, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17271699514082949282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727169951408294928217271699514082949282172716995140829492821727169951408294928217271699514082949282172716995140829492821727169951408294928217271699514082949282172716995140829492821727169951408294928217271699514082949282172716995140829492821727169951408294928217271699514082949282172716995140829492821727169951408294928217271699514082949282172716995140829492821727169951408294928217271699514082949282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 259fab09-deec-42c4-af5e-440703abd54a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2718facb-09fe-43fd-ac2e-85709e1cb148, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2718facb-09fe-43fd-ac2e-85709e1cb148, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17424125740261627945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742412574026162794517424125740261627945174241257402616279451742412574026162794517424125740261627945174241257402616279451742412574026162794517424125740261627945174241257402616279451742412574026162794517424125740261627945174241257402616279451742412574026162794517424125740261627945174241257402616279451742412574026162794517424125740261627945174241257402616279451742412574026162794517424125740261627945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbc7bbd1-9876-43bb-bb49-cdb9f9817a12, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27411bef-e0ff-44f2-af78-258d64a544d2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27411bef-e0ff-44f2-af78-258d64a544d2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15989132932782590451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598913293278259045115989132932782590451159891329327825904511598913293278259045115989132932782590451159891329327825904511598913293278259045115989132932782590451159891329327825904511598913293278259045115989132932782590451159891329327825904511598913293278259045115989132932782590451159891329327825904511598913293278259045115989132932782590451159891329327825904511598913293278259045115989132932782590451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2718facb-09fe-43fd-ac2e-85709e1cb148, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 191d6b8b-084e-4950-8945-30a51c7bda1f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 191d6b8b-084e-4950-8945-30a51c7bda1f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5365066771618450876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53650667716184508765365066771618450876536506677161845087653650667716184508765365066771618450876536506677161845087653650667716184508765365066771618450876536506677161845087653650667716184508765365066771618450876536506677161845087653650667716184508765365066771618450876536506677161845087653650667716184508765365066771618450876536506677161845087653650667716184508765365066771618450876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27411bef-e0ff-44f2-af78-258d64a544d2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e76ffba-915f-4533-8364-a2ad6d8a00b2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e76ffba-915f-4533-8364-a2ad6d8a00b2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 200423291604172018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "200423291604172018200423291604172018200423291604172018200423291604172018200423291604172018200423291604172018200423291604172018200423291604172018200423291604172018200423291604172018200423291604172018200423291604172018200423291604172018200423291604172018200423291604172018200423291604172018200423291604172018200423291604172018200423291604172018200423291604172018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 191d6b8b-084e-4950-8945-30a51c7bda1f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8aef05e0-9f69-48ad-abb3-330500228f91, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aef05e0-9f69-48ad-abb3-330500228f91, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7834072114951245637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78340721149512456377834072114951245637783407211495124563778340721149512456377834072114951245637783407211495124563778340721149512456377834072114951245637783407211495124563778340721149512456377834072114951245637783407211495124563778340721149512456377834072114951245637783407211495124563778340721149512456377834072114951245637783407211495124563778340721149512456377834072114951245637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e76ffba-915f-4533-8364-a2ad6d8a00b2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eca31872-7431-4f31-86f9-247fbd3a91e1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eca31872-7431-4f31-86f9-247fbd3a91e1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6374973177028156426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63749731770281564266374973177028156426637497317702815642663749731770281564266374973177028156426637497317702815642663749731770281564266374973177028156426637497317702815642663749731770281564266374973177028156426637497317702815642663749731770281564266374973177028156426637497317702815642663749731770281564266374973177028156426637497317702815642663749731770281564266374973177028156426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aef05e0-9f69-48ad-abb3-330500228f91, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b655fe74-574b-44ec-bd49-76f226ca56d8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b655fe74-574b-44ec-bd49-76f226ca56d8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4129333343905773290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41293333439057732904129333343905773290412933334390577329041293333439057732904129333343905773290412933334390577329041293333439057732904129333343905773290412933334390577329041293333439057732904129333343905773290412933334390577329041293333439057732904129333343905773290412933334390577329041293333439057732904129333343905773290412933334390577329041293333439057732904129333343905773290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eca31872-7431-4f31-86f9-247fbd3a91e1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bcddba5-b47f-4383-a7bd-a970a2389fa8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bcddba5-b47f-4383-a7bd-a970a2389fa8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11128720710791095464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112872071079109546411128720710791095464111287207107910954641112872071079109546411128720710791095464111287207107910954641112872071079109546411128720710791095464111287207107910954641112872071079109546411128720710791095464111287207107910954641112872071079109546411128720710791095464111287207107910954641112872071079109546411128720710791095464111287207107910954641112872071079109546411128720710791095464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b655fe74-574b-44ec-bd49-76f226ca56d8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74d5cd96-0c80-4048-8138-18282d24cd57, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74d5cd96-0c80-4048-8138-18282d24cd57, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1194203731477365921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11942037314773659211194203731477365921119420373147736592111942037314773659211194203731477365921119420373147736592111942037314773659211194203731477365921119420373147736592111942037314773659211194203731477365921119420373147736592111942037314773659211194203731477365921119420373147736592111942037314773659211194203731477365921119420373147736592111942037314773659211194203731477365921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bcddba5-b47f-4383-a7bd-a970a2389fa8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52c49b75-e3ea-40c3-9a9e-b7aa77a5dc54, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74d5cd96-0c80-4048-8138-18282d24cd57, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cc2c2f7-9d51-4a7e-9a80-443d699fbdfb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52c49b75-e3ea-40c3-9a9e-b7aa77a5dc54, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7803472246598276622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78034722465982766227803472246598276622780347224659827662278034722465982766227803472246598276622780347224659827662278034722465982766227803472246598276622780347224659827662278034722465982766227803472246598276622780347224659827662278034722465982766227803472246598276622780347224659827662278034722465982766227803472246598276622780347224659827662278034722465982766227803472246598276622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cc2c2f7-9d51-4a7e-9a80-443d699fbdfb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16572271776974420379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657227177697442037916572271776974420379165722717769744203791657227177697442037916572271776974420379165722717769744203791657227177697442037916572271776974420379165722717769744203791657227177697442037916572271776974420379165722717769744203791657227177697442037916572271776974420379165722717769744203791657227177697442037916572271776974420379165722717769744203791657227177697442037916572271776974420379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cc2c2f7-9d51-4a7e-9a80-443d699fbdfb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52c49b75-e3ea-40c3-9a9e-b7aa77a5dc54, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec66e699-0344-4a4f-8d22-65a3b79f81e8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec66e699-0344-4a4f-8d22-65a3b79f81e8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17606820573657440541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760682057365744054117606820573657440541176068205736574405411760682057365744054117606820573657440541176068205736574405411760682057365744054117606820573657440541176068205736574405411760682057365744054117606820573657440541176068205736574405411760682057365744054117606820573657440541176068205736574405411760682057365744054117606820573657440541176068205736574405411760682057365744054117606820573657440541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e0b2131-a5f1-4401-849c-068733f935f6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e0b2131-a5f1-4401-849c-068733f935f6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8735122456798831652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87351224567988316528735122456798831652873512245679883165287351224567988316528735122456798831652873512245679883165287351224567988316528735122456798831652873512245679883165287351224567988316528735122456798831652873512245679883165287351224567988316528735122456798831652873512245679883165287351224567988316528735122456798831652873512245679883165287351224567988316528735122456798831652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec66e699-0344-4a4f-8d22-65a3b79f81e8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88f07814-412a-4872-a349-c3556161e2e0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f07814-412a-4872-a349-c3556161e2e0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8333260674090940062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83332606740909400628333260674090940062833326067409094006283332606740909400628333260674090940062833326067409094006283332606740909400628333260674090940062833326067409094006283332606740909400628333260674090940062833326067409094006283332606740909400628333260674090940062833326067409094006283332606740909400628333260674090940062833326067409094006283332606740909400628333260674090940062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e0b2131-a5f1-4401-849c-068733f935f6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7112a0e0-b17e-4d39-bbf2-7bb07cdd06d8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7112a0e0-b17e-4d39-bbf2-7bb07cdd06d8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12988382516008489468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298838251600848946812988382516008489468129883825160084894681298838251600848946812988382516008489468129883825160084894681298838251600848946812988382516008489468129883825160084894681298838251600848946812988382516008489468129883825160084894681298838251600848946812988382516008489468129883825160084894681298838251600848946812988382516008489468129883825160084894681298838251600848946812988382516008489468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f07814-412a-4872-a349-c3556161e2e0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7112a0e0-b17e-4d39-bbf2-7bb07cdd06d8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6188b1d2-eefc-4f01-8c53-778ecdb5012e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6188b1d2-eefc-4f01-8c53-778ecdb5012e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4188933529120231696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41889335291202316964188933529120231696418893352912023169641889335291202316964188933529120231696418893352912023169641889335291202316964188933529120231696418893352912023169641889335291202316964188933529120231696418893352912023169641889335291202316964188933529120231696418893352912023169641889335291202316964188933529120231696418893352912023169641889335291202316964188933529120231696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a781e17-bdad-4699-b899-ce265f43963d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a781e17-bdad-4699-b899-ce265f43963d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7144607368748832260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71446073687488322607144607368748832260714460736874883226071446073687488322607144607368748832260714460736874883226071446073687488322607144607368748832260714460736874883226071446073687488322607144607368748832260714460736874883226071446073687488322607144607368748832260714460736874883226071446073687488322607144607368748832260714460736874883226071446073687488322607144607368748832260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a781e17-bdad-4699-b899-ce265f43963d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6188b1d2-eefc-4f01-8c53-778ecdb5012e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63650199-f6a1-420f-8b28-5aa4e768f24d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1875e12-b3eb-49b4-9345-0b94c1084b09, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63650199-f6a1-420f-8b28-5aa4e768f24d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8879432633195269190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88794326331952691908879432633195269190887943263319526919088794326331952691908879432633195269190887943263319526919088794326331952691908879432633195269190887943263319526919088794326331952691908879432633195269190887943263319526919088794326331952691908879432633195269190887943263319526919088794326331952691908879432633195269190887943263319526919088794326331952691908879432633195269190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1875e12-b3eb-49b4-9345-0b94c1084b09, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6204995736417778537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62049957364177785376204995736417778537620499573641777853762049957364177785376204995736417778537620499573641777853762049957364177785376204995736417778537620499573641777853762049957364177785376204995736417778537620499573641777853762049957364177785376204995736417778537620499573641777853762049957364177785376204995736417778537620499573641777853762049957364177785376204995736417778537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1875e12-b3eb-49b4-9345-0b94c1084b09, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 234d5507-d573-41bf-b8a5-c539b093858d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 234d5507-d573-41bf-b8a5-c539b093858d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9979704414308964342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99797044143089643429979704414308964342997970441430896434299797044143089643429979704414308964342997970441430896434299797044143089643429979704414308964342997970441430896434299797044143089643429979704414308964342997970441430896434299797044143089643429979704414308964342997970441430896434299797044143089643429979704414308964342997970441430896434299797044143089643429979704414308964342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63650199-f6a1-420f-8b28-5aa4e768f24d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1488f938-b8d2-4708-a0a3-08fbf9953bb8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1488f938-b8d2-4708-a0a3-08fbf9953bb8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5781975480526092211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57819754805260922115781975480526092211578197548052609221157819754805260922115781975480526092211578197548052609221157819754805260922115781975480526092211578197548052609221157819754805260922115781975480526092211578197548052609221157819754805260922115781975480526092211578197548052609221157819754805260922115781975480526092211578197548052609221157819754805260922115781975480526092211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 234d5507-d573-41bf-b8a5-c539b093858d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96781a83-13ae-41af-8b3d-13516e83c956, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96781a83-13ae-41af-8b3d-13516e83c956, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12814423512824135983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281442351282413598312814423512824135983128144235128241359831281442351282413598312814423512824135983128144235128241359831281442351282413598312814423512824135983128144235128241359831281442351282413598312814423512824135983128144235128241359831281442351282413598312814423512824135983128144235128241359831281442351282413598312814423512824135983128144235128241359831281442351282413598312814423512824135983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1488f938-b8d2-4708-a0a3-08fbf9953bb8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b777784-051b-4252-80b1-3ac64f55db55, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96781a83-13ae-41af-8b3d-13516e83c956, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b777784-051b-4252-80b1-3ac64f55db55, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17340117667683608355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734011766768360835517340117667683608355173401176676836083551734011766768360835517340117667683608355173401176676836083551734011766768360835517340117667683608355173401176676836083551734011766768360835517340117667683608355173401176676836083551734011766768360835517340117667683608355173401176676836083551734011766768360835517340117667683608355173401176676836083551734011766768360835517340117667683608355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b578b1d3-66e5-4736-9c2f-37c683417629, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b578b1d3-66e5-4736-9c2f-37c683417629, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9865648774343753014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98656487743437530149865648774343753014986564877434375301498656487743437530149865648774343753014986564877434375301498656487743437530149865648774343753014986564877434375301498656487743437530149865648774343753014986564877434375301498656487743437530149865648774343753014986564877434375301498656487743437530149865648774343753014986564877434375301498656487743437530149865648774343753014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b777784-051b-4252-80b1-3ac64f55db55, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 478ca8ca-9cd5-4dae-b9b7-a8e1ad68f705, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 478ca8ca-9cd5-4dae-b9b7-a8e1ad68f705, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11966431590182048181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196643159018204818111966431590182048181119664315901820481811196643159018204818111966431590182048181119664315901820481811196643159018204818111966431590182048181119664315901820481811196643159018204818111966431590182048181119664315901820481811196643159018204818111966431590182048181119664315901820481811196643159018204818111966431590182048181119664315901820481811196643159018204818111966431590182048181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b578b1d3-66e5-4736-9c2f-37c683417629, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c20ee26a-4ce6-4187-956d-4c71c867baf3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c20ee26a-4ce6-4187-956d-4c71c867baf3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9802215774815162030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98022157748151620309802215774815162030980221577481516203098022157748151620309802215774815162030980221577481516203098022157748151620309802215774815162030980221577481516203098022157748151620309802215774815162030980221577481516203098022157748151620309802215774815162030980221577481516203098022157748151620309802215774815162030980221577481516203098022157748151620309802215774815162030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 478ca8ca-9cd5-4dae-b9b7-a8e1ad68f705, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 889ef111-bf07-49fc-81c1-32b679df9bea, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 889ef111-bf07-49fc-81c1-32b679df9bea, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4598474588197887618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45984745881978876184598474588197887618459847458819788761845984745881978876184598474588197887618459847458819788761845984745881978876184598474588197887618459847458819788761845984745881978876184598474588197887618459847458819788761845984745881978876184598474588197887618459847458819788761845984745881978876184598474588197887618459847458819788761845984745881978876184598474588197887618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c20ee26a-4ce6-4187-956d-4c71c867baf3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 248a879d-706a-40ec-87d9-e29c2610eedd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 248a879d-706a-40ec-87d9-e29c2610eedd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1008546173728876269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10085461737288762691008546173728876269100854617372887626910085461737288762691008546173728876269100854617372887626910085461737288762691008546173728876269100854617372887626910085461737288762691008546173728876269100854617372887626910085461737288762691008546173728876269100854617372887626910085461737288762691008546173728876269100854617372887626910085461737288762691008546173728876269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 889ef111-bf07-49fc-81c1-32b679df9bea, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fcabb48-d5a2-45d3-b0b7-3877e3910327, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fcabb48-d5a2-45d3-b0b7-3877e3910327, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8524035713865789942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85240357138657899428524035713865789942852403571386578994285240357138657899428524035713865789942852403571386578994285240357138657899428524035713865789942852403571386578994285240357138657899428524035713865789942852403571386578994285240357138657899428524035713865789942852403571386578994285240357138657899428524035713865789942852403571386578994285240357138657899428524035713865789942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 248a879d-706a-40ec-87d9-e29c2610eedd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb9ab21c-e511-4390-ab6a-de52700cbc7f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb9ab21c-e511-4390-ab6a-de52700cbc7f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1147342711593380444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11473427115933804441147342711593380444114734271159338044411473427115933804441147342711593380444114734271159338044411473427115933804441147342711593380444114734271159338044411473427115933804441147342711593380444114734271159338044411473427115933804441147342711593380444114734271159338044411473427115933804441147342711593380444114734271159338044411473427115933804441147342711593380444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fcabb48-d5a2-45d3-b0b7-3877e3910327, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17946226-10bb-41af-beaf-7dbe700a81aa, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17946226-10bb-41af-beaf-7dbe700a81aa, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3978304565234480390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39783045652344803903978304565234480390397830456523448039039783045652344803903978304565234480390397830456523448039039783045652344803903978304565234480390397830456523448039039783045652344803903978304565234480390397830456523448039039783045652344803903978304565234480390397830456523448039039783045652344803903978304565234480390397830456523448039039783045652344803903978304565234480390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb9ab21c-e511-4390-ab6a-de52700cbc7f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17946226-10bb-41af-beaf-7dbe700a81aa, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8a27908-e0b9-40ee-85fa-6c1debdb3be9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 910b5780-3006-4bc4-b286-8fd2bdd91067, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8a27908-e0b9-40ee-85fa-6c1debdb3be9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9789843578439207017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97898435784392070179789843578439207017978984357843920701797898435784392070179789843578439207017978984357843920701797898435784392070179789843578439207017978984357843920701797898435784392070179789843578439207017978984357843920701797898435784392070179789843578439207017978984357843920701797898435784392070179789843578439207017978984357843920701797898435784392070179789843578439207017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 910b5780-3006-4bc4-b286-8fd2bdd91067, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16648158745375319360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664815874537531936016648158745375319360166481587453753193601664815874537531936016648158745375319360166481587453753193601664815874537531936016648158745375319360166481587453753193601664815874537531936016648158745375319360166481587453753193601664815874537531936016648158745375319360166481587453753193601664815874537531936016648158745375319360166481587453753193601664815874537531936016648158745375319360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8a27908-e0b9-40ee-85fa-6c1debdb3be9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c12ac242-f2e0-4ac4-910a-ffa0efe6902a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c12ac242-f2e0-4ac4-910a-ffa0efe6902a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9915204621385045911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99152046213850459119915204621385045911991520462138504591199152046213850459119915204621385045911991520462138504591199152046213850459119915204621385045911991520462138504591199152046213850459119915204621385045911991520462138504591199152046213850459119915204621385045911991520462138504591199152046213850459119915204621385045911991520462138504591199152046213850459119915204621385045911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 910b5780-3006-4bc4-b286-8fd2bdd91067, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab589407-3674-4987-9e1f-76b0e6bdf682, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab589407-3674-4987-9e1f-76b0e6bdf682, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17623858102100121934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762385810210012193417623858102100121934176238581021001219341762385810210012193417623858102100121934176238581021001219341762385810210012193417623858102100121934176238581021001219341762385810210012193417623858102100121934176238581021001219341762385810210012193417623858102100121934176238581021001219341762385810210012193417623858102100121934176238581021001219341762385810210012193417623858102100121934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c12ac242-f2e0-4ac4-910a-ffa0efe6902a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14355f58-f43a-4e14-9d07-bfe62d0dde17, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14355f58-f43a-4e14-9d07-bfe62d0dde17, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3501852023813558532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35018520238135585323501852023813558532350185202381355853235018520238135585323501852023813558532350185202381355853235018520238135585323501852023813558532350185202381355853235018520238135585323501852023813558532350185202381355853235018520238135585323501852023813558532350185202381355853235018520238135585323501852023813558532350185202381355853235018520238135585323501852023813558532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14355f58-f43a-4e14-9d07-bfe62d0dde17, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6d59283-e26b-410f-9561-c005796f3466, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6d59283-e26b-410f-9561-c005796f3466, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4584809639724245803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45848096397242458034584809639724245803458480963972424580345848096397242458034584809639724245803458480963972424580345848096397242458034584809639724245803458480963972424580345848096397242458034584809639724245803458480963972424580345848096397242458034584809639724245803458480963972424580345848096397242458034584809639724245803458480963972424580345848096397242458034584809639724245803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab589407-3674-4987-9e1f-76b0e6bdf682, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b03f8794-3510-4c1d-8a26-cd33d831a2fe, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b03f8794-3510-4c1d-8a26-cd33d831a2fe, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 591696942706924870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "591696942706924870591696942706924870591696942706924870591696942706924870591696942706924870591696942706924870591696942706924870591696942706924870591696942706924870591696942706924870591696942706924870591696942706924870591696942706924870591696942706924870591696942706924870591696942706924870591696942706924870591696942706924870591696942706924870591696942706924870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6d59283-e26b-410f-9561-c005796f3466, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 850f18c4-9e60-4f6f-8307-e7c8df821cbb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 850f18c4-9e60-4f6f-8307-e7c8df821cbb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10538780123627430035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053878012362743003510538780123627430035105387801236274300351053878012362743003510538780123627430035105387801236274300351053878012362743003510538780123627430035105387801236274300351053878012362743003510538780123627430035105387801236274300351053878012362743003510538780123627430035105387801236274300351053878012362743003510538780123627430035105387801236274300351053878012362743003510538780123627430035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b03f8794-3510-4c1d-8a26-cd33d831a2fe, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcbbd47a-8f7f-4ce8-8528-3f91ee156637, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcbbd47a-8f7f-4ce8-8528-3f91ee156637, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3459288745140043008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34592887451400430083459288745140043008345928874514004300834592887451400430083459288745140043008345928874514004300834592887451400430083459288745140043008345928874514004300834592887451400430083459288745140043008345928874514004300834592887451400430083459288745140043008345928874514004300834592887451400430083459288745140043008345928874514004300834592887451400430083459288745140043008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 850f18c4-9e60-4f6f-8307-e7c8df821cbb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26ced950-38f9-4ffc-b26a-79c1886eef55, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26ced950-38f9-4ffc-b26a-79c1886eef55, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16384208028921555037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638420802892155503716384208028921555037163842080289215550371638420802892155503716384208028921555037163842080289215550371638420802892155503716384208028921555037163842080289215550371638420802892155503716384208028921555037163842080289215550371638420802892155503716384208028921555037163842080289215550371638420802892155503716384208028921555037163842080289215550371638420802892155503716384208028921555037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcbbd47a-8f7f-4ce8-8528-3f91ee156637, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d7c6d20-93b6-4991-a891-b5db1ef7f339, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d7c6d20-93b6-4991-a891-b5db1ef7f339, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13951760598599000264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395176059859900026413951760598599000264139517605985990002641395176059859900026413951760598599000264139517605985990002641395176059859900026413951760598599000264139517605985990002641395176059859900026413951760598599000264139517605985990002641395176059859900026413951760598599000264139517605985990002641395176059859900026413951760598599000264139517605985990002641395176059859900026413951760598599000264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26ced950-38f9-4ffc-b26a-79c1886eef55, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f0ba864-c31b-4fcc-85f0-2d5b45b4dc4b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f0ba864-c31b-4fcc-85f0-2d5b45b4dc4b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16560302495930142975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656030249593014297516560302495930142975165603024959301429751656030249593014297516560302495930142975165603024959301429751656030249593014297516560302495930142975165603024959301429751656030249593014297516560302495930142975165603024959301429751656030249593014297516560302495930142975165603024959301429751656030249593014297516560302495930142975165603024959301429751656030249593014297516560302495930142975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d7c6d20-93b6-4991-a891-b5db1ef7f339, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8046fc4-564e-44c0-ae02-ac6d014487f4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8046fc4-564e-44c0-ae02-ac6d014487f4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13787352348445530975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378735234844553097513787352348445530975137873523484455309751378735234844553097513787352348445530975137873523484455309751378735234844553097513787352348445530975137873523484455309751378735234844553097513787352348445530975137873523484455309751378735234844553097513787352348445530975137873523484455309751378735234844553097513787352348445530975137873523484455309751378735234844553097513787352348445530975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f0ba864-c31b-4fcc-85f0-2d5b45b4dc4b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 785a6855-ce31-41ca-87ed-a1c34ca9d29a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 785a6855-ce31-41ca-87ed-a1c34ca9d29a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10967638614504025952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096763861450402595210967638614504025952109676386145040259521096763861450402595210967638614504025952109676386145040259521096763861450402595210967638614504025952109676386145040259521096763861450402595210967638614504025952109676386145040259521096763861450402595210967638614504025952109676386145040259521096763861450402595210967638614504025952109676386145040259521096763861450402595210967638614504025952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8046fc4-564e-44c0-ae02-ac6d014487f4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc62825c-cfa5-4a9a-ab72-00cddf07035e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc62825c-cfa5-4a9a-ab72-00cddf07035e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5577661489372875361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55776614893728753615577661489372875361557766148937287536155776614893728753615577661489372875361557766148937287536155776614893728753615577661489372875361557766148937287536155776614893728753615577661489372875361557766148937287536155776614893728753615577661489372875361557766148937287536155776614893728753615577661489372875361557766148937287536155776614893728753615577661489372875361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 785a6855-ce31-41ca-87ed-a1c34ca9d29a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b99ec20b-41bf-4894-b034-31be32900e34, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b99ec20b-41bf-4894-b034-31be32900e34, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11915672606827491180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191567260682749118011915672606827491180119156726068274911801191567260682749118011915672606827491180119156726068274911801191567260682749118011915672606827491180119156726068274911801191567260682749118011915672606827491180119156726068274911801191567260682749118011915672606827491180119156726068274911801191567260682749118011915672606827491180119156726068274911801191567260682749118011915672606827491180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc62825c-cfa5-4a9a-ab72-00cddf07035e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 695ede3c-b55a-43c5-a474-6e6f6ad0e0dc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 695ede3c-b55a-43c5-a474-6e6f6ad0e0dc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13077427088522319448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307742708852231944813077427088522319448130774270885223194481307742708852231944813077427088522319448130774270885223194481307742708852231944813077427088522319448130774270885223194481307742708852231944813077427088522319448130774270885223194481307742708852231944813077427088522319448130774270885223194481307742708852231944813077427088522319448130774270885223194481307742708852231944813077427088522319448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b99ec20b-41bf-4894-b034-31be32900e34, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2161a6a5-b199-4043-aedf-303a0bf7f938, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2161a6a5-b199-4043-aedf-303a0bf7f938, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9903125702682220213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99031257026822202139903125702682220213990312570268222021399031257026822202139903125702682220213990312570268222021399031257026822202139903125702682220213990312570268222021399031257026822202139903125702682220213990312570268222021399031257026822202139903125702682220213990312570268222021399031257026822202139903125702682220213990312570268222021399031257026822202139903125702682220213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 695ede3c-b55a-43c5-a474-6e6f6ad0e0dc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3f4a2a2-d115-4fa0-be37-c5c4b3608de1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3f4a2a2-d115-4fa0-be37-c5c4b3608de1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6067304944984197217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60673049449841972176067304944984197217606730494498419721760673049449841972176067304944984197217606730494498419721760673049449841972176067304944984197217606730494498419721760673049449841972176067304944984197217606730494498419721760673049449841972176067304944984197217606730494498419721760673049449841972176067304944984197217606730494498419721760673049449841972176067304944984197217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2161a6a5-b199-4043-aedf-303a0bf7f938, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d63828d6-416f-4aa3-bc4c-a8f15030577a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d63828d6-416f-4aa3-bc4c-a8f15030577a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6429400791285658944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64294007912856589446429400791285658944642940079128565894464294007912856589446429400791285658944642940079128565894464294007912856589446429400791285658944642940079128565894464294007912856589446429400791285658944642940079128565894464294007912856589446429400791285658944642940079128565894464294007912856589446429400791285658944642940079128565894464294007912856589446429400791285658944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3f4a2a2-d115-4fa0-be37-c5c4b3608de1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2446a34-a5e0-43b3-9fca-3164abf24d81, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2446a34-a5e0-43b3-9fca-3164abf24d81, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17373127843542607948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737312784354260794817373127843542607948173731278435426079481737312784354260794817373127843542607948173731278435426079481737312784354260794817373127843542607948173731278435426079481737312784354260794817373127843542607948173731278435426079481737312784354260794817373127843542607948173731278435426079481737312784354260794817373127843542607948173731278435426079481737312784354260794817373127843542607948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d63828d6-416f-4aa3-bc4c-a8f15030577a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f28d5d71-d303-4963-bed6-2dc842136434, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f28d5d71-d303-4963-bed6-2dc842136434, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6817346647612564028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68173466476125640286817346647612564028681734664761256402868173466476125640286817346647612564028681734664761256402868173466476125640286817346647612564028681734664761256402868173466476125640286817346647612564028681734664761256402868173466476125640286817346647612564028681734664761256402868173466476125640286817346647612564028681734664761256402868173466476125640286817346647612564028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2446a34-a5e0-43b3-9fca-3164abf24d81, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 233b4dab-0d7c-4f33-993e-ef2486449c11, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 233b4dab-0d7c-4f33-993e-ef2486449c11, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2638108231258233277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26381082312582332772638108231258233277263810823125823327726381082312582332772638108231258233277263810823125823327726381082312582332772638108231258233277263810823125823327726381082312582332772638108231258233277263810823125823327726381082312582332772638108231258233277263810823125823327726381082312582332772638108231258233277263810823125823327726381082312582332772638108231258233277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f28d5d71-d303-4963-bed6-2dc842136434, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad8a8ad3-f008-46b0-af02-98c2957938bb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad8a8ad3-f008-46b0-af02-98c2957938bb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7196963511162757146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71969635111627571467196963511162757146719696351116275714671969635111627571467196963511162757146719696351116275714671969635111627571467196963511162757146719696351116275714671969635111627571467196963511162757146719696351116275714671969635111627571467196963511162757146719696351116275714671969635111627571467196963511162757146719696351116275714671969635111627571467196963511162757146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 233b4dab-0d7c-4f33-993e-ef2486449c11, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a627f76-f2a8-4ca7-b827-5d624b6385b6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a627f76-f2a8-4ca7-b827-5d624b6385b6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16513673834469661449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651367383446966144916513673834469661449165136738344696614491651367383446966144916513673834469661449165136738344696614491651367383446966144916513673834469661449165136738344696614491651367383446966144916513673834469661449165136738344696614491651367383446966144916513673834469661449165136738344696614491651367383446966144916513673834469661449165136738344696614491651367383446966144916513673834469661449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad8a8ad3-f008-46b0-af02-98c2957938bb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a627f76-f2a8-4ca7-b827-5d624b6385b6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a689251-030d-410f-8bd3-4d70b675d231, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a689251-030d-410f-8bd3-4d70b675d231, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7133913236456123669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71339132364561236697133913236456123669713391323645612366971339132364561236697133913236456123669713391323645612366971339132364561236697133913236456123669713391323645612366971339132364561236697133913236456123669713391323645612366971339132364561236697133913236456123669713391323645612366971339132364561236697133913236456123669713391323645612366971339132364561236697133913236456123669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f21d9a6-dc65-4438-a8bd-50a025af217d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f21d9a6-dc65-4438-a8bd-50a025af217d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3487160447057990617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34871604470579906173487160447057990617348716044705799061734871604470579906173487160447057990617348716044705799061734871604470579906173487160447057990617348716044705799061734871604470579906173487160447057990617348716044705799061734871604470579906173487160447057990617348716044705799061734871604470579906173487160447057990617348716044705799061734871604470579906173487160447057990617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a689251-030d-410f-8bd3-4d70b675d231, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f21d9a6-dc65-4438-a8bd-50a025af217d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6547d12-8854-4bf6-88c3-a68073bb9aea, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6547d12-8854-4bf6-88c3-a68073bb9aea, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11263463961057076810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126346396105707681011263463961057076810112634639610570768101126346396105707681011263463961057076810112634639610570768101126346396105707681011263463961057076810112634639610570768101126346396105707681011263463961057076810112634639610570768101126346396105707681011263463961057076810112634639610570768101126346396105707681011263463961057076810112634639610570768101126346396105707681011263463961057076810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7bf37d3-134a-444d-b8d5-e8bd6c76f9bb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7bf37d3-134a-444d-b8d5-e8bd6c76f9bb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10293796869374939119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029379686937493911910293796869374939119102937968693749391191029379686937493911910293796869374939119102937968693749391191029379686937493911910293796869374939119102937968693749391191029379686937493911910293796869374939119102937968693749391191029379686937493911910293796869374939119102937968693749391191029379686937493911910293796869374939119102937968693749391191029379686937493911910293796869374939119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6547d12-8854-4bf6-88c3-a68073bb9aea, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f29d99c9-f7c6-4323-91dc-3cb36766aa6d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f29d99c9-f7c6-4323-91dc-3cb36766aa6d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6410254164710609339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64102541647106093396410254164710609339641025416471060933964102541647106093396410254164710609339641025416471060933964102541647106093396410254164710609339641025416471060933964102541647106093396410254164710609339641025416471060933964102541647106093396410254164710609339641025416471060933964102541647106093396410254164710609339641025416471060933964102541647106093396410254164710609339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7bf37d3-134a-444d-b8d5-e8bd6c76f9bb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7424285d-04e9-432b-8f0d-dd3cd0de88ed, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7424285d-04e9-432b-8f0d-dd3cd0de88ed, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15196811081305708191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519681108130570819115196811081305708191151968110813057081911519681108130570819115196811081305708191151968110813057081911519681108130570819115196811081305708191151968110813057081911519681108130570819115196811081305708191151968110813057081911519681108130570819115196811081305708191151968110813057081911519681108130570819115196811081305708191151968110813057081911519681108130570819115196811081305708191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f29d99c9-f7c6-4323-91dc-3cb36766aa6d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7424285d-04e9-432b-8f0d-dd3cd0de88ed, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32b7397b-ac3a-413f-b28b-7dcbd41dff3b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b7397b-ac3a-413f-b28b-7dcbd41dff3b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18423125875280309496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842312587528030949618423125875280309496184231258752803094961842312587528030949618423125875280309496184231258752803094961842312587528030949618423125875280309496184231258752803094961842312587528030949618423125875280309496184231258752803094961842312587528030949618423125875280309496184231258752803094961842312587528030949618423125875280309496184231258752803094961842312587528030949618423125875280309496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4500fd1a-7bff-49c4-86ac-784049321e99, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4500fd1a-7bff-49c4-86ac-784049321e99, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3339837576322042117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33398375763220421173339837576322042117333983757632204211733398375763220421173339837576322042117333983757632204211733398375763220421173339837576322042117333983757632204211733398375763220421173339837576322042117333983757632204211733398375763220421173339837576322042117333983757632204211733398375763220421173339837576322042117333983757632204211733398375763220421173339837576322042117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b7397b-ac3a-413f-b28b-7dcbd41dff3b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4500fd1a-7bff-49c4-86ac-784049321e99, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5962b3e3-78c1-4770-8547-43cfbaf46c85, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5962b3e3-78c1-4770-8547-43cfbaf46c85, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4669891449630439839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46698914496304398394669891449630439839466989144963043983946698914496304398394669891449630439839466989144963043983946698914496304398394669891449630439839466989144963043983946698914496304398394669891449630439839466989144963043983946698914496304398394669891449630439839466989144963043983946698914496304398394669891449630439839466989144963043983946698914496304398394669891449630439839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d755b54-de92-4ee1-aad2-9a8b29df3648, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d755b54-de92-4ee1-aad2-9a8b29df3648, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17178417039885288580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717841703988528858017178417039885288580171784170398852885801717841703988528858017178417039885288580171784170398852885801717841703988528858017178417039885288580171784170398852885801717841703988528858017178417039885288580171784170398852885801717841703988528858017178417039885288580171784170398852885801717841703988528858017178417039885288580171784170398852885801717841703988528858017178417039885288580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5962b3e3-78c1-4770-8547-43cfbaf46c85, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1cbf09d-1a6a-4fa2-8e9c-c2a128148bff, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d755b54-de92-4ee1-aad2-9a8b29df3648, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1cbf09d-1a6a-4fa2-8e9c-c2a128148bff, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7411710241418800184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74117102414188001847411710241418800184741171024141880018474117102414188001847411710241418800184741171024141880018474117102414188001847411710241418800184741171024141880018474117102414188001847411710241418800184741171024141880018474117102414188001847411710241418800184741171024141880018474117102414188001847411710241418800184741171024141880018474117102414188001847411710241418800184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02151241-6d2d-451c-8a06-b1938f0b6fde, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02151241-6d2d-451c-8a06-b1938f0b6fde, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8449184280771721645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84491842807717216458449184280771721645844918428077172164584491842807717216458449184280771721645844918428077172164584491842807717216458449184280771721645844918428077172164584491842807717216458449184280771721645844918428077172164584491842807717216458449184280771721645844918428077172164584491842807717216458449184280771721645844918428077172164584491842807717216458449184280771721645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1cbf09d-1a6a-4fa2-8e9c-c2a128148bff, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7e39f88-d431-4246-9481-663100966eb1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7e39f88-d431-4246-9481-663100966eb1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11804723614366936610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180472361436693661011804723614366936610118047236143669366101180472361436693661011804723614366936610118047236143669366101180472361436693661011804723614366936610118047236143669366101180472361436693661011804723614366936610118047236143669366101180472361436693661011804723614366936610118047236143669366101180472361436693661011804723614366936610118047236143669366101180472361436693661011804723614366936610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02151241-6d2d-451c-8a06-b1938f0b6fde, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7e39f88-d431-4246-9481-663100966eb1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f227a786-6fd4-401c-b0eb-2852f6d8beb3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f227a786-6fd4-401c-b0eb-2852f6d8beb3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3461155277539673802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34611552775396738023461155277539673802346115527753967380234611552775396738023461155277539673802346115527753967380234611552775396738023461155277539673802346115527753967380234611552775396738023461155277539673802346115527753967380234611552775396738023461155277539673802346115527753967380234611552775396738023461155277539673802346115527753967380234611552775396738023461155277539673802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 059608b1-0799-437f-bfbe-e3f0b6c1ff1b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 059608b1-0799-437f-bfbe-e3f0b6c1ff1b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8368695598144894180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83686955981448941808368695598144894180836869559814489418083686955981448941808368695598144894180836869559814489418083686955981448941808368695598144894180836869559814489418083686955981448941808368695598144894180836869559814489418083686955981448941808368695598144894180836869559814489418083686955981448941808368695598144894180836869559814489418083686955981448941808368695598144894180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f227a786-6fd4-401c-b0eb-2852f6d8beb3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 059608b1-0799-437f-bfbe-e3f0b6c1ff1b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfa7bce9-dfbd-4074-b5fd-1d03d089a532, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfa7bce9-dfbd-4074-b5fd-1d03d089a532, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6607200715824971932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66072007158249719326607200715824971932660720071582497193266072007158249719326607200715824971932660720071582497193266072007158249719326607200715824971932660720071582497193266072007158249719326607200715824971932660720071582497193266072007158249719326607200715824971932660720071582497193266072007158249719326607200715824971932660720071582497193266072007158249719326607200715824971932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37fcffdb-af5f-4fc9-b9e1-6d5d18e7c403, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37fcffdb-af5f-4fc9-b9e1-6d5d18e7c403, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12323094762563095085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232309476256309508512323094762563095085123230947625630950851232309476256309508512323094762563095085123230947625630950851232309476256309508512323094762563095085123230947625630950851232309476256309508512323094762563095085123230947625630950851232309476256309508512323094762563095085123230947625630950851232309476256309508512323094762563095085123230947625630950851232309476256309508512323094762563095085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfa7bce9-dfbd-4074-b5fd-1d03d089a532, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a22fc8c5-0705-4079-92d1-7af216e01b2d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a22fc8c5-0705-4079-92d1-7af216e01b2d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5188368467396484366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51883684673964843665188368467396484366518836846739648436651883684673964843665188368467396484366518836846739648436651883684673964843665188368467396484366518836846739648436651883684673964843665188368467396484366518836846739648436651883684673964843665188368467396484366518836846739648436651883684673964843665188368467396484366518836846739648436651883684673964843665188368467396484366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37fcffdb-af5f-4fc9-b9e1-6d5d18e7c403, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a22fc8c5-0705-4079-92d1-7af216e01b2d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b941d50-27e5-4575-b360-69bb04ede28f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e4e43cb-06da-45e7-b9da-59df2f05cd7b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b941d50-27e5-4575-b360-69bb04ede28f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16785484434661949279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678548443466194927916785484434661949279167854844346619492791678548443466194927916785484434661949279167854844346619492791678548443466194927916785484434661949279167854844346619492791678548443466194927916785484434661949279167854844346619492791678548443466194927916785484434661949279167854844346619492791678548443466194927916785484434661949279167854844346619492791678548443466194927916785484434661949279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e4e43cb-06da-45e7-b9da-59df2f05cd7b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10229227229715712983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022922722971571298310229227229715712983102292272297157129831022922722971571298310229227229715712983102292272297157129831022922722971571298310229227229715712983102292272297157129831022922722971571298310229227229715712983102292272297157129831022922722971571298310229227229715712983102292272297157129831022922722971571298310229227229715712983102292272297157129831022922722971571298310229227229715712983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b941d50-27e5-4575-b360-69bb04ede28f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f9ab881-3eea-4524-8315-800b60ad426e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f9ab881-3eea-4524-8315-800b60ad426e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13134691456993030988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313469145699303098813134691456993030988131346914569930309881313469145699303098813134691456993030988131346914569930309881313469145699303098813134691456993030988131346914569930309881313469145699303098813134691456993030988131346914569930309881313469145699303098813134691456993030988131346914569930309881313469145699303098813134691456993030988131346914569930309881313469145699303098813134691456993030988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e4e43cb-06da-45e7-b9da-59df2f05cd7b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22c6f0ee-945d-4b07-8d27-4d38b5255ee4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22c6f0ee-945d-4b07-8d27-4d38b5255ee4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18445628179013555852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844562817901355585218445628179013555852184456281790135558521844562817901355585218445628179013555852184456281790135558521844562817901355585218445628179013555852184456281790135558521844562817901355585218445628179013555852184456281790135558521844562817901355585218445628179013555852184456281790135558521844562817901355585218445628179013555852184456281790135558521844562817901355585218445628179013555852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f9ab881-3eea-4524-8315-800b60ad426e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22c6f0ee-945d-4b07-8d27-4d38b5255ee4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbe5d9a5-d6b6-40a8-9c7b-82b36ade9864, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8428ae99-b538-4c73-bba1-121bcb84eed4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbe5d9a5-d6b6-40a8-9c7b-82b36ade9864, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7957859327099263024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79578593270992630247957859327099263024795785932709926302479578593270992630247957859327099263024795785932709926302479578593270992630247957859327099263024795785932709926302479578593270992630247957859327099263024795785932709926302479578593270992630247957859327099263024795785932709926302479578593270992630247957859327099263024795785932709926302479578593270992630247957859327099263024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8428ae99-b538-4c73-bba1-121bcb84eed4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8384796519125314370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83847965191253143708384796519125314370838479651912531437083847965191253143708384796519125314370838479651912531437083847965191253143708384796519125314370838479651912531437083847965191253143708384796519125314370838479651912531437083847965191253143708384796519125314370838479651912531437083847965191253143708384796519125314370838479651912531437083847965191253143708384796519125314370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8428ae99-b538-4c73-bba1-121bcb84eed4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d119231-9261-4fd2-ad3c-608c5114db6a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d119231-9261-4fd2-ad3c-608c5114db6a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6202836559171151158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62028365591711511586202836559171151158620283655917115115862028365591711511586202836559171151158620283655917115115862028365591711511586202836559171151158620283655917115115862028365591711511586202836559171151158620283655917115115862028365591711511586202836559171151158620283655917115115862028365591711511586202836559171151158620283655917115115862028365591711511586202836559171151158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbe5d9a5-d6b6-40a8-9c7b-82b36ade9864, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f94ee70-47fb-41d9-8483-6602a946b09e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f94ee70-47fb-41d9-8483-6602a946b09e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16423777527812902082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642377752781290208216423777527812902082164237775278129020821642377752781290208216423777527812902082164237775278129020821642377752781290208216423777527812902082164237775278129020821642377752781290208216423777527812902082164237775278129020821642377752781290208216423777527812902082164237775278129020821642377752781290208216423777527812902082164237775278129020821642377752781290208216423777527812902082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d119231-9261-4fd2-ad3c-608c5114db6a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93ca0fda-6f85-4f52-9aa8-61e942f5cfa8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ca0fda-6f85-4f52-9aa8-61e942f5cfa8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10862016311062092333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086201631106209233310862016311062092333108620163110620923331086201631106209233310862016311062092333108620163110620923331086201631106209233310862016311062092333108620163110620923331086201631106209233310862016311062092333108620163110620923331086201631106209233310862016311062092333108620163110620923331086201631106209233310862016311062092333108620163110620923331086201631106209233310862016311062092333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f94ee70-47fb-41d9-8483-6602a946b09e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed790c63-7b28-4166-a2a1-e226af5d4249, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed790c63-7b28-4166-a2a1-e226af5d4249, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3367839121588951198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33678391215889511983367839121588951198336783912158895119833678391215889511983367839121588951198336783912158895119833678391215889511983367839121588951198336783912158895119833678391215889511983367839121588951198336783912158895119833678391215889511983367839121588951198336783912158895119833678391215889511983367839121588951198336783912158895119833678391215889511983367839121588951198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ca0fda-6f85-4f52-9aa8-61e942f5cfa8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89121947-f193-4140-859f-869cf1faf04c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89121947-f193-4140-859f-869cf1faf04c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4779958368019227114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47799583680192271144779958368019227114477995836801922711447799583680192271144779958368019227114477995836801922711447799583680192271144779958368019227114477995836801922711447799583680192271144779958368019227114477995836801922711447799583680192271144779958368019227114477995836801922711447799583680192271144779958368019227114477995836801922711447799583680192271144779958368019227114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed790c63-7b28-4166-a2a1-e226af5d4249, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7440abb2-fbd8-400b-81db-8a16f24cb9f1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89121947-f193-4140-859f-869cf1faf04c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7440abb2-fbd8-400b-81db-8a16f24cb9f1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13640472076274331385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364047207627433138513640472076274331385136404720762743313851364047207627433138513640472076274331385136404720762743313851364047207627433138513640472076274331385136404720762743313851364047207627433138513640472076274331385136404720762743313851364047207627433138513640472076274331385136404720762743313851364047207627433138513640472076274331385136404720762743313851364047207627433138513640472076274331385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d419a38-80b7-4c6c-bbf4-f3f02ea1bf7e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d419a38-80b7-4c6c-bbf4-f3f02ea1bf7e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2033679892994152020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20336798929941520202033679892994152020203367989299415202020336798929941520202033679892994152020203367989299415202020336798929941520202033679892994152020203367989299415202020336798929941520202033679892994152020203367989299415202020336798929941520202033679892994152020203367989299415202020336798929941520202033679892994152020203367989299415202020336798929941520202033679892994152020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7440abb2-fbd8-400b-81db-8a16f24cb9f1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b141b612-cce3-4567-8398-2d8d25804290, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b141b612-cce3-4567-8398-2d8d25804290, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9266387826193899050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92663878261938990509266387826193899050926638782619389905092663878261938990509266387826193899050926638782619389905092663878261938990509266387826193899050926638782619389905092663878261938990509266387826193899050926638782619389905092663878261938990509266387826193899050926638782619389905092663878261938990509266387826193899050926638782619389905092663878261938990509266387826193899050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d419a38-80b7-4c6c-bbf4-f3f02ea1bf7e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 839f490b-7147-49fa-9932-b72e03fe1288, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 839f490b-7147-49fa-9932-b72e03fe1288, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18193332714299170580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819333271429917058018193332714299170580181933327142991705801819333271429917058018193332714299170580181933327142991705801819333271429917058018193332714299170580181933327142991705801819333271429917058018193332714299170580181933327142991705801819333271429917058018193332714299170580181933327142991705801819333271429917058018193332714299170580181933327142991705801819333271429917058018193332714299170580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b141b612-cce3-4567-8398-2d8d25804290, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c959c944-5487-42f7-bf5c-33776c42ca13, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c959c944-5487-42f7-bf5c-33776c42ca13, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2052106377095599929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20521063770955999292052106377095599929205210637709559992920521063770955999292052106377095599929205210637709559992920521063770955999292052106377095599929205210637709559992920521063770955999292052106377095599929205210637709559992920521063770955999292052106377095599929205210637709559992920521063770955999292052106377095599929205210637709559992920521063770955999292052106377095599929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 839f490b-7147-49fa-9932-b72e03fe1288, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c959c944-5487-42f7-bf5c-33776c42ca13, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0388a386-7aba-4330-ba62-fd77d9392bc1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0388a386-7aba-4330-ba62-fd77d9392bc1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12370709380379945913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237070938037994591312370709380379945913123707093803799459131237070938037994591312370709380379945913123707093803799459131237070938037994591312370709380379945913123707093803799459131237070938037994591312370709380379945913123707093803799459131237070938037994591312370709380379945913123707093803799459131237070938037994591312370709380379945913123707093803799459131237070938037994591312370709380379945913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 968416c6-ef55-4f0b-a206-384c41ab5cd1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 968416c6-ef55-4f0b-a206-384c41ab5cd1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13528576465421444540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352857646542144454013528576465421444540135285764654214445401352857646542144454013528576465421444540135285764654214445401352857646542144454013528576465421444540135285764654214445401352857646542144454013528576465421444540135285764654214445401352857646542144454013528576465421444540135285764654214445401352857646542144454013528576465421444540135285764654214445401352857646542144454013528576465421444540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0388a386-7aba-4330-ba62-fd77d9392bc1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 968416c6-ef55-4f0b-a206-384c41ab5cd1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96f01347-a554-410e-a253-09d74ce6a9d2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79fcbbff-920b-458e-9e3a-4c60fa0c438d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79fcbbff-920b-458e-9e3a-4c60fa0c438d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14979827906860803484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497982790686080348414979827906860803484149798279068608034841497982790686080348414979827906860803484149798279068608034841497982790686080348414979827906860803484149798279068608034841497982790686080348414979827906860803484149798279068608034841497982790686080348414979827906860803484149798279068608034841497982790686080348414979827906860803484149798279068608034841497982790686080348414979827906860803484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96f01347-a554-410e-a253-09d74ce6a9d2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 479969840742654317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "479969840742654317479969840742654317479969840742654317479969840742654317479969840742654317479969840742654317479969840742654317479969840742654317479969840742654317479969840742654317479969840742654317479969840742654317479969840742654317479969840742654317479969840742654317479969840742654317479969840742654317479969840742654317479969840742654317479969840742654317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79fcbbff-920b-458e-9e3a-4c60fa0c438d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96f01347-a554-410e-a253-09d74ce6a9d2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c38a5179-d41f-44bc-88d6-c779b676da87, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c38a5179-d41f-44bc-88d6-c779b676da87, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3197720581002172298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31977205810021722983197720581002172298319772058100217229831977205810021722983197720581002172298319772058100217229831977205810021722983197720581002172298319772058100217229831977205810021722983197720581002172298319772058100217229831977205810021722983197720581002172298319772058100217229831977205810021722983197720581002172298319772058100217229831977205810021722983197720581002172298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d4f18c9-002b-400a-a339-91c4211d624c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d4f18c9-002b-400a-a339-91c4211d624c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2709977437190464195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27099774371904641952709977437190464195270997743719046419527099774371904641952709977437190464195270997743719046419527099774371904641952709977437190464195270997743719046419527099774371904641952709977437190464195270997743719046419527099774371904641952709977437190464195270997743719046419527099774371904641952709977437190464195270997743719046419527099774371904641952709977437190464195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c38a5179-d41f-44bc-88d6-c779b676da87, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57e77f53-005b-451d-9269-782023ef2552, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57e77f53-005b-451d-9269-782023ef2552, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12040823941300908416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204082394130090841612040823941300908416120408239413009084161204082394130090841612040823941300908416120408239413009084161204082394130090841612040823941300908416120408239413009084161204082394130090841612040823941300908416120408239413009084161204082394130090841612040823941300908416120408239413009084161204082394130090841612040823941300908416120408239413009084161204082394130090841612040823941300908416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d4f18c9-002b-400a-a339-91c4211d624c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57e77f53-005b-451d-9269-782023ef2552, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3355f797-976b-4701-9573-3ba7e0917ef4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a89cca55-9e27-4a1a-9668-2b56b92a5e2f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3355f797-976b-4701-9573-3ba7e0917ef4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17328886648890546383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732888664889054638317328886648890546383173288866488905463831732888664889054638317328886648890546383173288866488905463831732888664889054638317328886648890546383173288866488905463831732888664889054638317328886648890546383173288866488905463831732888664889054638317328886648890546383173288866488905463831732888664889054638317328886648890546383173288866488905463831732888664889054638317328886648890546383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a89cca55-9e27-4a1a-9668-2b56b92a5e2f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2647644386617070660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26476443866170706602647644386617070660264764438661707066026476443866170706602647644386617070660264764438661707066026476443866170706602647644386617070660264764438661707066026476443866170706602647644386617070660264764438661707066026476443866170706602647644386617070660264764438661707066026476443866170706602647644386617070660264764438661707066026476443866170706602647644386617070660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a89cca55-9e27-4a1a-9668-2b56b92a5e2f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3355f797-976b-4701-9573-3ba7e0917ef4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 120510c1-3487-499f-86ad-4c668c86f93c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7cce236-cdb4-4dc1-a3bd-f6cad6b37d8c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 120510c1-3487-499f-86ad-4c668c86f93c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 531206895136720537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "531206895136720537531206895136720537531206895136720537531206895136720537531206895136720537531206895136720537531206895136720537531206895136720537531206895136720537531206895136720537531206895136720537531206895136720537531206895136720537531206895136720537531206895136720537531206895136720537531206895136720537531206895136720537531206895136720537531206895136720537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7cce236-cdb4-4dc1-a3bd-f6cad6b37d8c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8053602332711462543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80536023327114625438053602332711462543805360233271146254380536023327114625438053602332711462543805360233271146254380536023327114625438053602332711462543805360233271146254380536023327114625438053602332711462543805360233271146254380536023327114625438053602332711462543805360233271146254380536023327114625438053602332711462543805360233271146254380536023327114625438053602332711462543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7cce236-cdb4-4dc1-a3bd-f6cad6b37d8c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 120510c1-3487-499f-86ad-4c668c86f93c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7398cd75-fe32-4013-9fd4-63698b6d927c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7398cd75-fe32-4013-9fd4-63698b6d927c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4874680170645860592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48746801706458605924874680170645860592487468017064586059248746801706458605924874680170645860592487468017064586059248746801706458605924874680170645860592487468017064586059248746801706458605924874680170645860592487468017064586059248746801706458605924874680170645860592487468017064586059248746801706458605924874680170645860592487468017064586059248746801706458605924874680170645860592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7398cd75-fe32-4013-9fd4-63698b6d927c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1585085a-54bb-4b9e-b0d3-ddf8f8dc448b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1585085a-54bb-4b9e-b0d3-ddf8f8dc448b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16831980120123933152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683198012012393315216831980120123933152168319801201239331521683198012012393315216831980120123933152168319801201239331521683198012012393315216831980120123933152168319801201239331521683198012012393315216831980120123933152168319801201239331521683198012012393315216831980120123933152168319801201239331521683198012012393315216831980120123933152168319801201239331521683198012012393315216831980120123933152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e63fb807-5086-403d-97fc-bd7af8faad39, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e63fb807-5086-403d-97fc-bd7af8faad39, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10503993418248181497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050399341824818149710503993418248181497105039934182481814971050399341824818149710503993418248181497105039934182481814971050399341824818149710503993418248181497105039934182481814971050399341824818149710503993418248181497105039934182481814971050399341824818149710503993418248181497105039934182481814971050399341824818149710503993418248181497105039934182481814971050399341824818149710503993418248181497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1585085a-54bb-4b9e-b0d3-ddf8f8dc448b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e63fb807-5086-403d-97fc-bd7af8faad39, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 432e574e-fa2f-4bb5-8886-551f031a8350, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b853ff3-591a-4700-9640-cf88bab88da6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b853ff3-591a-4700-9640-cf88bab88da6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10178153841656272950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017815384165627295010178153841656272950101781538416562729501017815384165627295010178153841656272950101781538416562729501017815384165627295010178153841656272950101781538416562729501017815384165627295010178153841656272950101781538416562729501017815384165627295010178153841656272950101781538416562729501017815384165627295010178153841656272950101781538416562729501017815384165627295010178153841656272950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 432e574e-fa2f-4bb5-8886-551f031a8350, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17703579177256796992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770357917725679699217703579177256796992177035791772567969921770357917725679699217703579177256796992177035791772567969921770357917725679699217703579177256796992177035791772567969921770357917725679699217703579177256796992177035791772567969921770357917725679699217703579177256796992177035791772567969921770357917725679699217703579177256796992177035791772567969921770357917725679699217703579177256796992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 432e574e-fa2f-4bb5-8886-551f031a8350, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b853ff3-591a-4700-9640-cf88bab88da6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 478fc96e-b654-4cf3-97bb-1c9ec4e303ef, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 478fc96e-b654-4cf3-97bb-1c9ec4e303ef, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7850823455382222702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78508234553822227027850823455382222702785082345538222270278508234553822227027850823455382222702785082345538222270278508234553822227027850823455382222702785082345538222270278508234553822227027850823455382222702785082345538222270278508234553822227027850823455382222702785082345538222270278508234553822227027850823455382222702785082345538222270278508234553822227027850823455382222702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a8b23bb-73ff-4697-8eb6-c296834e43da, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a8b23bb-73ff-4697-8eb6-c296834e43da, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7764589173866730135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77645891738667301357764589173866730135776458917386673013577645891738667301357764589173866730135776458917386673013577645891738667301357764589173866730135776458917386673013577645891738667301357764589173866730135776458917386673013577645891738667301357764589173866730135776458917386673013577645891738667301357764589173866730135776458917386673013577645891738667301357764589173866730135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 478fc96e-b654-4cf3-97bb-1c9ec4e303ef, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a8b23bb-73ff-4697-8eb6-c296834e43da, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d137c0a0-dfc4-4778-8bbb-9bd1e2e6d5ca, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d137c0a0-dfc4-4778-8bbb-9bd1e2e6d5ca, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17376812654513351515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737681265451335151517376812654513351515173768126545133515151737681265451335151517376812654513351515173768126545133515151737681265451335151517376812654513351515173768126545133515151737681265451335151517376812654513351515173768126545133515151737681265451335151517376812654513351515173768126545133515151737681265451335151517376812654513351515173768126545133515151737681265451335151517376812654513351515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65e47930-89d8-46e1-9c0b-faff0ab75297, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e47930-89d8-46e1-9c0b-faff0ab75297, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17531958235533138370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753195823553313837017531958235533138370175319582355331383701753195823553313837017531958235533138370175319582355331383701753195823553313837017531958235533138370175319582355331383701753195823553313837017531958235533138370175319582355331383701753195823553313837017531958235533138370175319582355331383701753195823553313837017531958235533138370175319582355331383701753195823553313837017531958235533138370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d137c0a0-dfc4-4778-8bbb-9bd1e2e6d5ca, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e47930-89d8-46e1-9c0b-faff0ab75297, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee811d94-ede9-4357-aa86-7921e75b9f55, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee811d94-ede9-4357-aa86-7921e75b9f55, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17661756418796577013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766175641879657701317661756418796577013176617564187965770131766175641879657701317661756418796577013176617564187965770131766175641879657701317661756418796577013176617564187965770131766175641879657701317661756418796577013176617564187965770131766175641879657701317661756418796577013176617564187965770131766175641879657701317661756418796577013176617564187965770131766175641879657701317661756418796577013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2176b2d7-0553-448a-bdfd-03b826901dbc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2176b2d7-0553-448a-bdfd-03b826901dbc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16418149552917140092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641814955291714009216418149552917140092164181495529171400921641814955291714009216418149552917140092164181495529171400921641814955291714009216418149552917140092164181495529171400921641814955291714009216418149552917140092164181495529171400921641814955291714009216418149552917140092164181495529171400921641814955291714009216418149552917140092164181495529171400921641814955291714009216418149552917140092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee811d94-ede9-4357-aa86-7921e75b9f55, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 675e8e5b-7d0b-4434-8c79-8b533832dd4a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2176b2d7-0553-448a-bdfd-03b826901dbc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 675e8e5b-7d0b-4434-8c79-8b533832dd4a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13093749193267409191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309374919326740919113093749193267409191130937491932674091911309374919326740919113093749193267409191130937491932674091911309374919326740919113093749193267409191130937491932674091911309374919326740919113093749193267409191130937491932674091911309374919326740919113093749193267409191130937491932674091911309374919326740919113093749193267409191130937491932674091911309374919326740919113093749193267409191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17743925-ce93-4177-bf21-da77ba2e710e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17743925-ce93-4177-bf21-da77ba2e710e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15708624055414155529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570862405541415552915708624055414155529157086240554141555291570862405541415552915708624055414155529157086240554141555291570862405541415552915708624055414155529157086240554141555291570862405541415552915708624055414155529157086240554141555291570862405541415552915708624055414155529157086240554141555291570862405541415552915708624055414155529157086240554141555291570862405541415552915708624055414155529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 675e8e5b-7d0b-4434-8c79-8b533832dd4a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbeacd15-2125-49bd-962f-bb41ccbc0097, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbeacd15-2125-49bd-962f-bb41ccbc0097, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18043566731698635043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804356673169863504318043566731698635043180435667316986350431804356673169863504318043566731698635043180435667316986350431804356673169863504318043566731698635043180435667316986350431804356673169863504318043566731698635043180435667316986350431804356673169863504318043566731698635043180435667316986350431804356673169863504318043566731698635043180435667316986350431804356673169863504318043566731698635043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17743925-ce93-4177-bf21-da77ba2e710e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ba8e1fc-baae-450c-b4e1-ae10d3eeda67, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ba8e1fc-baae-450c-b4e1-ae10d3eeda67, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1819938903390837634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18199389033908376341819938903390837634181993890339083763418199389033908376341819938903390837634181993890339083763418199389033908376341819938903390837634181993890339083763418199389033908376341819938903390837634181993890339083763418199389033908376341819938903390837634181993890339083763418199389033908376341819938903390837634181993890339083763418199389033908376341819938903390837634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbeacd15-2125-49bd-962f-bb41ccbc0097, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7a7ebf5-f2d6-4a4f-932b-912e156565bb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7a7ebf5-f2d6-4a4f-932b-912e156565bb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 31609551375666589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3160955137566658931609551375666589316095513756665893160955137566658931609551375666589316095513756665893160955137566658931609551375666589316095513756665893160955137566658931609551375666589316095513756665893160955137566658931609551375666589316095513756665893160955137566658931609551375666589316095513756665893160955137566658931609551375666589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ba8e1fc-baae-450c-b4e1-ae10d3eeda67, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e70c426b-8684-44ab-89fc-3bc4e12ad4d5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e70c426b-8684-44ab-89fc-3bc4e12ad4d5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1548079342361481829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15480793423614818291548079342361481829154807934236148182915480793423614818291548079342361481829154807934236148182915480793423614818291548079342361481829154807934236148182915480793423614818291548079342361481829154807934236148182915480793423614818291548079342361481829154807934236148182915480793423614818291548079342361481829154807934236148182915480793423614818291548079342361481829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7a7ebf5-f2d6-4a4f-932b-912e156565bb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13306105-0e52-42dd-b6e3-faa6e35ff794, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13306105-0e52-42dd-b6e3-faa6e35ff794, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4766099074957908014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47660990749579080144766099074957908014476609907495790801447660990749579080144766099074957908014476609907495790801447660990749579080144766099074957908014476609907495790801447660990749579080144766099074957908014476609907495790801447660990749579080144766099074957908014476609907495790801447660990749579080144766099074957908014476609907495790801447660990749579080144766099074957908014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e70c426b-8684-44ab-89fc-3bc4e12ad4d5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73da69f2-a15f-47ff-950a-960f886a728d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73da69f2-a15f-47ff-950a-960f886a728d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16977934756165692377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697793475616569237716977934756165692377169779347561656923771697793475616569237716977934756165692377169779347561656923771697793475616569237716977934756165692377169779347561656923771697793475616569237716977934756165692377169779347561656923771697793475616569237716977934756165692377169779347561656923771697793475616569237716977934756165692377169779347561656923771697793475616569237716977934756165692377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13306105-0e52-42dd-b6e3-faa6e35ff794, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3193a5c2-d0e9-4c87-9805-1fdb23f2e0c7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3193a5c2-d0e9-4c87-9805-1fdb23f2e0c7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 91392227988755985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9139222798875598591392227988755985913922279887559859139222798875598591392227988755985913922279887559859139222798875598591392227988755985913922279887559859139222798875598591392227988755985913922279887559859139222798875598591392227988755985913922279887559859139222798875598591392227988755985913922279887559859139222798875598591392227988755985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73da69f2-a15f-47ff-950a-960f886a728d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a2e056c-6b6f-4659-a2e3-713bc32ca562, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a2e056c-6b6f-4659-a2e3-713bc32ca562, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10232773212123455639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023277321212345563910232773212123455639102327732121234556391023277321212345563910232773212123455639102327732121234556391023277321212345563910232773212123455639102327732121234556391023277321212345563910232773212123455639102327732121234556391023277321212345563910232773212123455639102327732121234556391023277321212345563910232773212123455639102327732121234556391023277321212345563910232773212123455639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3193a5c2-d0e9-4c87-9805-1fdb23f2e0c7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cb9edfa-5ab5-4484-998e-ddb4bd8a94c7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cb9edfa-5ab5-4484-998e-ddb4bd8a94c7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13473113871723186728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347311387172318672813473113871723186728134731138717231867281347311387172318672813473113871723186728134731138717231867281347311387172318672813473113871723186728134731138717231867281347311387172318672813473113871723186728134731138717231867281347311387172318672813473113871723186728134731138717231867281347311387172318672813473113871723186728134731138717231867281347311387172318672813473113871723186728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a2e056c-6b6f-4659-a2e3-713bc32ca562, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0db606d-6f38-43ac-8b06-74fed3a117da, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0db606d-6f38-43ac-8b06-74fed3a117da, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 143772046640176861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "143772046640176861143772046640176861143772046640176861143772046640176861143772046640176861143772046640176861143772046640176861143772046640176861143772046640176861143772046640176861143772046640176861143772046640176861143772046640176861143772046640176861143772046640176861143772046640176861143772046640176861143772046640176861143772046640176861143772046640176861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cb9edfa-5ab5-4484-998e-ddb4bd8a94c7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0db606d-6f38-43ac-8b06-74fed3a117da, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0705f95-9751-4e4f-b42a-95e796cd7159, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0705f95-9751-4e4f-b42a-95e796cd7159, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16805993480341055338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680599348034105533816805993480341055338168059934803410553381680599348034105533816805993480341055338168059934803410553381680599348034105533816805993480341055338168059934803410553381680599348034105533816805993480341055338168059934803410553381680599348034105533816805993480341055338168059934803410553381680599348034105533816805993480341055338168059934803410553381680599348034105533816805993480341055338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 199f5e55-67f2-4cfe-ad27-6abb88dbd5d0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 199f5e55-67f2-4cfe-ad27-6abb88dbd5d0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3455506721275816865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34555067212758168653455506721275816865345550672127581686534555067212758168653455506721275816865345550672127581686534555067212758168653455506721275816865345550672127581686534555067212758168653455506721275816865345550672127581686534555067212758168653455506721275816865345550672127581686534555067212758168653455506721275816865345550672127581686534555067212758168653455506721275816865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0705f95-9751-4e4f-b42a-95e796cd7159, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 199f5e55-67f2-4cfe-ad27-6abb88dbd5d0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db013798-7560-46f2-a1bd-d7fc43278182, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b0f31d5-ec2b-4632-a433-782cb7f5f819, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db013798-7560-46f2-a1bd-d7fc43278182, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6249151264451758638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62491512644517586386249151264451758638624915126445175863862491512644517586386249151264451758638624915126445175863862491512644517586386249151264451758638624915126445175863862491512644517586386249151264451758638624915126445175863862491512644517586386249151264451758638624915126445175863862491512644517586386249151264451758638624915126445175863862491512644517586386249151264451758638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b0f31d5-ec2b-4632-a433-782cb7f5f819, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16319719748039647688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631971974803964768816319719748039647688163197197480396476881631971974803964768816319719748039647688163197197480396476881631971974803964768816319719748039647688163197197480396476881631971974803964768816319719748039647688163197197480396476881631971974803964768816319719748039647688163197197480396476881631971974803964768816319719748039647688163197197480396476881631971974803964768816319719748039647688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db013798-7560-46f2-a1bd-d7fc43278182, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b0f31d5-ec2b-4632-a433-782cb7f5f819, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca2c8b8a-76d5-4649-b044-f7b557dced9d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca2c8b8a-76d5-4649-b044-f7b557dced9d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9202918493524303954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92029184935243039549202918493524303954920291849352430395492029184935243039549202918493524303954920291849352430395492029184935243039549202918493524303954920291849352430395492029184935243039549202918493524303954920291849352430395492029184935243039549202918493524303954920291849352430395492029184935243039549202918493524303954920291849352430395492029184935243039549202918493524303954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a59f8d3-5a5d-4298-8d0f-7c50c5977754, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a59f8d3-5a5d-4298-8d0f-7c50c5977754, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7794938763858570225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77949387638585702257794938763858570225779493876385857022577949387638585702257794938763858570225779493876385857022577949387638585702257794938763858570225779493876385857022577949387638585702257794938763858570225779493876385857022577949387638585702257794938763858570225779493876385857022577949387638585702257794938763858570225779493876385857022577949387638585702257794938763858570225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a59f8d3-5a5d-4298-8d0f-7c50c5977754, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca2c8b8a-76d5-4649-b044-f7b557dced9d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43729ac9-8c59-4e4e-a14e-476b44ec3684, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43729ac9-8c59-4e4e-a14e-476b44ec3684, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5634336609881665238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56343366098816652385634336609881665238563433660988166523856343366098816652385634336609881665238563433660988166523856343366098816652385634336609881665238563433660988166523856343366098816652385634336609881665238563433660988166523856343366098816652385634336609881665238563433660988166523856343366098816652385634336609881665238563433660988166523856343366098816652385634336609881665238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97cb0fa1-03a6-4284-ba6d-445cdaf65b77, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97cb0fa1-03a6-4284-ba6d-445cdaf65b77, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5333077301020542393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53330773010205423935333077301020542393533307730102054239353330773010205423935333077301020542393533307730102054239353330773010205423935333077301020542393533307730102054239353330773010205423935333077301020542393533307730102054239353330773010205423935333077301020542393533307730102054239353330773010205423935333077301020542393533307730102054239353330773010205423935333077301020542393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43729ac9-8c59-4e4e-a14e-476b44ec3684, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 161244d9-d653-4ea2-84d2-cf490ca8c59e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97cb0fa1-03a6-4284-ba6d-445cdaf65b77, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 161244d9-d653-4ea2-84d2-cf490ca8c59e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9546231188153550755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95462311881535507559546231188153550755954623118815355075595462311881535507559546231188153550755954623118815355075595462311881535507559546231188153550755954623118815355075595462311881535507559546231188153550755954623118815355075595462311881535507559546231188153550755954623118815355075595462311881535507559546231188153550755954623118815355075595462311881535507559546231188153550755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a0565ef-bc88-4e82-a478-c599e99bf5b1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a0565ef-bc88-4e82-a478-c599e99bf5b1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4803586941725708066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48035869417257080664803586941725708066480358694172570806648035869417257080664803586941725708066480358694172570806648035869417257080664803586941725708066480358694172570806648035869417257080664803586941725708066480358694172570806648035869417257080664803586941725708066480358694172570806648035869417257080664803586941725708066480358694172570806648035869417257080664803586941725708066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a0565ef-bc88-4e82-a478-c599e99bf5b1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3b94683-901e-4787-84fc-61bb0407a69b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3b94683-901e-4787-84fc-61bb0407a69b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13470467128249340960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347046712824934096013470467128249340960134704671282493409601347046712824934096013470467128249340960134704671282493409601347046712824934096013470467128249340960134704671282493409601347046712824934096013470467128249340960134704671282493409601347046712824934096013470467128249340960134704671282493409601347046712824934096013470467128249340960134704671282493409601347046712824934096013470467128249340960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 161244d9-d653-4ea2-84d2-cf490ca8c59e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea78fe49-c69d-44b0-82d7-1e8d736e39a7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea78fe49-c69d-44b0-82d7-1e8d736e39a7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12657149011894162407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265714901189416240712657149011894162407126571490118941624071265714901189416240712657149011894162407126571490118941624071265714901189416240712657149011894162407126571490118941624071265714901189416240712657149011894162407126571490118941624071265714901189416240712657149011894162407126571490118941624071265714901189416240712657149011894162407126571490118941624071265714901189416240712657149011894162407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3b94683-901e-4787-84fc-61bb0407a69b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe887fd8-7f7a-44fc-bbf9-8161bacd8727, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea78fe49-c69d-44b0-82d7-1e8d736e39a7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe887fd8-7f7a-44fc-bbf9-8161bacd8727, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11163178485814238242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116317848581423824211163178485814238242111631784858142382421116317848581423824211163178485814238242111631784858142382421116317848581423824211163178485814238242111631784858142382421116317848581423824211163178485814238242111631784858142382421116317848581423824211163178485814238242111631784858142382421116317848581423824211163178485814238242111631784858142382421116317848581423824211163178485814238242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a344bb2-fc98-43ea-91b4-b3cb5d9ce522, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a344bb2-fc98-43ea-91b4-b3cb5d9ce522, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1925763535312187359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19257635353121873591925763535312187359192576353531218735919257635353121873591925763535312187359192576353531218735919257635353121873591925763535312187359192576353531218735919257635353121873591925763535312187359192576353531218735919257635353121873591925763535312187359192576353531218735919257635353121873591925763535312187359192576353531218735919257635353121873591925763535312187359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe887fd8-7f7a-44fc-bbf9-8161bacd8727, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27b0f562-a47a-4f3e-977e-06af7d7e8799, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27b0f562-a47a-4f3e-977e-06af7d7e8799, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6404015987973108000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64040159879731080006404015987973108000640401598797310800064040159879731080006404015987973108000640401598797310800064040159879731080006404015987973108000640401598797310800064040159879731080006404015987973108000640401598797310800064040159879731080006404015987973108000640401598797310800064040159879731080006404015987973108000640401598797310800064040159879731080006404015987973108000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a344bb2-fc98-43ea-91b4-b3cb5d9ce522, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da5357c5-359d-4a53-a7d7-fd43ee9d3258, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da5357c5-359d-4a53-a7d7-fd43ee9d3258, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12765443564613079710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276544356461307971012765443564613079710127654435646130797101276544356461307971012765443564613079710127654435646130797101276544356461307971012765443564613079710127654435646130797101276544356461307971012765443564613079710127654435646130797101276544356461307971012765443564613079710127654435646130797101276544356461307971012765443564613079710127654435646130797101276544356461307971012765443564613079710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27b0f562-a47a-4f3e-977e-06af7d7e8799, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86e8b5fd-4811-42e6-bbbf-ab59368b2a97, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86e8b5fd-4811-42e6-bbbf-ab59368b2a97, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2087499892564372869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20874998925643728692087499892564372869208749989256437286920874998925643728692087499892564372869208749989256437286920874998925643728692087499892564372869208749989256437286920874998925643728692087499892564372869208749989256437286920874998925643728692087499892564372869208749989256437286920874998925643728692087499892564372869208749989256437286920874998925643728692087499892564372869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da5357c5-359d-4a53-a7d7-fd43ee9d3258, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91726e68-23a3-4259-8eec-3fca13fd06d2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91726e68-23a3-4259-8eec-3fca13fd06d2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7751705897438837257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77517058974388372577751705897438837257775170589743883725777517058974388372577751705897438837257775170589743883725777517058974388372577751705897438837257775170589743883725777517058974388372577751705897438837257775170589743883725777517058974388372577751705897438837257775170589743883725777517058974388372577751705897438837257775170589743883725777517058974388372577751705897438837257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86e8b5fd-4811-42e6-bbbf-ab59368b2a97, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb2e33ba-3330-4449-80f9-2a0e52e359f8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb2e33ba-3330-4449-80f9-2a0e52e359f8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6792454135483461477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67924541354834614776792454135483461477679245413548346147767924541354834614776792454135483461477679245413548346147767924541354834614776792454135483461477679245413548346147767924541354834614776792454135483461477679245413548346147767924541354834614776792454135483461477679245413548346147767924541354834614776792454135483461477679245413548346147767924541354834614776792454135483461477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91726e68-23a3-4259-8eec-3fca13fd06d2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cd53c43-4ad1-4185-a500-203e30098089, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cd53c43-4ad1-4185-a500-203e30098089, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7077270729025229206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70772707290252292067077270729025229206707727072902522920670772707290252292067077270729025229206707727072902522920670772707290252292067077270729025229206707727072902522920670772707290252292067077270729025229206707727072902522920670772707290252292067077270729025229206707727072902522920670772707290252292067077270729025229206707727072902522920670772707290252292067077270729025229206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb2e33ba-3330-4449-80f9-2a0e52e359f8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc708b41-8865-4c7a-a9ad-b8512b0b0cc5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cd53c43-4ad1-4185-a500-203e30098089, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc708b41-8865-4c7a-a9ad-b8512b0b0cc5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 953100383157338334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "953100383157338334953100383157338334953100383157338334953100383157338334953100383157338334953100383157338334953100383157338334953100383157338334953100383157338334953100383157338334953100383157338334953100383157338334953100383157338334953100383157338334953100383157338334953100383157338334953100383157338334953100383157338334953100383157338334953100383157338334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0b04038-c401-4154-8fc2-3e3716f27ebd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0b04038-c401-4154-8fc2-3e3716f27ebd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5310984938046202087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53109849380462020875310984938046202087531098493804620208753109849380462020875310984938046202087531098493804620208753109849380462020875310984938046202087531098493804620208753109849380462020875310984938046202087531098493804620208753109849380462020875310984938046202087531098493804620208753109849380462020875310984938046202087531098493804620208753109849380462020875310984938046202087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc708b41-8865-4c7a-a9ad-b8512b0b0cc5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cefa3d88-27d8-4163-8a70-e98ef88ed9a9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cefa3d88-27d8-4163-8a70-e98ef88ed9a9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7973437597155549691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79734375971555496917973437597155549691797343759715554969179734375971555496917973437597155549691797343759715554969179734375971555496917973437597155549691797343759715554969179734375971555496917973437597155549691797343759715554969179734375971555496917973437597155549691797343759715554969179734375971555496917973437597155549691797343759715554969179734375971555496917973437597155549691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0b04038-c401-4154-8fc2-3e3716f27ebd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cefa3d88-27d8-4163-8a70-e98ef88ed9a9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14fdacc4-5fa2-4858-b4d3-a90b37035ccb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14fdacc4-5fa2-4858-b4d3-a90b37035ccb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10354384433490609562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035438443349060956210354384433490609562103543844334906095621035438443349060956210354384433490609562103543844334906095621035438443349060956210354384433490609562103543844334906095621035438443349060956210354384433490609562103543844334906095621035438443349060956210354384433490609562103543844334906095621035438443349060956210354384433490609562103543844334906095621035438443349060956210354384433490609562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8fe7a47-99d2-4473-a3a2-8c09f4e2d7d8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8fe7a47-99d2-4473-a3a2-8c09f4e2d7d8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9703930155859526731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97039301558595267319703930155859526731970393015585952673197039301558595267319703930155859526731970393015585952673197039301558595267319703930155859526731970393015585952673197039301558595267319703930155859526731970393015585952673197039301558595267319703930155859526731970393015585952673197039301558595267319703930155859526731970393015585952673197039301558595267319703930155859526731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14fdacc4-5fa2-4858-b4d3-a90b37035ccb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a3f5588-a6ee-4da3-9c98-a06b54f29a5c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8fe7a47-99d2-4473-a3a2-8c09f4e2d7d8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a3f5588-a6ee-4da3-9c98-a06b54f29a5c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10092808009357812774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009280800935781277410092808009357812774100928080093578127741009280800935781277410092808009357812774100928080093578127741009280800935781277410092808009357812774100928080093578127741009280800935781277410092808009357812774100928080093578127741009280800935781277410092808009357812774100928080093578127741009280800935781277410092808009357812774100928080093578127741009280800935781277410092808009357812774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8de3632-923a-4bc1-aa04-74ccdb8d3480, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8de3632-923a-4bc1-aa04-74ccdb8d3480, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 611764573337088792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "611764573337088792611764573337088792611764573337088792611764573337088792611764573337088792611764573337088792611764573337088792611764573337088792611764573337088792611764573337088792611764573337088792611764573337088792611764573337088792611764573337088792611764573337088792611764573337088792611764573337088792611764573337088792611764573337088792611764573337088792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a3f5588-a6ee-4da3-9c98-a06b54f29a5c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e26048f-d941-44d4-bacc-1f5f563d6170, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e26048f-d941-44d4-bacc-1f5f563d6170, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10622648916592092944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062264891659209294410622648916592092944106226489165920929441062264891659209294410622648916592092944106226489165920929441062264891659209294410622648916592092944106226489165920929441062264891659209294410622648916592092944106226489165920929441062264891659209294410622648916592092944106226489165920929441062264891659209294410622648916592092944106226489165920929441062264891659209294410622648916592092944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8de3632-923a-4bc1-aa04-74ccdb8d3480, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e473a44-6645-410a-b682-3dc12f41f6c6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e473a44-6645-410a-b682-3dc12f41f6c6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12976790780946653757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297679078094665375712976790780946653757129767907809466537571297679078094665375712976790780946653757129767907809466537571297679078094665375712976790780946653757129767907809466537571297679078094665375712976790780946653757129767907809466537571297679078094665375712976790780946653757129767907809466537571297679078094665375712976790780946653757129767907809466537571297679078094665375712976790780946653757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e473a44-6645-410a-b682-3dc12f41f6c6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e26048f-d941-44d4-bacc-1f5f563d6170, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1d5eab9-6fb9-4ed1-8694-2c40a82eee90, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e04b150-7418-4c7b-a71e-005672b41f09, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e04b150-7418-4c7b-a71e-005672b41f09, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2272344457082994278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22723444570829942782272344457082994278227234445708299427822723444570829942782272344457082994278227234445708299427822723444570829942782272344457082994278227234445708299427822723444570829942782272344457082994278227234445708299427822723444570829942782272344457082994278227234445708299427822723444570829942782272344457082994278227234445708299427822723444570829942782272344457082994278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1d5eab9-6fb9-4ed1-8694-2c40a82eee90, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7484364608417918464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74843646084179184647484364608417918464748436460841791846474843646084179184647484364608417918464748436460841791846474843646084179184647484364608417918464748436460841791846474843646084179184647484364608417918464748436460841791846474843646084179184647484364608417918464748436460841791846474843646084179184647484364608417918464748436460841791846474843646084179184647484364608417918464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e04b150-7418-4c7b-a71e-005672b41f09, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1d5eab9-6fb9-4ed1-8694-2c40a82eee90, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 337bc700-a7e1-432e-b049-16a9cdd9962f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 337bc700-a7e1-432e-b049-16a9cdd9962f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15640535278672002530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564053527867200253015640535278672002530156405352786720025301564053527867200253015640535278672002530156405352786720025301564053527867200253015640535278672002530156405352786720025301564053527867200253015640535278672002530156405352786720025301564053527867200253015640535278672002530156405352786720025301564053527867200253015640535278672002530156405352786720025301564053527867200253015640535278672002530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 749c587b-d70f-4aa8-9abd-3865969e4063, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 749c587b-d70f-4aa8-9abd-3865969e4063, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11173791387567530875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117379138756753087511173791387567530875111737913875675308751117379138756753087511173791387567530875111737913875675308751117379138756753087511173791387567530875111737913875675308751117379138756753087511173791387567530875111737913875675308751117379138756753087511173791387567530875111737913875675308751117379138756753087511173791387567530875111737913875675308751117379138756753087511173791387567530875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 337bc700-a7e1-432e-b049-16a9cdd9962f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fb4f294-f134-4bad-b62c-81db9ef35e49, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 749c587b-d70f-4aa8-9abd-3865969e4063, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fb4f294-f134-4bad-b62c-81db9ef35e49, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11896809269492061793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189680926949206179311896809269492061793118968092694920617931189680926949206179311896809269492061793118968092694920617931189680926949206179311896809269492061793118968092694920617931189680926949206179311896809269492061793118968092694920617931189680926949206179311896809269492061793118968092694920617931189680926949206179311896809269492061793118968092694920617931189680926949206179311896809269492061793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10128d28-2279-4cfd-9c37-a6d76b3382f6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10128d28-2279-4cfd-9c37-a6d76b3382f6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15979766699900862979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597976669990086297915979766699900862979159797666999008629791597976669990086297915979766699900862979159797666999008629791597976669990086297915979766699900862979159797666999008629791597976669990086297915979766699900862979159797666999008629791597976669990086297915979766699900862979159797666999008629791597976669990086297915979766699900862979159797666999008629791597976669990086297915979766699900862979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fb4f294-f134-4bad-b62c-81db9ef35e49, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f041d50-f8d5-4b95-bc19-108d216007ac, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f041d50-f8d5-4b95-bc19-108d216007ac, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9794155474478889395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97941554744788893959794155474478889395979415547447888939597941554744788893959794155474478889395979415547447888939597941554744788893959794155474478889395979415547447888939597941554744788893959794155474478889395979415547447888939597941554744788893959794155474478889395979415547447888939597941554744788893959794155474478889395979415547447888939597941554744788893959794155474478889395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10128d28-2279-4cfd-9c37-a6d76b3382f6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 929e8409-ccf2-42fa-a8f6-dad9a027585c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 929e8409-ccf2-42fa-a8f6-dad9a027585c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1103766522233338773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11037665222333387731103766522233338773110376652223333877311037665222333387731103766522233338773110376652223333877311037665222333387731103766522233338773110376652223333877311037665222333387731103766522233338773110376652223333877311037665222333387731103766522233338773110376652223333877311037665222333387731103766522233338773110376652223333877311037665222333387731103766522233338773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f041d50-f8d5-4b95-bc19-108d216007ac, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e675b832-3da7-43a6-aa1e-8a4890a36b6a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e675b832-3da7-43a6-aa1e-8a4890a36b6a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14386808873462720212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438680887346272021214386808873462720212143868088734627202121438680887346272021214386808873462720212143868088734627202121438680887346272021214386808873462720212143868088734627202121438680887346272021214386808873462720212143868088734627202121438680887346272021214386808873462720212143868088734627202121438680887346272021214386808873462720212143868088734627202121438680887346272021214386808873462720212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 929e8409-ccf2-42fa-a8f6-dad9a027585c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e7f4376-3946-48e5-9470-f0edb51ce680, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e7f4376-3946-48e5-9470-f0edb51ce680, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7256321322434223965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72563213224342239657256321322434223965725632132243422396572563213224342239657256321322434223965725632132243422396572563213224342239657256321322434223965725632132243422396572563213224342239657256321322434223965725632132243422396572563213224342239657256321322434223965725632132243422396572563213224342239657256321322434223965725632132243422396572563213224342239657256321322434223965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e675b832-3da7-43a6-aa1e-8a4890a36b6a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24ad8f44-35ef-43e3-85a6-4431ac036d4b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24ad8f44-35ef-43e3-85a6-4431ac036d4b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1546377645124202023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15463776451242020231546377645124202023154637764512420202315463776451242020231546377645124202023154637764512420202315463776451242020231546377645124202023154637764512420202315463776451242020231546377645124202023154637764512420202315463776451242020231546377645124202023154637764512420202315463776451242020231546377645124202023154637764512420202315463776451242020231546377645124202023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24ad8f44-35ef-43e3-85a6-4431ac036d4b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 043b93b1-ab84-41b3-85b9-b7733ec92219, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 043b93b1-ab84-41b3-85b9-b7733ec92219, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8279156294907749796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82791562949077497968279156294907749796827915629490774979682791562949077497968279156294907749796827915629490774979682791562949077497968279156294907749796827915629490774979682791562949077497968279156294907749796827915629490774979682791562949077497968279156294907749796827915629490774979682791562949077497968279156294907749796827915629490774979682791562949077497968279156294907749796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e7f4376-3946-48e5-9470-f0edb51ce680, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 043b93b1-ab84-41b3-85b9-b7733ec92219, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d23118d9-8c5c-4a9e-ae2e-ba9aee166910, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c6a5250-f796-40ac-b1f9-397f4edfa3d4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d23118d9-8c5c-4a9e-ae2e-ba9aee166910, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9416988772751578686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94169887727515786869416988772751578686941698877275157868694169887727515786869416988772751578686941698877275157868694169887727515786869416988772751578686941698877275157868694169887727515786869416988772751578686941698877275157868694169887727515786869416988772751578686941698877275157868694169887727515786869416988772751578686941698877275157868694169887727515786869416988772751578686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c6a5250-f796-40ac-b1f9-397f4edfa3d4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14017475032052367190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401747503205236719014017475032052367190140174750320523671901401747503205236719014017475032052367190140174750320523671901401747503205236719014017475032052367190140174750320523671901401747503205236719014017475032052367190140174750320523671901401747503205236719014017475032052367190140174750320523671901401747503205236719014017475032052367190140174750320523671901401747503205236719014017475032052367190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d23118d9-8c5c-4a9e-ae2e-ba9aee166910, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c6a5250-f796-40ac-b1f9-397f4edfa3d4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 400da2ca-66b8-4d9f-af12-a9c151d20b3d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 400da2ca-66b8-4d9f-af12-a9c151d20b3d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9838453219282813023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98384532192828130239838453219282813023983845321928281302398384532192828130239838453219282813023983845321928281302398384532192828130239838453219282813023983845321928281302398384532192828130239838453219282813023983845321928281302398384532192828130239838453219282813023983845321928281302398384532192828130239838453219282813023983845321928281302398384532192828130239838453219282813023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46136058-6a92-4ba2-81eb-176758ef605c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46136058-6a92-4ba2-81eb-176758ef605c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16429009295771587055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642900929577158705516429009295771587055164290092957715870551642900929577158705516429009295771587055164290092957715870551642900929577158705516429009295771587055164290092957715870551642900929577158705516429009295771587055164290092957715870551642900929577158705516429009295771587055164290092957715870551642900929577158705516429009295771587055164290092957715870551642900929577158705516429009295771587055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 400da2ca-66b8-4d9f-af12-a9c151d20b3d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16a5ddcc-2a7b-4b1d-abcb-73f95e79d3e9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16a5ddcc-2a7b-4b1d-abcb-73f95e79d3e9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15224786017879281261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522478601787928126115224786017879281261152247860178792812611522478601787928126115224786017879281261152247860178792812611522478601787928126115224786017879281261152247860178792812611522478601787928126115224786017879281261152247860178792812611522478601787928126115224786017879281261152247860178792812611522478601787928126115224786017879281261152247860178792812611522478601787928126115224786017879281261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46136058-6a92-4ba2-81eb-176758ef605c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7091be8e-8f6d-4c9a-bd0e-a645d4ebddb7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7091be8e-8f6d-4c9a-bd0e-a645d4ebddb7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8559854590534486132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85598545905344861328559854590534486132855985459053448613285598545905344861328559854590534486132855985459053448613285598545905344861328559854590534486132855985459053448613285598545905344861328559854590534486132855985459053448613285598545905344861328559854590534486132855985459053448613285598545905344861328559854590534486132855985459053448613285598545905344861328559854590534486132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16a5ddcc-2a7b-4b1d-abcb-73f95e79d3e9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50797b61-8789-4b54-9531-08228ca7b7b2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50797b61-8789-4b54-9531-08228ca7b7b2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11975241008580929477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197524100858092947711975241008580929477119752410085809294771197524100858092947711975241008580929477119752410085809294771197524100858092947711975241008580929477119752410085809294771197524100858092947711975241008580929477119752410085809294771197524100858092947711975241008580929477119752410085809294771197524100858092947711975241008580929477119752410085809294771197524100858092947711975241008580929477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7091be8e-8f6d-4c9a-bd0e-a645d4ebddb7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85176a95-79c5-4bb7-a783-2e86e45bb5e9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85176a95-79c5-4bb7-a783-2e86e45bb5e9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11098688065287437603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109868806528743760311098688065287437603110986880652874376031109868806528743760311098688065287437603110986880652874376031109868806528743760311098688065287437603110986880652874376031109868806528743760311098688065287437603110986880652874376031109868806528743760311098688065287437603110986880652874376031109868806528743760311098688065287437603110986880652874376031109868806528743760311098688065287437603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50797b61-8789-4b54-9531-08228ca7b7b2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ab5a775-b71b-4862-80f8-840df4750328, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85176a95-79c5-4bb7-a783-2e86e45bb5e9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ab5a775-b71b-4862-80f8-840df4750328, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17153467108815548237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715346710881554823717153467108815548237171534671088155482371715346710881554823717153467108815548237171534671088155482371715346710881554823717153467108815548237171534671088155482371715346710881554823717153467108815548237171534671088155482371715346710881554823717153467108815548237171534671088155482371715346710881554823717153467108815548237171534671088155482371715346710881554823717153467108815548237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd28e78a-b699-48cc-85ef-0060c21283a4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd28e78a-b699-48cc-85ef-0060c21283a4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12756312118944432475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275631211894443247512756312118944432475127563121189444324751275631211894443247512756312118944432475127563121189444324751275631211894443247512756312118944432475127563121189444324751275631211894443247512756312118944432475127563121189444324751275631211894443247512756312118944432475127563121189444324751275631211894443247512756312118944432475127563121189444324751275631211894443247512756312118944432475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd28e78a-b699-48cc-85ef-0060c21283a4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ab5a775-b71b-4862-80f8-840df4750328, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23ffd6bd-88f3-4cec-b415-ffae7b872383, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23ffd6bd-88f3-4cec-b415-ffae7b872383, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16464676665368887060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646467666536888706016464676665368887060164646766653688870601646467666536888706016464676665368887060164646766653688870601646467666536888706016464676665368887060164646766653688870601646467666536888706016464676665368887060164646766653688870601646467666536888706016464676665368887060164646766653688870601646467666536888706016464676665368887060164646766653688870601646467666536888706016464676665368887060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40172fe9-3549-4984-b0b2-0dd9186c64d1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40172fe9-3549-4984-b0b2-0dd9186c64d1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12512783888586802756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251278388858680275612512783888586802756125127838885868027561251278388858680275612512783888586802756125127838885868027561251278388858680275612512783888586802756125127838885868027561251278388858680275612512783888586802756125127838885868027561251278388858680275612512783888586802756125127838885868027561251278388858680275612512783888586802756125127838885868027561251278388858680275612512783888586802756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23ffd6bd-88f3-4cec-b415-ffae7b872383, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 036e5f28-c062-48bf-be86-d7ba54c6f302, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 036e5f28-c062-48bf-be86-d7ba54c6f302, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13303552674990848385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330355267499084838513303552674990848385133035526749908483851330355267499084838513303552674990848385133035526749908483851330355267499084838513303552674990848385133035526749908483851330355267499084838513303552674990848385133035526749908483851330355267499084838513303552674990848385133035526749908483851330355267499084838513303552674990848385133035526749908483851330355267499084838513303552674990848385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40172fe9-3549-4984-b0b2-0dd9186c64d1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c487694b-af97-47ca-be0d-41cf69a14153, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c487694b-af97-47ca-be0d-41cf69a14153, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3324045500829323725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33240455008293237253324045500829323725332404550082932372533240455008293237253324045500829323725332404550082932372533240455008293237253324045500829323725332404550082932372533240455008293237253324045500829323725332404550082932372533240455008293237253324045500829323725332404550082932372533240455008293237253324045500829323725332404550082932372533240455008293237253324045500829323725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 036e5f28-c062-48bf-be86-d7ba54c6f302, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6b54b9a-c92f-4e97-925d-ba89171b8d19, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6b54b9a-c92f-4e97-925d-ba89171b8d19, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9669366838495103066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96693668384951030669669366838495103066966936683849510306696693668384951030669669366838495103066966936683849510306696693668384951030669669366838495103066966936683849510306696693668384951030669669366838495103066966936683849510306696693668384951030669669366838495103066966936683849510306696693668384951030669669366838495103066966936683849510306696693668384951030669669366838495103066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c487694b-af97-47ca-be0d-41cf69a14153, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e874f70-c363-4d2d-a417-2aa18b83be7d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e874f70-c363-4d2d-a417-2aa18b83be7d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18182174201684043947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818217420168404394718182174201684043947181821742016840439471818217420168404394718182174201684043947181821742016840439471818217420168404394718182174201684043947181821742016840439471818217420168404394718182174201684043947181821742016840439471818217420168404394718182174201684043947181821742016840439471818217420168404394718182174201684043947181821742016840439471818217420168404394718182174201684043947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6b54b9a-c92f-4e97-925d-ba89171b8d19, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 561439a2-c51f-4b18-90f7-a8f66c3c5951, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e874f70-c363-4d2d-a417-2aa18b83be7d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 561439a2-c51f-4b18-90f7-a8f66c3c5951, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3194875523639433547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31948755236394335473194875523639433547319487552363943354731948755236394335473194875523639433547319487552363943354731948755236394335473194875523639433547319487552363943354731948755236394335473194875523639433547319487552363943354731948755236394335473194875523639433547319487552363943354731948755236394335473194875523639433547319487552363943354731948755236394335473194875523639433547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da669bf4-21e9-4b0e-ae0e-37d3024308c2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da669bf4-21e9-4b0e-ae0e-37d3024308c2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16719621601442719593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671962160144271959316719621601442719593167196216014427195931671962160144271959316719621601442719593167196216014427195931671962160144271959316719621601442719593167196216014427195931671962160144271959316719621601442719593167196216014427195931671962160144271959316719621601442719593167196216014427195931671962160144271959316719621601442719593167196216014427195931671962160144271959316719621601442719593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da669bf4-21e9-4b0e-ae0e-37d3024308c2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 561439a2-c51f-4b18-90f7-a8f66c3c5951, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e8500b0-6184-445c-9ea7-e0acdc52cc85, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e8500b0-6184-445c-9ea7-e0acdc52cc85, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2061215922629839029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20612159226298390292061215922629839029206121592262983902920612159226298390292061215922629839029206121592262983902920612159226298390292061215922629839029206121592262983902920612159226298390292061215922629839029206121592262983902920612159226298390292061215922629839029206121592262983902920612159226298390292061215922629839029206121592262983902920612159226298390292061215922629839029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52bd268f-78a8-4ce7-a20b-8cc36ad2b30b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52bd268f-78a8-4ce7-a20b-8cc36ad2b30b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9395621743287208012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93956217432872080129395621743287208012939562174328720801293956217432872080129395621743287208012939562174328720801293956217432872080129395621743287208012939562174328720801293956217432872080129395621743287208012939562174328720801293956217432872080129395621743287208012939562174328720801293956217432872080129395621743287208012939562174328720801293956217432872080129395621743287208012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e8500b0-6184-445c-9ea7-e0acdc52cc85, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9307433-2081-485f-93e6-7bbd01866ce8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52bd268f-78a8-4ce7-a20b-8cc36ad2b30b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6684a097-2f3b-404e-a1e7-c0e56e2fabf1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6684a097-2f3b-404e-a1e7-c0e56e2fabf1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14199988843744982239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419998884374498223914199988843744982239141999888437449822391419998884374498223914199988843744982239141999888437449822391419998884374498223914199988843744982239141999888437449822391419998884374498223914199988843744982239141999888437449822391419998884374498223914199988843744982239141999888437449822391419998884374498223914199988843744982239141999888437449822391419998884374498223914199988843744982239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9307433-2081-485f-93e6-7bbd01866ce8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 514352583366021853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "514352583366021853514352583366021853514352583366021853514352583366021853514352583366021853514352583366021853514352583366021853514352583366021853514352583366021853514352583366021853514352583366021853514352583366021853514352583366021853514352583366021853514352583366021853514352583366021853514352583366021853514352583366021853514352583366021853514352583366021853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6684a097-2f3b-404e-a1e7-c0e56e2fabf1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d86be4d-2f00-4c2b-b1ee-aec0fae1bee8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9307433-2081-485f-93e6-7bbd01866ce8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d86be4d-2f00-4c2b-b1ee-aec0fae1bee8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14247580216912689440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424758021691268944014247580216912689440142475802169126894401424758021691268944014247580216912689440142475802169126894401424758021691268944014247580216912689440142475802169126894401424758021691268944014247580216912689440142475802169126894401424758021691268944014247580216912689440142475802169126894401424758021691268944014247580216912689440142475802169126894401424758021691268944014247580216912689440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9626f755-8464-4828-8231-085b0c63c09a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9626f755-8464-4828-8231-085b0c63c09a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6271190962859912866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62711909628599128666271190962859912866627119096285991286662711909628599128666271190962859912866627119096285991286662711909628599128666271190962859912866627119096285991286662711909628599128666271190962859912866627119096285991286662711909628599128666271190962859912866627119096285991286662711909628599128666271190962859912866627119096285991286662711909628599128666271190962859912866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d86be4d-2f00-4c2b-b1ee-aec0fae1bee8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01cc612c-1f2b-43ae-a5f0-c8ce2bd40628, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01cc612c-1f2b-43ae-a5f0-c8ce2bd40628, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6092929689962438581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60929296899624385816092929689962438581609292968996243858160929296899624385816092929689962438581609292968996243858160929296899624385816092929689962438581609292968996243858160929296899624385816092929689962438581609292968996243858160929296899624385816092929689962438581609292968996243858160929296899624385816092929689962438581609292968996243858160929296899624385816092929689962438581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9626f755-8464-4828-8231-085b0c63c09a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74fc377e-e363-4afb-b5db-4052ee603e3b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74fc377e-e363-4afb-b5db-4052ee603e3b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15982431039837450763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598243103983745076315982431039837450763159824310398374507631598243103983745076315982431039837450763159824310398374507631598243103983745076315982431039837450763159824310398374507631598243103983745076315982431039837450763159824310398374507631598243103983745076315982431039837450763159824310398374507631598243103983745076315982431039837450763159824310398374507631598243103983745076315982431039837450763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01cc612c-1f2b-43ae-a5f0-c8ce2bd40628, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87f99d91-c2af-4863-aeee-34d55f13bc47, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87f99d91-c2af-4863-aeee-34d55f13bc47, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3622324669508976120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36223246695089761203622324669508976120362232466950897612036223246695089761203622324669508976120362232466950897612036223246695089761203622324669508976120362232466950897612036223246695089761203622324669508976120362232466950897612036223246695089761203622324669508976120362232466950897612036223246695089761203622324669508976120362232466950897612036223246695089761203622324669508976120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74fc377e-e363-4afb-b5db-4052ee603e3b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87f99d91-c2af-4863-aeee-34d55f13bc47, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f34bca0-308f-43fe-b1f5-e1fd5e1c9d29, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f34bca0-308f-43fe-b1f5-e1fd5e1c9d29, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10656716464402502501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065671646440250250110656716464402502501106567164644025025011065671646440250250110656716464402502501106567164644025025011065671646440250250110656716464402502501106567164644025025011065671646440250250110656716464402502501106567164644025025011065671646440250250110656716464402502501106567164644025025011065671646440250250110656716464402502501106567164644025025011065671646440250250110656716464402502501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ba2e3bc-e323-4cd3-a47c-28172f763070, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ba2e3bc-e323-4cd3-a47c-28172f763070, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3879820336912744257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38798203369127442573879820336912744257387982033691274425738798203369127442573879820336912744257387982033691274425738798203369127442573879820336912744257387982033691274425738798203369127442573879820336912744257387982033691274425738798203369127442573879820336912744257387982033691274425738798203369127442573879820336912744257387982033691274425738798203369127442573879820336912744257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ba2e3bc-e323-4cd3-a47c-28172f763070, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f34bca0-308f-43fe-b1f5-e1fd5e1c9d29, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4dc1fc7-b404-47df-bc18-658eaec93095, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4dc1fc7-b404-47df-bc18-658eaec93095, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11944423203417497470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194442320341749747011944423203417497470119444232034174974701194442320341749747011944423203417497470119444232034174974701194442320341749747011944423203417497470119444232034174974701194442320341749747011944423203417497470119444232034174974701194442320341749747011944423203417497470119444232034174974701194442320341749747011944423203417497470119444232034174974701194442320341749747011944423203417497470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02fe5ab9-2a35-4508-9280-630a240f334a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02fe5ab9-2a35-4508-9280-630a240f334a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5489492733566868252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54894927335668682525489492733566868252548949273356686825254894927335668682525489492733566868252548949273356686825254894927335668682525489492733566868252548949273356686825254894927335668682525489492733566868252548949273356686825254894927335668682525489492733566868252548949273356686825254894927335668682525489492733566868252548949273356686825254894927335668682525489492733566868252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02fe5ab9-2a35-4508-9280-630a240f334a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 296c6a66-6fc5-43e2-9302-0f48ae85eeff, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4dc1fc7-b404-47df-bc18-658eaec93095, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 296c6a66-6fc5-43e2-9302-0f48ae85eeff, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7815760008821078844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78157600088210788447815760008821078844781576000882107884478157600088210788447815760008821078844781576000882107884478157600088210788447815760008821078844781576000882107884478157600088210788447815760008821078844781576000882107884478157600088210788447815760008821078844781576000882107884478157600088210788447815760008821078844781576000882107884478157600088210788447815760008821078844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab1ffd1c-0571-40fa-9cc1-94db66b3d320, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab1ffd1c-0571-40fa-9cc1-94db66b3d320, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10541062336870980905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054106233687098090510541062336870980905105410623368709809051054106233687098090510541062336870980905105410623368709809051054106233687098090510541062336870980905105410623368709809051054106233687098090510541062336870980905105410623368709809051054106233687098090510541062336870980905105410623368709809051054106233687098090510541062336870980905105410623368709809051054106233687098090510541062336870980905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 296c6a66-6fc5-43e2-9302-0f48ae85eeff, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb04b986-e7c5-4641-96c2-661d8f9deb92, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb04b986-e7c5-4641-96c2-661d8f9deb92, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6701451656866780382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67014516568667803826701451656866780382670145165686678038267014516568667803826701451656866780382670145165686678038267014516568667803826701451656866780382670145165686678038267014516568667803826701451656866780382670145165686678038267014516568667803826701451656866780382670145165686678038267014516568667803826701451656866780382670145165686678038267014516568667803826701451656866780382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab1ffd1c-0571-40fa-9cc1-94db66b3d320, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef97d6a9-8c52-454c-bfaa-6398042ca4cf, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef97d6a9-8c52-454c-bfaa-6398042ca4cf, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17122445942016291461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712244594201629146117122445942016291461171224459420162914611712244594201629146117122445942016291461171224459420162914611712244594201629146117122445942016291461171224459420162914611712244594201629146117122445942016291461171224459420162914611712244594201629146117122445942016291461171224459420162914611712244594201629146117122445942016291461171224459420162914611712244594201629146117122445942016291461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb04b986-e7c5-4641-96c2-661d8f9deb92, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef97d6a9-8c52-454c-bfaa-6398042ca4cf, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6dbb4ac8-3694-4ba0-b452-12f67aa5bf60, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dbb4ac8-3694-4ba0-b452-12f67aa5bf60, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11003971332695912668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100397133269591266811003971332695912668110039713326959126681100397133269591266811003971332695912668110039713326959126681100397133269591266811003971332695912668110039713326959126681100397133269591266811003971332695912668110039713326959126681100397133269591266811003971332695912668110039713326959126681100397133269591266811003971332695912668110039713326959126681100397133269591266811003971332695912668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0624bdc2-1e75-4964-9add-107eb052b431, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0624bdc2-1e75-4964-9add-107eb052b431, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9465841907113446687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94658419071134466879465841907113446687946584190711344668794658419071134466879465841907113446687946584190711344668794658419071134466879465841907113446687946584190711344668794658419071134466879465841907113446687946584190711344668794658419071134466879465841907113446687946584190711344668794658419071134466879465841907113446687946584190711344668794658419071134466879465841907113446687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dbb4ac8-3694-4ba0-b452-12f67aa5bf60, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e099dc5a-08ee-432b-ab36-faa8e528e942, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e099dc5a-08ee-432b-ab36-faa8e528e942, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9836428276812420365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98364282768124203659836428276812420365983642827681242036598364282768124203659836428276812420365983642827681242036598364282768124203659836428276812420365983642827681242036598364282768124203659836428276812420365983642827681242036598364282768124203659836428276812420365983642827681242036598364282768124203659836428276812420365983642827681242036598364282768124203659836428276812420365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0624bdc2-1e75-4964-9add-107eb052b431, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56d794ab-577d-4624-9cdc-9b77742c2fa6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56d794ab-577d-4624-9cdc-9b77742c2fa6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3757662546652449098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37576625466524490983757662546652449098375766254665244909837576625466524490983757662546652449098375766254665244909837576625466524490983757662546652449098375766254665244909837576625466524490983757662546652449098375766254665244909837576625466524490983757662546652449098375766254665244909837576625466524490983757662546652449098375766254665244909837576625466524490983757662546652449098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e099dc5a-08ee-432b-ab36-faa8e528e942, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 193311b1-dae1-4c3a-af19-58abbd445857, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 193311b1-dae1-4c3a-af19-58abbd445857, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14884278842299554776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488427884229955477614884278842299554776148842788422995547761488427884229955477614884278842299554776148842788422995547761488427884229955477614884278842299554776148842788422995547761488427884229955477614884278842299554776148842788422995547761488427884229955477614884278842299554776148842788422995547761488427884229955477614884278842299554776148842788422995547761488427884229955477614884278842299554776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56d794ab-577d-4624-9cdc-9b77742c2fa6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c7f4944-6c50-44c3-8844-025e926194ce, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c7f4944-6c50-44c3-8844-025e926194ce, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 177299378990062600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "177299378990062600177299378990062600177299378990062600177299378990062600177299378990062600177299378990062600177299378990062600177299378990062600177299378990062600177299378990062600177299378990062600177299378990062600177299378990062600177299378990062600177299378990062600177299378990062600177299378990062600177299378990062600177299378990062600177299378990062600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 193311b1-dae1-4c3a-af19-58abbd445857, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c7f4944-6c50-44c3-8844-025e926194ce, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b66e783-9982-4758-9029-b5f4891c42de, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b66e783-9982-4758-9029-b5f4891c42de, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12644264996321050296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264426499632105029612644264996321050296126442649963210502961264426499632105029612644264996321050296126442649963210502961264426499632105029612644264996321050296126442649963210502961264426499632105029612644264996321050296126442649963210502961264426499632105029612644264996321050296126442649963210502961264426499632105029612644264996321050296126442649963210502961264426499632105029612644264996321050296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37a99b59-e850-41f0-a96f-c838abac9128, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37a99b59-e850-41f0-a96f-c838abac9128, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17945913789214566451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794591378921456645117945913789214566451179459137892145664511794591378921456645117945913789214566451179459137892145664511794591378921456645117945913789214566451179459137892145664511794591378921456645117945913789214566451179459137892145664511794591378921456645117945913789214566451179459137892145664511794591378921456645117945913789214566451179459137892145664511794591378921456645117945913789214566451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b66e783-9982-4758-9029-b5f4891c42de, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f64cde91-6ac1-4052-a376-e2ca51304c68, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f64cde91-6ac1-4052-a376-e2ca51304c68, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8921809515306535447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89218095153065354478921809515306535447892180951530653544789218095153065354478921809515306535447892180951530653544789218095153065354478921809515306535447892180951530653544789218095153065354478921809515306535447892180951530653544789218095153065354478921809515306535447892180951530653544789218095153065354478921809515306535447892180951530653544789218095153065354478921809515306535447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37a99b59-e850-41f0-a96f-c838abac9128, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cee43b9d-9bd3-4ef8-8410-bc4a35c39e43, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cee43b9d-9bd3-4ef8-8410-bc4a35c39e43, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9061093253185279197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90610932531852791979061093253185279197906109325318527919790610932531852791979061093253185279197906109325318527919790610932531852791979061093253185279197906109325318527919790610932531852791979061093253185279197906109325318527919790610932531852791979061093253185279197906109325318527919790610932531852791979061093253185279197906109325318527919790610932531852791979061093253185279197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f64cde91-6ac1-4052-a376-e2ca51304c68, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b406f78c-43ca-4cae-9dff-ed99a61fdb3a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b406f78c-43ca-4cae-9dff-ed99a61fdb3a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14567937735673415289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456793773567341528914567937735673415289145679377356734152891456793773567341528914567937735673415289145679377356734152891456793773567341528914567937735673415289145679377356734152891456793773567341528914567937735673415289145679377356734152891456793773567341528914567937735673415289145679377356734152891456793773567341528914567937735673415289145679377356734152891456793773567341528914567937735673415289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cee43b9d-9bd3-4ef8-8410-bc4a35c39e43, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4307561e-e0e4-4edb-87c4-7029eb46cf88, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4307561e-e0e4-4edb-87c4-7029eb46cf88, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2150730653782705479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21507306537827054792150730653782705479215073065378270547921507306537827054792150730653782705479215073065378270547921507306537827054792150730653782705479215073065378270547921507306537827054792150730653782705479215073065378270547921507306537827054792150730653782705479215073065378270547921507306537827054792150730653782705479215073065378270547921507306537827054792150730653782705479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b406f78c-43ca-4cae-9dff-ed99a61fdb3a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08f01b8c-e02e-4334-9f8d-896efc5441f5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4307561e-e0e4-4edb-87c4-7029eb46cf88, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08f01b8c-e02e-4334-9f8d-896efc5441f5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3401451805783338430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34014518057833384303401451805783338430340145180578333843034014518057833384303401451805783338430340145180578333843034014518057833384303401451805783338430340145180578333843034014518057833384303401451805783338430340145180578333843034014518057833384303401451805783338430340145180578333843034014518057833384303401451805783338430340145180578333843034014518057833384303401451805783338430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91a9c0cc-096b-42c1-adb6-17387762d6fa, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a9c0cc-096b-42c1-adb6-17387762d6fa, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18298531972559705899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829853197255970589918298531972559705899182985319725597058991829853197255970589918298531972559705899182985319725597058991829853197255970589918298531972559705899182985319725597058991829853197255970589918298531972559705899182985319725597058991829853197255970589918298531972559705899182985319725597058991829853197255970589918298531972559705899182985319725597058991829853197255970589918298531972559705899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08f01b8c-e02e-4334-9f8d-896efc5441f5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75914d42-85bd-41ff-b0b8-1392e60c51ad, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a9c0cc-096b-42c1-adb6-17387762d6fa, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75914d42-85bd-41ff-b0b8-1392e60c51ad, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2362457220071768475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23624572200717684752362457220071768475236245722007176847523624572200717684752362457220071768475236245722007176847523624572200717684752362457220071768475236245722007176847523624572200717684752362457220071768475236245722007176847523624572200717684752362457220071768475236245722007176847523624572200717684752362457220071768475236245722007176847523624572200717684752362457220071768475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cddbbb29-69df-4415-926c-3bd65e5e0d72, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cddbbb29-69df-4415-926c-3bd65e5e0d72, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5911978170299471457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59119781702994714575911978170299471457591197817029947145759119781702994714575911978170299471457591197817029947145759119781702994714575911978170299471457591197817029947145759119781702994714575911978170299471457591197817029947145759119781702994714575911978170299471457591197817029947145759119781702994714575911978170299471457591197817029947145759119781702994714575911978170299471457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75914d42-85bd-41ff-b0b8-1392e60c51ad, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fdb8c845-88c0-46d8-bddc-74d8b717728c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdb8c845-88c0-46d8-bddc-74d8b717728c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18220874207129180364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822087420712918036418220874207129180364182208742071291803641822087420712918036418220874207129180364182208742071291803641822087420712918036418220874207129180364182208742071291803641822087420712918036418220874207129180364182208742071291803641822087420712918036418220874207129180364182208742071291803641822087420712918036418220874207129180364182208742071291803641822087420712918036418220874207129180364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cddbbb29-69df-4415-926c-3bd65e5e0d72, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bc93e41-90fd-450a-9683-2c4ee0087d9d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdb8c845-88c0-46d8-bddc-74d8b717728c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bc93e41-90fd-450a-9683-2c4ee0087d9d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17955313257189730196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795531325718973019617955313257189730196179553132571897301961795531325718973019617955313257189730196179553132571897301961795531325718973019617955313257189730196179553132571897301961795531325718973019617955313257189730196179553132571897301961795531325718973019617955313257189730196179553132571897301961795531325718973019617955313257189730196179553132571897301961795531325718973019617955313257189730196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa5d138e-d8d6-4342-92ef-8a56d1df4994, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa5d138e-d8d6-4342-92ef-8a56d1df4994, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6178981154830850916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61789811548308509166178981154830850916617898115483085091661789811548308509166178981154830850916617898115483085091661789811548308509166178981154830850916617898115483085091661789811548308509166178981154830850916617898115483085091661789811548308509166178981154830850916617898115483085091661789811548308509166178981154830850916617898115483085091661789811548308509166178981154830850916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bc93e41-90fd-450a-9683-2c4ee0087d9d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cb4668c-05a3-4cdd-af27-a8adcf8ee8f0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cb4668c-05a3-4cdd-af27-a8adcf8ee8f0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9866416987892384866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98664169878923848669866416987892384866986641698789238486698664169878923848669866416987892384866986641698789238486698664169878923848669866416987892384866986641698789238486698664169878923848669866416987892384866986641698789238486698664169878923848669866416987892384866986641698789238486698664169878923848669866416987892384866986641698789238486698664169878923848669866416987892384866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa5d138e-d8d6-4342-92ef-8a56d1df4994, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d266a36-de89-44fc-b923-ce148bc4e028, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d266a36-de89-44fc-b923-ce148bc4e028, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3660171273231975667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36601712732319756673660171273231975667366017127323197566736601712732319756673660171273231975667366017127323197566736601712732319756673660171273231975667366017127323197566736601712732319756673660171273231975667366017127323197566736601712732319756673660171273231975667366017127323197566736601712732319756673660171273231975667366017127323197566736601712732319756673660171273231975667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cb4668c-05a3-4cdd-af27-a8adcf8ee8f0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bb7cf23-6402-46a7-b4b8-de920f0d397c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bb7cf23-6402-46a7-b4b8-de920f0d397c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5541798934263076774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55417989342630767745541798934263076774554179893426307677455417989342630767745541798934263076774554179893426307677455417989342630767745541798934263076774554179893426307677455417989342630767745541798934263076774554179893426307677455417989342630767745541798934263076774554179893426307677455417989342630767745541798934263076774554179893426307677455417989342630767745541798934263076774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d266a36-de89-44fc-b923-ce148bc4e028, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc6945f8-fa01-48de-91ad-7df1e008d958, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc6945f8-fa01-48de-91ad-7df1e008d958, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1389385483791001523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13893854837910015231389385483791001523138938548379100152313893854837910015231389385483791001523138938548379100152313893854837910015231389385483791001523138938548379100152313893854837910015231389385483791001523138938548379100152313893854837910015231389385483791001523138938548379100152313893854837910015231389385483791001523138938548379100152313893854837910015231389385483791001523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bb7cf23-6402-46a7-b4b8-de920f0d397c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a34f8d88-6e49-4b2f-a18e-ae80f014acf6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a34f8d88-6e49-4b2f-a18e-ae80f014acf6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1121003607829777553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11210036078297775531121003607829777553112100360782977755311210036078297775531121003607829777553112100360782977755311210036078297775531121003607829777553112100360782977755311210036078297775531121003607829777553112100360782977755311210036078297775531121003607829777553112100360782977755311210036078297775531121003607829777553112100360782977755311210036078297775531121003607829777553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc6945f8-fa01-48de-91ad-7df1e008d958, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cdc45e1-e1df-4623-9bf2-bc56b237ee1d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cdc45e1-e1df-4623-9bf2-bc56b237ee1d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5960349581878798883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59603495818787988835960349581878798883596034958187879888359603495818787988835960349581878798883596034958187879888359603495818787988835960349581878798883596034958187879888359603495818787988835960349581878798883596034958187879888359603495818787988835960349581878798883596034958187879888359603495818787988835960349581878798883596034958187879888359603495818787988835960349581878798883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a34f8d88-6e49-4b2f-a18e-ae80f014acf6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f61a50d9-48ce-4f8e-838d-77f16d3b1341, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f61a50d9-48ce-4f8e-838d-77f16d3b1341, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17305550514912429130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730555051491242913017305550514912429130173055505149124291301730555051491242913017305550514912429130173055505149124291301730555051491242913017305550514912429130173055505149124291301730555051491242913017305550514912429130173055505149124291301730555051491242913017305550514912429130173055505149124291301730555051491242913017305550514912429130173055505149124291301730555051491242913017305550514912429130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cdc45e1-e1df-4623-9bf2-bc56b237ee1d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2a06a9f-fa5f-419e-919e-1de11f4f0585, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2a06a9f-fa5f-419e-919e-1de11f4f0585, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14619026658496731582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461902665849673158214619026658496731582146190266584967315821461902665849673158214619026658496731582146190266584967315821461902665849673158214619026658496731582146190266584967315821461902665849673158214619026658496731582146190266584967315821461902665849673158214619026658496731582146190266584967315821461902665849673158214619026658496731582146190266584967315821461902665849673158214619026658496731582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f61a50d9-48ce-4f8e-838d-77f16d3b1341, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51859ebb-886a-4462-a155-943506923a8b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51859ebb-886a-4462-a155-943506923a8b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12231325037304638270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223132503730463827012231325037304638270122313250373046382701223132503730463827012231325037304638270122313250373046382701223132503730463827012231325037304638270122313250373046382701223132503730463827012231325037304638270122313250373046382701223132503730463827012231325037304638270122313250373046382701223132503730463827012231325037304638270122313250373046382701223132503730463827012231325037304638270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2a06a9f-fa5f-419e-919e-1de11f4f0585, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7146d35-a2a3-4c66-8ea8-596a14966455, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7146d35-a2a3-4c66-8ea8-596a14966455, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14880835889165823768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488083588916582376814880835889165823768148808358891658237681488083588916582376814880835889165823768148808358891658237681488083588916582376814880835889165823768148808358891658237681488083588916582376814880835889165823768148808358891658237681488083588916582376814880835889165823768148808358891658237681488083588916582376814880835889165823768148808358891658237681488083588916582376814880835889165823768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51859ebb-886a-4462-a155-943506923a8b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd0fbe25-aa0a-4b7a-8ab3-eecd7b62d18f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd0fbe25-aa0a-4b7a-8ab3-eecd7b62d18f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2447622409762626072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24476224097626260722447622409762626072244762240976262607224476224097626260722447622409762626072244762240976262607224476224097626260722447622409762626072244762240976262607224476224097626260722447622409762626072244762240976262607224476224097626260722447622409762626072244762240976262607224476224097626260722447622409762626072244762240976262607224476224097626260722447622409762626072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd0fbe25-aa0a-4b7a-8ab3-eecd7b62d18f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7146d35-a2a3-4c66-8ea8-596a14966455, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 803530f5-7442-4ed2-9194-73b187013804, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 803530f5-7442-4ed2-9194-73b187013804, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5852116931272786370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58521169312727863705852116931272786370585211693127278637058521169312727863705852116931272786370585211693127278637058521169312727863705852116931272786370585211693127278637058521169312727863705852116931272786370585211693127278637058521169312727863705852116931272786370585211693127278637058521169312727863705852116931272786370585211693127278637058521169312727863705852116931272786370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b95fd66-9280-4f74-ac07-ee9a1886043c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b95fd66-9280-4f74-ac07-ee9a1886043c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15027767423449023066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502776742344902306615027767423449023066150277674234490230661502776742344902306615027767423449023066150277674234490230661502776742344902306615027767423449023066150277674234490230661502776742344902306615027767423449023066150277674234490230661502776742344902306615027767423449023066150277674234490230661502776742344902306615027767423449023066150277674234490230661502776742344902306615027767423449023066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 803530f5-7442-4ed2-9194-73b187013804, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6dc9e1ed-87d6-488c-916e-9198437660e1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dc9e1ed-87d6-488c-916e-9198437660e1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14777935761607700962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477793576160770096214777935761607700962147779357616077009621477793576160770096214777935761607700962147779357616077009621477793576160770096214777935761607700962147779357616077009621477793576160770096214777935761607700962147779357616077009621477793576160770096214777935761607700962147779357616077009621477793576160770096214777935761607700962147779357616077009621477793576160770096214777935761607700962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b95fd66-9280-4f74-ac07-ee9a1886043c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96583f3d-c6a6-46ff-8b3f-406d721432fa, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96583f3d-c6a6-46ff-8b3f-406d721432fa, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6517294037619357505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65172940376193575056517294037619357505651729403761935750565172940376193575056517294037619357505651729403761935750565172940376193575056517294037619357505651729403761935750565172940376193575056517294037619357505651729403761935750565172940376193575056517294037619357505651729403761935750565172940376193575056517294037619357505651729403761935750565172940376193575056517294037619357505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dc9e1ed-87d6-488c-916e-9198437660e1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79c6987d-4d6c-43d5-8845-5789b12068fe, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79c6987d-4d6c-43d5-8845-5789b12068fe, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8047720832303684476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80477208323036844768047720832303684476804772083230368447680477208323036844768047720832303684476804772083230368447680477208323036844768047720832303684476804772083230368447680477208323036844768047720832303684476804772083230368447680477208323036844768047720832303684476804772083230368447680477208323036844768047720832303684476804772083230368447680477208323036844768047720832303684476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96583f3d-c6a6-46ff-8b3f-406d721432fa, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67f16408-bc9a-41d0-92eb-92d5e68128c9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67f16408-bc9a-41d0-92eb-92d5e68128c9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16869405337836266960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686940533783626696016869405337836266960168694053378362669601686940533783626696016869405337836266960168694053378362669601686940533783626696016869405337836266960168694053378362669601686940533783626696016869405337836266960168694053378362669601686940533783626696016869405337836266960168694053378362669601686940533783626696016869405337836266960168694053378362669601686940533783626696016869405337836266960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79c6987d-4d6c-43d5-8845-5789b12068fe, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4b5579a-331f-429d-ba15-8d85a4f3a73e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4b5579a-331f-429d-ba15-8d85a4f3a73e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11808515080470695442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180851508047069544211808515080470695442118085150804706954421180851508047069544211808515080470695442118085150804706954421180851508047069544211808515080470695442118085150804706954421180851508047069544211808515080470695442118085150804706954421180851508047069544211808515080470695442118085150804706954421180851508047069544211808515080470695442118085150804706954421180851508047069544211808515080470695442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67f16408-bc9a-41d0-92eb-92d5e68128c9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b85f4af0-33a5-4151-9338-5e2b10176a0f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b85f4af0-33a5-4151-9338-5e2b10176a0f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3120385988188359334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31203859881883593343120385988188359334312038598818835933431203859881883593343120385988188359334312038598818835933431203859881883593343120385988188359334312038598818835933431203859881883593343120385988188359334312038598818835933431203859881883593343120385988188359334312038598818835933431203859881883593343120385988188359334312038598818835933431203859881883593343120385988188359334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4b5579a-331f-429d-ba15-8d85a4f3a73e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0eaf932b-a700-476d-af85-90b94920339f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eaf932b-a700-476d-af85-90b94920339f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10416962373502273547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041696237350227354710416962373502273547104169623735022735471041696237350227354710416962373502273547104169623735022735471041696237350227354710416962373502273547104169623735022735471041696237350227354710416962373502273547104169623735022735471041696237350227354710416962373502273547104169623735022735471041696237350227354710416962373502273547104169623735022735471041696237350227354710416962373502273547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b85f4af0-33a5-4151-9338-5e2b10176a0f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e775673f-fb7f-4ad5-a68a-975037067731, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e775673f-fb7f-4ad5-a68a-975037067731, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 614935097298541365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "614935097298541365614935097298541365614935097298541365614935097298541365614935097298541365614935097298541365614935097298541365614935097298541365614935097298541365614935097298541365614935097298541365614935097298541365614935097298541365614935097298541365614935097298541365614935097298541365614935097298541365614935097298541365614935097298541365614935097298541365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eaf932b-a700-476d-af85-90b94920339f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96748e82-1941-48d0-9571-8038ce69d02a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e775673f-fb7f-4ad5-a68a-975037067731, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96748e82-1941-48d0-9571-8038ce69d02a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4239781167505988103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42397811675059881034239781167505988103423978116750598810342397811675059881034239781167505988103423978116750598810342397811675059881034239781167505988103423978116750598810342397811675059881034239781167505988103423978116750598810342397811675059881034239781167505988103423978116750598810342397811675059881034239781167505988103423978116750598810342397811675059881034239781167505988103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62d22729-9285-4be4-a5f5-c58c3fce49b5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62d22729-9285-4be4-a5f5-c58c3fce49b5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17973494689186707675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797349468918670767517973494689186707675179734946891867076751797349468918670767517973494689186707675179734946891867076751797349468918670767517973494689186707675179734946891867076751797349468918670767517973494689186707675179734946891867076751797349468918670767517973494689186707675179734946891867076751797349468918670767517973494689186707675179734946891867076751797349468918670767517973494689186707675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96748e82-1941-48d0-9571-8038ce69d02a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7add953b-b042-487d-a0a9-fd3abb360079, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7add953b-b042-487d-a0a9-fd3abb360079, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15910544138909688394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591054413890968839415910544138909688394159105441389096883941591054413890968839415910544138909688394159105441389096883941591054413890968839415910544138909688394159105441389096883941591054413890968839415910544138909688394159105441389096883941591054413890968839415910544138909688394159105441389096883941591054413890968839415910544138909688394159105441389096883941591054413890968839415910544138909688394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62d22729-9285-4be4-a5f5-c58c3fce49b5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10738a36-f0c5-4c6c-bdef-a1ba2b0f1ea0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10738a36-f0c5-4c6c-bdef-a1ba2b0f1ea0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4583563238995913555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45835632389959135554583563238995913555458356323899591355545835632389959135554583563238995913555458356323899591355545835632389959135554583563238995913555458356323899591355545835632389959135554583563238995913555458356323899591355545835632389959135554583563238995913555458356323899591355545835632389959135554583563238995913555458356323899591355545835632389959135554583563238995913555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7add953b-b042-487d-a0a9-fd3abb360079, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10738a36-f0c5-4c6c-bdef-a1ba2b0f1ea0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a88384d-3f3f-4fbb-bc0f-3eb8fe6f0511, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a88384d-3f3f-4fbb-bc0f-3eb8fe6f0511, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14115938593258437772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411593859325843777214115938593258437772141159385932584377721411593859325843777214115938593258437772141159385932584377721411593859325843777214115938593258437772141159385932584377721411593859325843777214115938593258437772141159385932584377721411593859325843777214115938593258437772141159385932584377721411593859325843777214115938593258437772141159385932584377721411593859325843777214115938593258437772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, facd811d-ea21-4470-8a4d-bc3ace3a0cc4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, facd811d-ea21-4470-8a4d-bc3ace3a0cc4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11447958648187052153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144795864818705215311447958648187052153114479586481870521531144795864818705215311447958648187052153114479586481870521531144795864818705215311447958648187052153114479586481870521531144795864818705215311447958648187052153114479586481870521531144795864818705215311447958648187052153114479586481870521531144795864818705215311447958648187052153114479586481870521531144795864818705215311447958648187052153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a88384d-3f3f-4fbb-bc0f-3eb8fe6f0511, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65c3eb2e-6f4f-4672-8b31-b2f52cdaa90a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65c3eb2e-6f4f-4672-8b31-b2f52cdaa90a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11765528190351742021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176552819035174202111765528190351742021117655281903517420211176552819035174202111765528190351742021117655281903517420211176552819035174202111765528190351742021117655281903517420211176552819035174202111765528190351742021117655281903517420211176552819035174202111765528190351742021117655281903517420211176552819035174202111765528190351742021117655281903517420211176552819035174202111765528190351742021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, facd811d-ea21-4470-8a4d-bc3ace3a0cc4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e534cb1-5001-4876-938f-01b1a2b854ce, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e534cb1-5001-4876-938f-01b1a2b854ce, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4368713833412354032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43687138334123540324368713833412354032436871383341235403243687138334123540324368713833412354032436871383341235403243687138334123540324368713833412354032436871383341235403243687138334123540324368713833412354032436871383341235403243687138334123540324368713833412354032436871383341235403243687138334123540324368713833412354032436871383341235403243687138334123540324368713833412354032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65c3eb2e-6f4f-4672-8b31-b2f52cdaa90a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 069afd5a-29d9-4f20-902b-fbeb5e13eba4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 069afd5a-29d9-4f20-902b-fbeb5e13eba4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15840953669598582357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584095366959858235715840953669598582357158409536695985823571584095366959858235715840953669598582357158409536695985823571584095366959858235715840953669598582357158409536695985823571584095366959858235715840953669598582357158409536695985823571584095366959858235715840953669598582357158409536695985823571584095366959858235715840953669598582357158409536695985823571584095366959858235715840953669598582357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e534cb1-5001-4876-938f-01b1a2b854ce, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43c0668d-3e0b-464d-8628-519b6fcbdb24, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43c0668d-3e0b-464d-8628-519b6fcbdb24, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8388323345000308545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83883233450003085458388323345000308545838832334500030854583883233450003085458388323345000308545838832334500030854583883233450003085458388323345000308545838832334500030854583883233450003085458388323345000308545838832334500030854583883233450003085458388323345000308545838832334500030854583883233450003085458388323345000308545838832334500030854583883233450003085458388323345000308545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 069afd5a-29d9-4f20-902b-fbeb5e13eba4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b6b54a3-86bc-4adc-b418-2c405f12c3de, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b6b54a3-86bc-4adc-b418-2c405f12c3de, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1990474871572032507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19904748715720325071990474871572032507199047487157203250719904748715720325071990474871572032507199047487157203250719904748715720325071990474871572032507199047487157203250719904748715720325071990474871572032507199047487157203250719904748715720325071990474871572032507199047487157203250719904748715720325071990474871572032507199047487157203250719904748715720325071990474871572032507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43c0668d-3e0b-464d-8628-519b6fcbdb24, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6673dcf-2dcb-4957-b71c-6584f791630b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6673dcf-2dcb-4957-b71c-6584f791630b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10675659585870283171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067565958587028317110675659585870283171106756595858702831711067565958587028317110675659585870283171106756595858702831711067565958587028317110675659585870283171106756595858702831711067565958587028317110675659585870283171106756595858702831711067565958587028317110675659585870283171106756595858702831711067565958587028317110675659585870283171106756595858702831711067565958587028317110675659585870283171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b6b54a3-86bc-4adc-b418-2c405f12c3de, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 007ec82a-ef47-42cb-8b8a-b48dff1d67b8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 007ec82a-ef47-42cb-8b8a-b48dff1d67b8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6470110292781457829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64701102927814578296470110292781457829647011029278145782964701102927814578296470110292781457829647011029278145782964701102927814578296470110292781457829647011029278145782964701102927814578296470110292781457829647011029278145782964701102927814578296470110292781457829647011029278145782964701102927814578296470110292781457829647011029278145782964701102927814578296470110292781457829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6673dcf-2dcb-4957-b71c-6584f791630b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40127989-9723-4083-953a-575946fbaa44, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40127989-9723-4083-953a-575946fbaa44, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18278310880962607949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827831088096260794918278310880962607949182783108809626079491827831088096260794918278310880962607949182783108809626079491827831088096260794918278310880962607949182783108809626079491827831088096260794918278310880962607949182783108809626079491827831088096260794918278310880962607949182783108809626079491827831088096260794918278310880962607949182783108809626079491827831088096260794918278310880962607949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 007ec82a-ef47-42cb-8b8a-b48dff1d67b8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddb6307b-eb59-4f8a-a993-8f8956d4d941, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddb6307b-eb59-4f8a-a993-8f8956d4d941, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12054503484838641715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205450348483864171512054503484838641715120545034848386417151205450348483864171512054503484838641715120545034848386417151205450348483864171512054503484838641715120545034848386417151205450348483864171512054503484838641715120545034848386417151205450348483864171512054503484838641715120545034848386417151205450348483864171512054503484838641715120545034848386417151205450348483864171512054503484838641715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40127989-9723-4083-953a-575946fbaa44, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16d9823a-a59d-4972-a232-74716095c4c5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16d9823a-a59d-4972-a232-74716095c4c5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7546587411292270419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75465874112922704197546587411292270419754658741129227041975465874112922704197546587411292270419754658741129227041975465874112922704197546587411292270419754658741129227041975465874112922704197546587411292270419754658741129227041975465874112922704197546587411292270419754658741129227041975465874112922704197546587411292270419754658741129227041975465874112922704197546587411292270419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddb6307b-eb59-4f8a-a993-8f8956d4d941, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76038cbc-489a-4b12-8d73-668d230f4a64, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76038cbc-489a-4b12-8d73-668d230f4a64, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15836054411928011452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583605441192801145215836054411928011452158360544119280114521583605441192801145215836054411928011452158360544119280114521583605441192801145215836054411928011452158360544119280114521583605441192801145215836054411928011452158360544119280114521583605441192801145215836054411928011452158360544119280114521583605441192801145215836054411928011452158360544119280114521583605441192801145215836054411928011452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16d9823a-a59d-4972-a232-74716095c4c5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f0c405f-4d72-45dd-9fca-dd9d65888908, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f0c405f-4d72-45dd-9fca-dd9d65888908, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7136276752693578732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71362767526935787327136276752693578732713627675269357873271362767526935787327136276752693578732713627675269357873271362767526935787327136276752693578732713627675269357873271362767526935787327136276752693578732713627675269357873271362767526935787327136276752693578732713627675269357873271362767526935787327136276752693578732713627675269357873271362767526935787327136276752693578732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76038cbc-489a-4b12-8d73-668d230f4a64, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7b7abd1-d171-4e85-8d75-245ff45778a5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7b7abd1-d171-4e85-8d75-245ff45778a5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13963341258686412483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396334125868641248313963341258686412483139633412586864124831396334125868641248313963341258686412483139633412586864124831396334125868641248313963341258686412483139633412586864124831396334125868641248313963341258686412483139633412586864124831396334125868641248313963341258686412483139633412586864124831396334125868641248313963341258686412483139633412586864124831396334125868641248313963341258686412483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f0c405f-4d72-45dd-9fca-dd9d65888908, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d110222-5fd9-4e0e-9d13-edb4e68ca3f3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d110222-5fd9-4e0e-9d13-edb4e68ca3f3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12259180018425868954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225918001842586895412259180018425868954122591800184258689541225918001842586895412259180018425868954122591800184258689541225918001842586895412259180018425868954122591800184258689541225918001842586895412259180018425868954122591800184258689541225918001842586895412259180018425868954122591800184258689541225918001842586895412259180018425868954122591800184258689541225918001842586895412259180018425868954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7b7abd1-d171-4e85-8d75-245ff45778a5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b493eb29-6d6d-4f43-9d39-d4f397f01e26, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b493eb29-6d6d-4f43-9d39-d4f397f01e26, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1144909629830569589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11449096298305695891144909629830569589114490962983056958911449096298305695891144909629830569589114490962983056958911449096298305695891144909629830569589114490962983056958911449096298305695891144909629830569589114490962983056958911449096298305695891144909629830569589114490962983056958911449096298305695891144909629830569589114490962983056958911449096298305695891144909629830569589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d110222-5fd9-4e0e-9d13-edb4e68ca3f3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8279197-0bc8-49e2-bd36-85e4284e7823, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8279197-0bc8-49e2-bd36-85e4284e7823, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15270523100015728466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527052310001572846615270523100015728466152705231000157284661527052310001572846615270523100015728466152705231000157284661527052310001572846615270523100015728466152705231000157284661527052310001572846615270523100015728466152705231000157284661527052310001572846615270523100015728466152705231000157284661527052310001572846615270523100015728466152705231000157284661527052310001572846615270523100015728466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b493eb29-6d6d-4f43-9d39-d4f397f01e26, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bd16c04-e1e6-4fb7-b907-a03a3a6684e4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bd16c04-e1e6-4fb7-b907-a03a3a6684e4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10560467454961728491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056046745496172849110560467454961728491105604674549617284911056046745496172849110560467454961728491105604674549617284911056046745496172849110560467454961728491105604674549617284911056046745496172849110560467454961728491105604674549617284911056046745496172849110560467454961728491105604674549617284911056046745496172849110560467454961728491105604674549617284911056046745496172849110560467454961728491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8279197-0bc8-49e2-bd36-85e4284e7823, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3e1bc7d-e553-4b67-9925-0ca31a3f77dc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3e1bc7d-e553-4b67-9925-0ca31a3f77dc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10713239569059807440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071323956905980744010713239569059807440107132395690598074401071323956905980744010713239569059807440107132395690598074401071323956905980744010713239569059807440107132395690598074401071323956905980744010713239569059807440107132395690598074401071323956905980744010713239569059807440107132395690598074401071323956905980744010713239569059807440107132395690598074401071323956905980744010713239569059807440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bd16c04-e1e6-4fb7-b907-a03a3a6684e4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c506c3ea-a713-43d1-9404-4a2b1c63f451, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c506c3ea-a713-43d1-9404-4a2b1c63f451, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11527385545697575700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152738554569757570011527385545697575700115273855456975757001152738554569757570011527385545697575700115273855456975757001152738554569757570011527385545697575700115273855456975757001152738554569757570011527385545697575700115273855456975757001152738554569757570011527385545697575700115273855456975757001152738554569757570011527385545697575700115273855456975757001152738554569757570011527385545697575700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3e1bc7d-e553-4b67-9925-0ca31a3f77dc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbf4af4a-2f53-4dcb-a224-65d3aec08afd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbf4af4a-2f53-4dcb-a224-65d3aec08afd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15971397512890160778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597139751289016077815971397512890160778159713975128901607781597139751289016077815971397512890160778159713975128901607781597139751289016077815971397512890160778159713975128901607781597139751289016077815971397512890160778159713975128901607781597139751289016077815971397512890160778159713975128901607781597139751289016077815971397512890160778159713975128901607781597139751289016077815971397512890160778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c506c3ea-a713-43d1-9404-4a2b1c63f451, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f22899ca-a3b1-4a80-8bd3-499eb6c003de, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f22899ca-a3b1-4a80-8bd3-499eb6c003de, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15617250083153820109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561725008315382010915617250083153820109156172500831538201091561725008315382010915617250083153820109156172500831538201091561725008315382010915617250083153820109156172500831538201091561725008315382010915617250083153820109156172500831538201091561725008315382010915617250083153820109156172500831538201091561725008315382010915617250083153820109156172500831538201091561725008315382010915617250083153820109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbf4af4a-2f53-4dcb-a224-65d3aec08afd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e22d776-a957-4d56-9059-9f2d6290b57b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e22d776-a957-4d56-9059-9f2d6290b57b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17036854345814167237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703685434581416723717036854345814167237170368543458141672371703685434581416723717036854345814167237170368543458141672371703685434581416723717036854345814167237170368543458141672371703685434581416723717036854345814167237170368543458141672371703685434581416723717036854345814167237170368543458141672371703685434581416723717036854345814167237170368543458141672371703685434581416723717036854345814167237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f22899ca-a3b1-4a80-8bd3-499eb6c003de, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e22d776-a957-4d56-9059-9f2d6290b57b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72a8a187-ec05-4b56-8f71-32a2d21c1142, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72a8a187-ec05-4b56-8f71-32a2d21c1142, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7990064529132458901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79900645291324589017990064529132458901799006452913245890179900645291324589017990064529132458901799006452913245890179900645291324589017990064529132458901799006452913245890179900645291324589017990064529132458901799006452913245890179900645291324589017990064529132458901799006452913245890179900645291324589017990064529132458901799006452913245890179900645291324589017990064529132458901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdebec1d-0757-4320-9418-8dd88b33829b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdebec1d-0757-4320-9418-8dd88b33829b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2946306135516677017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29463061355166770172946306135516677017294630613551667701729463061355166770172946306135516677017294630613551667701729463061355166770172946306135516677017294630613551667701729463061355166770172946306135516677017294630613551667701729463061355166770172946306135516677017294630613551667701729463061355166770172946306135516677017294630613551667701729463061355166770172946306135516677017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72a8a187-ec05-4b56-8f71-32a2d21c1142, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdebec1d-0757-4320-9418-8dd88b33829b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3073a92-17fc-4971-8f42-991b4ef1b44b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3073a92-17fc-4971-8f42-991b4ef1b44b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13670059711044837184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367005971104483718413670059711044837184136700597110448371841367005971104483718413670059711044837184136700597110448371841367005971104483718413670059711044837184136700597110448371841367005971104483718413670059711044837184136700597110448371841367005971104483718413670059711044837184136700597110448371841367005971104483718413670059711044837184136700597110448371841367005971104483718413670059711044837184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4976e4f3-157e-4d9b-a119-3ab1013676cc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3073a92-17fc-4971-8f42-991b4ef1b44b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4976e4f3-157e-4d9b-a119-3ab1013676cc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13858400470039932773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385840047003993277313858400470039932773138584004700399327731385840047003993277313858400470039932773138584004700399327731385840047003993277313858400470039932773138584004700399327731385840047003993277313858400470039932773138584004700399327731385840047003993277313858400470039932773138584004700399327731385840047003993277313858400470039932773138584004700399327731385840047003993277313858400470039932773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b41681bf-5682-416c-bc16-10b17dc96a48, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b41681bf-5682-416c-bc16-10b17dc96a48, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5049097694492396865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50490976944923968655049097694492396865504909769449239686550490976944923968655049097694492396865504909769449239686550490976944923968655049097694492396865504909769449239686550490976944923968655049097694492396865504909769449239686550490976944923968655049097694492396865504909769449239686550490976944923968655049097694492396865504909769449239686550490976944923968655049097694492396865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4976e4f3-157e-4d9b-a119-3ab1013676cc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b472f351-2015-49b9-a19f-0de6dff34ae4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b472f351-2015-49b9-a19f-0de6dff34ae4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5393940503099481031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53939405030994810315393940503099481031539394050309948103153939405030994810315393940503099481031539394050309948103153939405030994810315393940503099481031539394050309948103153939405030994810315393940503099481031539394050309948103153939405030994810315393940503099481031539394050309948103153939405030994810315393940503099481031539394050309948103153939405030994810315393940503099481031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b41681bf-5682-416c-bc16-10b17dc96a48, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a092058d-f332-47b9-af43-d884e51dd5c9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a092058d-f332-47b9-af43-d884e51dd5c9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9181543756444049793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91815437564440497939181543756444049793918154375644404979391815437564440497939181543756444049793918154375644404979391815437564440497939181543756444049793918154375644404979391815437564440497939181543756444049793918154375644404979391815437564440497939181543756444049793918154375644404979391815437564440497939181543756444049793918154375644404979391815437564440497939181543756444049793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b472f351-2015-49b9-a19f-0de6dff34ae4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81cd5409-5f32-4bd6-baaf-0c8e14d08cb3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81cd5409-5f32-4bd6-baaf-0c8e14d08cb3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3714245792765548428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37142457927655484283714245792765548428371424579276554842837142457927655484283714245792765548428371424579276554842837142457927655484283714245792765548428371424579276554842837142457927655484283714245792765548428371424579276554842837142457927655484283714245792765548428371424579276554842837142457927655484283714245792765548428371424579276554842837142457927655484283714245792765548428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a092058d-f332-47b9-af43-d884e51dd5c9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0971e9a-7d53-4d11-9b8b-c4cc8e2a3d3a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0971e9a-7d53-4d11-9b8b-c4cc8e2a3d3a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2503982813070972817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25039828130709728172503982813070972817250398281307097281725039828130709728172503982813070972817250398281307097281725039828130709728172503982813070972817250398281307097281725039828130709728172503982813070972817250398281307097281725039828130709728172503982813070972817250398281307097281725039828130709728172503982813070972817250398281307097281725039828130709728172503982813070972817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81cd5409-5f32-4bd6-baaf-0c8e14d08cb3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37a3f6b0-e47a-4cc6-9574-ebc58cb257cc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37a3f6b0-e47a-4cc6-9574-ebc58cb257cc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10036333670216313589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003633367021631358910036333670216313589100363336702163135891003633367021631358910036333670216313589100363336702163135891003633367021631358910036333670216313589100363336702163135891003633367021631358910036333670216313589100363336702163135891003633367021631358910036333670216313589100363336702163135891003633367021631358910036333670216313589100363336702163135891003633367021631358910036333670216313589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0971e9a-7d53-4d11-9b8b-c4cc8e2a3d3a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f160c875-466d-4ed2-be02-03cbe8aadb50, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f160c875-466d-4ed2-be02-03cbe8aadb50, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13227792065899009121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322779206589900912113227792065899009121132277920658990091211322779206589900912113227792065899009121132277920658990091211322779206589900912113227792065899009121132277920658990091211322779206589900912113227792065899009121132277920658990091211322779206589900912113227792065899009121132277920658990091211322779206589900912113227792065899009121132277920658990091211322779206589900912113227792065899009121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37a3f6b0-e47a-4cc6-9574-ebc58cb257cc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ceb7a4b-5ae4-4627-afdf-fc9c86ece3da, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ceb7a4b-5ae4-4627-afdf-fc9c86ece3da, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 524928692952571280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "524928692952571280524928692952571280524928692952571280524928692952571280524928692952571280524928692952571280524928692952571280524928692952571280524928692952571280524928692952571280524928692952571280524928692952571280524928692952571280524928692952571280524928692952571280524928692952571280524928692952571280524928692952571280524928692952571280524928692952571280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f160c875-466d-4ed2-be02-03cbe8aadb50, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19c80a89-5f42-4f69-9343-110e5e9e47e6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19c80a89-5f42-4f69-9343-110e5e9e47e6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7292643227666552076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72926432276665520767292643227666552076729264322766655207672926432276665520767292643227666552076729264322766655207672926432276665520767292643227666552076729264322766655207672926432276665520767292643227666552076729264322766655207672926432276665520767292643227666552076729264322766655207672926432276665520767292643227666552076729264322766655207672926432276665520767292643227666552076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ceb7a4b-5ae4-4627-afdf-fc9c86ece3da, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e550f16-e188-45a5-a736-d741c965b357, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e550f16-e188-45a5-a736-d741c965b357, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4372217980997595397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43722179809975953974372217980997595397437221798099759539743722179809975953974372217980997595397437221798099759539743722179809975953974372217980997595397437221798099759539743722179809975953974372217980997595397437221798099759539743722179809975953974372217980997595397437221798099759539743722179809975953974372217980997595397437221798099759539743722179809975953974372217980997595397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19c80a89-5f42-4f69-9343-110e5e9e47e6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52aa20ee-88c5-4b04-87d8-b5cd3ff67d02, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e550f16-e188-45a5-a736-d741c965b357, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52aa20ee-88c5-4b04-87d8-b5cd3ff67d02, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10985577406547120984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098557740654712098410985577406547120984109855774065471209841098557740654712098410985577406547120984109855774065471209841098557740654712098410985577406547120984109855774065471209841098557740654712098410985577406547120984109855774065471209841098557740654712098410985577406547120984109855774065471209841098557740654712098410985577406547120984109855774065471209841098557740654712098410985577406547120984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, defb3d06-fa59-4188-be98-3868963215ab, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, defb3d06-fa59-4188-be98-3868963215ab, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5794815914514136938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57948159145141369385794815914514136938579481591451413693857948159145141369385794815914514136938579481591451413693857948159145141369385794815914514136938579481591451413693857948159145141369385794815914514136938579481591451413693857948159145141369385794815914514136938579481591451413693857948159145141369385794815914514136938579481591451413693857948159145141369385794815914514136938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, defb3d06-fa59-4188-be98-3868963215ab, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b80bd300-a2d6-4445-ba37-a2e0ed62cbc8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b80bd300-a2d6-4445-ba37-a2e0ed62cbc8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15955803051677954551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595580305167795455115955803051677954551159558030516779545511595580305167795455115955803051677954551159558030516779545511595580305167795455115955803051677954551159558030516779545511595580305167795455115955803051677954551159558030516779545511595580305167795455115955803051677954551159558030516779545511595580305167795455115955803051677954551159558030516779545511595580305167795455115955803051677954551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52aa20ee-88c5-4b04-87d8-b5cd3ff67d02, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd8aac88-83ef-417b-b859-aea6bb742874, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd8aac88-83ef-417b-b859-aea6bb742874, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10781992977715885385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078199297771588538510781992977715885385107819929777158853851078199297771588538510781992977715885385107819929777158853851078199297771588538510781992977715885385107819929777158853851078199297771588538510781992977715885385107819929777158853851078199297771588538510781992977715885385107819929777158853851078199297771588538510781992977715885385107819929777158853851078199297771588538510781992977715885385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b80bd300-a2d6-4445-ba37-a2e0ed62cbc8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9936588-6744-420d-b59f-2fa790d15022, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9936588-6744-420d-b59f-2fa790d15022, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8320308107547385051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83203081075473850518320308107547385051832030810754738505183203081075473850518320308107547385051832030810754738505183203081075473850518320308107547385051832030810754738505183203081075473850518320308107547385051832030810754738505183203081075473850518320308107547385051832030810754738505183203081075473850518320308107547385051832030810754738505183203081075473850518320308107547385051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd8aac88-83ef-417b-b859-aea6bb742874, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9936588-6744-420d-b59f-2fa790d15022, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70bd09bc-2c50-4b54-9f5d-8bb6b14305a2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 152cf98f-e9b4-443b-8211-2cd7ff9d76d7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 152cf98f-e9b4-443b-8211-2cd7ff9d76d7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14011593067545119709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401159306754511970914011593067545119709140115930675451197091401159306754511970914011593067545119709140115930675451197091401159306754511970914011593067545119709140115930675451197091401159306754511970914011593067545119709140115930675451197091401159306754511970914011593067545119709140115930675451197091401159306754511970914011593067545119709140115930675451197091401159306754511970914011593067545119709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70bd09bc-2c50-4b54-9f5d-8bb6b14305a2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 840939201108521517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "840939201108521517840939201108521517840939201108521517840939201108521517840939201108521517840939201108521517840939201108521517840939201108521517840939201108521517840939201108521517840939201108521517840939201108521517840939201108521517840939201108521517840939201108521517840939201108521517840939201108521517840939201108521517840939201108521517840939201108521517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 152cf98f-e9b4-443b-8211-2cd7ff9d76d7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70bd09bc-2c50-4b54-9f5d-8bb6b14305a2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8cfb559-2f6a-48fc-981a-1a262ec66a9c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fed5e97-4799-416f-8423-3f09e5c6d105, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8cfb559-2f6a-48fc-981a-1a262ec66a9c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6877341932034278836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68773419320342788366877341932034278836687734193203427883668773419320342788366877341932034278836687734193203427883668773419320342788366877341932034278836687734193203427883668773419320342788366877341932034278836687734193203427883668773419320342788366877341932034278836687734193203427883668773419320342788366877341932034278836687734193203427883668773419320342788366877341932034278836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fed5e97-4799-416f-8423-3f09e5c6d105, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9824617864517614710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98246178645176147109824617864517614710982461786451761471098246178645176147109824617864517614710982461786451761471098246178645176147109824617864517614710982461786451761471098246178645176147109824617864517614710982461786451761471098246178645176147109824617864517614710982461786451761471098246178645176147109824617864517614710982461786451761471098246178645176147109824617864517614710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fed5e97-4799-416f-8423-3f09e5c6d105, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fef34a2f-d60a-4306-886b-7802911f5eef, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fef34a2f-d60a-4306-886b-7802911f5eef, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17435448010252092836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743544801025209283617435448010252092836174354480102520928361743544801025209283617435448010252092836174354480102520928361743544801025209283617435448010252092836174354480102520928361743544801025209283617435448010252092836174354480102520928361743544801025209283617435448010252092836174354480102520928361743544801025209283617435448010252092836174354480102520928361743544801025209283617435448010252092836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8cfb559-2f6a-48fc-981a-1a262ec66a9c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 822aa714-8f28-4676-b0ee-b8a9e4ad858c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 822aa714-8f28-4676-b0ee-b8a9e4ad858c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3426002263949272637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34260022639492726373426002263949272637342600226394927263734260022639492726373426002263949272637342600226394927263734260022639492726373426002263949272637342600226394927263734260022639492726373426002263949272637342600226394927263734260022639492726373426002263949272637342600226394927263734260022639492726373426002263949272637342600226394927263734260022639492726373426002263949272637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fef34a2f-d60a-4306-886b-7802911f5eef, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 822aa714-8f28-4676-b0ee-b8a9e4ad858c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de9d59ce-87fa-4b72-9aea-6fca6bb9d096, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de9d59ce-87fa-4b72-9aea-6fca6bb9d096, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1431257413568592768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14312574135685927681431257413568592768143125741356859276814312574135685927681431257413568592768143125741356859276814312574135685927681431257413568592768143125741356859276814312574135685927681431257413568592768143125741356859276814312574135685927681431257413568592768143125741356859276814312574135685927681431257413568592768143125741356859276814312574135685927681431257413568592768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0714f51c-e71e-4ef6-9a03-6339e9f1ed45, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0714f51c-e71e-4ef6-9a03-6339e9f1ed45, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11028079144357619882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102807914435761988211028079144357619882110280791443576198821102807914435761988211028079144357619882110280791443576198821102807914435761988211028079144357619882110280791443576198821102807914435761988211028079144357619882110280791443576198821102807914435761988211028079144357619882110280791443576198821102807914435761988211028079144357619882110280791443576198821102807914435761988211028079144357619882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de9d59ce-87fa-4b72-9aea-6fca6bb9d096, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb69f329-1ee7-4723-83c5-a01265120789, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb69f329-1ee7-4723-83c5-a01265120789, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7697980854177835957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76979808541778359577697980854177835957769798085417783595776979808541778359577697980854177835957769798085417783595776979808541778359577697980854177835957769798085417783595776979808541778359577697980854177835957769798085417783595776979808541778359577697980854177835957769798085417783595776979808541778359577697980854177835957769798085417783595776979808541778359577697980854177835957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0714f51c-e71e-4ef6-9a03-6339e9f1ed45, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb69f329-1ee7-4723-83c5-a01265120789, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58a373ec-25ab-4a97-9055-e763d7df6ba8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a373ec-25ab-4a97-9055-e763d7df6ba8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16078923041307410956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607892304130741095616078923041307410956160789230413074109561607892304130741095616078923041307410956160789230413074109561607892304130741095616078923041307410956160789230413074109561607892304130741095616078923041307410956160789230413074109561607892304130741095616078923041307410956160789230413074109561607892304130741095616078923041307410956160789230413074109561607892304130741095616078923041307410956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c89ce78-8a0e-4ada-8020-3ca44937aab4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c89ce78-8a0e-4ada-8020-3ca44937aab4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4616908975744059957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46169089757440599574616908975744059957461690897574405995746169089757440599574616908975744059957461690897574405995746169089757440599574616908975744059957461690897574405995746169089757440599574616908975744059957461690897574405995746169089757440599574616908975744059957461690897574405995746169089757440599574616908975744059957461690897574405995746169089757440599574616908975744059957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a373ec-25ab-4a97-9055-e763d7df6ba8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c89ce78-8a0e-4ada-8020-3ca44937aab4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8573be6-abb3-478a-906c-abe6227101ef, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8573be6-abb3-478a-906c-abe6227101ef, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9995335814283641427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99953358142836414279995335814283641427999533581428364142799953358142836414279995335814283641427999533581428364142799953358142836414279995335814283641427999533581428364142799953358142836414279995335814283641427999533581428364142799953358142836414279995335814283641427999533581428364142799953358142836414279995335814283641427999533581428364142799953358142836414279995335814283641427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 713aae3c-37d3-45d9-a01c-5c641dd16455, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 713aae3c-37d3-45d9-a01c-5c641dd16455, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17519861076972084531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751986107697208453117519861076972084531175198610769720845311751986107697208453117519861076972084531175198610769720845311751986107697208453117519861076972084531175198610769720845311751986107697208453117519861076972084531175198610769720845311751986107697208453117519861076972084531175198610769720845311751986107697208453117519861076972084531175198610769720845311751986107697208453117519861076972084531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8573be6-abb3-478a-906c-abe6227101ef, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bf3b7d5-6843-4ae1-bdba-12eed3fb9db7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 713aae3c-37d3-45d9-a01c-5c641dd16455, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bf3b7d5-6843-4ae1-bdba-12eed3fb9db7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2536610658984377061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25366106589843770612536610658984377061253661065898437706125366106589843770612536610658984377061253661065898437706125366106589843770612536610658984377061253661065898437706125366106589843770612536610658984377061253661065898437706125366106589843770612536610658984377061253661065898437706125366106589843770612536610658984377061253661065898437706125366106589843770612536610658984377061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d5517c9-507e-4070-95ee-e29cd8340342, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d5517c9-507e-4070-95ee-e29cd8340342, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11268038701182888053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126803870118288805311268038701182888053112680387011828880531126803870118288805311268038701182888053112680387011828880531126803870118288805311268038701182888053112680387011828880531126803870118288805311268038701182888053112680387011828880531126803870118288805311268038701182888053112680387011828880531126803870118288805311268038701182888053112680387011828880531126803870118288805311268038701182888053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bf3b7d5-6843-4ae1-bdba-12eed3fb9db7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d5517c9-507e-4070-95ee-e29cd8340342, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7f9ad9c-53c0-4a1f-a622-c00086bc9a7d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7f9ad9c-53c0-4a1f-a622-c00086bc9a7d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1669034212504719667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16690342125047196671669034212504719667166903421250471966716690342125047196671669034212504719667166903421250471966716690342125047196671669034212504719667166903421250471966716690342125047196671669034212504719667166903421250471966716690342125047196671669034212504719667166903421250471966716690342125047196671669034212504719667166903421250471966716690342125047196671669034212504719667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1926341f-a907-43f5-b5c8-f523aea58036, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1926341f-a907-43f5-b5c8-f523aea58036, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9424172964310510496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94241729643105104969424172964310510496942417296431051049694241729643105104969424172964310510496942417296431051049694241729643105104969424172964310510496942417296431051049694241729643105104969424172964310510496942417296431051049694241729643105104969424172964310510496942417296431051049694241729643105104969424172964310510496942417296431051049694241729643105104969424172964310510496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7f9ad9c-53c0-4a1f-a622-c00086bc9a7d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be8cd4cb-ca01-4dfd-b54b-25ebfb3e1bac, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1926341f-a907-43f5-b5c8-f523aea58036, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be8cd4cb-ca01-4dfd-b54b-25ebfb3e1bac, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15192432120658239701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519243212065823970115192432120658239701151924321206582397011519243212065823970115192432120658239701151924321206582397011519243212065823970115192432120658239701151924321206582397011519243212065823970115192432120658239701151924321206582397011519243212065823970115192432120658239701151924321206582397011519243212065823970115192432120658239701151924321206582397011519243212065823970115192432120658239701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b859ba58-3d24-46b5-a383-1f56a0b39c3b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b859ba58-3d24-46b5-a383-1f56a0b39c3b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12525340858749637489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252534085874963748912525340858749637489125253408587496374891252534085874963748912525340858749637489125253408587496374891252534085874963748912525340858749637489125253408587496374891252534085874963748912525340858749637489125253408587496374891252534085874963748912525340858749637489125253408587496374891252534085874963748912525340858749637489125253408587496374891252534085874963748912525340858749637489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be8cd4cb-ca01-4dfd-b54b-25ebfb3e1bac, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b859ba58-3d24-46b5-a383-1f56a0b39c3b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7da0daaa-706b-4174-98d3-f3c1743ded28, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da0daaa-706b-4174-98d3-f3c1743ded28, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9518797553128562694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95187975531285626949518797553128562694951879755312856269495187975531285626949518797553128562694951879755312856269495187975531285626949518797553128562694951879755312856269495187975531285626949518797553128562694951879755312856269495187975531285626949518797553128562694951879755312856269495187975531285626949518797553128562694951879755312856269495187975531285626949518797553128562694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0164789e-15b1-44a6-878c-55f33c2d9130, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0164789e-15b1-44a6-878c-55f33c2d9130, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17695766833689128662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769576683368912866217695766833689128662176957668336891286621769576683368912866217695766833689128662176957668336891286621769576683368912866217695766833689128662176957668336891286621769576683368912866217695766833689128662176957668336891286621769576683368912866217695766833689128662176957668336891286621769576683368912866217695766833689128662176957668336891286621769576683368912866217695766833689128662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da0daaa-706b-4174-98d3-f3c1743ded28, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89bf11a6-4378-48ad-b6a9-bfe9e76612a8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89bf11a6-4378-48ad-b6a9-bfe9e76612a8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4558530356521589743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45585303565215897434558530356521589743455853035652158974345585303565215897434558530356521589743455853035652158974345585303565215897434558530356521589743455853035652158974345585303565215897434558530356521589743455853035652158974345585303565215897434558530356521589743455853035652158974345585303565215897434558530356521589743455853035652158974345585303565215897434558530356521589743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0164789e-15b1-44a6-878c-55f33c2d9130, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f8fae26-d3b0-4ba5-8fb7-a5d1c1da45af, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f8fae26-d3b0-4ba5-8fb7-a5d1c1da45af, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15821625954204631875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582162595420463187515821625954204631875158216259542046318751582162595420463187515821625954204631875158216259542046318751582162595420463187515821625954204631875158216259542046318751582162595420463187515821625954204631875158216259542046318751582162595420463187515821625954204631875158216259542046318751582162595420463187515821625954204631875158216259542046318751582162595420463187515821625954204631875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89bf11a6-4378-48ad-b6a9-bfe9e76612a8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 715dacd7-f9f8-44ad-b026-9f7627c5be62, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 715dacd7-f9f8-44ad-b026-9f7627c5be62, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8285012896060126523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82850128960601265238285012896060126523828501289606012652382850128960601265238285012896060126523828501289606012652382850128960601265238285012896060126523828501289606012652382850128960601265238285012896060126523828501289606012652382850128960601265238285012896060126523828501289606012652382850128960601265238285012896060126523828501289606012652382850128960601265238285012896060126523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f8fae26-d3b0-4ba5-8fb7-a5d1c1da45af, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98bd85a3-5463-49aa-97ae-199fc9f3f33f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98bd85a3-5463-49aa-97ae-199fc9f3f33f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5211889503479305728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52118895034793057285211889503479305728521188950347930572852118895034793057285211889503479305728521188950347930572852118895034793057285211889503479305728521188950347930572852118895034793057285211889503479305728521188950347930572852118895034793057285211889503479305728521188950347930572852118895034793057285211889503479305728521188950347930572852118895034793057285211889503479305728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 715dacd7-f9f8-44ad-b026-9f7627c5be62, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4f3d45d-c4ce-4144-84d8-66f824000357, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4f3d45d-c4ce-4144-84d8-66f824000357, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17889736622995287946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788973662299528794617889736622995287946178897366229952879461788973662299528794617889736622995287946178897366229952879461788973662299528794617889736622995287946178897366229952879461788973662299528794617889736622995287946178897366229952879461788973662299528794617889736622995287946178897366229952879461788973662299528794617889736622995287946178897366229952879461788973662299528794617889736622995287946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98bd85a3-5463-49aa-97ae-199fc9f3f33f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4f3d45d-c4ce-4144-84d8-66f824000357, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa57a567-0ad6-4116-89b3-1183a0b388a3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa57a567-0ad6-4116-89b3-1183a0b388a3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2424057838645162245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24240578386451622452424057838645162245242405783864516224524240578386451622452424057838645162245242405783864516224524240578386451622452424057838645162245242405783864516224524240578386451622452424057838645162245242405783864516224524240578386451622452424057838645162245242405783864516224524240578386451622452424057838645162245242405783864516224524240578386451622452424057838645162245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ea1293e-d7bf-44b1-9b8e-32d6ff71cd2d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ea1293e-d7bf-44b1-9b8e-32d6ff71cd2d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2306613151295135164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23066131512951351642306613151295135164230661315129513516423066131512951351642306613151295135164230661315129513516423066131512951351642306613151295135164230661315129513516423066131512951351642306613151295135164230661315129513516423066131512951351642306613151295135164230661315129513516423066131512951351642306613151295135164230661315129513516423066131512951351642306613151295135164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa57a567-0ad6-4116-89b3-1183a0b388a3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a3c936f-bafd-414d-b3a9-89e10b9cf1f3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a3c936f-bafd-414d-b3a9-89e10b9cf1f3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12799753503487981128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279975350348798112812799753503487981128127997535034879811281279975350348798112812799753503487981128127997535034879811281279975350348798112812799753503487981128127997535034879811281279975350348798112812799753503487981128127997535034879811281279975350348798112812799753503487981128127997535034879811281279975350348798112812799753503487981128127997535034879811281279975350348798112812799753503487981128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ea1293e-d7bf-44b1-9b8e-32d6ff71cd2d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2bb1a3c-6e7e-468f-9e50-f2fe7548bd30, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2bb1a3c-6e7e-468f-9e50-f2fe7548bd30, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4235426297855743311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42354262978557433114235426297855743311423542629785574331142354262978557433114235426297855743311423542629785574331142354262978557433114235426297855743311423542629785574331142354262978557433114235426297855743311423542629785574331142354262978557433114235426297855743311423542629785574331142354262978557433114235426297855743311423542629785574331142354262978557433114235426297855743311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a3c936f-bafd-414d-b3a9-89e10b9cf1f3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5ea2e61-8691-45b6-ba6c-974fb0dcbd8e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5ea2e61-8691-45b6-ba6c-974fb0dcbd8e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14376804349284877609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437680434928487760914376804349284877609143768043492848776091437680434928487760914376804349284877609143768043492848776091437680434928487760914376804349284877609143768043492848776091437680434928487760914376804349284877609143768043492848776091437680434928487760914376804349284877609143768043492848776091437680434928487760914376804349284877609143768043492848776091437680434928487760914376804349284877609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2bb1a3c-6e7e-468f-9e50-f2fe7548bd30, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 657ae674-0dab-47f5-8eb6-8aebfb32813c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 657ae674-0dab-47f5-8eb6-8aebfb32813c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3942407154829745075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39424071548297450753942407154829745075394240715482974507539424071548297450753942407154829745075394240715482974507539424071548297450753942407154829745075394240715482974507539424071548297450753942407154829745075394240715482974507539424071548297450753942407154829745075394240715482974507539424071548297450753942407154829745075394240715482974507539424071548297450753942407154829745075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5ea2e61-8691-45b6-ba6c-974fb0dcbd8e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77d51ba8-6ef5-4479-b51e-95d4ab867907, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d51ba8-6ef5-4479-b51e-95d4ab867907, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9053814271549831957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90538142715498319579053814271549831957905381427154983195790538142715498319579053814271549831957905381427154983195790538142715498319579053814271549831957905381427154983195790538142715498319579053814271549831957905381427154983195790538142715498319579053814271549831957905381427154983195790538142715498319579053814271549831957905381427154983195790538142715498319579053814271549831957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 657ae674-0dab-47f5-8eb6-8aebfb32813c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b99f57f-a896-448c-96ca-c81d3f7a8bf3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b99f57f-a896-448c-96ca-c81d3f7a8bf3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13562014980085463167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356201498008546316713562014980085463167135620149800854631671356201498008546316713562014980085463167135620149800854631671356201498008546316713562014980085463167135620149800854631671356201498008546316713562014980085463167135620149800854631671356201498008546316713562014980085463167135620149800854631671356201498008546316713562014980085463167135620149800854631671356201498008546316713562014980085463167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d51ba8-6ef5-4479-b51e-95d4ab867907, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c991ae5-25c5-434e-921b-b4ea09f38a3c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c991ae5-25c5-434e-921b-b4ea09f38a3c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2940386373082835427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29403863730828354272940386373082835427294038637308283542729403863730828354272940386373082835427294038637308283542729403863730828354272940386373082835427294038637308283542729403863730828354272940386373082835427294038637308283542729403863730828354272940386373082835427294038637308283542729403863730828354272940386373082835427294038637308283542729403863730828354272940386373082835427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b99f57f-a896-448c-96ca-c81d3f7a8bf3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d36eea26-78e2-4569-9942-e0243c982f14, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d36eea26-78e2-4569-9942-e0243c982f14, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12632617480594570357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263261748059457035712632617480594570357126326174805945703571263261748059457035712632617480594570357126326174805945703571263261748059457035712632617480594570357126326174805945703571263261748059457035712632617480594570357126326174805945703571263261748059457035712632617480594570357126326174805945703571263261748059457035712632617480594570357126326174805945703571263261748059457035712632617480594570357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c991ae5-25c5-434e-921b-b4ea09f38a3c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b02f7118-c859-4ffc-bf96-2fc8a757951f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b02f7118-c859-4ffc-bf96-2fc8a757951f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1988482106380554308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19884821063805543081988482106380554308198848210638055430819884821063805543081988482106380554308198848210638055430819884821063805543081988482106380554308198848210638055430819884821063805543081988482106380554308198848210638055430819884821063805543081988482106380554308198848210638055430819884821063805543081988482106380554308198848210638055430819884821063805543081988482106380554308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d36eea26-78e2-4569-9942-e0243c982f14, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b02f7118-c859-4ffc-bf96-2fc8a757951f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 997cf96c-2b2d-4a79-96cb-92277e973c6f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f65d037-141f-4b4f-a784-ba346e6e1cb4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f65d037-141f-4b4f-a784-ba346e6e1cb4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17980433041221367528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798043304122136752817980433041221367528179804330412213675281798043304122136752817980433041221367528179804330412213675281798043304122136752817980433041221367528179804330412213675281798043304122136752817980433041221367528179804330412213675281798043304122136752817980433041221367528179804330412213675281798043304122136752817980433041221367528179804330412213675281798043304122136752817980433041221367528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 997cf96c-2b2d-4a79-96cb-92277e973c6f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13312052467847341104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331205246784734110413312052467847341104133120524678473411041331205246784734110413312052467847341104133120524678473411041331205246784734110413312052467847341104133120524678473411041331205246784734110413312052467847341104133120524678473411041331205246784734110413312052467847341104133120524678473411041331205246784734110413312052467847341104133120524678473411041331205246784734110413312052467847341104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f65d037-141f-4b4f-a784-ba346e6e1cb4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b37cfe7-7617-4c58-b273-ecdded78c81d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b37cfe7-7617-4c58-b273-ecdded78c81d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14139334296853615499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413933429685361549914139334296853615499141393342968536154991413933429685361549914139334296853615499141393342968536154991413933429685361549914139334296853615499141393342968536154991413933429685361549914139334296853615499141393342968536154991413933429685361549914139334296853615499141393342968536154991413933429685361549914139334296853615499141393342968536154991413933429685361549914139334296853615499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 997cf96c-2b2d-4a79-96cb-92277e973c6f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fd8ff3d-57ef-4d28-9440-55f806610b13, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fd8ff3d-57ef-4d28-9440-55f806610b13, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10694489240247179589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069448924024717958910694489240247179589106944892402471795891069448924024717958910694489240247179589106944892402471795891069448924024717958910694489240247179589106944892402471795891069448924024717958910694489240247179589106944892402471795891069448924024717958910694489240247179589106944892402471795891069448924024717958910694489240247179589106944892402471795891069448924024717958910694489240247179589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b37cfe7-7617-4c58-b273-ecdded78c81d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7aa6f80-da4e-4bbd-a4e4-ab3b9b3f801e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fd8ff3d-57ef-4d28-9440-55f806610b13, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7aa6f80-da4e-4bbd-a4e4-ab3b9b3f801e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8513731963311530233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85137319633115302338513731963311530233851373196331153023385137319633115302338513731963311530233851373196331153023385137319633115302338513731963311530233851373196331153023385137319633115302338513731963311530233851373196331153023385137319633115302338513731963311530233851373196331153023385137319633115302338513731963311530233851373196331153023385137319633115302338513731963311530233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f7815ce-cfdb-4bf1-a39e-612a29ef31f7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f7815ce-cfdb-4bf1-a39e-612a29ef31f7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1264316836193481470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12643168361934814701264316836193481470126431683619348147012643168361934814701264316836193481470126431683619348147012643168361934814701264316836193481470126431683619348147012643168361934814701264316836193481470126431683619348147012643168361934814701264316836193481470126431683619348147012643168361934814701264316836193481470126431683619348147012643168361934814701264316836193481470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7aa6f80-da4e-4bbd-a4e4-ab3b9b3f801e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f7815ce-cfdb-4bf1-a39e-612a29ef31f7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae535362-3427-40e2-9358-dfb5b450077e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81448c23-f0f7-44fa-b90d-87d4f2777d43, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae535362-3427-40e2-9358-dfb5b450077e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4402267045533588896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44022670455335888964402267045533588896440226704553358889644022670455335888964402267045533588896440226704553358889644022670455335888964402267045533588896440226704553358889644022670455335888964402267045533588896440226704553358889644022670455335888964402267045533588896440226704553358889644022670455335888964402267045533588896440226704553358889644022670455335888964402267045533588896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81448c23-f0f7-44fa-b90d-87d4f2777d43, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10715856181966273992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071585618196627399210715856181966273992107158561819662739921071585618196627399210715856181966273992107158561819662739921071585618196627399210715856181966273992107158561819662739921071585618196627399210715856181966273992107158561819662739921071585618196627399210715856181966273992107158561819662739921071585618196627399210715856181966273992107158561819662739921071585618196627399210715856181966273992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae535362-3427-40e2-9358-dfb5b450077e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9541e18-e679-4a43-8655-c1d17bdf0b66, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9541e18-e679-4a43-8655-c1d17bdf0b66, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17409597341315249898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740959734131524989817409597341315249898174095973413152498981740959734131524989817409597341315249898174095973413152498981740959734131524989817409597341315249898174095973413152498981740959734131524989817409597341315249898174095973413152498981740959734131524989817409597341315249898174095973413152498981740959734131524989817409597341315249898174095973413152498981740959734131524989817409597341315249898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81448c23-f0f7-44fa-b90d-87d4f2777d43, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9deb4248-7c91-4887-9ff0-0b00237f838b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9deb4248-7c91-4887-9ff0-0b00237f838b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1865726094877214406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18657260948772144061865726094877214406186572609487721440618657260948772144061865726094877214406186572609487721440618657260948772144061865726094877214406186572609487721440618657260948772144061865726094877214406186572609487721440618657260948772144061865726094877214406186572609487721440618657260948772144061865726094877214406186572609487721440618657260948772144061865726094877214406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9541e18-e679-4a43-8655-c1d17bdf0b66, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f84a7948-1b3d-4ba4-a17a-c0845c730ea8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9deb4248-7c91-4887-9ff0-0b00237f838b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f84a7948-1b3d-4ba4-a17a-c0845c730ea8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1185829228271817291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11858292282718172911185829228271817291118582922827181729111858292282718172911185829228271817291118582922827181729111858292282718172911185829228271817291118582922827181729111858292282718172911185829228271817291118582922827181729111858292282718172911185829228271817291118582922827181729111858292282718172911185829228271817291118582922827181729111858292282718172911185829228271817291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac311e93-72f9-401b-a8b5-3e8b42c8f993, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac311e93-72f9-401b-a8b5-3e8b42c8f993, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15439432440298070813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543943244029807081315439432440298070813154394324402980708131543943244029807081315439432440298070813154394324402980708131543943244029807081315439432440298070813154394324402980708131543943244029807081315439432440298070813154394324402980708131543943244029807081315439432440298070813154394324402980708131543943244029807081315439432440298070813154394324402980708131543943244029807081315439432440298070813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f84a7948-1b3d-4ba4-a17a-c0845c730ea8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6205a2ef-fc8c-4236-8aa2-a4cb11a74b3f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6205a2ef-fc8c-4236-8aa2-a4cb11a74b3f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17446183213278301999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744618321327830199917446183213278301999174461832132783019991744618321327830199917446183213278301999174461832132783019991744618321327830199917446183213278301999174461832132783019991744618321327830199917446183213278301999174461832132783019991744618321327830199917446183213278301999174461832132783019991744618321327830199917446183213278301999174461832132783019991744618321327830199917446183213278301999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac311e93-72f9-401b-a8b5-3e8b42c8f993, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a57477d-58c8-42c5-b063-1b0477915c4f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a57477d-58c8-42c5-b063-1b0477915c4f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14716683751025181282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471668375102518128214716683751025181282147166837510251812821471668375102518128214716683751025181282147166837510251812821471668375102518128214716683751025181282147166837510251812821471668375102518128214716683751025181282147166837510251812821471668375102518128214716683751025181282147166837510251812821471668375102518128214716683751025181282147166837510251812821471668375102518128214716683751025181282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6205a2ef-fc8c-4236-8aa2-a4cb11a74b3f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad713eaf-69a8-4641-afda-6d0f56acddba, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad713eaf-69a8-4641-afda-6d0f56acddba, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7664501077439313596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76645010774393135967664501077439313596766450107743931359676645010774393135967664501077439313596766450107743931359676645010774393135967664501077439313596766450107743931359676645010774393135967664501077439313596766450107743931359676645010774393135967664501077439313596766450107743931359676645010774393135967664501077439313596766450107743931359676645010774393135967664501077439313596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a57477d-58c8-42c5-b063-1b0477915c4f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad713eaf-69a8-4641-afda-6d0f56acddba, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4410c1f5-c420-4108-b512-861a33c3c49d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4410c1f5-c420-4108-b512-861a33c3c49d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3102460220864443220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31024602208644432203102460220864443220310246022086444322031024602208644432203102460220864443220310246022086444322031024602208644432203102460220864443220310246022086444322031024602208644432203102460220864443220310246022086444322031024602208644432203102460220864443220310246022086444322031024602208644432203102460220864443220310246022086444322031024602208644432203102460220864443220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffd66fec-a8a9-4d96-9aaf-003672c7d167, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffd66fec-a8a9-4d96-9aaf-003672c7d167, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9634715514686591603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96347155146865916039634715514686591603963471551468659160396347155146865916039634715514686591603963471551468659160396347155146865916039634715514686591603963471551468659160396347155146865916039634715514686591603963471551468659160396347155146865916039634715514686591603963471551468659160396347155146865916039634715514686591603963471551468659160396347155146865916039634715514686591603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4410c1f5-c420-4108-b512-861a33c3c49d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9ad8526-d253-4166-91da-575cb6b3bc78, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9ad8526-d253-4166-91da-575cb6b3bc78, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14783411422713635610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478341142271363561014783411422713635610147834114227136356101478341142271363561014783411422713635610147834114227136356101478341142271363561014783411422713635610147834114227136356101478341142271363561014783411422713635610147834114227136356101478341142271363561014783411422713635610147834114227136356101478341142271363561014783411422713635610147834114227136356101478341142271363561014783411422713635610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffd66fec-a8a9-4d96-9aaf-003672c7d167, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b085d83-e791-44e8-9ffd-43a3d5109874, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b085d83-e791-44e8-9ffd-43a3d5109874, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10918667667665436733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091866766766543673310918667667665436733109186676676654367331091866766766543673310918667667665436733109186676676654367331091866766766543673310918667667665436733109186676676654367331091866766766543673310918667667665436733109186676676654367331091866766766543673310918667667665436733109186676676654367331091866766766543673310918667667665436733109186676676654367331091866766766543673310918667667665436733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9ad8526-d253-4166-91da-575cb6b3bc78, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b86b633-a0c9-4006-892b-095e44ed7517, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b86b633-a0c9-4006-892b-095e44ed7517, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10493737213065475277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049373721306547527710493737213065475277104937372130654752771049373721306547527710493737213065475277104937372130654752771049373721306547527710493737213065475277104937372130654752771049373721306547527710493737213065475277104937372130654752771049373721306547527710493737213065475277104937372130654752771049373721306547527710493737213065475277104937372130654752771049373721306547527710493737213065475277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b085d83-e791-44e8-9ffd-43a3d5109874, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 350e2c12-3ac8-49ff-8e51-c907d1859960, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 350e2c12-3ac8-49ff-8e51-c907d1859960, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11054936823985804393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105493682398580439311054936823985804393110549368239858043931105493682398580439311054936823985804393110549368239858043931105493682398580439311054936823985804393110549368239858043931105493682398580439311054936823985804393110549368239858043931105493682398580439311054936823985804393110549368239858043931105493682398580439311054936823985804393110549368239858043931105493682398580439311054936823985804393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b86b633-a0c9-4006-892b-095e44ed7517, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 144433ba-f2bd-4e4c-9de9-5e592e74a9f7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 350e2c12-3ac8-49ff-8e51-c907d1859960, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 144433ba-f2bd-4e4c-9de9-5e592e74a9f7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10852717828504052747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085271782850405274710852717828504052747108527178285040527471085271782850405274710852717828504052747108527178285040527471085271782850405274710852717828504052747108527178285040527471085271782850405274710852717828504052747108527178285040527471085271782850405274710852717828504052747108527178285040527471085271782850405274710852717828504052747108527178285040527471085271782850405274710852717828504052747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5a1d2fe-aa37-451d-805d-56cb6da9725a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5a1d2fe-aa37-451d-805d-56cb6da9725a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11542438134976537711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154243813497653771111542438134976537711115424381349765377111154243813497653771111542438134976537711115424381349765377111154243813497653771111542438134976537711115424381349765377111154243813497653771111542438134976537711115424381349765377111154243813497653771111542438134976537711115424381349765377111154243813497653771111542438134976537711115424381349765377111154243813497653771111542438134976537711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 144433ba-f2bd-4e4c-9de9-5e592e74a9f7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e62d724-1e26-4970-8dab-aa769bd38839, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e62d724-1e26-4970-8dab-aa769bd38839, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5629401063875913866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56294010638759138665629401063875913866562940106387591386656294010638759138665629401063875913866562940106387591386656294010638759138665629401063875913866562940106387591386656294010638759138665629401063875913866562940106387591386656294010638759138665629401063875913866562940106387591386656294010638759138665629401063875913866562940106387591386656294010638759138665629401063875913866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5a1d2fe-aa37-451d-805d-56cb6da9725a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67e76294-c139-4787-a353-52e10dcc6dae, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67e76294-c139-4787-a353-52e10dcc6dae, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12377447937735894112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237744793773589411212377447937735894112123774479377358941121237744793773589411212377447937735894112123774479377358941121237744793773589411212377447937735894112123774479377358941121237744793773589411212377447937735894112123774479377358941121237744793773589411212377447937735894112123774479377358941121237744793773589411212377447937735894112123774479377358941121237744793773589411212377447937735894112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e62d724-1e26-4970-8dab-aa769bd38839, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41ba8e42-47ca-4799-bf68-ca940f4ae3de, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67e76294-c139-4787-a353-52e10dcc6dae, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41ba8e42-47ca-4799-bf68-ca940f4ae3de, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10384732909593517795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038473290959351779510384732909593517795103847329095935177951038473290959351779510384732909593517795103847329095935177951038473290959351779510384732909593517795103847329095935177951038473290959351779510384732909593517795103847329095935177951038473290959351779510384732909593517795103847329095935177951038473290959351779510384732909593517795103847329095935177951038473290959351779510384732909593517795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 515e2dc0-bfa9-4d8a-8e5f-11dd0576c968, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 515e2dc0-bfa9-4d8a-8e5f-11dd0576c968, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2080343970774076245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20803439707740762452080343970774076245208034397077407624520803439707740762452080343970774076245208034397077407624520803439707740762452080343970774076245208034397077407624520803439707740762452080343970774076245208034397077407624520803439707740762452080343970774076245208034397077407624520803439707740762452080343970774076245208034397077407624520803439707740762452080343970774076245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41ba8e42-47ca-4799-bf68-ca940f4ae3de, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e01762f-5c82-4953-afb2-ae83b6b1dc6c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e01762f-5c82-4953-afb2-ae83b6b1dc6c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10358115410447741897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035811541044774189710358115410447741897103581154104477418971035811541044774189710358115410447741897103581154104477418971035811541044774189710358115410447741897103581154104477418971035811541044774189710358115410447741897103581154104477418971035811541044774189710358115410447741897103581154104477418971035811541044774189710358115410447741897103581154104477418971035811541044774189710358115410447741897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 515e2dc0-bfa9-4d8a-8e5f-11dd0576c968, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbf793ef-56b0-4860-954b-cd863df78e6c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbf793ef-56b0-4860-954b-cd863df78e6c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12000377436135911675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200037743613591167512000377436135911675120003774361359116751200037743613591167512000377436135911675120003774361359116751200037743613591167512000377436135911675120003774361359116751200037743613591167512000377436135911675120003774361359116751200037743613591167512000377436135911675120003774361359116751200037743613591167512000377436135911675120003774361359116751200037743613591167512000377436135911675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e01762f-5c82-4953-afb2-ae83b6b1dc6c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa0b3e72-344f-4d94-a82c-2724b6d884ca, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbf793ef-56b0-4860-954b-cd863df78e6c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cff460a3-2647-4bb7-bfba-db214df6c43e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa0b3e72-344f-4d94-a82c-2724b6d884ca, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10692202710587529795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069220271058752979510692202710587529795106922027105875297951069220271058752979510692202710587529795106922027105875297951069220271058752979510692202710587529795106922027105875297951069220271058752979510692202710587529795106922027105875297951069220271058752979510692202710587529795106922027105875297951069220271058752979510692202710587529795106922027105875297951069220271058752979510692202710587529795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cff460a3-2647-4bb7-bfba-db214df6c43e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11206279159178313403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120627915917831340311206279159178313403112062791591783134031120627915917831340311206279159178313403112062791591783134031120627915917831340311206279159178313403112062791591783134031120627915917831340311206279159178313403112062791591783134031120627915917831340311206279159178313403112062791591783134031120627915917831340311206279159178313403112062791591783134031120627915917831340311206279159178313403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa0b3e72-344f-4d94-a82c-2724b6d884ca, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cff460a3-2647-4bb7-bfba-db214df6c43e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 933be705-2f03-483c-9b26-2c414c7147a7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 933be705-2f03-483c-9b26-2c414c7147a7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8371181536696046702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83711815366960467028371181536696046702837118153669604670283711815366960467028371181536696046702837118153669604670283711815366960467028371181536696046702837118153669604670283711815366960467028371181536696046702837118153669604670283711815366960467028371181536696046702837118153669604670283711815366960467028371181536696046702837118153669604670283711815366960467028371181536696046702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91a7440a-c43a-4bb5-9b27-c029cf1d53f3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a7440a-c43a-4bb5-9b27-c029cf1d53f3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16167756052961101439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616775605296110143916167756052961101439161677560529611014391616775605296110143916167756052961101439161677560529611014391616775605296110143916167756052961101439161677560529611014391616775605296110143916167756052961101439161677560529611014391616775605296110143916167756052961101439161677560529611014391616775605296110143916167756052961101439161677560529611014391616775605296110143916167756052961101439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 933be705-2f03-483c-9b26-2c414c7147a7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a7440a-c43a-4bb5-9b27-c029cf1d53f3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dff12fb3-479a-4791-8b1b-5c055d0c61cc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23862191-6d16-4e2d-9f29-3186323da37f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dff12fb3-479a-4791-8b1b-5c055d0c61cc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1390569301722034014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13905693017220340141390569301722034014139056930172203401413905693017220340141390569301722034014139056930172203401413905693017220340141390569301722034014139056930172203401413905693017220340141390569301722034014139056930172203401413905693017220340141390569301722034014139056930172203401413905693017220340141390569301722034014139056930172203401413905693017220340141390569301722034014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23862191-6d16-4e2d-9f29-3186323da37f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6142934401519632443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61429344015196324436142934401519632443614293440151963244361429344015196324436142934401519632443614293440151963244361429344015196324436142934401519632443614293440151963244361429344015196324436142934401519632443614293440151963244361429344015196324436142934401519632443614293440151963244361429344015196324436142934401519632443614293440151963244361429344015196324436142934401519632443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23862191-6d16-4e2d-9f29-3186323da37f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dff12fb3-479a-4791-8b1b-5c055d0c61cc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66f5352d-83c8-4a9d-8838-0b9db3cfb4ce, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66f5352d-83c8-4a9d-8838-0b9db3cfb4ce, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11936654316969257024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193665431696925702411936654316969257024119366543169692570241193665431696925702411936654316969257024119366543169692570241193665431696925702411936654316969257024119366543169692570241193665431696925702411936654316969257024119366543169692570241193665431696925702411936654316969257024119366543169692570241193665431696925702411936654316969257024119366543169692570241193665431696925702411936654316969257024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ec1be49-fcc8-44ac-87f1-0532d4afd1f3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ec1be49-fcc8-44ac-87f1-0532d4afd1f3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13723149762889640821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372314976288964082113723149762889640821137231497628896408211372314976288964082113723149762889640821137231497628896408211372314976288964082113723149762889640821137231497628896408211372314976288964082113723149762889640821137231497628896408211372314976288964082113723149762889640821137231497628896408211372314976288964082113723149762889640821137231497628896408211372314976288964082113723149762889640821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66f5352d-83c8-4a9d-8838-0b9db3cfb4ce, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f19545b-2fad-4cc0-9033-fd8e5f38c10d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f19545b-2fad-4cc0-9033-fd8e5f38c10d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 928629890470279346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "928629890470279346928629890470279346928629890470279346928629890470279346928629890470279346928629890470279346928629890470279346928629890470279346928629890470279346928629890470279346928629890470279346928629890470279346928629890470279346928629890470279346928629890470279346928629890470279346928629890470279346928629890470279346928629890470279346928629890470279346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ec1be49-fcc8-44ac-87f1-0532d4afd1f3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f035d480-499c-412a-b88d-5bce48197c61, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f035d480-499c-412a-b88d-5bce48197c61, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5761742341540041057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57617423415400410575761742341540041057576174234154004105757617423415400410575761742341540041057576174234154004105757617423415400410575761742341540041057576174234154004105757617423415400410575761742341540041057576174234154004105757617423415400410575761742341540041057576174234154004105757617423415400410575761742341540041057576174234154004105757617423415400410575761742341540041057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f19545b-2fad-4cc0-9033-fd8e5f38c10d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f035d480-499c-412a-b88d-5bce48197c61, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0349cd5-fae7-4f3e-a6c3-49ed97adbccb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0349cd5-fae7-4f3e-a6c3-49ed97adbccb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6047819871969053020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60478198719690530206047819871969053020604781987196905302060478198719690530206047819871969053020604781987196905302060478198719690530206047819871969053020604781987196905302060478198719690530206047819871969053020604781987196905302060478198719690530206047819871969053020604781987196905302060478198719690530206047819871969053020604781987196905302060478198719690530206047819871969053020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9505301-5a7d-4fa9-a26c-e137b14266f6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9505301-5a7d-4fa9-a26c-e137b14266f6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2136241605220293785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21362416052202937852136241605220293785213624160522029378521362416052202937852136241605220293785213624160522029378521362416052202937852136241605220293785213624160522029378521362416052202937852136241605220293785213624160522029378521362416052202937852136241605220293785213624160522029378521362416052202937852136241605220293785213624160522029378521362416052202937852136241605220293785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0349cd5-fae7-4f3e-a6c3-49ed97adbccb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, baa394c1-c8c5-41d2-bd1d-2ac59a7b3886, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baa394c1-c8c5-41d2-bd1d-2ac59a7b3886, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 581627412480166715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "581627412480166715581627412480166715581627412480166715581627412480166715581627412480166715581627412480166715581627412480166715581627412480166715581627412480166715581627412480166715581627412480166715581627412480166715581627412480166715581627412480166715581627412480166715581627412480166715581627412480166715581627412480166715581627412480166715581627412480166715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9505301-5a7d-4fa9-a26c-e137b14266f6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fac298c4-cf49-4ba0-933f-3dfbe1cbfd40, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fac298c4-cf49-4ba0-933f-3dfbe1cbfd40, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6905881291512398426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69058812915123984266905881291512398426690588129151239842669058812915123984266905881291512398426690588129151239842669058812915123984266905881291512398426690588129151239842669058812915123984266905881291512398426690588129151239842669058812915123984266905881291512398426690588129151239842669058812915123984266905881291512398426690588129151239842669058812915123984266905881291512398426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baa394c1-c8c5-41d2-bd1d-2ac59a7b3886, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fac298c4-cf49-4ba0-933f-3dfbe1cbfd40, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5458f4e-9f6e-485e-881f-9ec9141b20f0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c39c4bd-834d-41ed-8d68-208eb7007c15, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5458f4e-9f6e-485e-881f-9ec9141b20f0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3320902730902012985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33209027309020129853320902730902012985332090273090201298533209027309020129853320902730902012985332090273090201298533209027309020129853320902730902012985332090273090201298533209027309020129853320902730902012985332090273090201298533209027309020129853320902730902012985332090273090201298533209027309020129853320902730902012985332090273090201298533209027309020129853320902730902012985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c39c4bd-834d-41ed-8d68-208eb7007c15, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15254619057255513268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525461905725551326815254619057255513268152546190572555132681525461905725551326815254619057255513268152546190572555132681525461905725551326815254619057255513268152546190572555132681525461905725551326815254619057255513268152546190572555132681525461905725551326815254619057255513268152546190572555132681525461905725551326815254619057255513268152546190572555132681525461905725551326815254619057255513268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5458f4e-9f6e-485e-881f-9ec9141b20f0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e2d4ab5-b645-4c4c-a9e2-847b4c3cc5c9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e2d4ab5-b645-4c4c-a9e2-847b4c3cc5c9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16407636521947909423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640763652194790942316407636521947909423164076365219479094231640763652194790942316407636521947909423164076365219479094231640763652194790942316407636521947909423164076365219479094231640763652194790942316407636521947909423164076365219479094231640763652194790942316407636521947909423164076365219479094231640763652194790942316407636521947909423164076365219479094231640763652194790942316407636521947909423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c39c4bd-834d-41ed-8d68-208eb7007c15, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39f02a87-ce40-455f-8e0f-446c73011bc6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39f02a87-ce40-455f-8e0f-446c73011bc6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14944230784579640607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494423078457964060714944230784579640607149442307845796406071494423078457964060714944230784579640607149442307845796406071494423078457964060714944230784579640607149442307845796406071494423078457964060714944230784579640607149442307845796406071494423078457964060714944230784579640607149442307845796406071494423078457964060714944230784579640607149442307845796406071494423078457964060714944230784579640607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e2d4ab5-b645-4c4c-a9e2-847b4c3cc5c9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6fa787c-340d-46dc-bce0-42f8f8803518, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39f02a87-ce40-455f-8e0f-446c73011bc6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6fa787c-340d-46dc-bce0-42f8f8803518, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2112139375167345519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21121393751673455192112139375167345519211213937516734551921121393751673455192112139375167345519211213937516734551921121393751673455192112139375167345519211213937516734551921121393751673455192112139375167345519211213937516734551921121393751673455192112139375167345519211213937516734551921121393751673455192112139375167345519211213937516734551921121393751673455192112139375167345519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5e3a15e-10d4-4769-b630-027909cb4960, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5e3a15e-10d4-4769-b630-027909cb4960, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3858032751090377625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38580327510903776253858032751090377625385803275109037762538580327510903776253858032751090377625385803275109037762538580327510903776253858032751090377625385803275109037762538580327510903776253858032751090377625385803275109037762538580327510903776253858032751090377625385803275109037762538580327510903776253858032751090377625385803275109037762538580327510903776253858032751090377625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6fa787c-340d-46dc-bce0-42f8f8803518, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f92f91e-901c-404d-b076-a1f5bcf8dd73, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f92f91e-901c-404d-b076-a1f5bcf8dd73, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17938764987248800332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793876498724880033217938764987248800332179387649872488003321793876498724880033217938764987248800332179387649872488003321793876498724880033217938764987248800332179387649872488003321793876498724880033217938764987248800332179387649872488003321793876498724880033217938764987248800332179387649872488003321793876498724880033217938764987248800332179387649872488003321793876498724880033217938764987248800332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5e3a15e-10d4-4769-b630-027909cb4960, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c170f07-857d-4b78-86fe-3a37ae298e05, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c170f07-857d-4b78-86fe-3a37ae298e05, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17667772381047414229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766777238104741422917667772381047414229176677723810474142291766777238104741422917667772381047414229176677723810474142291766777238104741422917667772381047414229176677723810474142291766777238104741422917667772381047414229176677723810474142291766777238104741422917667772381047414229176677723810474142291766777238104741422917667772381047414229176677723810474142291766777238104741422917667772381047414229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f92f91e-901c-404d-b076-a1f5bcf8dd73, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5db15726-7cc2-44cd-bb83-b580bbc5e0f4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5db15726-7cc2-44cd-bb83-b580bbc5e0f4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10656811430411931521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065681143041193152110656811430411931521106568114304119315211065681143041193152110656811430411931521106568114304119315211065681143041193152110656811430411931521106568114304119315211065681143041193152110656811430411931521106568114304119315211065681143041193152110656811430411931521106568114304119315211065681143041193152110656811430411931521106568114304119315211065681143041193152110656811430411931521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c170f07-857d-4b78-86fe-3a37ae298e05, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5db15726-7cc2-44cd-bb83-b580bbc5e0f4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24183952-545b-40d1-9faa-b6114622b60f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24183952-545b-40d1-9faa-b6114622b60f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16594989507824833574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659498950782483357416594989507824833574165949895078248335741659498950782483357416594989507824833574165949895078248335741659498950782483357416594989507824833574165949895078248335741659498950782483357416594989507824833574165949895078248335741659498950782483357416594989507824833574165949895078248335741659498950782483357416594989507824833574165949895078248335741659498950782483357416594989507824833574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c72d72bb-edce-416b-9332-678525bf1fb1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c72d72bb-edce-416b-9332-678525bf1fb1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17857677886553769606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785767788655376960617857677886553769606178576778865537696061785767788655376960617857677886553769606178576778865537696061785767788655376960617857677886553769606178576778865537696061785767788655376960617857677886553769606178576778865537696061785767788655376960617857677886553769606178576778865537696061785767788655376960617857677886553769606178576778865537696061785767788655376960617857677886553769606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24183952-545b-40d1-9faa-b6114622b60f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c72d72bb-edce-416b-9332-678525bf1fb1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 947aa919-34e6-4694-8f0b-2cdf8d945233, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d05508d3-539f-4be1-9e60-c24d86b7cb5b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d05508d3-539f-4be1-9e60-c24d86b7cb5b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14469404953667583307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446940495366758330714469404953667583307144694049536675833071446940495366758330714469404953667583307144694049536675833071446940495366758330714469404953667583307144694049536675833071446940495366758330714469404953667583307144694049536675833071446940495366758330714469404953667583307144694049536675833071446940495366758330714469404953667583307144694049536675833071446940495366758330714469404953667583307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 947aa919-34e6-4694-8f0b-2cdf8d945233, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3913088821133726477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39130888211337264773913088821133726477391308882113372647739130888211337264773913088821133726477391308882113372647739130888211337264773913088821133726477391308882113372647739130888211337264773913088821133726477391308882113372647739130888211337264773913088821133726477391308882113372647739130888211337264773913088821133726477391308882113372647739130888211337264773913088821133726477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d05508d3-539f-4be1-9e60-c24d86b7cb5b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c58a9ef2-38fc-4c51-9dfc-76df6c74838a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c58a9ef2-38fc-4c51-9dfc-76df6c74838a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12414481705298714515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241448170529871451512414481705298714515124144817052987145151241448170529871451512414481705298714515124144817052987145151241448170529871451512414481705298714515124144817052987145151241448170529871451512414481705298714515124144817052987145151241448170529871451512414481705298714515124144817052987145151241448170529871451512414481705298714515124144817052987145151241448170529871451512414481705298714515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 947aa919-34e6-4694-8f0b-2cdf8d945233, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b50adcb8-9a31-49eb-8668-2974fd4f4f8d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50adcb8-9a31-49eb-8668-2974fd4f4f8d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15634991063984650878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563499106398465087815634991063984650878156349910639846508781563499106398465087815634991063984650878156349910639846508781563499106398465087815634991063984650878156349910639846508781563499106398465087815634991063984650878156349910639846508781563499106398465087815634991063984650878156349910639846508781563499106398465087815634991063984650878156349910639846508781563499106398465087815634991063984650878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c58a9ef2-38fc-4c51-9dfc-76df6c74838a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0835c782-b48e-41f6-bced-ea4c63d76e88, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0835c782-b48e-41f6-bced-ea4c63d76e88, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6335408266571764504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63354082665717645046335408266571764504633540826657176450463354082665717645046335408266571764504633540826657176450463354082665717645046335408266571764504633540826657176450463354082665717645046335408266571764504633540826657176450463354082665717645046335408266571764504633540826657176450463354082665717645046335408266571764504633540826657176450463354082665717645046335408266571764504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50adcb8-9a31-49eb-8668-2974fd4f4f8d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b742c262-9870-477a-9e28-0771b6b2dc57, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b742c262-9870-477a-9e28-0771b6b2dc57, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6637609802065633828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66376098020656338286637609802065633828663760980206563382866376098020656338286637609802065633828663760980206563382866376098020656338286637609802065633828663760980206563382866376098020656338286637609802065633828663760980206563382866376098020656338286637609802065633828663760980206563382866376098020656338286637609802065633828663760980206563382866376098020656338286637609802065633828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0835c782-b48e-41f6-bced-ea4c63d76e88, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f693d92-6867-4c7b-9e7a-efd1091a61a9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f693d92-6867-4c7b-9e7a-efd1091a61a9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13884277731584515753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388427773158451575313884277731584515753138842777315845157531388427773158451575313884277731584515753138842777315845157531388427773158451575313884277731584515753138842777315845157531388427773158451575313884277731584515753138842777315845157531388427773158451575313884277731584515753138842777315845157531388427773158451575313884277731584515753138842777315845157531388427773158451575313884277731584515753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b742c262-9870-477a-9e28-0771b6b2dc57, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46aea85c-5313-4b63-bdb1-3aac21d864f6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46aea85c-5313-4b63-bdb1-3aac21d864f6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10656127704744669456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065612770474466945610656127704744669456106561277047446694561065612770474466945610656127704744669456106561277047446694561065612770474466945610656127704744669456106561277047446694561065612770474466945610656127704744669456106561277047446694561065612770474466945610656127704744669456106561277047446694561065612770474466945610656127704744669456106561277047446694561065612770474466945610656127704744669456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f693d92-6867-4c7b-9e7a-efd1091a61a9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 334e076b-d5fe-4218-bf9d-90ef3e443805, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 334e076b-d5fe-4218-bf9d-90ef3e443805, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3304706512035446461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33047065120354464613304706512035446461330470651203544646133047065120354464613304706512035446461330470651203544646133047065120354464613304706512035446461330470651203544646133047065120354464613304706512035446461330470651203544646133047065120354464613304706512035446461330470651203544646133047065120354464613304706512035446461330470651203544646133047065120354464613304706512035446461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46aea85c-5313-4b63-bdb1-3aac21d864f6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4298fec-dc69-4f2d-8df4-bdd95cd39c22, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4298fec-dc69-4f2d-8df4-bdd95cd39c22, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1952598705395289841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19525987053952898411952598705395289841195259870539528984119525987053952898411952598705395289841195259870539528984119525987053952898411952598705395289841195259870539528984119525987053952898411952598705395289841195259870539528984119525987053952898411952598705395289841195259870539528984119525987053952898411952598705395289841195259870539528984119525987053952898411952598705395289841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 334e076b-d5fe-4218-bf9d-90ef3e443805, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2aee5045-bbfe-4aca-a2e6-cf64f535f546, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aee5045-bbfe-4aca-a2e6-cf64f535f546, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18073151855889983578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807315185588998357818073151855889983578180731518558899835781807315185588998357818073151855889983578180731518558899835781807315185588998357818073151855889983578180731518558899835781807315185588998357818073151855889983578180731518558899835781807315185588998357818073151855889983578180731518558899835781807315185588998357818073151855889983578180731518558899835781807315185588998357818073151855889983578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4298fec-dc69-4f2d-8df4-bdd95cd39c22, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aee5045-bbfe-4aca-a2e6-cf64f535f546, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2ea961f-bca9-4b75-b36a-7088d962adad, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57f8cff4-b1d5-40c1-895c-b7cff0a9bc7a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2ea961f-bca9-4b75-b36a-7088d962adad, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2510273248351122020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25102732483511220202510273248351122020251027324835112202025102732483511220202510273248351122020251027324835112202025102732483511220202510273248351122020251027324835112202025102732483511220202510273248351122020251027324835112202025102732483511220202510273248351122020251027324835112202025102732483511220202510273248351122020251027324835112202025102732483511220202510273248351122020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57f8cff4-b1d5-40c1-895c-b7cff0a9bc7a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1023662397425253889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10236623974252538891023662397425253889102366239742525388910236623974252538891023662397425253889102366239742525388910236623974252538891023662397425253889102366239742525388910236623974252538891023662397425253889102366239742525388910236623974252538891023662397425253889102366239742525388910236623974252538891023662397425253889102366239742525388910236623974252538891023662397425253889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2ea961f-bca9-4b75-b36a-7088d962adad, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce4c2ebe-8bff-403d-a111-e8f687d2387a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce4c2ebe-8bff-403d-a111-e8f687d2387a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17376417861289786635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737641786128978663517376417861289786635173764178612897866351737641786128978663517376417861289786635173764178612897866351737641786128978663517376417861289786635173764178612897866351737641786128978663517376417861289786635173764178612897866351737641786128978663517376417861289786635173764178612897866351737641786128978663517376417861289786635173764178612897866351737641786128978663517376417861289786635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57f8cff4-b1d5-40c1-895c-b7cff0a9bc7a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5efe5be-0c34-4759-b12e-4e9c11645ba0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5efe5be-0c34-4759-b12e-4e9c11645ba0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11622496975148466366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162249697514846636611622496975148466366116224969751484663661162249697514846636611622496975148466366116224969751484663661162249697514846636611622496975148466366116224969751484663661162249697514846636611622496975148466366116224969751484663661162249697514846636611622496975148466366116224969751484663661162249697514846636611622496975148466366116224969751484663661162249697514846636611622496975148466366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce4c2ebe-8bff-403d-a111-e8f687d2387a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b924277-ac71-486c-80fe-53c430358070, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b924277-ac71-486c-80fe-53c430358070, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7693336282141962403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76933362821419624037693336282141962403769333628214196240376933362821419624037693336282141962403769333628214196240376933362821419624037693336282141962403769333628214196240376933362821419624037693336282141962403769333628214196240376933362821419624037693336282141962403769333628214196240376933362821419624037693336282141962403769333628214196240376933362821419624037693336282141962403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5efe5be-0c34-4759-b12e-4e9c11645ba0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07eeaccd-94a4-46e7-b92f-5bde85b9bc54, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07eeaccd-94a4-46e7-b92f-5bde85b9bc54, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13226122463589577224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322612246358957722413226122463589577224132261224635895772241322612246358957722413226122463589577224132261224635895772241322612246358957722413226122463589577224132261224635895772241322612246358957722413226122463589577224132261224635895772241322612246358957722413226122463589577224132261224635895772241322612246358957722413226122463589577224132261224635895772241322612246358957722413226122463589577224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07eeaccd-94a4-46e7-b92f-5bde85b9bc54, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b924277-ac71-486c-80fe-53c430358070, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d5da0b8-d93f-49f0-a89c-93df8ca48662, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bce038ae-321a-4d5b-9bf7-c322a87c54e2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d5da0b8-d93f-49f0-a89c-93df8ca48662, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10177915216120801908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017791521612080190810177915216120801908101779152161208019081017791521612080190810177915216120801908101779152161208019081017791521612080190810177915216120801908101779152161208019081017791521612080190810177915216120801908101779152161208019081017791521612080190810177915216120801908101779152161208019081017791521612080190810177915216120801908101779152161208019081017791521612080190810177915216120801908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bce038ae-321a-4d5b-9bf7-c322a87c54e2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3893699258873355373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38936992588733553733893699258873355373389369925887335537338936992588733553733893699258873355373389369925887335537338936992588733553733893699258873355373389369925887335537338936992588733553733893699258873355373389369925887335537338936992588733553733893699258873355373389369925887335537338936992588733553733893699258873355373389369925887335537338936992588733553733893699258873355373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d5da0b8-d93f-49f0-a89c-93df8ca48662, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bce038ae-321a-4d5b-9bf7-c322a87c54e2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f6d9ffe-465a-4ed8-bd39-559eada22539, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d0bf182-0672-4773-a5d8-a2dd60ec71d4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f6d9ffe-465a-4ed8-bd39-559eada22539, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12772270085973320817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277227008597332081712772270085973320817127722700859733208171277227008597332081712772270085973320817127722700859733208171277227008597332081712772270085973320817127722700859733208171277227008597332081712772270085973320817127722700859733208171277227008597332081712772270085973320817127722700859733208171277227008597332081712772270085973320817127722700859733208171277227008597332081712772270085973320817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d0bf182-0672-4773-a5d8-a2dd60ec71d4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 127594117601049504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "127594117601049504127594117601049504127594117601049504127594117601049504127594117601049504127594117601049504127594117601049504127594117601049504127594117601049504127594117601049504127594117601049504127594117601049504127594117601049504127594117601049504127594117601049504127594117601049504127594117601049504127594117601049504127594117601049504127594117601049504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f6d9ffe-465a-4ed8-bd39-559eada22539, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d0bf182-0672-4773-a5d8-a2dd60ec71d4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee5ca5a6-f84b-4938-a514-b6b95895a42a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 006cc79a-d0d7-4013-ba84-8a0b8758d2df, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee5ca5a6-f84b-4938-a514-b6b95895a42a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14521204422686654092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452120442268665409214521204422686654092145212044226866540921452120442268665409214521204422686654092145212044226866540921452120442268665409214521204422686654092145212044226866540921452120442268665409214521204422686654092145212044226866540921452120442268665409214521204422686654092145212044226866540921452120442268665409214521204422686654092145212044226866540921452120442268665409214521204422686654092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 006cc79a-d0d7-4013-ba84-8a0b8758d2df, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9140632493457416786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91406324934574167869140632493457416786914063249345741678691406324934574167869140632493457416786914063249345741678691406324934574167869140632493457416786914063249345741678691406324934574167869140632493457416786914063249345741678691406324934574167869140632493457416786914063249345741678691406324934574167869140632493457416786914063249345741678691406324934574167869140632493457416786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee5ca5a6-f84b-4938-a514-b6b95895a42a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 006cc79a-d0d7-4013-ba84-8a0b8758d2df, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfe91dfd-9cee-497b-b578-1a168169ebd9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfe91dfd-9cee-497b-b578-1a168169ebd9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 934427451759013101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "934427451759013101934427451759013101934427451759013101934427451759013101934427451759013101934427451759013101934427451759013101934427451759013101934427451759013101934427451759013101934427451759013101934427451759013101934427451759013101934427451759013101934427451759013101934427451759013101934427451759013101934427451759013101934427451759013101934427451759013101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfa64613-8939-4026-b84c-66b0ef02da84, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa64613-8939-4026-b84c-66b0ef02da84, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8468312527062110739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84683125270621107398468312527062110739846831252706211073984683125270621107398468312527062110739846831252706211073984683125270621107398468312527062110739846831252706211073984683125270621107398468312527062110739846831252706211073984683125270621107398468312527062110739846831252706211073984683125270621107398468312527062110739846831252706211073984683125270621107398468312527062110739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfe91dfd-9cee-497b-b578-1a168169ebd9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa64613-8939-4026-b84c-66b0ef02da84, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1e2f0c2-69ac-4e34-b9b8-62d43fe363a1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4528cde1-c588-46df-bf48-795bc75ae7c7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1e2f0c2-69ac-4e34-b9b8-62d43fe363a1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17362739462528684270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736273946252868427017362739462528684270173627394625286842701736273946252868427017362739462528684270173627394625286842701736273946252868427017362739462528684270173627394625286842701736273946252868427017362739462528684270173627394625286842701736273946252868427017362739462528684270173627394625286842701736273946252868427017362739462528684270173627394625286842701736273946252868427017362739462528684270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4528cde1-c588-46df-bf48-795bc75ae7c7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2071722125923837945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20717221259238379452071722125923837945207172212592383794520717221259238379452071722125923837945207172212592383794520717221259238379452071722125923837945207172212592383794520717221259238379452071722125923837945207172212592383794520717221259238379452071722125923837945207172212592383794520717221259238379452071722125923837945207172212592383794520717221259238379452071722125923837945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1e2f0c2-69ac-4e34-b9b8-62d43fe363a1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4528cde1-c588-46df-bf48-795bc75ae7c7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c12fa42-3ae3-4768-8378-8b4ea9d912d7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c12fa42-3ae3-4768-8378-8b4ea9d912d7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4229103906781500886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42291039067815008864229103906781500886422910390678150088642291039067815008864229103906781500886422910390678150088642291039067815008864229103906781500886422910390678150088642291039067815008864229103906781500886422910390678150088642291039067815008864229103906781500886422910390678150088642291039067815008864229103906781500886422910390678150088642291039067815008864229103906781500886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9365ee65-a26f-4aca-be53-af64ea6a4f36, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9365ee65-a26f-4aca-be53-af64ea6a4f36, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5946858059455776164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59468580594557761645946858059455776164594685805945577616459468580594557761645946858059455776164594685805945577616459468580594557761645946858059455776164594685805945577616459468580594557761645946858059455776164594685805945577616459468580594557761645946858059455776164594685805945577616459468580594557761645946858059455776164594685805945577616459468580594557761645946858059455776164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c12fa42-3ae3-4768-8378-8b4ea9d912d7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9365ee65-a26f-4aca-be53-af64ea6a4f36, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2933bf6-13ac-4d3b-865c-9d57bc2a9a51, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2933bf6-13ac-4d3b-865c-9d57bc2a9a51, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4752117868552215935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47521178685522159354752117868552215935475211786855221593547521178685522159354752117868552215935475211786855221593547521178685522159354752117868552215935475211786855221593547521178685522159354752117868552215935475211786855221593547521178685522159354752117868552215935475211786855221593547521178685522159354752117868552215935475211786855221593547521178685522159354752117868552215935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 892417cf-a35e-432b-971d-dd4a656cb137, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 892417cf-a35e-432b-971d-dd4a656cb137, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18289586450068372573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828958645006837257318289586450068372573182895864500683725731828958645006837257318289586450068372573182895864500683725731828958645006837257318289586450068372573182895864500683725731828958645006837257318289586450068372573182895864500683725731828958645006837257318289586450068372573182895864500683725731828958645006837257318289586450068372573182895864500683725731828958645006837257318289586450068372573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2933bf6-13ac-4d3b-865c-9d57bc2a9a51, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c25e6f33-c2b1-4598-87ab-70347cf9144d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c25e6f33-c2b1-4598-87ab-70347cf9144d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13841094193878243781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384109419387824378113841094193878243781138410941938782437811384109419387824378113841094193878243781138410941938782437811384109419387824378113841094193878243781138410941938782437811384109419387824378113841094193878243781138410941938782437811384109419387824378113841094193878243781138410941938782437811384109419387824378113841094193878243781138410941938782437811384109419387824378113841094193878243781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 892417cf-a35e-432b-971d-dd4a656cb137, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 835d0252-fdf6-4729-8475-86c871cb3aad, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 835d0252-fdf6-4729-8475-86c871cb3aad, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5064840053810111896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50648400538101118965064840053810111896506484005381011189650648400538101118965064840053810111896506484005381011189650648400538101118965064840053810111896506484005381011189650648400538101118965064840053810111896506484005381011189650648400538101118965064840053810111896506484005381011189650648400538101118965064840053810111896506484005381011189650648400538101118965064840053810111896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c25e6f33-c2b1-4598-87ab-70347cf9144d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc6687ca-1d3a-4361-9ff0-0bbdc6e971d9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc6687ca-1d3a-4361-9ff0-0bbdc6e971d9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17902127505519083487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790212750551908348717902127505519083487179021275055190834871790212750551908348717902127505519083487179021275055190834871790212750551908348717902127505519083487179021275055190834871790212750551908348717902127505519083487179021275055190834871790212750551908348717902127505519083487179021275055190834871790212750551908348717902127505519083487179021275055190834871790212750551908348717902127505519083487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 835d0252-fdf6-4729-8475-86c871cb3aad, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16428fdf-c6e0-4cd6-9b3a-13de817b5beb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16428fdf-c6e0-4cd6-9b3a-13de817b5beb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5826115517868678354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58261155178686783545826115517868678354582611551786867835458261155178686783545826115517868678354582611551786867835458261155178686783545826115517868678354582611551786867835458261155178686783545826115517868678354582611551786867835458261155178686783545826115517868678354582611551786867835458261155178686783545826115517868678354582611551786867835458261155178686783545826115517868678354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc6687ca-1d3a-4361-9ff0-0bbdc6e971d9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b83e1fc2-5be2-416f-b3d7-c44aa813592a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b83e1fc2-5be2-416f-b3d7-c44aa813592a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16921754526761586787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692175452676158678716921754526761586787169217545267615867871692175452676158678716921754526761586787169217545267615867871692175452676158678716921754526761586787169217545267615867871692175452676158678716921754526761586787169217545267615867871692175452676158678716921754526761586787169217545267615867871692175452676158678716921754526761586787169217545267615867871692175452676158678716921754526761586787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16428fdf-c6e0-4cd6-9b3a-13de817b5beb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82e70d24-8220-4889-b082-ea7f912cba67, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82e70d24-8220-4889-b082-ea7f912cba67, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5262704321051268108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52627043210512681085262704321051268108526270432105126810852627043210512681085262704321051268108526270432105126810852627043210512681085262704321051268108526270432105126810852627043210512681085262704321051268108526270432105126810852627043210512681085262704321051268108526270432105126810852627043210512681085262704321051268108526270432105126810852627043210512681085262704321051268108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b83e1fc2-5be2-416f-b3d7-c44aa813592a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bcf0b5e-ab4d-4e42-894b-13969dc0bdc1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bcf0b5e-ab4d-4e42-894b-13969dc0bdc1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12598771979403094793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259877197940309479312598771979403094793125987719794030947931259877197940309479312598771979403094793125987719794030947931259877197940309479312598771979403094793125987719794030947931259877197940309479312598771979403094793125987719794030947931259877197940309479312598771979403094793125987719794030947931259877197940309479312598771979403094793125987719794030947931259877197940309479312598771979403094793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82e70d24-8220-4889-b082-ea7f912cba67, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 608380b7-f84f-4b78-aa35-600d649cc616, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 608380b7-f84f-4b78-aa35-600d649cc616, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10792117674106574392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079211767410657439210792117674106574392107921176741065743921079211767410657439210792117674106574392107921176741065743921079211767410657439210792117674106574392107921176741065743921079211767410657439210792117674106574392107921176741065743921079211767410657439210792117674106574392107921176741065743921079211767410657439210792117674106574392107921176741065743921079211767410657439210792117674106574392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bcf0b5e-ab4d-4e42-894b-13969dc0bdc1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee3beb5b-d4ba-4adb-8dec-b9ea23301fbc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee3beb5b-d4ba-4adb-8dec-b9ea23301fbc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13553153426421025027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355315342642102502713553153426421025027135531534264210250271355315342642102502713553153426421025027135531534264210250271355315342642102502713553153426421025027135531534264210250271355315342642102502713553153426421025027135531534264210250271355315342642102502713553153426421025027135531534264210250271355315342642102502713553153426421025027135531534264210250271355315342642102502713553153426421025027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 608380b7-f84f-4b78-aa35-600d649cc616, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd74f598-0d1e-45f9-821c-25e5ce1ec167, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd74f598-0d1e-45f9-821c-25e5ce1ec167, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7700531338302453142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77005313383024531427700531338302453142770053133830245314277005313383024531427700531338302453142770053133830245314277005313383024531427700531338302453142770053133830245314277005313383024531427700531338302453142770053133830245314277005313383024531427700531338302453142770053133830245314277005313383024531427700531338302453142770053133830245314277005313383024531427700531338302453142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee3beb5b-d4ba-4adb-8dec-b9ea23301fbc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4819f5de-6571-4bf2-8e0f-ade7dff68f40, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4819f5de-6571-4bf2-8e0f-ade7dff68f40, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9005063847080976299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90050638470809762999005063847080976299900506384708097629990050638470809762999005063847080976299900506384708097629990050638470809762999005063847080976299900506384708097629990050638470809762999005063847080976299900506384708097629990050638470809762999005063847080976299900506384708097629990050638470809762999005063847080976299900506384708097629990050638470809762999005063847080976299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd74f598-0d1e-45f9-821c-25e5ce1ec167, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 427f33af-24f8-4296-8181-d66f6019dcfe, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 427f33af-24f8-4296-8181-d66f6019dcfe, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9448945426194221252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94489454261942212529448945426194221252944894542619422125294489454261942212529448945426194221252944894542619422125294489454261942212529448945426194221252944894542619422125294489454261942212529448945426194221252944894542619422125294489454261942212529448945426194221252944894542619422125294489454261942212529448945426194221252944894542619422125294489454261942212529448945426194221252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4819f5de-6571-4bf2-8e0f-ade7dff68f40, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbc04eb0-fe67-40fb-8810-3c0ef8345544, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbc04eb0-fe67-40fb-8810-3c0ef8345544, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16813564693906892507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681356469390689250716813564693906892507168135646939068925071681356469390689250716813564693906892507168135646939068925071681356469390689250716813564693906892507168135646939068925071681356469390689250716813564693906892507168135646939068925071681356469390689250716813564693906892507168135646939068925071681356469390689250716813564693906892507168135646939068925071681356469390689250716813564693906892507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 427f33af-24f8-4296-8181-d66f6019dcfe, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad8eb81f-8a85-41ff-ade8-e0d2fcd99490, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad8eb81f-8a85-41ff-ade8-e0d2fcd99490, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6101386283570888527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61013862835708885276101386283570888527610138628357088852761013862835708885276101386283570888527610138628357088852761013862835708885276101386283570888527610138628357088852761013862835708885276101386283570888527610138628357088852761013862835708885276101386283570888527610138628357088852761013862835708885276101386283570888527610138628357088852761013862835708885276101386283570888527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbc04eb0-fe67-40fb-8810-3c0ef8345544, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4aafeb8-3da3-43ef-966d-3ac9087d3c06, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4aafeb8-3da3-43ef-966d-3ac9087d3c06, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1029014272279390974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10290142722793909741029014272279390974102901427227939097410290142722793909741029014272279390974102901427227939097410290142722793909741029014272279390974102901427227939097410290142722793909741029014272279390974102901427227939097410290142722793909741029014272279390974102901427227939097410290142722793909741029014272279390974102901427227939097410290142722793909741029014272279390974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad8eb81f-8a85-41ff-ade8-e0d2fcd99490, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a21c49af-157e-407b-b470-1d2a1665a4b8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a21c49af-157e-407b-b470-1d2a1665a4b8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1488315076066640274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14883150760666402741488315076066640274148831507606664027414883150760666402741488315076066640274148831507606664027414883150760666402741488315076066640274148831507606664027414883150760666402741488315076066640274148831507606664027414883150760666402741488315076066640274148831507606664027414883150760666402741488315076066640274148831507606664027414883150760666402741488315076066640274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4aafeb8-3da3-43ef-966d-3ac9087d3c06, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b527beba-c70c-4c6f-ba9b-b7bdaf4ac1af, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b527beba-c70c-4c6f-ba9b-b7bdaf4ac1af, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14428633008640782982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442863300864078298214428633008640782982144286330086407829821442863300864078298214428633008640782982144286330086407829821442863300864078298214428633008640782982144286330086407829821442863300864078298214428633008640782982144286330086407829821442863300864078298214428633008640782982144286330086407829821442863300864078298214428633008640782982144286330086407829821442863300864078298214428633008640782982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a21c49af-157e-407b-b470-1d2a1665a4b8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ee68332-0d89-4461-b0fd-74bbf0456deb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ee68332-0d89-4461-b0fd-74bbf0456deb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14722618809305269282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472261880930526928214722618809305269282147226188093052692821472261880930526928214722618809305269282147226188093052692821472261880930526928214722618809305269282147226188093052692821472261880930526928214722618809305269282147226188093052692821472261880930526928214722618809305269282147226188093052692821472261880930526928214722618809305269282147226188093052692821472261880930526928214722618809305269282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b527beba-c70c-4c6f-ba9b-b7bdaf4ac1af, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b757440-1f31-457b-b890-cb4872783fec, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ee68332-0d89-4461-b0fd-74bbf0456deb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b757440-1f31-457b-b890-cb4872783fec, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10908328975739884184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090832897573988418410908328975739884184109083289757398841841090832897573988418410908328975739884184109083289757398841841090832897573988418410908328975739884184109083289757398841841090832897573988418410908328975739884184109083289757398841841090832897573988418410908328975739884184109083289757398841841090832897573988418410908328975739884184109083289757398841841090832897573988418410908328975739884184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa9569bf-3f4e-40b6-a720-c262e0a1e09d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa9569bf-3f4e-40b6-a720-c262e0a1e09d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12638223979462446814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263822397946244681412638223979462446814126382239794624468141263822397946244681412638223979462446814126382239794624468141263822397946244681412638223979462446814126382239794624468141263822397946244681412638223979462446814126382239794624468141263822397946244681412638223979462446814126382239794624468141263822397946244681412638223979462446814126382239794624468141263822397946244681412638223979462446814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b757440-1f31-457b-b890-cb4872783fec, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69653590-4f79-4436-9212-e3b7bb922e20, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa9569bf-3f4e-40b6-a720-c262e0a1e09d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88d9f195-a110-40c5-bc3f-c30a045c57a0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88d9f195-a110-40c5-bc3f-c30a045c57a0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17269683240972368506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726968324097236850617269683240972368506172696832409723685061726968324097236850617269683240972368506172696832409723685061726968324097236850617269683240972368506172696832409723685061726968324097236850617269683240972368506172696832409723685061726968324097236850617269683240972368506172696832409723685061726968324097236850617269683240972368506172696832409723685061726968324097236850617269683240972368506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69653590-4f79-4436-9212-e3b7bb922e20, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17679564742708045050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767956474270804505017679564742708045050176795647427080450501767956474270804505017679564742708045050176795647427080450501767956474270804505017679564742708045050176795647427080450501767956474270804505017679564742708045050176795647427080450501767956474270804505017679564742708045050176795647427080450501767956474270804505017679564742708045050176795647427080450501767956474270804505017679564742708045050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88d9f195-a110-40c5-bc3f-c30a045c57a0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 816c95f0-cb71-47fd-8e40-122694a2eca3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69653590-4f79-4436-9212-e3b7bb922e20, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 816c95f0-cb71-47fd-8e40-122694a2eca3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15992001759530029367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599200175953002936715992001759530029367159920017595300293671599200175953002936715992001759530029367159920017595300293671599200175953002936715992001759530029367159920017595300293671599200175953002936715992001759530029367159920017595300293671599200175953002936715992001759530029367159920017595300293671599200175953002936715992001759530029367159920017595300293671599200175953002936715992001759530029367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 546b8f15-8732-4994-9d50-da825f011c9d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 546b8f15-8732-4994-9d50-da825f011c9d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12191066777159413954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219106677715941395412191066777159413954121910667771594139541219106677715941395412191066777159413954121910667771594139541219106677715941395412191066777159413954121910667771594139541219106677715941395412191066777159413954121910667771594139541219106677715941395412191066777159413954121910667771594139541219106677715941395412191066777159413954121910667771594139541219106677715941395412191066777159413954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 816c95f0-cb71-47fd-8e40-122694a2eca3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29a08f94-557c-49ca-9c70-f0385dec7565, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29a08f94-557c-49ca-9c70-f0385dec7565, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4231965824374840592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42319658243748405924231965824374840592423196582437484059242319658243748405924231965824374840592423196582437484059242319658243748405924231965824374840592423196582437484059242319658243748405924231965824374840592423196582437484059242319658243748405924231965824374840592423196582437484059242319658243748405924231965824374840592423196582437484059242319658243748405924231965824374840592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 546b8f15-8732-4994-9d50-da825f011c9d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7da4767b-a93b-46fa-b540-fb054c82f4bf, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da4767b-a93b-46fa-b540-fb054c82f4bf, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16999738835186235950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699973883518623595016999738835186235950169997388351862359501699973883518623595016999738835186235950169997388351862359501699973883518623595016999738835186235950169997388351862359501699973883518623595016999738835186235950169997388351862359501699973883518623595016999738835186235950169997388351862359501699973883518623595016999738835186235950169997388351862359501699973883518623595016999738835186235950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29a08f94-557c-49ca-9c70-f0385dec7565, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcc79498-fcf7-452f-b159-7f1c31580581, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcc79498-fcf7-452f-b159-7f1c31580581, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6122334005256442323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61223340052564423236122334005256442323612233400525644232361223340052564423236122334005256442323612233400525644232361223340052564423236122334005256442323612233400525644232361223340052564423236122334005256442323612233400525644232361223340052564423236122334005256442323612233400525644232361223340052564423236122334005256442323612233400525644232361223340052564423236122334005256442323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcc79498-fcf7-452f-b159-7f1c31580581, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4f407c3-c32e-4ebf-829c-e412a9218372, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4f407c3-c32e-4ebf-829c-e412a9218372, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7926871322569029610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79268713225690296107926871322569029610792687132256902961079268713225690296107926871322569029610792687132256902961079268713225690296107926871322569029610792687132256902961079268713225690296107926871322569029610792687132256902961079268713225690296107926871322569029610792687132256902961079268713225690296107926871322569029610792687132256902961079268713225690296107926871322569029610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da4767b-a93b-46fa-b540-fb054c82f4bf, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1b9d958-1c4a-440e-8ce5-8979a7d86e6d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1b9d958-1c4a-440e-8ce5-8979a7d86e6d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6068097380717436612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60680973807174366126068097380717436612606809738071743661260680973807174366126068097380717436612606809738071743661260680973807174366126068097380717436612606809738071743661260680973807174366126068097380717436612606809738071743661260680973807174366126068097380717436612606809738071743661260680973807174366126068097380717436612606809738071743661260680973807174366126068097380717436612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4f407c3-c32e-4ebf-829c-e412a9218372, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c82accf6-42a5-4090-ac96-b0b1e40ede41, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c82accf6-42a5-4090-ac96-b0b1e40ede41, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14640310285925928907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464031028592592890714640310285925928907146403102859259289071464031028592592890714640310285925928907146403102859259289071464031028592592890714640310285925928907146403102859259289071464031028592592890714640310285925928907146403102859259289071464031028592592890714640310285925928907146403102859259289071464031028592592890714640310285925928907146403102859259289071464031028592592890714640310285925928907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1b9d958-1c4a-440e-8ce5-8979a7d86e6d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02860fe3-f03a-4c43-bee5-62d483ced596, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02860fe3-f03a-4c43-bee5-62d483ced596, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13920928931678650323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392092893167865032313920928931678650323139209289316786503231392092893167865032313920928931678650323139209289316786503231392092893167865032313920928931678650323139209289316786503231392092893167865032313920928931678650323139209289316786503231392092893167865032313920928931678650323139209289316786503231392092893167865032313920928931678650323139209289316786503231392092893167865032313920928931678650323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c82accf6-42a5-4090-ac96-b0b1e40ede41, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f3344f2-7483-4a0e-a65e-975088d515c4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f3344f2-7483-4a0e-a65e-975088d515c4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15616005122681090631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561600512268109063115616005122681090631156160051226810906311561600512268109063115616005122681090631156160051226810906311561600512268109063115616005122681090631156160051226810906311561600512268109063115616005122681090631156160051226810906311561600512268109063115616005122681090631156160051226810906311561600512268109063115616005122681090631156160051226810906311561600512268109063115616005122681090631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02860fe3-f03a-4c43-bee5-62d483ced596, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17ddaa0f-81d9-416c-9ec8-06be808d43cd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ddaa0f-81d9-416c-9ec8-06be808d43cd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18371829918123519115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837182991812351911518371829918123519115183718299181235191151837182991812351911518371829918123519115183718299181235191151837182991812351911518371829918123519115183718299181235191151837182991812351911518371829918123519115183718299181235191151837182991812351911518371829918123519115183718299181235191151837182991812351911518371829918123519115183718299181235191151837182991812351911518371829918123519115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f3344f2-7483-4a0e-a65e-975088d515c4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 697d6a56-40d3-451c-a3ea-e7421ee40e0f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 697d6a56-40d3-451c-a3ea-e7421ee40e0f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 555173340038391541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "555173340038391541555173340038391541555173340038391541555173340038391541555173340038391541555173340038391541555173340038391541555173340038391541555173340038391541555173340038391541555173340038391541555173340038391541555173340038391541555173340038391541555173340038391541555173340038391541555173340038391541555173340038391541555173340038391541555173340038391541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ddaa0f-81d9-416c-9ec8-06be808d43cd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed3e1267-c0a4-4ed9-b347-d7ff8f338685, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed3e1267-c0a4-4ed9-b347-d7ff8f338685, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17120733616113654028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712073361611365402817120733616113654028171207336161136540281712073361611365402817120733616113654028171207336161136540281712073361611365402817120733616113654028171207336161136540281712073361611365402817120733616113654028171207336161136540281712073361611365402817120733616113654028171207336161136540281712073361611365402817120733616113654028171207336161136540281712073361611365402817120733616113654028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 697d6a56-40d3-451c-a3ea-e7421ee40e0f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75b1c0fc-21af-45cb-9a27-24be7683fa0b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75b1c0fc-21af-45cb-9a27-24be7683fa0b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2343616545520371299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23436165455203712992343616545520371299234361654552037129923436165455203712992343616545520371299234361654552037129923436165455203712992343616545520371299234361654552037129923436165455203712992343616545520371299234361654552037129923436165455203712992343616545520371299234361654552037129923436165455203712992343616545520371299234361654552037129923436165455203712992343616545520371299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed3e1267-c0a4-4ed9-b347-d7ff8f338685, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e5f0bac-9f61-40f4-bfae-a95af5c4ffbf, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e5f0bac-9f61-40f4-bfae-a95af5c4ffbf, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7989941327582916683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79899413275829166837989941327582916683798994132758291668379899413275829166837989941327582916683798994132758291668379899413275829166837989941327582916683798994132758291668379899413275829166837989941327582916683798994132758291668379899413275829166837989941327582916683798994132758291668379899413275829166837989941327582916683798994132758291668379899413275829166837989941327582916683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75b1c0fc-21af-45cb-9a27-24be7683fa0b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 870b97a9-3a37-4e74-af49-59a60346e39b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 870b97a9-3a37-4e74-af49-59a60346e39b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16583627027291421075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658362702729142107516583627027291421075165836270272914210751658362702729142107516583627027291421075165836270272914210751658362702729142107516583627027291421075165836270272914210751658362702729142107516583627027291421075165836270272914210751658362702729142107516583627027291421075165836270272914210751658362702729142107516583627027291421075165836270272914210751658362702729142107516583627027291421075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e5f0bac-9f61-40f4-bfae-a95af5c4ffbf, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3091049-8217-432e-be9d-2f66427ab092, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3091049-8217-432e-be9d-2f66427ab092, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17309106015774592723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730910601577459272317309106015774592723173091060157745927231730910601577459272317309106015774592723173091060157745927231730910601577459272317309106015774592723173091060157745927231730910601577459272317309106015774592723173091060157745927231730910601577459272317309106015774592723173091060157745927231730910601577459272317309106015774592723173091060157745927231730910601577459272317309106015774592723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 870b97a9-3a37-4e74-af49-59a60346e39b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3091049-8217-432e-be9d-2f66427ab092, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 417f2d02-1b53-4d7f-90b2-73cda9eb98e4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 417f2d02-1b53-4d7f-90b2-73cda9eb98e4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18147264390262379208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814726439026237920818147264390262379208181472643902623792081814726439026237920818147264390262379208181472643902623792081814726439026237920818147264390262379208181472643902623792081814726439026237920818147264390262379208181472643902623792081814726439026237920818147264390262379208181472643902623792081814726439026237920818147264390262379208181472643902623792081814726439026237920818147264390262379208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ebdfd6c-7874-4a47-8a3d-f1ab6ebe11f5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ebdfd6c-7874-4a47-8a3d-f1ab6ebe11f5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18165765389183800255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816576538918380025518165765389183800255181657653891838002551816576538918380025518165765389183800255181657653891838002551816576538918380025518165765389183800255181657653891838002551816576538918380025518165765389183800255181657653891838002551816576538918380025518165765389183800255181657653891838002551816576538918380025518165765389183800255181657653891838002551816576538918380025518165765389183800255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 417f2d02-1b53-4d7f-90b2-73cda9eb98e4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ebdfd6c-7874-4a47-8a3d-f1ab6ebe11f5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebdbd915-0e05-4153-bb29-dc72e797c0e3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebdbd915-0e05-4153-bb29-dc72e797c0e3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6545358897661616529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65453588976616165296545358897661616529654535889766161652965453588976616165296545358897661616529654535889766161652965453588976616165296545358897661616529654535889766161652965453588976616165296545358897661616529654535889766161652965453588976616165296545358897661616529654535889766161652965453588976616165296545358897661616529654535889766161652965453588976616165296545358897661616529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ed12284-9279-4283-8afd-fe298891cfdd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ed12284-9279-4283-8afd-fe298891cfdd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3871413557053816726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38714135570538167263871413557053816726387141355705381672638714135570538167263871413557053816726387141355705381672638714135570538167263871413557053816726387141355705381672638714135570538167263871413557053816726387141355705381672638714135570538167263871413557053816726387141355705381672638714135570538167263871413557053816726387141355705381672638714135570538167263871413557053816726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebdbd915-0e05-4153-bb29-dc72e797c0e3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ed12284-9279-4283-8afd-fe298891cfdd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f01f22a-64b3-4dd6-a3f3-58b2ff2bdf64, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b577fe3-f90e-41ad-87a8-3d7d8aa99ade, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f01f22a-64b3-4dd6-a3f3-58b2ff2bdf64, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14260626226630848579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426062622663084857914260626226630848579142606262266308485791426062622663084857914260626226630848579142606262266308485791426062622663084857914260626226630848579142606262266308485791426062622663084857914260626226630848579142606262266308485791426062622663084857914260626226630848579142606262266308485791426062622663084857914260626226630848579142606262266308485791426062622663084857914260626226630848579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b577fe3-f90e-41ad-87a8-3d7d8aa99ade, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7012904748727277560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70129047487272775607012904748727277560701290474872727756070129047487272775607012904748727277560701290474872727756070129047487272775607012904748727277560701290474872727756070129047487272775607012904748727277560701290474872727756070129047487272775607012904748727277560701290474872727756070129047487272775607012904748727277560701290474872727756070129047487272775607012904748727277560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b577fe3-f90e-41ad-87a8-3d7d8aa99ade, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfcd1a28-ee3f-416b-97dd-67921e4aab68, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfcd1a28-ee3f-416b-97dd-67921e4aab68, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11607831680650962404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160783168065096240411607831680650962404116078316806509624041160783168065096240411607831680650962404116078316806509624041160783168065096240411607831680650962404116078316806509624041160783168065096240411607831680650962404116078316806509624041160783168065096240411607831680650962404116078316806509624041160783168065096240411607831680650962404116078316806509624041160783168065096240411607831680650962404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f01f22a-64b3-4dd6-a3f3-58b2ff2bdf64, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0454f38-cf03-482a-a2b8-9018e96eeac2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0454f38-cf03-482a-a2b8-9018e96eeac2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11184351490494925115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118435149049492511511184351490494925115111843514904949251151118435149049492511511184351490494925115111843514904949251151118435149049492511511184351490494925115111843514904949251151118435149049492511511184351490494925115111843514904949251151118435149049492511511184351490494925115111843514904949251151118435149049492511511184351490494925115111843514904949251151118435149049492511511184351490494925115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfcd1a28-ee3f-416b-97dd-67921e4aab68, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cceb1f0d-9e7d-4d88-a1c8-da28a02248b0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0454f38-cf03-482a-a2b8-9018e96eeac2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cceb1f0d-9e7d-4d88-a1c8-da28a02248b0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17800547426356658048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780054742635665804817800547426356658048178005474263566580481780054742635665804817800547426356658048178005474263566580481780054742635665804817800547426356658048178005474263566580481780054742635665804817800547426356658048178005474263566580481780054742635665804817800547426356658048178005474263566580481780054742635665804817800547426356658048178005474263566580481780054742635665804817800547426356658048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bbb50a2-1498-4f3c-8dfb-58f9d8cf2687, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bbb50a2-1498-4f3c-8dfb-58f9d8cf2687, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3105173637767044295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31051736377670442953105173637767044295310517363776704429531051736377670442953105173637767044295310517363776704429531051736377670442953105173637767044295310517363776704429531051736377670442953105173637767044295310517363776704429531051736377670442953105173637767044295310517363776704429531051736377670442953105173637767044295310517363776704429531051736377670442953105173637767044295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cceb1f0d-9e7d-4d88-a1c8-da28a02248b0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 148d3d7c-33b8-4785-91dc-1d97ba492a38, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 148d3d7c-33b8-4785-91dc-1d97ba492a38, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9468913346061554461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94689133460615544619468913346061554461946891334606155446194689133460615544619468913346061554461946891334606155446194689133460615544619468913346061554461946891334606155446194689133460615544619468913346061554461946891334606155446194689133460615544619468913346061554461946891334606155446194689133460615544619468913346061554461946891334606155446194689133460615544619468913346061554461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bbb50a2-1498-4f3c-8dfb-58f9d8cf2687, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d94fec2-5bbd-4b2c-9ff6-7ef615f7cc42, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d94fec2-5bbd-4b2c-9ff6-7ef615f7cc42, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9472281634753494605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94722816347534946059472281634753494605947228163475349460594722816347534946059472281634753494605947228163475349460594722816347534946059472281634753494605947228163475349460594722816347534946059472281634753494605947228163475349460594722816347534946059472281634753494605947228163475349460594722816347534946059472281634753494605947228163475349460594722816347534946059472281634753494605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 148d3d7c-33b8-4785-91dc-1d97ba492a38, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b66f1e4b-ce15-45e8-8b26-8c4171d73888, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b66f1e4b-ce15-45e8-8b26-8c4171d73888, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8542307295150648668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85423072951506486688542307295150648668854230729515064866885423072951506486688542307295150648668854230729515064866885423072951506486688542307295150648668854230729515064866885423072951506486688542307295150648668854230729515064866885423072951506486688542307295150648668854230729515064866885423072951506486688542307295150648668854230729515064866885423072951506486688542307295150648668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d94fec2-5bbd-4b2c-9ff6-7ef615f7cc42, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22f84a45-7ee8-4bb9-93ec-2b33b17272d5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22f84a45-7ee8-4bb9-93ec-2b33b17272d5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5625115400779409297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56251154007794092975625115400779409297562511540077940929756251154007794092975625115400779409297562511540077940929756251154007794092975625115400779409297562511540077940929756251154007794092975625115400779409297562511540077940929756251154007794092975625115400779409297562511540077940929756251154007794092975625115400779409297562511540077940929756251154007794092975625115400779409297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b66f1e4b-ce15-45e8-8b26-8c4171d73888, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75583a8a-9052-4baa-a677-b73c99695d9f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75583a8a-9052-4baa-a677-b73c99695d9f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7069876421586314735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70698764215863147357069876421586314735706987642158631473570698764215863147357069876421586314735706987642158631473570698764215863147357069876421586314735706987642158631473570698764215863147357069876421586314735706987642158631473570698764215863147357069876421586314735706987642158631473570698764215863147357069876421586314735706987642158631473570698764215863147357069876421586314735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22f84a45-7ee8-4bb9-93ec-2b33b17272d5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89292da6-4d62-4dc0-a915-6c9a5bc170f2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89292da6-4d62-4dc0-a915-6c9a5bc170f2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6092452435506681272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60924524355066812726092452435506681272609245243550668127260924524355066812726092452435506681272609245243550668127260924524355066812726092452435506681272609245243550668127260924524355066812726092452435506681272609245243550668127260924524355066812726092452435506681272609245243550668127260924524355066812726092452435506681272609245243550668127260924524355066812726092452435506681272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75583a8a-9052-4baa-a677-b73c99695d9f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7bf6591-0428-4288-8531-27a8dfb1f47e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7bf6591-0428-4288-8531-27a8dfb1f47e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 699892788317788835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "699892788317788835699892788317788835699892788317788835699892788317788835699892788317788835699892788317788835699892788317788835699892788317788835699892788317788835699892788317788835699892788317788835699892788317788835699892788317788835699892788317788835699892788317788835699892788317788835699892788317788835699892788317788835699892788317788835699892788317788835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89292da6-4d62-4dc0-a915-6c9a5bc170f2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1790626a-4026-4491-8345-10c4bd9a90e3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1790626a-4026-4491-8345-10c4bd9a90e3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18277605180977275856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827760518097727585618277605180977275856182776051809772758561827760518097727585618277605180977275856182776051809772758561827760518097727585618277605180977275856182776051809772758561827760518097727585618277605180977275856182776051809772758561827760518097727585618277605180977275856182776051809772758561827760518097727585618277605180977275856182776051809772758561827760518097727585618277605180977275856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7bf6591-0428-4288-8531-27a8dfb1f47e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1790626a-4026-4491-8345-10c4bd9a90e3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70e26cea-538c-4f18-a275-8378158584b5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70e26cea-538c-4f18-a275-8378158584b5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11094796206404832700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109479620640483270011094796206404832700110947962064048327001109479620640483270011094796206404832700110947962064048327001109479620640483270011094796206404832700110947962064048327001109479620640483270011094796206404832700110947962064048327001109479620640483270011094796206404832700110947962064048327001109479620640483270011094796206404832700110947962064048327001109479620640483270011094796206404832700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94372ae8-83af-4a65-b555-8461d84afcfd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94372ae8-83af-4a65-b555-8461d84afcfd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2090592551960396660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20905925519603966602090592551960396660209059255196039666020905925519603966602090592551960396660209059255196039666020905925519603966602090592551960396660209059255196039666020905925519603966602090592551960396660209059255196039666020905925519603966602090592551960396660209059255196039666020905925519603966602090592551960396660209059255196039666020905925519603966602090592551960396660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70e26cea-538c-4f18-a275-8378158584b5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe070172-1f7d-4688-bc09-cf21d34b824a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe070172-1f7d-4688-bc09-cf21d34b824a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6764840425570982511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67648404255709825116764840425570982511676484042557098251167648404255709825116764840425570982511676484042557098251167648404255709825116764840425570982511676484042557098251167648404255709825116764840425570982511676484042557098251167648404255709825116764840425570982511676484042557098251167648404255709825116764840425570982511676484042557098251167648404255709825116764840425570982511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94372ae8-83af-4a65-b555-8461d84afcfd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa118cca-207f-4f3c-8a71-ef77478fd6a9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa118cca-207f-4f3c-8a71-ef77478fd6a9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7581573796394102727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75815737963941027277581573796394102727758157379639410272775815737963941027277581573796394102727758157379639410272775815737963941027277581573796394102727758157379639410272775815737963941027277581573796394102727758157379639410272775815737963941027277581573796394102727758157379639410272775815737963941027277581573796394102727758157379639410272775815737963941027277581573796394102727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe070172-1f7d-4688-bc09-cf21d34b824a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bdc5eca-f97e-42f6-a53f-c3df424721dd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bdc5eca-f97e-42f6-a53f-c3df424721dd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12443158275593024726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244315827559302472612443158275593024726124431582755930247261244315827559302472612443158275593024726124431582755930247261244315827559302472612443158275593024726124431582755930247261244315827559302472612443158275593024726124431582755930247261244315827559302472612443158275593024726124431582755930247261244315827559302472612443158275593024726124431582755930247261244315827559302472612443158275593024726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa118cca-207f-4f3c-8a71-ef77478fd6a9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cc7e392-09e8-47a5-bd80-22ab976aae59, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cc7e392-09e8-47a5-bd80-22ab976aae59, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17079079198417596405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707907919841759640517079079198417596405170790791984175964051707907919841759640517079079198417596405170790791984175964051707907919841759640517079079198417596405170790791984175964051707907919841759640517079079198417596405170790791984175964051707907919841759640517079079198417596405170790791984175964051707907919841759640517079079198417596405170790791984175964051707907919841759640517079079198417596405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bdc5eca-f97e-42f6-a53f-c3df424721dd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cc7e392-09e8-47a5-bd80-22ab976aae59, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8b0d170-2b86-4736-8f8b-14357b721015, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8b0d170-2b86-4736-8f8b-14357b721015, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17949383697781048792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794938369778104879217949383697781048792179493836977810487921794938369778104879217949383697781048792179493836977810487921794938369778104879217949383697781048792179493836977810487921794938369778104879217949383697781048792179493836977810487921794938369778104879217949383697781048792179493836977810487921794938369778104879217949383697781048792179493836977810487921794938369778104879217949383697781048792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ca23d91-a34e-42cb-ab0d-032eeb463e6e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ca23d91-a34e-42cb-ab0d-032eeb463e6e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6047451802949539427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60474518029495394276047451802949539427604745180294953942760474518029495394276047451802949539427604745180294953942760474518029495394276047451802949539427604745180294953942760474518029495394276047451802949539427604745180294953942760474518029495394276047451802949539427604745180294953942760474518029495394276047451802949539427604745180294953942760474518029495394276047451802949539427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ca23d91-a34e-42cb-ab0d-032eeb463e6e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43b27dc0-ec52-4083-b37f-cd05961ce3e5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43b27dc0-ec52-4083-b37f-cd05961ce3e5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10462558720468540070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046255872046854007010462558720468540070104625587204685400701046255872046854007010462558720468540070104625587204685400701046255872046854007010462558720468540070104625587204685400701046255872046854007010462558720468540070104625587204685400701046255872046854007010462558720468540070104625587204685400701046255872046854007010462558720468540070104625587204685400701046255872046854007010462558720468540070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8b0d170-2b86-4736-8f8b-14357b721015, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8351baa9-63ba-485c-aae0-deaa4f604523, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8351baa9-63ba-485c-aae0-deaa4f604523, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7624147042750099569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76241470427500995697624147042750099569762414704275009956976241470427500995697624147042750099569762414704275009956976241470427500995697624147042750099569762414704275009956976241470427500995697624147042750099569762414704275009956976241470427500995697624147042750099569762414704275009956976241470427500995697624147042750099569762414704275009956976241470427500995697624147042750099569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43b27dc0-ec52-4083-b37f-cd05961ce3e5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a77feca-a742-4745-96d1-65160654b432, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8351baa9-63ba-485c-aae0-deaa4f604523, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a77feca-a742-4745-96d1-65160654b432, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18162370019960927506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816237001996092750618162370019960927506181623700199609275061816237001996092750618162370019960927506181623700199609275061816237001996092750618162370019960927506181623700199609275061816237001996092750618162370019960927506181623700199609275061816237001996092750618162370019960927506181623700199609275061816237001996092750618162370019960927506181623700199609275061816237001996092750618162370019960927506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 491deee7-fc55-4dd7-939a-531a37550e7c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a77feca-a742-4745-96d1-65160654b432, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 558d4f25-fde5-4139-8a47-6ed0a94e85a5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 491deee7-fc55-4dd7-939a-531a37550e7c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12550682508528595996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255068250852859599612550682508528595996125506825085285959961255068250852859599612550682508528595996125506825085285959961255068250852859599612550682508528595996125506825085285959961255068250852859599612550682508528595996125506825085285959961255068250852859599612550682508528595996125506825085285959961255068250852859599612550682508528595996125506825085285959961255068250852859599612550682508528595996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 558d4f25-fde5-4139-8a47-6ed0a94e85a5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 239320793303289657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "239320793303289657239320793303289657239320793303289657239320793303289657239320793303289657239320793303289657239320793303289657239320793303289657239320793303289657239320793303289657239320793303289657239320793303289657239320793303289657239320793303289657239320793303289657239320793303289657239320793303289657239320793303289657239320793303289657239320793303289657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 558d4f25-fde5-4139-8a47-6ed0a94e85a5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a165842e-18f0-4b55-9b0c-f5cbdc99cbc4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a165842e-18f0-4b55-9b0c-f5cbdc99cbc4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7208046406216322163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72080464062163221637208046406216322163720804640621632216372080464062163221637208046406216322163720804640621632216372080464062163221637208046406216322163720804640621632216372080464062163221637208046406216322163720804640621632216372080464062163221637208046406216322163720804640621632216372080464062163221637208046406216322163720804640621632216372080464062163221637208046406216322163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 491deee7-fc55-4dd7-939a-531a37550e7c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 343771d9-9d78-4860-83fb-d024e593983e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 343771d9-9d78-4860-83fb-d024e593983e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10819310969393592050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081931096939359205010819310969393592050108193109693935920501081931096939359205010819310969393592050108193109693935920501081931096939359205010819310969393592050108193109693935920501081931096939359205010819310969393592050108193109693935920501081931096939359205010819310969393592050108193109693935920501081931096939359205010819310969393592050108193109693935920501081931096939359205010819310969393592050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a165842e-18f0-4b55-9b0c-f5cbdc99cbc4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53fb13dd-b2d4-4ab5-92b7-76fc717acf4e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53fb13dd-b2d4-4ab5-92b7-76fc717acf4e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4017554770346615618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40175547703466156184017554770346615618401755477034661561840175547703466156184017554770346615618401755477034661561840175547703466156184017554770346615618401755477034661561840175547703466156184017554770346615618401755477034661561840175547703466156184017554770346615618401755477034661561840175547703466156184017554770346615618401755477034661561840175547703466156184017554770346615618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 343771d9-9d78-4860-83fb-d024e593983e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d32e99c-bedf-4499-ad8e-4f3db44dd1c5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d32e99c-bedf-4499-ad8e-4f3db44dd1c5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6671216130131834858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66712161301318348586671216130131834858667121613013183485866712161301318348586671216130131834858667121613013183485866712161301318348586671216130131834858667121613013183485866712161301318348586671216130131834858667121613013183485866712161301318348586671216130131834858667121613013183485866712161301318348586671216130131834858667121613013183485866712161301318348586671216130131834858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53fb13dd-b2d4-4ab5-92b7-76fc717acf4e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e0a83d6-a9e8-440c-b040-49644e32e07a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e0a83d6-a9e8-440c-b040-49644e32e07a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16306200276646477593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630620027664647759316306200276646477593163062002766464775931630620027664647759316306200276646477593163062002766464775931630620027664647759316306200276646477593163062002766464775931630620027664647759316306200276646477593163062002766464775931630620027664647759316306200276646477593163062002766464775931630620027664647759316306200276646477593163062002766464775931630620027664647759316306200276646477593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d32e99c-bedf-4499-ad8e-4f3db44dd1c5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be270c2f-2c45-4df5-a0d1-ed56d72e4188, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be270c2f-2c45-4df5-a0d1-ed56d72e4188, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2240939431542074282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22409394315420742822240939431542074282224093943154207428222409394315420742822240939431542074282224093943154207428222409394315420742822240939431542074282224093943154207428222409394315420742822240939431542074282224093943154207428222409394315420742822240939431542074282224093943154207428222409394315420742822240939431542074282224093943154207428222409394315420742822240939431542074282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e0a83d6-a9e8-440c-b040-49644e32e07a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4479eacf-3caf-4553-996a-e7dc583fed3c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4479eacf-3caf-4553-996a-e7dc583fed3c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8790954639556697989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87909546395566979898790954639556697989879095463955669798987909546395566979898790954639556697989879095463955669798987909546395566979898790954639556697989879095463955669798987909546395566979898790954639556697989879095463955669798987909546395566979898790954639556697989879095463955669798987909546395566979898790954639556697989879095463955669798987909546395566979898790954639556697989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be270c2f-2c45-4df5-a0d1-ed56d72e4188, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c35814f6-981c-4a9b-8dd5-b47ebc299663, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c35814f6-981c-4a9b-8dd5-b47ebc299663, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11251220619265964188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125122061926596418811251220619265964188112512206192659641881125122061926596418811251220619265964188112512206192659641881125122061926596418811251220619265964188112512206192659641881125122061926596418811251220619265964188112512206192659641881125122061926596418811251220619265964188112512206192659641881125122061926596418811251220619265964188112512206192659641881125122061926596418811251220619265964188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4479eacf-3caf-4553-996a-e7dc583fed3c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c35814f6-981c-4a9b-8dd5-b47ebc299663, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7d36425-b54b-46d6-9eca-5502ef700406, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac1f08a1-65ce-474c-acf7-8c950722f965, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7d36425-b54b-46d6-9eca-5502ef700406, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16859259385577767703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685925938557776770316859259385577767703168592593855777677031685925938557776770316859259385577767703168592593855777677031685925938557776770316859259385577767703168592593855777677031685925938557776770316859259385577767703168592593855777677031685925938557776770316859259385577767703168592593855777677031685925938557776770316859259385577767703168592593855777677031685925938557776770316859259385577767703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac1f08a1-65ce-474c-acf7-8c950722f965, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8378878844282507866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83788788442825078668378878844282507866837887884428250786683788788442825078668378878844282507866837887884428250786683788788442825078668378878844282507866837887884428250786683788788442825078668378878844282507866837887884428250786683788788442825078668378878844282507866837887884428250786683788788442825078668378878844282507866837887884428250786683788788442825078668378878844282507866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7d36425-b54b-46d6-9eca-5502ef700406, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac1f08a1-65ce-474c-acf7-8c950722f965, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ff50648-a507-4ff4-a895-586af0780092, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ff50648-a507-4ff4-a895-586af0780092, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13175475651110852553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317547565111085255313175475651110852553131754756511108525531317547565111085255313175475651110852553131754756511108525531317547565111085255313175475651110852553131754756511108525531317547565111085255313175475651110852553131754756511108525531317547565111085255313175475651110852553131754756511108525531317547565111085255313175475651110852553131754756511108525531317547565111085255313175475651110852553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 098580a6-6a06-4a13-914a-fc036ee4b080, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 098580a6-6a06-4a13-914a-fc036ee4b080, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11432147988603373218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143214798860337321811432147988603373218114321479886033732181143214798860337321811432147988603373218114321479886033732181143214798860337321811432147988603373218114321479886033732181143214798860337321811432147988603373218114321479886033732181143214798860337321811432147988603373218114321479886033732181143214798860337321811432147988603373218114321479886033732181143214798860337321811432147988603373218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ff50648-a507-4ff4-a895-586af0780092, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 562c84c0-472b-439e-a7bd-723f3e478e9e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 098580a6-6a06-4a13-914a-fc036ee4b080, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 562c84c0-472b-439e-a7bd-723f3e478e9e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6010712380480743015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60107123804807430156010712380480743015601071238048074301560107123804807430156010712380480743015601071238048074301560107123804807430156010712380480743015601071238048074301560107123804807430156010712380480743015601071238048074301560107123804807430156010712380480743015601071238048074301560107123804807430156010712380480743015601071238048074301560107123804807430156010712380480743015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e10040cf-fd16-4eef-89d1-fc4c32c19abc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e10040cf-fd16-4eef-89d1-fc4c32c19abc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5999261078900430723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59992610789004307235999261078900430723599926107890043072359992610789004307235999261078900430723599926107890043072359992610789004307235999261078900430723599926107890043072359992610789004307235999261078900430723599926107890043072359992610789004307235999261078900430723599926107890043072359992610789004307235999261078900430723599926107890043072359992610789004307235999261078900430723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 562c84c0-472b-439e-a7bd-723f3e478e9e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5d4a373-9630-4fab-86c6-049614431517, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e10040cf-fd16-4eef-89d1-fc4c32c19abc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5d4a373-9630-4fab-86c6-049614431517, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14855553392040084764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485555339204008476414855553392040084764148555533920400847641485555339204008476414855553392040084764148555533920400847641485555339204008476414855553392040084764148555533920400847641485555339204008476414855553392040084764148555533920400847641485555339204008476414855553392040084764148555533920400847641485555339204008476414855553392040084764148555533920400847641485555339204008476414855553392040084764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12fa936e-9e7f-4336-95c6-c211563349fa, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12fa936e-9e7f-4336-95c6-c211563349fa, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7523920287854875727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75239202878548757277523920287854875727752392028785487572775239202878548757277523920287854875727752392028785487572775239202878548757277523920287854875727752392028785487572775239202878548757277523920287854875727752392028785487572775239202878548757277523920287854875727752392028785487572775239202878548757277523920287854875727752392028785487572775239202878548757277523920287854875727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5d4a373-9630-4fab-86c6-049614431517, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 783566c0-1910-41d3-ad35-611bbfcc2eb5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 783566c0-1910-41d3-ad35-611bbfcc2eb5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15302336159556403057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530233615955640305715302336159556403057153023361595564030571530233615955640305715302336159556403057153023361595564030571530233615955640305715302336159556403057153023361595564030571530233615955640305715302336159556403057153023361595564030571530233615955640305715302336159556403057153023361595564030571530233615955640305715302336159556403057153023361595564030571530233615955640305715302336159556403057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12fa936e-9e7f-4336-95c6-c211563349fa, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9526b654-bbc1-4005-8df7-7efaf3ecfe32, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9526b654-bbc1-4005-8df7-7efaf3ecfe32, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17984244048650247460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798424404865024746017984244048650247460179842440486502474601798424404865024746017984244048650247460179842440486502474601798424404865024746017984244048650247460179842440486502474601798424404865024746017984244048650247460179842440486502474601798424404865024746017984244048650247460179842440486502474601798424404865024746017984244048650247460179842440486502474601798424404865024746017984244048650247460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 783566c0-1910-41d3-ad35-611bbfcc2eb5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a049983-6013-47b7-8ed4-509c861a2203, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a049983-6013-47b7-8ed4-509c861a2203, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6466496955941908318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64664969559419083186466496955941908318646649695594190831864664969559419083186466496955941908318646649695594190831864664969559419083186466496955941908318646649695594190831864664969559419083186466496955941908318646649695594190831864664969559419083186466496955941908318646649695594190831864664969559419083186466496955941908318646649695594190831864664969559419083186466496955941908318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9526b654-bbc1-4005-8df7-7efaf3ecfe32, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a6828ab-f0b4-4df9-9560-925f1bb838b9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a6828ab-f0b4-4df9-9560-925f1bb838b9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7174105966653483888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71741059666534838887174105966653483888717410596665348388871741059666534838887174105966653483888717410596665348388871741059666534838887174105966653483888717410596665348388871741059666534838887174105966653483888717410596665348388871741059666534838887174105966653483888717410596665348388871741059666534838887174105966653483888717410596665348388871741059666534838887174105966653483888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a049983-6013-47b7-8ed4-509c861a2203, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad7536e8-cf4f-4b4d-86ad-57e3bc75b434, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad7536e8-cf4f-4b4d-86ad-57e3bc75b434, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17298822340806700886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729882234080670088617298822340806700886172988223408067008861729882234080670088617298822340806700886172988223408067008861729882234080670088617298822340806700886172988223408067008861729882234080670088617298822340806700886172988223408067008861729882234080670088617298822340806700886172988223408067008861729882234080670088617298822340806700886172988223408067008861729882234080670088617298822340806700886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a6828ab-f0b4-4df9-9560-925f1bb838b9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3f6bc98-3490-42ea-aa30-fd50ab46ab3e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3f6bc98-3490-42ea-aa30-fd50ab46ab3e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15340593032586358326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534059303258635832615340593032586358326153405930325863583261534059303258635832615340593032586358326153405930325863583261534059303258635832615340593032586358326153405930325863583261534059303258635832615340593032586358326153405930325863583261534059303258635832615340593032586358326153405930325863583261534059303258635832615340593032586358326153405930325863583261534059303258635832615340593032586358326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad7536e8-cf4f-4b4d-86ad-57e3bc75b434, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9f93815-731c-4cea-8353-770c61993b89, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f93815-731c-4cea-8353-770c61993b89, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7681224553366553509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76812245533665535097681224553366553509768122455336655350976812245533665535097681224553366553509768122455336655350976812245533665535097681224553366553509768122455336655350976812245533665535097681224553366553509768122455336655350976812245533665535097681224553366553509768122455336655350976812245533665535097681224553366553509768122455336655350976812245533665535097681224553366553509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3f6bc98-3490-42ea-aa30-fd50ab46ab3e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64440a91-2dae-4cb2-bc22-86a277ed036f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64440a91-2dae-4cb2-bc22-86a277ed036f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12157431762102828298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215743176210282829812157431762102828298121574317621028282981215743176210282829812157431762102828298121574317621028282981215743176210282829812157431762102828298121574317621028282981215743176210282829812157431762102828298121574317621028282981215743176210282829812157431762102828298121574317621028282981215743176210282829812157431762102828298121574317621028282981215743176210282829812157431762102828298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f93815-731c-4cea-8353-770c61993b89, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 931131bf-0d28-47ae-b890-4bfce70926f5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 931131bf-0d28-47ae-b890-4bfce70926f5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12573666595416330645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257366659541633064512573666595416330645125736665954163306451257366659541633064512573666595416330645125736665954163306451257366659541633064512573666595416330645125736665954163306451257366659541633064512573666595416330645125736665954163306451257366659541633064512573666595416330645125736665954163306451257366659541633064512573666595416330645125736665954163306451257366659541633064512573666595416330645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64440a91-2dae-4cb2-bc22-86a277ed036f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fc04a66-da0d-4732-a5e3-5c303adebaae, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fc04a66-da0d-4732-a5e3-5c303adebaae, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17627668364443633170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762766836444363317017627668364443633170176276683644436331701762766836444363317017627668364443633170176276683644436331701762766836444363317017627668364443633170176276683644436331701762766836444363317017627668364443633170176276683644436331701762766836444363317017627668364443633170176276683644436331701762766836444363317017627668364443633170176276683644436331701762766836444363317017627668364443633170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 931131bf-0d28-47ae-b890-4bfce70926f5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 463391ae-a00b-423f-b538-e7f24858da27, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 463391ae-a00b-423f-b538-e7f24858da27, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17527627386748426090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752762738674842609017527627386748426090175276273867484260901752762738674842609017527627386748426090175276273867484260901752762738674842609017527627386748426090175276273867484260901752762738674842609017527627386748426090175276273867484260901752762738674842609017527627386748426090175276273867484260901752762738674842609017527627386748426090175276273867484260901752762738674842609017527627386748426090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fc04a66-da0d-4732-a5e3-5c303adebaae, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 865099ac-99ce-4d01-aaf1-adaa93c0e34a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 865099ac-99ce-4d01-aaf1-adaa93c0e34a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15215744329457975238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521574432945797523815215744329457975238152157443294579752381521574432945797523815215744329457975238152157443294579752381521574432945797523815215744329457975238152157443294579752381521574432945797523815215744329457975238152157443294579752381521574432945797523815215744329457975238152157443294579752381521574432945797523815215744329457975238152157443294579752381521574432945797523815215744329457975238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 463391ae-a00b-423f-b538-e7f24858da27, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 221b0c38-1ef3-40c3-a25a-ae386e4ae609, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 221b0c38-1ef3-40c3-a25a-ae386e4ae609, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4096562316240552963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40965623162405529634096562316240552963409656231624055296340965623162405529634096562316240552963409656231624055296340965623162405529634096562316240552963409656231624055296340965623162405529634096562316240552963409656231624055296340965623162405529634096562316240552963409656231624055296340965623162405529634096562316240552963409656231624055296340965623162405529634096562316240552963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 865099ac-99ce-4d01-aaf1-adaa93c0e34a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 104e8c22-24a0-45fb-90cb-90597c47a3c4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 104e8c22-24a0-45fb-90cb-90597c47a3c4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11855930752794875164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185593075279487516411855930752794875164118559307527948751641185593075279487516411855930752794875164118559307527948751641185593075279487516411855930752794875164118559307527948751641185593075279487516411855930752794875164118559307527948751641185593075279487516411855930752794875164118559307527948751641185593075279487516411855930752794875164118559307527948751641185593075279487516411855930752794875164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 221b0c38-1ef3-40c3-a25a-ae386e4ae609, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abfc35a6-bca3-4d73-8975-7dc8910b14e3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abfc35a6-bca3-4d73-8975-7dc8910b14e3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16448805788502867477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644880578850286747716448805788502867477164488057885028674771644880578850286747716448805788502867477164488057885028674771644880578850286747716448805788502867477164488057885028674771644880578850286747716448805788502867477164488057885028674771644880578850286747716448805788502867477164488057885028674771644880578850286747716448805788502867477164488057885028674771644880578850286747716448805788502867477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 104e8c22-24a0-45fb-90cb-90597c47a3c4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4479332-b484-4f3a-8fd0-0fce691bc463, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4479332-b484-4f3a-8fd0-0fce691bc463, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12674024973559603004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267402497355960300412674024973559603004126740249735596030041267402497355960300412674024973559603004126740249735596030041267402497355960300412674024973559603004126740249735596030041267402497355960300412674024973559603004126740249735596030041267402497355960300412674024973559603004126740249735596030041267402497355960300412674024973559603004126740249735596030041267402497355960300412674024973559603004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abfc35a6-bca3-4d73-8975-7dc8910b14e3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d6dc315-ce9a-4c4f-932e-f19fc074ea36, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d6dc315-ce9a-4c4f-932e-f19fc074ea36, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9109541201224693687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91095412012246936879109541201224693687910954120122469368791095412012246936879109541201224693687910954120122469368791095412012246936879109541201224693687910954120122469368791095412012246936879109541201224693687910954120122469368791095412012246936879109541201224693687910954120122469368791095412012246936879109541201224693687910954120122469368791095412012246936879109541201224693687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4479332-b484-4f3a-8fd0-0fce691bc463, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 409b4c13-d8f6-4e0d-9343-d1b311dd29ea, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 409b4c13-d8f6-4e0d-9343-d1b311dd29ea, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16509574582738132331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650957458273813233116509574582738132331165095745827381323311650957458273813233116509574582738132331165095745827381323311650957458273813233116509574582738132331165095745827381323311650957458273813233116509574582738132331165095745827381323311650957458273813233116509574582738132331165095745827381323311650957458273813233116509574582738132331165095745827381323311650957458273813233116509574582738132331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d6dc315-ce9a-4c4f-932e-f19fc074ea36, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 409b4c13-d8f6-4e0d-9343-d1b311dd29ea, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23b0692d-446b-44f2-9e73-5c930db9a90a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b0692d-446b-44f2-9e73-5c930db9a90a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16614832118917744279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661483211891774427916614832118917744279166148321189177442791661483211891774427916614832118917744279166148321189177442791661483211891774427916614832118917744279166148321189177442791661483211891774427916614832118917744279166148321189177442791661483211891774427916614832118917744279166148321189177442791661483211891774427916614832118917744279166148321189177442791661483211891774427916614832118917744279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fa43375-f2a6-4cef-889a-5798e2a4ca3f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fa43375-f2a6-4cef-889a-5798e2a4ca3f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7713950216724916101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77139502167249161017713950216724916101771395021672491610177139502167249161017713950216724916101771395021672491610177139502167249161017713950216724916101771395021672491610177139502167249161017713950216724916101771395021672491610177139502167249161017713950216724916101771395021672491610177139502167249161017713950216724916101771395021672491610177139502167249161017713950216724916101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b0692d-446b-44f2-9e73-5c930db9a90a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcd5cdfb-a981-410e-ac14-c7e3bfa57906, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcd5cdfb-a981-410e-ac14-c7e3bfa57906, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8304112000529707960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83041120005297079608304112000529707960830411200052970796083041120005297079608304112000529707960830411200052970796083041120005297079608304112000529707960830411200052970796083041120005297079608304112000529707960830411200052970796083041120005297079608304112000529707960830411200052970796083041120005297079608304112000529707960830411200052970796083041120005297079608304112000529707960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fa43375-f2a6-4cef-889a-5798e2a4ca3f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d3b6be8-80cc-4d3d-a152-102380ebb408, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d3b6be8-80cc-4d3d-a152-102380ebb408, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12492813149520261884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249281314952026188412492813149520261884124928131495202618841249281314952026188412492813149520261884124928131495202618841249281314952026188412492813149520261884124928131495202618841249281314952026188412492813149520261884124928131495202618841249281314952026188412492813149520261884124928131495202618841249281314952026188412492813149520261884124928131495202618841249281314952026188412492813149520261884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcd5cdfb-a981-410e-ac14-c7e3bfa57906, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d792f2c-0b01-4e85-808c-2d5103f00a68, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d792f2c-0b01-4e85-808c-2d5103f00a68, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14339751224795983315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433975122479598331514339751224795983315143397512247959833151433975122479598331514339751224795983315143397512247959833151433975122479598331514339751224795983315143397512247959833151433975122479598331514339751224795983315143397512247959833151433975122479598331514339751224795983315143397512247959833151433975122479598331514339751224795983315143397512247959833151433975122479598331514339751224795983315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d3b6be8-80cc-4d3d-a152-102380ebb408, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c486f0e-cb50-438a-a148-ecb7ffe9c482, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c486f0e-cb50-438a-a148-ecb7ffe9c482, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14321426366649057184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432142636664905718414321426366649057184143214263666490571841432142636664905718414321426366649057184143214263666490571841432142636664905718414321426366649057184143214263666490571841432142636664905718414321426366649057184143214263666490571841432142636664905718414321426366649057184143214263666490571841432142636664905718414321426366649057184143214263666490571841432142636664905718414321426366649057184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d792f2c-0b01-4e85-808c-2d5103f00a68, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53bfcbeb-29b9-4d57-8370-2a03c44e73e4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53bfcbeb-29b9-4d57-8370-2a03c44e73e4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18187449232621237120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818744923262123712018187449232621237120181874492326212371201818744923262123712018187449232621237120181874492326212371201818744923262123712018187449232621237120181874492326212371201818744923262123712018187449232621237120181874492326212371201818744923262123712018187449232621237120181874492326212371201818744923262123712018187449232621237120181874492326212371201818744923262123712018187449232621237120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c486f0e-cb50-438a-a148-ecb7ffe9c482, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7978da80-dfb0-4490-8f2e-1c97a70cdd05, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7978da80-dfb0-4490-8f2e-1c97a70cdd05, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4880262660175578897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48802626601755788974880262660175578897488026266017557889748802626601755788974880262660175578897488026266017557889748802626601755788974880262660175578897488026266017557889748802626601755788974880262660175578897488026266017557889748802626601755788974880262660175578897488026266017557889748802626601755788974880262660175578897488026266017557889748802626601755788974880262660175578897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53bfcbeb-29b9-4d57-8370-2a03c44e73e4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3c000f4-abc7-4eea-b497-da8f5a92316f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3c000f4-abc7-4eea-b497-da8f5a92316f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15336219876761391565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533621987676139156515336219876761391565153362198767613915651533621987676139156515336219876761391565153362198767613915651533621987676139156515336219876761391565153362198767613915651533621987676139156515336219876761391565153362198767613915651533621987676139156515336219876761391565153362198767613915651533621987676139156515336219876761391565153362198767613915651533621987676139156515336219876761391565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7978da80-dfb0-4490-8f2e-1c97a70cdd05, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06637bf0-d284-4a5d-8672-f13f4cd6eb8a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06637bf0-d284-4a5d-8672-f13f4cd6eb8a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5074913497928206436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50749134979282064365074913497928206436507491349792820643650749134979282064365074913497928206436507491349792820643650749134979282064365074913497928206436507491349792820643650749134979282064365074913497928206436507491349792820643650749134979282064365074913497928206436507491349792820643650749134979282064365074913497928206436507491349792820643650749134979282064365074913497928206436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06637bf0-d284-4a5d-8672-f13f4cd6eb8a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff3bc514-4b18-4fba-acf6-ce3b351e8237, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff3bc514-4b18-4fba-acf6-ce3b351e8237, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9757396919570513413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97573969195705134139757396919570513413975739691957051341397573969195705134139757396919570513413975739691957051341397573969195705134139757396919570513413975739691957051341397573969195705134139757396919570513413975739691957051341397573969195705134139757396919570513413975739691957051341397573969195705134139757396919570513413975739691957051341397573969195705134139757396919570513413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3c000f4-abc7-4eea-b497-da8f5a92316f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e672758-f86d-4200-b082-1e36ea22c83f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff3bc514-4b18-4fba-acf6-ce3b351e8237, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e672758-f86d-4200-b082-1e36ea22c83f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1725001048622077909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17250010486220779091725001048622077909172500104862207790917250010486220779091725001048622077909172500104862207790917250010486220779091725001048622077909172500104862207790917250010486220779091725001048622077909172500104862207790917250010486220779091725001048622077909172500104862207790917250010486220779091725001048622077909172500104862207790917250010486220779091725001048622077909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 558483fc-a78f-4c75-851f-f9032f1de104, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 558483fc-a78f-4c75-851f-f9032f1de104, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8224962536493700817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82249625364937008178224962536493700817822496253649370081782249625364937008178224962536493700817822496253649370081782249625364937008178224962536493700817822496253649370081782249625364937008178224962536493700817822496253649370081782249625364937008178224962536493700817822496253649370081782249625364937008178224962536493700817822496253649370081782249625364937008178224962536493700817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e672758-f86d-4200-b082-1e36ea22c83f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 558483fc-a78f-4c75-851f-f9032f1de104, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afe6496d-02fe-463f-9281-5c7ef0f1df60, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e21bc0f-44d4-43ad-aa55-ae0eeffecf51, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e21bc0f-44d4-43ad-aa55-ae0eeffecf51, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14480526300180071006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448052630018007100614480526300180071006144805263001800710061448052630018007100614480526300180071006144805263001800710061448052630018007100614480526300180071006144805263001800710061448052630018007100614480526300180071006144805263001800710061448052630018007100614480526300180071006144805263001800710061448052630018007100614480526300180071006144805263001800710061448052630018007100614480526300180071006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afe6496d-02fe-463f-9281-5c7ef0f1df60, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1237217938685363033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12372179386853630331237217938685363033123721793868536303312372179386853630331237217938685363033123721793868536303312372179386853630331237217938685363033123721793868536303312372179386853630331237217938685363033123721793868536303312372179386853630331237217938685363033123721793868536303312372179386853630331237217938685363033123721793868536303312372179386853630331237217938685363033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afe6496d-02fe-463f-9281-5c7ef0f1df60, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 118aa35d-89f6-4ea0-8d35-28a0cfc2abfc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 118aa35d-89f6-4ea0-8d35-28a0cfc2abfc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15193714432654017523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519371443265401752315193714432654017523151937144326540175231519371443265401752315193714432654017523151937144326540175231519371443265401752315193714432654017523151937144326540175231519371443265401752315193714432654017523151937144326540175231519371443265401752315193714432654017523151937144326540175231519371443265401752315193714432654017523151937144326540175231519371443265401752315193714432654017523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e21bc0f-44d4-43ad-aa55-ae0eeffecf51, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 103d5d98-9d00-4882-afc7-538a92d7d0f0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 103d5d98-9d00-4882-afc7-538a92d7d0f0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13994184045427796737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399418404542779673713994184045427796737139941840454277967371399418404542779673713994184045427796737139941840454277967371399418404542779673713994184045427796737139941840454277967371399418404542779673713994184045427796737139941840454277967371399418404542779673713994184045427796737139941840454277967371399418404542779673713994184045427796737139941840454277967371399418404542779673713994184045427796737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 118aa35d-89f6-4ea0-8d35-28a0cfc2abfc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cad74e70-d657-4b90-b9ce-1f2ece298896, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cad74e70-d657-4b90-b9ce-1f2ece298896, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18221884237776667006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822188423777666700618221884237776667006182218842377766670061822188423777666700618221884237776667006182218842377766670061822188423777666700618221884237776667006182218842377766670061822188423777666700618221884237776667006182218842377766670061822188423777666700618221884237776667006182218842377766670061822188423777666700618221884237776667006182218842377766670061822188423777666700618221884237776667006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 103d5d98-9d00-4882-afc7-538a92d7d0f0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b47c742-6232-43cf-82be-8edc6fcfe4d9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b47c742-6232-43cf-82be-8edc6fcfe4d9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3884346647388237466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38843466473882374663884346647388237466388434664738823746638843466473882374663884346647388237466388434664738823746638843466473882374663884346647388237466388434664738823746638843466473882374663884346647388237466388434664738823746638843466473882374663884346647388237466388434664738823746638843466473882374663884346647388237466388434664738823746638843466473882374663884346647388237466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cad74e70-d657-4b90-b9ce-1f2ece298896, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d98731a-6f2d-4b61-b885-5075965c47eb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d98731a-6f2d-4b61-b885-5075965c47eb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13159986125071148960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315998612507114896013159986125071148960131599861250711489601315998612507114896013159986125071148960131599861250711489601315998612507114896013159986125071148960131599861250711489601315998612507114896013159986125071148960131599861250711489601315998612507114896013159986125071148960131599861250711489601315998612507114896013159986125071148960131599861250711489601315998612507114896013159986125071148960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b47c742-6232-43cf-82be-8edc6fcfe4d9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6195aae2-2542-4a97-8007-2ff9b8498b3e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6195aae2-2542-4a97-8007-2ff9b8498b3e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12711656111846523738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271165611184652373812711656111846523738127116561118465237381271165611184652373812711656111846523738127116561118465237381271165611184652373812711656111846523738127116561118465237381271165611184652373812711656111846523738127116561118465237381271165611184652373812711656111846523738127116561118465237381271165611184652373812711656111846523738127116561118465237381271165611184652373812711656111846523738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d98731a-6f2d-4b61-b885-5075965c47eb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 750785d1-0cf9-4f9e-9d3c-ee82303ece46, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6195aae2-2542-4a97-8007-2ff9b8498b3e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 644f982d-179f-4052-aac3-1d044496027b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 644f982d-179f-4052-aac3-1d044496027b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1328692487573182100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13286924875731821001328692487573182100132869248757318210013286924875731821001328692487573182100132869248757318210013286924875731821001328692487573182100132869248757318210013286924875731821001328692487573182100132869248757318210013286924875731821001328692487573182100132869248757318210013286924875731821001328692487573182100132869248757318210013286924875731821001328692487573182100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 750785d1-0cf9-4f9e-9d3c-ee82303ece46, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18300629206757148158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830062920675714815818300629206757148158183006292067571481581830062920675714815818300629206757148158183006292067571481581830062920675714815818300629206757148158183006292067571481581830062920675714815818300629206757148158183006292067571481581830062920675714815818300629206757148158183006292067571481581830062920675714815818300629206757148158183006292067571481581830062920675714815818300629206757148158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 750785d1-0cf9-4f9e-9d3c-ee82303ece46, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c19a828b-dc07-4f84-b122-c8755b35589a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c19a828b-dc07-4f84-b122-c8755b35589a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1548732888388180643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15487328883881806431548732888388180643154873288838818064315487328883881806431548732888388180643154873288838818064315487328883881806431548732888388180643154873288838818064315487328883881806431548732888388180643154873288838818064315487328883881806431548732888388180643154873288838818064315487328883881806431548732888388180643154873288838818064315487328883881806431548732888388180643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 644f982d-179f-4052-aac3-1d044496027b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78711707-b6d0-4780-a6e8-2402cc4aa11f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78711707-b6d0-4780-a6e8-2402cc4aa11f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6807337571211962635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68073375712119626356807337571211962635680733757121196263568073375712119626356807337571211962635680733757121196263568073375712119626356807337571211962635680733757121196263568073375712119626356807337571211962635680733757121196263568073375712119626356807337571211962635680733757121196263568073375712119626356807337571211962635680733757121196263568073375712119626356807337571211962635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c19a828b-dc07-4f84-b122-c8755b35589a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4da3de64-9cb7-4212-b3a1-30981ed7420b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4da3de64-9cb7-4212-b3a1-30981ed7420b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12318666719079792269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231866671907979226912318666719079792269123186667190797922691231866671907979226912318666719079792269123186667190797922691231866671907979226912318666719079792269123186667190797922691231866671907979226912318666719079792269123186667190797922691231866671907979226912318666719079792269123186667190797922691231866671907979226912318666719079792269123186667190797922691231866671907979226912318666719079792269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78711707-b6d0-4780-a6e8-2402cc4aa11f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d294b9b-9274-47c4-9b1d-30e79e35c97c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d294b9b-9274-47c4-9b1d-30e79e35c97c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15334168770454042194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533416877045404219415334168770454042194153341687704540421941533416877045404219415334168770454042194153341687704540421941533416877045404219415334168770454042194153341687704540421941533416877045404219415334168770454042194153341687704540421941533416877045404219415334168770454042194153341687704540421941533416877045404219415334168770454042194153341687704540421941533416877045404219415334168770454042194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4da3de64-9cb7-4212-b3a1-30981ed7420b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d294b9b-9274-47c4-9b1d-30e79e35c97c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c3188be-c2d7-4915-af41-63f01711ed66, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c3188be-c2d7-4915-af41-63f01711ed66, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14127116289690443306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412711628969044330614127116289690443306141271162896904433061412711628969044330614127116289690443306141271162896904433061412711628969044330614127116289690443306141271162896904433061412711628969044330614127116289690443306141271162896904433061412711628969044330614127116289690443306141271162896904433061412711628969044330614127116289690443306141271162896904433061412711628969044330614127116289690443306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9a9217a-ad11-4d9e-b029-3e635078ba9d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9a9217a-ad11-4d9e-b029-3e635078ba9d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14576899358077229447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457689935807722944714576899358077229447145768993580772294471457689935807722944714576899358077229447145768993580772294471457689935807722944714576899358077229447145768993580772294471457689935807722944714576899358077229447145768993580772294471457689935807722944714576899358077229447145768993580772294471457689935807722944714576899358077229447145768993580772294471457689935807722944714576899358077229447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9a9217a-ad11-4d9e-b029-3e635078ba9d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c3188be-c2d7-4915-af41-63f01711ed66, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a729ed2-0d1a-44c3-9083-d3eb32159a87, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a729ed2-0d1a-44c3-9083-d3eb32159a87, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12363539973173824883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236353997317382488312363539973173824883123635399731738248831236353997317382488312363539973173824883123635399731738248831236353997317382488312363539973173824883123635399731738248831236353997317382488312363539973173824883123635399731738248831236353997317382488312363539973173824883123635399731738248831236353997317382488312363539973173824883123635399731738248831236353997317382488312363539973173824883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd4947f8-15c5-4137-a846-9bc03e2034f4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd4947f8-15c5-4137-a846-9bc03e2034f4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5706919734599652151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57069197345996521515706919734599652151570691973459965215157069197345996521515706919734599652151570691973459965215157069197345996521515706919734599652151570691973459965215157069197345996521515706919734599652151570691973459965215157069197345996521515706919734599652151570691973459965215157069197345996521515706919734599652151570691973459965215157069197345996521515706919734599652151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a729ed2-0d1a-44c3-9083-d3eb32159a87, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 816e0940-b67e-4736-85ec-d4fc50116c08, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd4947f8-15c5-4137-a846-9bc03e2034f4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 816e0940-b67e-4736-85ec-d4fc50116c08, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3363848559359777002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33638485593597770023363848559359777002336384855935977700233638485593597770023363848559359777002336384855935977700233638485593597770023363848559359777002336384855935977700233638485593597770023363848559359777002336384855935977700233638485593597770023363848559359777002336384855935977700233638485593597770023363848559359777002336384855935977700233638485593597770023363848559359777002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d6af827-58d5-487a-8bb1-e173f3d060c9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d6af827-58d5-487a-8bb1-e173f3d060c9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3147022874193963904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31470228741939639043147022874193963904314702287419396390431470228741939639043147022874193963904314702287419396390431470228741939639043147022874193963904314702287419396390431470228741939639043147022874193963904314702287419396390431470228741939639043147022874193963904314702287419396390431470228741939639043147022874193963904314702287419396390431470228741939639043147022874193963904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 816e0940-b67e-4736-85ec-d4fc50116c08, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 700d5691-0fe2-477e-a513-530b24a81366, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 700d5691-0fe2-477e-a513-530b24a81366, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9152771884549560470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91527718845495604709152771884549560470915277188454956047091527718845495604709152771884549560470915277188454956047091527718845495604709152771884549560470915277188454956047091527718845495604709152771884549560470915277188454956047091527718845495604709152771884549560470915277188454956047091527718845495604709152771884549560470915277188454956047091527718845495604709152771884549560470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 700d5691-0fe2-477e-a513-530b24a81366, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d6af827-58d5-487a-8bb1-e173f3d060c9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f233b65a-54ad-4ac5-94b4-10dc429892a7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f233b65a-54ad-4ac5-94b4-10dc429892a7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14402601516154997442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440260151615499744214402601516154997442144026015161549974421440260151615499744214402601516154997442144026015161549974421440260151615499744214402601516154997442144026015161549974421440260151615499744214402601516154997442144026015161549974421440260151615499744214402601516154997442144026015161549974421440260151615499744214402601516154997442144026015161549974421440260151615499744214402601516154997442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 184ccc2a-38f0-4ea8-99dd-b3109e49c145, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 184ccc2a-38f0-4ea8-99dd-b3109e49c145, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11939300763276936101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193930076327693610111939300763276936101119393007632769361011193930076327693610111939300763276936101119393007632769361011193930076327693610111939300763276936101119393007632769361011193930076327693610111939300763276936101119393007632769361011193930076327693610111939300763276936101119393007632769361011193930076327693610111939300763276936101119393007632769361011193930076327693610111939300763276936101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 184ccc2a-38f0-4ea8-99dd-b3109e49c145, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f233b65a-54ad-4ac5-94b4-10dc429892a7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e57cab52-bfa8-42c4-a952-7c7cc1af2957, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd8f0209-c63b-49ec-9aab-67229a79101e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e57cab52-bfa8-42c4-a952-7c7cc1af2957, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4243951090127049138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42439510901270491384243951090127049138424395109012704913842439510901270491384243951090127049138424395109012704913842439510901270491384243951090127049138424395109012704913842439510901270491384243951090127049138424395109012704913842439510901270491384243951090127049138424395109012704913842439510901270491384243951090127049138424395109012704913842439510901270491384243951090127049138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd8f0209-c63b-49ec-9aab-67229a79101e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11036305860458788303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103630586045878830311036305860458788303110363058604587883031103630586045878830311036305860458788303110363058604587883031103630586045878830311036305860458788303110363058604587883031103630586045878830311036305860458788303110363058604587883031103630586045878830311036305860458788303110363058604587883031103630586045878830311036305860458788303110363058604587883031103630586045878830311036305860458788303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e57cab52-bfa8-42c4-a952-7c7cc1af2957, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20ea8c32-db03-43dc-837f-7aee89368920, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd8f0209-c63b-49ec-9aab-67229a79101e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ea8c32-db03-43dc-837f-7aee89368920, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16999744934042938667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699974493404293866716999744934042938667169997449340429386671699974493404293866716999744934042938667169997449340429386671699974493404293866716999744934042938667169997449340429386671699974493404293866716999744934042938667169997449340429386671699974493404293866716999744934042938667169997449340429386671699974493404293866716999744934042938667169997449340429386671699974493404293866716999744934042938667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfd6910f-7f74-431a-bd60-a4ad48a17901, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfd6910f-7f74-431a-bd60-a4ad48a17901, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6876148717797698711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68761487177976987116876148717797698711687614871779769871168761487177976987116876148717797698711687614871779769871168761487177976987116876148717797698711687614871779769871168761487177976987116876148717797698711687614871779769871168761487177976987116876148717797698711687614871779769871168761487177976987116876148717797698711687614871779769871168761487177976987116876148717797698711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ea8c32-db03-43dc-837f-7aee89368920, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc4528db-2270-457f-a5c2-faf33555fb94, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc4528db-2270-457f-a5c2-faf33555fb94, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9941374306752092570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99413743067520925709941374306752092570994137430675209257099413743067520925709941374306752092570994137430675209257099413743067520925709941374306752092570994137430675209257099413743067520925709941374306752092570994137430675209257099413743067520925709941374306752092570994137430675209257099413743067520925709941374306752092570994137430675209257099413743067520925709941374306752092570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfd6910f-7f74-431a-bd60-a4ad48a17901, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 858df1bb-3c03-452e-839f-cadb3fb1a099, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 858df1bb-3c03-452e-839f-cadb3fb1a099, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13223312041630306696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322331204163030669613223312041630306696132233120416303066961322331204163030669613223312041630306696132233120416303066961322331204163030669613223312041630306696132233120416303066961322331204163030669613223312041630306696132233120416303066961322331204163030669613223312041630306696132233120416303066961322331204163030669613223312041630306696132233120416303066961322331204163030669613223312041630306696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc4528db-2270-457f-a5c2-faf33555fb94, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 613e3880-1d1d-44c7-a118-3457a5f6ca88, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 613e3880-1d1d-44c7-a118-3457a5f6ca88, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4257565248226064446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42575652482260644464257565248226064446425756524822606444642575652482260644464257565248226064446425756524822606444642575652482260644464257565248226064446425756524822606444642575652482260644464257565248226064446425756524822606444642575652482260644464257565248226064446425756524822606444642575652482260644464257565248226064446425756524822606444642575652482260644464257565248226064446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 858df1bb-3c03-452e-839f-cadb3fb1a099, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07b2bee3-172d-47fa-8f5f-def9e0e2f040, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07b2bee3-172d-47fa-8f5f-def9e0e2f040, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16561484631967985374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656148463196798537416561484631967985374165614846319679853741656148463196798537416561484631967985374165614846319679853741656148463196798537416561484631967985374165614846319679853741656148463196798537416561484631967985374165614846319679853741656148463196798537416561484631967985374165614846319679853741656148463196798537416561484631967985374165614846319679853741656148463196798537416561484631967985374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 613e3880-1d1d-44c7-a118-3457a5f6ca88, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07b2bee3-172d-47fa-8f5f-def9e0e2f040, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 690baa91-a8f5-4e9e-9724-f42b70ee7e38, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7049bb8-3e48-4cff-a43c-817129deb8f3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 690baa91-a8f5-4e9e-9724-f42b70ee7e38, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 414680514949931608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "414680514949931608414680514949931608414680514949931608414680514949931608414680514949931608414680514949931608414680514949931608414680514949931608414680514949931608414680514949931608414680514949931608414680514949931608414680514949931608414680514949931608414680514949931608414680514949931608414680514949931608414680514949931608414680514949931608414680514949931608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7049bb8-3e48-4cff-a43c-817129deb8f3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2219043649878189422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22190436498781894222219043649878189422221904364987818942222190436498781894222219043649878189422221904364987818942222190436498781894222219043649878189422221904364987818942222190436498781894222219043649878189422221904364987818942222190436498781894222219043649878189422221904364987818942222190436498781894222219043649878189422221904364987818942222190436498781894222219043649878189422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7049bb8-3e48-4cff-a43c-817129deb8f3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cea8c425-7e54-4ef0-8c30-d3a0c80148fc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 690baa91-a8f5-4e9e-9724-f42b70ee7e38, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e369f86-3ce9-4e31-ac54-95b967a5ab22, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e369f86-3ce9-4e31-ac54-95b967a5ab22, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1272464359680927829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12724643596809278291272464359680927829127246435968092782912724643596809278291272464359680927829127246435968092782912724643596809278291272464359680927829127246435968092782912724643596809278291272464359680927829127246435968092782912724643596809278291272464359680927829127246435968092782912724643596809278291272464359680927829127246435968092782912724643596809278291272464359680927829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cea8c425-7e54-4ef0-8c30-d3a0c80148fc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4792057286817773904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47920572868177739044792057286817773904479205728681777390447920572868177739044792057286817773904479205728681777390447920572868177739044792057286817773904479205728681777390447920572868177739044792057286817773904479205728681777390447920572868177739044792057286817773904479205728681777390447920572868177739044792057286817773904479205728681777390447920572868177739044792057286817773904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e369f86-3ce9-4e31-ac54-95b967a5ab22, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbccd59f-dfe5-409f-afd4-c25f4c431411, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cea8c425-7e54-4ef0-8c30-d3a0c80148fc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbccd59f-dfe5-409f-afd4-c25f4c431411, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1080402960717500075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10804029607175000751080402960717500075108040296071750007510804029607175000751080402960717500075108040296071750007510804029607175000751080402960717500075108040296071750007510804029607175000751080402960717500075108040296071750007510804029607175000751080402960717500075108040296071750007510804029607175000751080402960717500075108040296071750007510804029607175000751080402960717500075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2847b689-833b-46f1-8180-01058f5d3e4a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2847b689-833b-46f1-8180-01058f5d3e4a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4135231689604068081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41352316896040680814135231689604068081413523168960406808141352316896040680814135231689604068081413523168960406808141352316896040680814135231689604068081413523168960406808141352316896040680814135231689604068081413523168960406808141352316896040680814135231689604068081413523168960406808141352316896040680814135231689604068081413523168960406808141352316896040680814135231689604068081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbccd59f-dfe5-409f-afd4-c25f4c431411, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d28c57ca-4157-473d-8e15-f688a2c8e88a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2847b689-833b-46f1-8180-01058f5d3e4a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b526afa6-b0d3-4294-9074-24e0e395dfd5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d28c57ca-4157-473d-8e15-f688a2c8e88a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18323364395177639711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832336439517763971118323364395177639711183233643951776397111832336439517763971118323364395177639711183233643951776397111832336439517763971118323364395177639711183233643951776397111832336439517763971118323364395177639711183233643951776397111832336439517763971118323364395177639711183233643951776397111832336439517763971118323364395177639711183233643951776397111832336439517763971118323364395177639711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b526afa6-b0d3-4294-9074-24e0e395dfd5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4880537979033343086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48805379790333430864880537979033343086488053797903334308648805379790333430864880537979033343086488053797903334308648805379790333430864880537979033343086488053797903334308648805379790333430864880537979033343086488053797903334308648805379790333430864880537979033343086488053797903334308648805379790333430864880537979033343086488053797903334308648805379790333430864880537979033343086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b526afa6-b0d3-4294-9074-24e0e395dfd5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d7737c9-ac41-43dd-a02f-6e1dba6b6abe, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d7737c9-ac41-43dd-a02f-6e1dba6b6abe, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14689764175080857823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468976417508085782314689764175080857823146897641750808578231468976417508085782314689764175080857823146897641750808578231468976417508085782314689764175080857823146897641750808578231468976417508085782314689764175080857823146897641750808578231468976417508085782314689764175080857823146897641750808578231468976417508085782314689764175080857823146897641750808578231468976417508085782314689764175080857823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d28c57ca-4157-473d-8e15-f688a2c8e88a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08770c53-9cfc-4b9f-9f14-ca0a49a0cfed, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08770c53-9cfc-4b9f-9f14-ca0a49a0cfed, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5519360700025182573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55193607000251825735519360700025182573551936070002518257355193607000251825735519360700025182573551936070002518257355193607000251825735519360700025182573551936070002518257355193607000251825735519360700025182573551936070002518257355193607000251825735519360700025182573551936070002518257355193607000251825735519360700025182573551936070002518257355193607000251825735519360700025182573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d7737c9-ac41-43dd-a02f-6e1dba6b6abe, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50a455e9-bcc8-4e32-96fe-1cf21d249860, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50a455e9-bcc8-4e32-96fe-1cf21d249860, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12641287068197049204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264128706819704920412641287068197049204126412870681970492041264128706819704920412641287068197049204126412870681970492041264128706819704920412641287068197049204126412870681970492041264128706819704920412641287068197049204126412870681970492041264128706819704920412641287068197049204126412870681970492041264128706819704920412641287068197049204126412870681970492041264128706819704920412641287068197049204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08770c53-9cfc-4b9f-9f14-ca0a49a0cfed, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4e56fb3-a24b-4370-91af-9366cad09dd3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4e56fb3-a24b-4370-91af-9366cad09dd3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10794708234507348013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079470823450734801310794708234507348013107947082345073480131079470823450734801310794708234507348013107947082345073480131079470823450734801310794708234507348013107947082345073480131079470823450734801310794708234507348013107947082345073480131079470823450734801310794708234507348013107947082345073480131079470823450734801310794708234507348013107947082345073480131079470823450734801310794708234507348013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50a455e9-bcc8-4e32-96fe-1cf21d249860, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74b627b6-d51f-4d37-ab11-1fa39535990e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4e56fb3-a24b-4370-91af-9366cad09dd3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74b627b6-d51f-4d37-ab11-1fa39535990e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5429491669755082814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54294916697550828145429491669755082814542949166975508281454294916697550828145429491669755082814542949166975508281454294916697550828145429491669755082814542949166975508281454294916697550828145429491669755082814542949166975508281454294916697550828145429491669755082814542949166975508281454294916697550828145429491669755082814542949166975508281454294916697550828145429491669755082814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e7f6417-5e38-49bd-be90-ee768ecdbdd4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e7f6417-5e38-49bd-be90-ee768ecdbdd4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1439572571979024621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14395725719790246211439572571979024621143957257197902462114395725719790246211439572571979024621143957257197902462114395725719790246211439572571979024621143957257197902462114395725719790246211439572571979024621143957257197902462114395725719790246211439572571979024621143957257197902462114395725719790246211439572571979024621143957257197902462114395725719790246211439572571979024621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74b627b6-d51f-4d37-ab11-1fa39535990e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f71a767c-c48e-43fd-8f41-777196b4f6e0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f71a767c-c48e-43fd-8f41-777196b4f6e0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3370665959477053290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33706659594770532903370665959477053290337066595947705329033706659594770532903370665959477053290337066595947705329033706659594770532903370665959477053290337066595947705329033706659594770532903370665959477053290337066595947705329033706659594770532903370665959477053290337066595947705329033706659594770532903370665959477053290337066595947705329033706659594770532903370665959477053290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e7f6417-5e38-49bd-be90-ee768ecdbdd4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f71a767c-c48e-43fd-8f41-777196b4f6e0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 239a5c18-e5db-4692-a2b2-7b8084ea284b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 239a5c18-e5db-4692-a2b2-7b8084ea284b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3490907388750250869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34909073887502508693490907388750250869349090738875025086934909073887502508693490907388750250869349090738875025086934909073887502508693490907388750250869349090738875025086934909073887502508693490907388750250869349090738875025086934909073887502508693490907388750250869349090738875025086934909073887502508693490907388750250869349090738875025086934909073887502508693490907388750250869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1151090f-49a7-4137-8ad5-61dff3bd04b7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1151090f-49a7-4137-8ad5-61dff3bd04b7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1665399739129638033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16653997391296380331665399739129638033166539973912963803316653997391296380331665399739129638033166539973912963803316653997391296380331665399739129638033166539973912963803316653997391296380331665399739129638033166539973912963803316653997391296380331665399739129638033166539973912963803316653997391296380331665399739129638033166539973912963803316653997391296380331665399739129638033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 239a5c18-e5db-4692-a2b2-7b8084ea284b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dee64c8-97cd-45e7-a21f-52101a32c6af, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1151090f-49a7-4137-8ad5-61dff3bd04b7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dee64c8-97cd-45e7-a21f-52101a32c6af, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16870836680288032183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687083668028803218316870836680288032183168708366802880321831687083668028803218316870836680288032183168708366802880321831687083668028803218316870836680288032183168708366802880321831687083668028803218316870836680288032183168708366802880321831687083668028803218316870836680288032183168708366802880321831687083668028803218316870836680288032183168708366802880321831687083668028803218316870836680288032183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4fb871f-d61b-4bac-aab2-8b36bb0ee4ad, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4fb871f-d61b-4bac-aab2-8b36bb0ee4ad, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6705629610102714561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67056296101027145616705629610102714561670562961010271456167056296101027145616705629610102714561670562961010271456167056296101027145616705629610102714561670562961010271456167056296101027145616705629610102714561670562961010271456167056296101027145616705629610102714561670562961010271456167056296101027145616705629610102714561670562961010271456167056296101027145616705629610102714561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dee64c8-97cd-45e7-a21f-52101a32c6af, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51a70f10-e16d-4514-84fa-6c5237585b09, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51a70f10-e16d-4514-84fa-6c5237585b09, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17437616709542358622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743761670954235862217437616709542358622174376167095423586221743761670954235862217437616709542358622174376167095423586221743761670954235862217437616709542358622174376167095423586221743761670954235862217437616709542358622174376167095423586221743761670954235862217437616709542358622174376167095423586221743761670954235862217437616709542358622174376167095423586221743761670954235862217437616709542358622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4fb871f-d61b-4bac-aab2-8b36bb0ee4ad, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbbb82da-04e7-45a2-bded-0b73215a30e2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbbb82da-04e7-45a2-bded-0b73215a30e2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6416076298112626909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64160762981126269096416076298112626909641607629811262690964160762981126269096416076298112626909641607629811262690964160762981126269096416076298112626909641607629811262690964160762981126269096416076298112626909641607629811262690964160762981126269096416076298112626909641607629811262690964160762981126269096416076298112626909641607629811262690964160762981126269096416076298112626909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51a70f10-e16d-4514-84fa-6c5237585b09, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbbb82da-04e7-45a2-bded-0b73215a30e2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c989f2d-584c-4c42-a37f-93ce94bbfa7d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c989f2d-584c-4c42-a37f-93ce94bbfa7d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12580321761393866895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258032176139386689512580321761393866895125803217613938668951258032176139386689512580321761393866895125803217613938668951258032176139386689512580321761393866895125803217613938668951258032176139386689512580321761393866895125803217613938668951258032176139386689512580321761393866895125803217613938668951258032176139386689512580321761393866895125803217613938668951258032176139386689512580321761393866895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ef79699-613d-44b3-bbe3-569411cca80b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ef79699-613d-44b3-bbe3-569411cca80b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14002517221087815702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400251722108781570214002517221087815702140025172210878157021400251722108781570214002517221087815702140025172210878157021400251722108781570214002517221087815702140025172210878157021400251722108781570214002517221087815702140025172210878157021400251722108781570214002517221087815702140025172210878157021400251722108781570214002517221087815702140025172210878157021400251722108781570214002517221087815702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c989f2d-584c-4c42-a37f-93ce94bbfa7d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c63e1e8-7281-459c-9f86-5a5ab3221217, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ef79699-613d-44b3-bbe3-569411cca80b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c63e1e8-7281-459c-9f86-5a5ab3221217, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1385730419547899312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13857304195478993121385730419547899312138573041954789931213857304195478993121385730419547899312138573041954789931213857304195478993121385730419547899312138573041954789931213857304195478993121385730419547899312138573041954789931213857304195478993121385730419547899312138573041954789931213857304195478993121385730419547899312138573041954789931213857304195478993121385730419547899312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 681d896a-bd12-4a0b-81d8-f24a8bf1c9a5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 681d896a-bd12-4a0b-81d8-f24a8bf1c9a5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17571074246866699269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757107424686669926917571074246866699269175710742468666992691757107424686669926917571074246866699269175710742468666992691757107424686669926917571074246866699269175710742468666992691757107424686669926917571074246866699269175710742468666992691757107424686669926917571074246866699269175710742468666992691757107424686669926917571074246866699269175710742468666992691757107424686669926917571074246866699269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c63e1e8-7281-459c-9f86-5a5ab3221217, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a43b91d-ebc0-416b-8b19-e06a691f0d3a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a43b91d-ebc0-416b-8b19-e06a691f0d3a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8924134717910740926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89241347179107409268924134717910740926892413471791074092689241347179107409268924134717910740926892413471791074092689241347179107409268924134717910740926892413471791074092689241347179107409268924134717910740926892413471791074092689241347179107409268924134717910740926892413471791074092689241347179107409268924134717910740926892413471791074092689241347179107409268924134717910740926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 681d896a-bd12-4a0b-81d8-f24a8bf1c9a5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d56f42e-6e83-4929-9a77-fd2232350d2f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d56f42e-6e83-4929-9a77-fd2232350d2f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5878198691986719854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58781986919867198545878198691986719854587819869198671985458781986919867198545878198691986719854587819869198671985458781986919867198545878198691986719854587819869198671985458781986919867198545878198691986719854587819869198671985458781986919867198545878198691986719854587819869198671985458781986919867198545878198691986719854587819869198671985458781986919867198545878198691986719854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a43b91d-ebc0-416b-8b19-e06a691f0d3a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8866d258-5696-4a1e-96bb-399fc505f6ad, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d56f42e-6e83-4929-9a77-fd2232350d2f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8866d258-5696-4a1e-96bb-399fc505f6ad, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7021927404884474521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70219274048844745217021927404884474521702192740488447452170219274048844745217021927404884474521702192740488447452170219274048844745217021927404884474521702192740488447452170219274048844745217021927404884474521702192740488447452170219274048844745217021927404884474521702192740488447452170219274048844745217021927404884474521702192740488447452170219274048844745217021927404884474521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a8266e7-2b87-4e9e-8716-f3f85cbfd858, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a8266e7-2b87-4e9e-8716-f3f85cbfd858, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7484552240475655626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74845522404756556267484552240475655626748455224047565562674845522404756556267484552240475655626748455224047565562674845522404756556267484552240475655626748455224047565562674845522404756556267484552240475655626748455224047565562674845522404756556267484552240475655626748455224047565562674845522404756556267484552240475655626748455224047565562674845522404756556267484552240475655626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8866d258-5696-4a1e-96bb-399fc505f6ad, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74ad5641-bcbf-4414-9ee4-82c6dac0b3ef, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74ad5641-bcbf-4414-9ee4-82c6dac0b3ef, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13165313341184920932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316531334118492093213165313341184920932131653133411849209321316531334118492093213165313341184920932131653133411849209321316531334118492093213165313341184920932131653133411849209321316531334118492093213165313341184920932131653133411849209321316531334118492093213165313341184920932131653133411849209321316531334118492093213165313341184920932131653133411849209321316531334118492093213165313341184920932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a8266e7-2b87-4e9e-8716-f3f85cbfd858, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71fe0853-368e-48f3-8910-06b76d6e25d0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71fe0853-368e-48f3-8910-06b76d6e25d0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5481380217532902045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54813802175329020455481380217532902045548138021753290204554813802175329020455481380217532902045548138021753290204554813802175329020455481380217532902045548138021753290204554813802175329020455481380217532902045548138021753290204554813802175329020455481380217532902045548138021753290204554813802175329020455481380217532902045548138021753290204554813802175329020455481380217532902045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74ad5641-bcbf-4414-9ee4-82c6dac0b3ef, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37f17bcb-cbac-49f4-b88b-d73646271853, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37f17bcb-cbac-49f4-b88b-d73646271853, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6407703696479455772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64077036964794557726407703696479455772640770369647945577264077036964794557726407703696479455772640770369647945577264077036964794557726407703696479455772640770369647945577264077036964794557726407703696479455772640770369647945577264077036964794557726407703696479455772640770369647945577264077036964794557726407703696479455772640770369647945577264077036964794557726407703696479455772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71fe0853-368e-48f3-8910-06b76d6e25d0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e8f1c0c-36ef-49de-bec7-e4db5df1e700, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8f1c0c-36ef-49de-bec7-e4db5df1e700, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17475012569131437344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747501256913143734417475012569131437344174750125691314373441747501256913143734417475012569131437344174750125691314373441747501256913143734417475012569131437344174750125691314373441747501256913143734417475012569131437344174750125691314373441747501256913143734417475012569131437344174750125691314373441747501256913143734417475012569131437344174750125691314373441747501256913143734417475012569131437344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37f17bcb-cbac-49f4-b88b-d73646271853, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b041bfa8-ab9b-4d0b-a125-f65acdd09c0d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b041bfa8-ab9b-4d0b-a125-f65acdd09c0d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5974845382033410777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59748453820334107775974845382033410777597484538203341077759748453820334107775974845382033410777597484538203341077759748453820334107775974845382033410777597484538203341077759748453820334107775974845382033410777597484538203341077759748453820334107775974845382033410777597484538203341077759748453820334107775974845382033410777597484538203341077759748453820334107775974845382033410777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8f1c0c-36ef-49de-bec7-e4db5df1e700, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b041bfa8-ab9b-4d0b-a125-f65acdd09c0d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2025b507-bbc9-4e56-8f56-b35f7d4c473a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d505436-f879-4cd3-b236-4c1b074fe938, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2025b507-bbc9-4e56-8f56-b35f7d4c473a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3823392688838392549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38233926888383925493823392688838392549382339268883839254938233926888383925493823392688838392549382339268883839254938233926888383925493823392688838392549382339268883839254938233926888383925493823392688838392549382339268883839254938233926888383925493823392688838392549382339268883839254938233926888383925493823392688838392549382339268883839254938233926888383925493823392688838392549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d505436-f879-4cd3-b236-4c1b074fe938, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7980202078915156983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79802020789151569837980202078915156983798020207891515698379802020789151569837980202078915156983798020207891515698379802020789151569837980202078915156983798020207891515698379802020789151569837980202078915156983798020207891515698379802020789151569837980202078915156983798020207891515698379802020789151569837980202078915156983798020207891515698379802020789151569837980202078915156983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2025b507-bbc9-4e56-8f56-b35f7d4c473a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d505436-f879-4cd3-b236-4c1b074fe938, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dadf3f72-e5ce-4deb-a557-b0bd7dc39092, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dadf3f72-e5ce-4deb-a557-b0bd7dc39092, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13889723606968477277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388972360696847727713889723606968477277138897236069684772771388972360696847727713889723606968477277138897236069684772771388972360696847727713889723606968477277138897236069684772771388972360696847727713889723606968477277138897236069684772771388972360696847727713889723606968477277138897236069684772771388972360696847727713889723606968477277138897236069684772771388972360696847727713889723606968477277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffee38b3-2b56-44ba-96e7-6d75d8b206a0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffee38b3-2b56-44ba-96e7-6d75d8b206a0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13556851762811810223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355685176281181022313556851762811810223135568517628118102231355685176281181022313556851762811810223135568517628118102231355685176281181022313556851762811810223135568517628118102231355685176281181022313556851762811810223135568517628118102231355685176281181022313556851762811810223135568517628118102231355685176281181022313556851762811810223135568517628118102231355685176281181022313556851762811810223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dadf3f72-e5ce-4deb-a557-b0bd7dc39092, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffee38b3-2b56-44ba-96e7-6d75d8b206a0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f1b032e-908a-4282-9b37-72fb97962816, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f1b032e-908a-4282-9b37-72fb97962816, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18231607723236674354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823160772323667435418231607723236674354182316077232366743541823160772323667435418231607723236674354182316077232366743541823160772323667435418231607723236674354182316077232366743541823160772323667435418231607723236674354182316077232366743541823160772323667435418231607723236674354182316077232366743541823160772323667435418231607723236674354182316077232366743541823160772323667435418231607723236674354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1147e0ce-9e7a-4556-b307-44c303932eb8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1147e0ce-9e7a-4556-b307-44c303932eb8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9847212307339360583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98472123073393605839847212307339360583984721230733936058398472123073393605839847212307339360583984721230733936058398472123073393605839847212307339360583984721230733936058398472123073393605839847212307339360583984721230733936058398472123073393605839847212307339360583984721230733936058398472123073393605839847212307339360583984721230733936058398472123073393605839847212307339360583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f1b032e-908a-4282-9b37-72fb97962816, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 543e31e4-01ce-4170-be89-a0b3efd1c9c5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 543e31e4-01ce-4170-be89-a0b3efd1c9c5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3659821754715449664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36598217547154496643659821754715449664365982175471544966436598217547154496643659821754715449664365982175471544966436598217547154496643659821754715449664365982175471544966436598217547154496643659821754715449664365982175471544966436598217547154496643659821754715449664365982175471544966436598217547154496643659821754715449664365982175471544966436598217547154496643659821754715449664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1147e0ce-9e7a-4556-b307-44c303932eb8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19eaa55e-fe2a-47ad-bd54-bfd98bb73b02, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19eaa55e-fe2a-47ad-bd54-bfd98bb73b02, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4036964302485463408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40369643024854634084036964302485463408403696430248546340840369643024854634084036964302485463408403696430248546340840369643024854634084036964302485463408403696430248546340840369643024854634084036964302485463408403696430248546340840369643024854634084036964302485463408403696430248546340840369643024854634084036964302485463408403696430248546340840369643024854634084036964302485463408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 543e31e4-01ce-4170-be89-a0b3efd1c9c5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2af8c1aa-405a-4980-93a0-475d052086d5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19eaa55e-fe2a-47ad-bd54-bfd98bb73b02, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2af8c1aa-405a-4980-93a0-475d052086d5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14381219763678876619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438121976367887661914381219763678876619143812197636788766191438121976367887661914381219763678876619143812197636788766191438121976367887661914381219763678876619143812197636788766191438121976367887661914381219763678876619143812197636788766191438121976367887661914381219763678876619143812197636788766191438121976367887661914381219763678876619143812197636788766191438121976367887661914381219763678876619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 812209ae-f712-440e-b946-fbba9943e318, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 812209ae-f712-440e-b946-fbba9943e318, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4170615358319315002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41706153583193150024170615358319315002417061535831931500241706153583193150024170615358319315002417061535831931500241706153583193150024170615358319315002417061535831931500241706153583193150024170615358319315002417061535831931500241706153583193150024170615358319315002417061535831931500241706153583193150024170615358319315002417061535831931500241706153583193150024170615358319315002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2af8c1aa-405a-4980-93a0-475d052086d5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d854c9e8-e9aa-4971-a0f4-1a92ab89e1ef, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d854c9e8-e9aa-4971-a0f4-1a92ab89e1ef, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1337053574977384751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13370535749773847511337053574977384751133705357497738475113370535749773847511337053574977384751133705357497738475113370535749773847511337053574977384751133705357497738475113370535749773847511337053574977384751133705357497738475113370535749773847511337053574977384751133705357497738475113370535749773847511337053574977384751133705357497738475113370535749773847511337053574977384751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 812209ae-f712-440e-b946-fbba9943e318, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e29620c9-22ee-422c-b2da-d57614fa87f0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e29620c9-22ee-422c-b2da-d57614fa87f0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6192868083898399178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61928680838983991786192868083898399178619286808389839917861928680838983991786192868083898399178619286808389839917861928680838983991786192868083898399178619286808389839917861928680838983991786192868083898399178619286808389839917861928680838983991786192868083898399178619286808389839917861928680838983991786192868083898399178619286808389839917861928680838983991786192868083898399178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d854c9e8-e9aa-4971-a0f4-1a92ab89e1ef, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38f8be3a-5c06-467f-8f99-dd9083ec5e23, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38f8be3a-5c06-467f-8f99-dd9083ec5e23, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 301552171988477313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "301552171988477313301552171988477313301552171988477313301552171988477313301552171988477313301552171988477313301552171988477313301552171988477313301552171988477313301552171988477313301552171988477313301552171988477313301552171988477313301552171988477313301552171988477313301552171988477313301552171988477313301552171988477313301552171988477313301552171988477313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38f8be3a-5c06-467f-8f99-dd9083ec5e23, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e29620c9-22ee-422c-b2da-d57614fa87f0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5a93574-a7d6-4ce5-a651-0bc3d49cc9e6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1dd5ab8-fcbf-4519-a99b-2a8f473b0221, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1dd5ab8-fcbf-4519-a99b-2a8f473b0221, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5685208014751560919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56852080147515609195685208014751560919568520801475156091956852080147515609195685208014751560919568520801475156091956852080147515609195685208014751560919568520801475156091956852080147515609195685208014751560919568520801475156091956852080147515609195685208014751560919568520801475156091956852080147515609195685208014751560919568520801475156091956852080147515609195685208014751560919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5a93574-a7d6-4ce5-a651-0bc3d49cc9e6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16053524862671529011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605352486267152901116053524862671529011160535248626715290111605352486267152901116053524862671529011160535248626715290111605352486267152901116053524862671529011160535248626715290111605352486267152901116053524862671529011160535248626715290111605352486267152901116053524862671529011160535248626715290111605352486267152901116053524862671529011160535248626715290111605352486267152901116053524862671529011" } } } 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:281 Stopped node localhost:17936/1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5a93574-a7d6-4ce5-a651-0bc3d49cc9e6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 196e4133-1234-4c6e-9e91-271831b8c479, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 196e4133-1234-4c6e-9e91-271831b8c479, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4193058862184278541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41930588621842785414193058862184278541419305886218427854141930588621842785414193058862184278541419305886218427854141930588621842785414193058862184278541419305886218427854141930588621842785414193058862184278541419305886218427854141930588621842785414193058862184278541419305886218427854141930588621842785414193058862184278541419305886218427854141930588621842785414193058862184278541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1dd5ab8-fcbf-4519-a99b-2a8f473b0221, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edb7443a-85d7-4431-ab12-5aeb764b432f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb7443a-85d7-4431-ab12-5aeb764b432f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3488204423756496433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34882044237564964333488204423756496433348820442375649643334882044237564964333488204423756496433348820442375649643334882044237564964333488204423756496433348820442375649643334882044237564964333488204423756496433348820442375649643334882044237564964333488204423756496433348820442375649643334882044237564964333488204423756496433348820442375649643334882044237564964333488204423756496433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 196e4133-1234-4c6e-9e91-271831b8c479, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e08c3bb-bbee-4200-8144-2a416dbec053, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb7443a-85d7-4431-ab12-5aeb764b432f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e08c3bb-bbee-4200-8144-2a416dbec053, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7075624949165846889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70756249491658468897075624949165846889707562494916584688970756249491658468897075624949165846889707562494916584688970756249491658468897075624949165846889707562494916584688970756249491658468897075624949165846889707562494916584688970756249491658468897075624949165846889707562494916584688970756249491658468897075624949165846889707562494916584688970756249491658468897075624949165846889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f44933f-0d9c-47d6-9fc6-e510226d49ff, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f44933f-0d9c-47d6-9fc6-e510226d49ff, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10545141355224180640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054514135522418064010545141355224180640105451413552241806401054514135522418064010545141355224180640105451413552241806401054514135522418064010545141355224180640105451413552241806401054514135522418064010545141355224180640105451413552241806401054514135522418064010545141355224180640105451413552241806401054514135522418064010545141355224180640105451413552241806401054514135522418064010545141355224180640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e08c3bb-bbee-4200-8144-2a416dbec053, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 626d7923-239f-4579-bb8a-10b0ae180ee9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 626d7923-239f-4579-bb8a-10b0ae180ee9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2725776690555962792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27257766905559627922725776690555962792272577669055596279227257766905559627922725776690555962792272577669055596279227257766905559627922725776690555962792272577669055596279227257766905559627922725776690555962792272577669055596279227257766905559627922725776690555962792272577669055596279227257766905559627922725776690555962792272577669055596279227257766905559627922725776690555962792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f44933f-0d9c-47d6-9fc6-e510226d49ff, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf98cdb1-0b49-4e58-83c1-59919808b6db, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 626d7923-239f-4579-bb8a-10b0ae180ee9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf98cdb1-0b49-4e58-83c1-59919808b6db, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4935139158281281840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49351391582812818404935139158281281840493513915828128184049351391582812818404935139158281281840493513915828128184049351391582812818404935139158281281840493513915828128184049351391582812818404935139158281281840493513915828128184049351391582812818404935139158281281840493513915828128184049351391582812818404935139158281281840493513915828128184049351391582812818404935139158281281840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3f9c64c-235e-46d7-96aa-ad8fafb23476, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3f9c64c-235e-46d7-96aa-ad8fafb23476, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6504904431035846288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65049044310358462886504904431035846288650490443103584628865049044310358462886504904431035846288650490443103584628865049044310358462886504904431035846288650490443103584628865049044310358462886504904431035846288650490443103584628865049044310358462886504904431035846288650490443103584628865049044310358462886504904431035846288650490443103584628865049044310358462886504904431035846288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf98cdb1-0b49-4e58-83c1-59919808b6db, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae31beb4-6dea-49e4-b37f-3be68cf78336, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae31beb4-6dea-49e4-b37f-3be68cf78336, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11357532381569952580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135753238156995258011357532381569952580113575323815699525801135753238156995258011357532381569952580113575323815699525801135753238156995258011357532381569952580113575323815699525801135753238156995258011357532381569952580113575323815699525801135753238156995258011357532381569952580113575323815699525801135753238156995258011357532381569952580113575323815699525801135753238156995258011357532381569952580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3f9c64c-235e-46d7-96aa-ad8fafb23476, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5257dfb9-343b-42c4-bfbb-596b61b95c48, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5257dfb9-343b-42c4-bfbb-596b61b95c48, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14340583892283764626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434058389228376462614340583892283764626143405838922837646261434058389228376462614340583892283764626143405838922837646261434058389228376462614340583892283764626143405838922837646261434058389228376462614340583892283764626143405838922837646261434058389228376462614340583892283764626143405838922837646261434058389228376462614340583892283764626143405838922837646261434058389228376462614340583892283764626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae31beb4-6dea-49e4-b37f-3be68cf78336, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11ed537b-b6f0-4c9f-bd95-5926394b4984, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11ed537b-b6f0-4c9f-bd95-5926394b4984, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 975741232547551081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "975741232547551081975741232547551081975741232547551081975741232547551081975741232547551081975741232547551081975741232547551081975741232547551081975741232547551081975741232547551081975741232547551081975741232547551081975741232547551081975741232547551081975741232547551081975741232547551081975741232547551081975741232547551081975741232547551081975741232547551081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5257dfb9-343b-42c4-bfbb-596b61b95c48, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c52a5f90-93a9-475e-8cbd-c6340217b6e2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c52a5f90-93a9-475e-8cbd-c6340217b6e2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9494290336598812624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94942903365988126249494290336598812624949429033659881262494942903365988126249494290336598812624949429033659881262494942903365988126249494290336598812624949429033659881262494942903365988126249494290336598812624949429033659881262494942903365988126249494290336598812624949429033659881262494942903365988126249494290336598812624949429033659881262494942903365988126249494290336598812624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11ed537b-b6f0-4c9f-bd95-5926394b4984, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a29d4b5-283d-47ea-810f-f472adfc23d3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a29d4b5-283d-47ea-810f-f472adfc23d3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1988320034084076362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19883200340840763621988320034084076362198832003408407636219883200340840763621988320034084076362198832003408407636219883200340840763621988320034084076362198832003408407636219883200340840763621988320034084076362198832003408407636219883200340840763621988320034084076362198832003408407636219883200340840763621988320034084076362198832003408407636219883200340840763621988320034084076362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c52a5f90-93a9-475e-8cbd-c6340217b6e2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39038fc2-9077-492d-a436-820496eb3581, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39038fc2-9077-492d-a436-820496eb3581, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9954711070756097125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99547110707560971259954711070756097125995471107075609712599547110707560971259954711070756097125995471107075609712599547110707560971259954711070756097125995471107075609712599547110707560971259954711070756097125995471107075609712599547110707560971259954711070756097125995471107075609712599547110707560971259954711070756097125995471107075609712599547110707560971259954711070756097125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a29d4b5-283d-47ea-810f-f472adfc23d3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff55216c-985d-4aa6-ad77-8b15c45f76c0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff55216c-985d-4aa6-ad77-8b15c45f76c0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5775842928071829702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57758429280718297025775842928071829702577584292807182970257758429280718297025775842928071829702577584292807182970257758429280718297025775842928071829702577584292807182970257758429280718297025775842928071829702577584292807182970257758429280718297025775842928071829702577584292807182970257758429280718297025775842928071829702577584292807182970257758429280718297025775842928071829702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39038fc2-9077-492d-a436-820496eb3581, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1388fb70-510f-4fc5-a311-c7c45fd2de69, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1388fb70-510f-4fc5-a311-c7c45fd2de69, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9795138289363289685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97951382893632896859795138289363289685979513828936328968597951382893632896859795138289363289685979513828936328968597951382893632896859795138289363289685979513828936328968597951382893632896859795138289363289685979513828936328968597951382893632896859795138289363289685979513828936328968597951382893632896859795138289363289685979513828936328968597951382893632896859795138289363289685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff55216c-985d-4aa6-ad77-8b15c45f76c0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c989a11-c017-465d-ae23-1ba5009fc572, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c989a11-c017-465d-ae23-1ba5009fc572, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9608303339370524261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96083033393705242619608303339370524261960830333937052426196083033393705242619608303339370524261960830333937052426196083033393705242619608303339370524261960830333937052426196083033393705242619608303339370524261960830333937052426196083033393705242619608303339370524261960830333937052426196083033393705242619608303339370524261960830333937052426196083033393705242619608303339370524261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1388fb70-510f-4fc5-a311-c7c45fd2de69, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a4c1ebe-18ab-408f-b8db-da4a2ade1aa2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a4c1ebe-18ab-408f-b8db-da4a2ade1aa2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14958947648353973374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495894764835397337414958947648353973374149589476483539733741495894764835397337414958947648353973374149589476483539733741495894764835397337414958947648353973374149589476483539733741495894764835397337414958947648353973374149589476483539733741495894764835397337414958947648353973374149589476483539733741495894764835397337414958947648353973374149589476483539733741495894764835397337414958947648353973374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c989a11-c017-465d-ae23-1ba5009fc572, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49a9d4a8-7b95-4129-b2fc-58fdcbf4b098, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49a9d4a8-7b95-4129-b2fc-58fdcbf4b098, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1302733723328606498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13027337233286064981302733723328606498130273372332860649813027337233286064981302733723328606498130273372332860649813027337233286064981302733723328606498130273372332860649813027337233286064981302733723328606498130273372332860649813027337233286064981302733723328606498130273372332860649813027337233286064981302733723328606498130273372332860649813027337233286064981302733723328606498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a4c1ebe-18ab-408f-b8db-da4a2ade1aa2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51ca51f8-5448-4cce-af40-b1cbe1f271fa, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51ca51f8-5448-4cce-af40-b1cbe1f271fa, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10984471407184211908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098447140718421190810984471407184211908109844714071842119081098447140718421190810984471407184211908109844714071842119081098447140718421190810984471407184211908109844714071842119081098447140718421190810984471407184211908109844714071842119081098447140718421190810984471407184211908109844714071842119081098447140718421190810984471407184211908109844714071842119081098447140718421190810984471407184211908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49a9d4a8-7b95-4129-b2fc-58fdcbf4b098, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5df0b0aa-a2aa-44ef-94e2-ccca7ea0391a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5df0b0aa-a2aa-44ef-94e2-ccca7ea0391a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10632094594360683488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063209459436068348810632094594360683488106320945943606834881063209459436068348810632094594360683488106320945943606834881063209459436068348810632094594360683488106320945943606834881063209459436068348810632094594360683488106320945943606834881063209459436068348810632094594360683488106320945943606834881063209459436068348810632094594360683488106320945943606834881063209459436068348810632094594360683488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51ca51f8-5448-4cce-af40-b1cbe1f271fa, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95469ce6-7b7e-4218-a2ab-335bf1d9dbd5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5df0b0aa-a2aa-44ef-94e2-ccca7ea0391a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95469ce6-7b7e-4218-a2ab-335bf1d9dbd5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11101267294246708601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110126729424670860111101267294246708601111012672942467086011110126729424670860111101267294246708601111012672942467086011110126729424670860111101267294246708601111012672942467086011110126729424670860111101267294246708601111012672942467086011110126729424670860111101267294246708601111012672942467086011110126729424670860111101267294246708601111012672942467086011110126729424670860111101267294246708601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 815c7239-dfee-4963-9e58-a3cbfc9dfce5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 815c7239-dfee-4963-9e58-a3cbfc9dfce5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9394269989111007228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93942699891110072289394269989111007228939426998911100722893942699891110072289394269989111007228939426998911100722893942699891110072289394269989111007228939426998911100722893942699891110072289394269989111007228939426998911100722893942699891110072289394269989111007228939426998911100722893942699891110072289394269989111007228939426998911100722893942699891110072289394269989111007228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95469ce6-7b7e-4218-a2ab-335bf1d9dbd5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7acfc0c-e6b9-42fd-8dc3-fe06d61ce109, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7acfc0c-e6b9-42fd-8dc3-fe06d61ce109, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16368778942292536990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636877894229253699016368778942292536990163687789422925369901636877894229253699016368778942292536990163687789422925369901636877894229253699016368778942292536990163687789422925369901636877894229253699016368778942292536990163687789422925369901636877894229253699016368778942292536990163687789422925369901636877894229253699016368778942292536990163687789422925369901636877894229253699016368778942292536990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 815c7239-dfee-4963-9e58-a3cbfc9dfce5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 118283d4-911a-486f-a1e8-08a866476e82, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 118283d4-911a-486f-a1e8-08a866476e82, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17927923002025350992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792792300202535099217927923002025350992179279230020253509921792792300202535099217927923002025350992179279230020253509921792792300202535099217927923002025350992179279230020253509921792792300202535099217927923002025350992179279230020253509921792792300202535099217927923002025350992179279230020253509921792792300202535099217927923002025350992179279230020253509921792792300202535099217927923002025350992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7acfc0c-e6b9-42fd-8dc3-fe06d61ce109, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43d8b668-75a2-4745-af21-6b1d6c2e01f1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43d8b668-75a2-4745-af21-6b1d6c2e01f1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15540808165284787732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554080816528478773215540808165284787732155408081652847877321554080816528478773215540808165284787732155408081652847877321554080816528478773215540808165284787732155408081652847877321554080816528478773215540808165284787732155408081652847877321554080816528478773215540808165284787732155408081652847877321554080816528478773215540808165284787732155408081652847877321554080816528478773215540808165284787732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 118283d4-911a-486f-a1e8-08a866476e82, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03efec7a-f1a8-4ea2-b885-5fe2008ff94d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03efec7a-f1a8-4ea2-b885-5fe2008ff94d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2854829992994939830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28548299929949398302854829992994939830285482999299493983028548299929949398302854829992994939830285482999299493983028548299929949398302854829992994939830285482999299493983028548299929949398302854829992994939830285482999299493983028548299929949398302854829992994939830285482999299493983028548299929949398302854829992994939830285482999299493983028548299929949398302854829992994939830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43d8b668-75a2-4745-af21-6b1d6c2e01f1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c58dfdb-39d0-4270-bcd3-0b6bef6b732c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c58dfdb-39d0-4270-bcd3-0b6bef6b732c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12577581219458811101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257758121945881110112577581219458811101125775812194588111011257758121945881110112577581219458811101125775812194588111011257758121945881110112577581219458811101125775812194588111011257758121945881110112577581219458811101125775812194588111011257758121945881110112577581219458811101125775812194588111011257758121945881110112577581219458811101125775812194588111011257758121945881110112577581219458811101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03efec7a-f1a8-4ea2-b885-5fe2008ff94d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71350432-c18d-4713-aa29-4f45ea213f37, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71350432-c18d-4713-aa29-4f45ea213f37, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15157388561766595692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515738856176659569215157388561766595692151573885617665956921515738856176659569215157388561766595692151573885617665956921515738856176659569215157388561766595692151573885617665956921515738856176659569215157388561766595692151573885617665956921515738856176659569215157388561766595692151573885617665956921515738856176659569215157388561766595692151573885617665956921515738856176659569215157388561766595692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c58dfdb-39d0-4270-bcd3-0b6bef6b732c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04c376e3-4295-4705-8afd-9ebe84de47a3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04c376e3-4295-4705-8afd-9ebe84de47a3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15602113622273960356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560211362227396035615602113622273960356156021136222739603561560211362227396035615602113622273960356156021136222739603561560211362227396035615602113622273960356156021136222739603561560211362227396035615602113622273960356156021136222739603561560211362227396035615602113622273960356156021136222739603561560211362227396035615602113622273960356156021136222739603561560211362227396035615602113622273960356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71350432-c18d-4713-aa29-4f45ea213f37, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cc9cbba-7461-44e8-a6e5-c74b15089cce, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc9cbba-7461-44e8-a6e5-c74b15089cce, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18293512788323746112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829351278832374611218293512788323746112182935127883237461121829351278832374611218293512788323746112182935127883237461121829351278832374611218293512788323746112182935127883237461121829351278832374611218293512788323746112182935127883237461121829351278832374611218293512788323746112182935127883237461121829351278832374611218293512788323746112182935127883237461121829351278832374611218293512788323746112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04c376e3-4295-4705-8afd-9ebe84de47a3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc9cbba-7461-44e8-a6e5-c74b15089cce, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 274e799f-1e41-4134-ba23-17a8df18ad84, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c01da76-1deb-45ff-903b-7d66b72c4b20, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 274e799f-1e41-4134-ba23-17a8df18ad84, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 287194062088341540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "287194062088341540287194062088341540287194062088341540287194062088341540287194062088341540287194062088341540287194062088341540287194062088341540287194062088341540287194062088341540287194062088341540287194062088341540287194062088341540287194062088341540287194062088341540287194062088341540287194062088341540287194062088341540287194062088341540287194062088341540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c01da76-1deb-45ff-903b-7d66b72c4b20, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5695996948955929433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56959969489559294335695996948955929433569599694895592943356959969489559294335695996948955929433569599694895592943356959969489559294335695996948955929433569599694895592943356959969489559294335695996948955929433569599694895592943356959969489559294335695996948955929433569599694895592943356959969489559294335695996948955929433569599694895592943356959969489559294335695996948955929433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 274e799f-1e41-4134-ba23-17a8df18ad84, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16fc4a67-f5a7-4780-b313-8c60e3483218, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16fc4a67-f5a7-4780-b313-8c60e3483218, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6315801233604661514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63158012336046615146315801233604661514631580123360466151463158012336046615146315801233604661514631580123360466151463158012336046615146315801233604661514631580123360466151463158012336046615146315801233604661514631580123360466151463158012336046615146315801233604661514631580123360466151463158012336046615146315801233604661514631580123360466151463158012336046615146315801233604661514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c01da76-1deb-45ff-903b-7d66b72c4b20, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dda7bb8-fb9d-44d8-8017-dea495374ecc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dda7bb8-fb9d-44d8-8017-dea495374ecc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8756356689926550141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87563566899265501418756356689926550141875635668992655014187563566899265501418756356689926550141875635668992655014187563566899265501418756356689926550141875635668992655014187563566899265501418756356689926550141875635668992655014187563566899265501418756356689926550141875635668992655014187563566899265501418756356689926550141875635668992655014187563566899265501418756356689926550141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16fc4a67-f5a7-4780-b313-8c60e3483218, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b42bd79-8a7f-4818-aa44-9d7dd6e8b888, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b42bd79-8a7f-4818-aa44-9d7dd6e8b888, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17853168010471851816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785316801047185181617853168010471851816178531680104718518161785316801047185181617853168010471851816178531680104718518161785316801047185181617853168010471851816178531680104718518161785316801047185181617853168010471851816178531680104718518161785316801047185181617853168010471851816178531680104718518161785316801047185181617853168010471851816178531680104718518161785316801047185181617853168010471851816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dda7bb8-fb9d-44d8-8017-dea495374ecc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e0b2c44-a0bc-4fe0-b1e8-b35d4b1ef667, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e0b2c44-a0bc-4fe0-b1e8-b35d4b1ef667, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16679287607643658241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667928760764365824116679287607643658241166792876076436582411667928760764365824116679287607643658241166792876076436582411667928760764365824116679287607643658241166792876076436582411667928760764365824116679287607643658241166792876076436582411667928760764365824116679287607643658241166792876076436582411667928760764365824116679287607643658241166792876076436582411667928760764365824116679287607643658241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b42bd79-8a7f-4818-aa44-9d7dd6e8b888, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e0b2c44-a0bc-4fe0-b1e8-b35d4b1ef667, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce2855c0-1279-4bdc-932a-1f0ddb862caf, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce2855c0-1279-4bdc-932a-1f0ddb862caf, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17803686335701163388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780368633570116338817803686335701163388178036863357011633881780368633570116338817803686335701163388178036863357011633881780368633570116338817803686335701163388178036863357011633881780368633570116338817803686335701163388178036863357011633881780368633570116338817803686335701163388178036863357011633881780368633570116338817803686335701163388178036863357011633881780368633570116338817803686335701163388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cc9b7ed-2778-4f15-8a19-37d481e208db, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cc9b7ed-2778-4f15-8a19-37d481e208db, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9058283406875545177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90582834068755451779058283406875545177905828340687554517790582834068755451779058283406875545177905828340687554517790582834068755451779058283406875545177905828340687554517790582834068755451779058283406875545177905828340687554517790582834068755451779058283406875545177905828340687554517790582834068755451779058283406875545177905828340687554517790582834068755451779058283406875545177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce2855c0-1279-4bdc-932a-1f0ddb862caf, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 127f65ed-eb36-4334-b179-43b278def470, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 127f65ed-eb36-4334-b179-43b278def470, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16369670872767996578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636967087276799657816369670872767996578163696708727679965781636967087276799657816369670872767996578163696708727679965781636967087276799657816369670872767996578163696708727679965781636967087276799657816369670872767996578163696708727679965781636967087276799657816369670872767996578163696708727679965781636967087276799657816369670872767996578163696708727679965781636967087276799657816369670872767996578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cc9b7ed-2778-4f15-8a19-37d481e208db, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 127f65ed-eb36-4334-b179-43b278def470, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd0ceb2f-47c9-4521-ab64-f4f11911785d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd0ceb2f-47c9-4521-ab64-f4f11911785d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16900993789947914608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690099378994791460816900993789947914608169009937899479146081690099378994791460816900993789947914608169009937899479146081690099378994791460816900993789947914608169009937899479146081690099378994791460816900993789947914608169009937899479146081690099378994791460816900993789947914608169009937899479146081690099378994791460816900993789947914608169009937899479146081690099378994791460816900993789947914608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe070b23-e3d6-43d5-ae86-3cb208797548, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe070b23-e3d6-43d5-ae86-3cb208797548, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18119989210419483077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811998921041948307718119989210419483077181199892104194830771811998921041948307718119989210419483077181199892104194830771811998921041948307718119989210419483077181199892104194830771811998921041948307718119989210419483077181199892104194830771811998921041948307718119989210419483077181199892104194830771811998921041948307718119989210419483077181199892104194830771811998921041948307718119989210419483077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd0ceb2f-47c9-4521-ab64-f4f11911785d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 347a8ffc-e4a8-4ddc-9a6a-2c4e95c2a3f6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 347a8ffc-e4a8-4ddc-9a6a-2c4e95c2a3f6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12528381606969399733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252838160696939973312528381606969399733125283816069693997331252838160696939973312528381606969399733125283816069693997331252838160696939973312528381606969399733125283816069693997331252838160696939973312528381606969399733125283816069693997331252838160696939973312528381606969399733125283816069693997331252838160696939973312528381606969399733125283816069693997331252838160696939973312528381606969399733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 347a8ffc-e4a8-4ddc-9a6a-2c4e95c2a3f6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65ed8300-6d39-4711-909f-83c49d674e97, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe070b23-e3d6-43d5-ae86-3cb208797548, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65ed8300-6d39-4711-909f-83c49d674e97, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5154758872632578807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51547588726325788075154758872632578807515475887263257880751547588726325788075154758872632578807515475887263257880751547588726325788075154758872632578807515475887263257880751547588726325788075154758872632578807515475887263257880751547588726325788075154758872632578807515475887263257880751547588726325788075154758872632578807515475887263257880751547588726325788075154758872632578807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7af2b79f-0ef0-4e3c-aa6c-e345c883a597, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7af2b79f-0ef0-4e3c-aa6c-e345c883a597, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2878614656704130579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28786146567041305792878614656704130579287861465670413057928786146567041305792878614656704130579287861465670413057928786146567041305792878614656704130579287861465670413057928786146567041305792878614656704130579287861465670413057928786146567041305792878614656704130579287861465670413057928786146567041305792878614656704130579287861465670413057928786146567041305792878614656704130579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65ed8300-6d39-4711-909f-83c49d674e97, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37bab2d2-eb8d-42ed-8caa-9f1419cea8a9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37bab2d2-eb8d-42ed-8caa-9f1419cea8a9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14581413020068226070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458141302006822607014581413020068226070145814130200682260701458141302006822607014581413020068226070145814130200682260701458141302006822607014581413020068226070145814130200682260701458141302006822607014581413020068226070145814130200682260701458141302006822607014581413020068226070145814130200682260701458141302006822607014581413020068226070145814130200682260701458141302006822607014581413020068226070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7af2b79f-0ef0-4e3c-aa6c-e345c883a597, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fe9b58e-8bfc-4898-960d-1a9391d5e185, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fe9b58e-8bfc-4898-960d-1a9391d5e185, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13140652572138728818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314065257213872881813140652572138728818131406525721387288181314065257213872881813140652572138728818131406525721387288181314065257213872881813140652572138728818131406525721387288181314065257213872881813140652572138728818131406525721387288181314065257213872881813140652572138728818131406525721387288181314065257213872881813140652572138728818131406525721387288181314065257213872881813140652572138728818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37bab2d2-eb8d-42ed-8caa-9f1419cea8a9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df4d494f-3e10-4022-8738-bf2f99dac879, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df4d494f-3e10-4022-8738-bf2f99dac879, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16163032738343676313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616303273834367631316163032738343676313161630327383436763131616303273834367631316163032738343676313161630327383436763131616303273834367631316163032738343676313161630327383436763131616303273834367631316163032738343676313161630327383436763131616303273834367631316163032738343676313161630327383436763131616303273834367631316163032738343676313161630327383436763131616303273834367631316163032738343676313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fe9b58e-8bfc-4898-960d-1a9391d5e185, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df4d494f-3e10-4022-8738-bf2f99dac879, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 031ed26a-07cb-41f4-8028-623241dc337a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2490b70b-b747-49bb-907a-6ed052b7d0ac, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 031ed26a-07cb-41f4-8028-623241dc337a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9232261463911535512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92322614639115355129232261463911535512923226146391153551292322614639115355129232261463911535512923226146391153551292322614639115355129232261463911535512923226146391153551292322614639115355129232261463911535512923226146391153551292322614639115355129232261463911535512923226146391153551292322614639115355129232261463911535512923226146391153551292322614639115355129232261463911535512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2490b70b-b747-49bb-907a-6ed052b7d0ac, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1990280933111054097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19902809331110540971990280933111054097199028093311105409719902809331110540971990280933111054097199028093311105409719902809331110540971990280933111054097199028093311105409719902809331110540971990280933111054097199028093311105409719902809331110540971990280933111054097199028093311105409719902809331110540971990280933111054097199028093311105409719902809331110540971990280933111054097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2490b70b-b747-49bb-907a-6ed052b7d0ac, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc8273b0-3747-4fa3-8ec3-1a76d89ab861, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 031ed26a-07cb-41f4-8028-623241dc337a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc8273b0-3747-4fa3-8ec3-1a76d89ab861, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17921787862122046595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792178786212204659517921787862122046595179217878621220465951792178786212204659517921787862122046595179217878621220465951792178786212204659517921787862122046595179217878621220465951792178786212204659517921787862122046595179217878621220465951792178786212204659517921787862122046595179217878621220465951792178786212204659517921787862122046595179217878621220465951792178786212204659517921787862122046595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b299a684-f804-4a0b-a261-d4dc51b627da, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b299a684-f804-4a0b-a261-d4dc51b627da, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2749479162325919054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27494791623259190542749479162325919054274947916232591905427494791623259190542749479162325919054274947916232591905427494791623259190542749479162325919054274947916232591905427494791623259190542749479162325919054274947916232591905427494791623259190542749479162325919054274947916232591905427494791623259190542749479162325919054274947916232591905427494791623259190542749479162325919054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc8273b0-3747-4fa3-8ec3-1a76d89ab861, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d17022ad-2e7b-408a-86ed-1cad4fd9fd8c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d17022ad-2e7b-408a-86ed-1cad4fd9fd8c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7927974394119564806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79279743941195648067927974394119564806792797439411956480679279743941195648067927974394119564806792797439411956480679279743941195648067927974394119564806792797439411956480679279743941195648067927974394119564806792797439411956480679279743941195648067927974394119564806792797439411956480679279743941195648067927974394119564806792797439411956480679279743941195648067927974394119564806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b299a684-f804-4a0b-a261-d4dc51b627da, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 593d9824-a75b-4c56-8b02-9cafeb87ac55, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 593d9824-a75b-4c56-8b02-9cafeb87ac55, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1784534272011131699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17845342720111316991784534272011131699178453427201113169917845342720111316991784534272011131699178453427201113169917845342720111316991784534272011131699178453427201113169917845342720111316991784534272011131699178453427201113169917845342720111316991784534272011131699178453427201113169917845342720111316991784534272011131699178453427201113169917845342720111316991784534272011131699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d17022ad-2e7b-408a-86ed-1cad4fd9fd8c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0aa9e6fd-ba45-4bdb-9466-702553ea6c2a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aa9e6fd-ba45-4bdb-9466-702553ea6c2a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8217510802458380204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82175108024583802048217510802458380204821751080245838020482175108024583802048217510802458380204821751080245838020482175108024583802048217510802458380204821751080245838020482175108024583802048217510802458380204821751080245838020482175108024583802048217510802458380204821751080245838020482175108024583802048217510802458380204821751080245838020482175108024583802048217510802458380204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 593d9824-a75b-4c56-8b02-9cafeb87ac55, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fda00b06-ccdf-445c-93aa-c3422e0e9310, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fda00b06-ccdf-445c-93aa-c3422e0e9310, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14974256456229585087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497425645622958508714974256456229585087149742564562295850871497425645622958508714974256456229585087149742564562295850871497425645622958508714974256456229585087149742564562295850871497425645622958508714974256456229585087149742564562295850871497425645622958508714974256456229585087149742564562295850871497425645622958508714974256456229585087149742564562295850871497425645622958508714974256456229585087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aa9e6fd-ba45-4bdb-9466-702553ea6c2a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3951a09b-cb37-42e9-a1ed-7af621a86385, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fda00b06-ccdf-445c-93aa-c3422e0e9310, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3951a09b-cb37-42e9-a1ed-7af621a86385, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4971749347434514639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49717493474345146394971749347434514639497174934743451463949717493474345146394971749347434514639497174934743451463949717493474345146394971749347434514639497174934743451463949717493474345146394971749347434514639497174934743451463949717493474345146394971749347434514639497174934743451463949717493474345146394971749347434514639497174934743451463949717493474345146394971749347434514639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b48d1c92-27a8-4506-82ed-6af4af131339, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b48d1c92-27a8-4506-82ed-6af4af131339, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4256061269870571306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42560612698705713064256061269870571306425606126987057130642560612698705713064256061269870571306425606126987057130642560612698705713064256061269870571306425606126987057130642560612698705713064256061269870571306425606126987057130642560612698705713064256061269870571306425606126987057130642560612698705713064256061269870571306425606126987057130642560612698705713064256061269870571306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3951a09b-cb37-42e9-a1ed-7af621a86385, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e376c03-7c2f-46bb-b223-89de29f116d2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e376c03-7c2f-46bb-b223-89de29f116d2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16483955924933172548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648395592493317254816483955924933172548164839559249331725481648395592493317254816483955924933172548164839559249331725481648395592493317254816483955924933172548164839559249331725481648395592493317254816483955924933172548164839559249331725481648395592493317254816483955924933172548164839559249331725481648395592493317254816483955924933172548164839559249331725481648395592493317254816483955924933172548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b48d1c92-27a8-4506-82ed-6af4af131339, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94f65a13-b1d6-4a90-8730-f41baba10e53, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94f65a13-b1d6-4a90-8730-f41baba10e53, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13218436451644589294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321843645164458929413218436451644589294132184364516445892941321843645164458929413218436451644589294132184364516445892941321843645164458929413218436451644589294132184364516445892941321843645164458929413218436451644589294132184364516445892941321843645164458929413218436451644589294132184364516445892941321843645164458929413218436451644589294132184364516445892941321843645164458929413218436451644589294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e376c03-7c2f-46bb-b223-89de29f116d2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d83970a-143a-40a1-83fd-ed51a483a162, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d83970a-143a-40a1-83fd-ed51a483a162, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10316219253727242497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031621925372724249710316219253727242497103162192537272424971031621925372724249710316219253727242497103162192537272424971031621925372724249710316219253727242497103162192537272424971031621925372724249710316219253727242497103162192537272424971031621925372724249710316219253727242497103162192537272424971031621925372724249710316219253727242497103162192537272424971031621925372724249710316219253727242497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94f65a13-b1d6-4a90-8730-f41baba10e53, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 618ed903-fcb3-48fb-8117-e4caee8613c3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d83970a-143a-40a1-83fd-ed51a483a162, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 618ed903-fcb3-48fb-8117-e4caee8613c3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11105747904366449746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110574790436644974611105747904366449746111057479043664497461110574790436644974611105747904366449746111057479043664497461110574790436644974611105747904366449746111057479043664497461110574790436644974611105747904366449746111057479043664497461110574790436644974611105747904366449746111057479043664497461110574790436644974611105747904366449746111057479043664497461110574790436644974611105747904366449746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71f2a382-9336-409a-9950-dec126e4b994, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71f2a382-9336-409a-9950-dec126e4b994, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3280278236695258318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32802782366952583183280278236695258318328027823669525831832802782366952583183280278236695258318328027823669525831832802782366952583183280278236695258318328027823669525831832802782366952583183280278236695258318328027823669525831832802782366952583183280278236695258318328027823669525831832802782366952583183280278236695258318328027823669525831832802782366952583183280278236695258318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71f2a382-9336-409a-9950-dec126e4b994, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e5e552f-c3bc-42ce-ace9-1f50b5168bed, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e5e552f-c3bc-42ce-ace9-1f50b5168bed, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12351311740658882737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235131174065888273712351311740658882737123513117406588827371235131174065888273712351311740658882737123513117406588827371235131174065888273712351311740658882737123513117406588827371235131174065888273712351311740658882737123513117406588827371235131174065888273712351311740658882737123513117406588827371235131174065888273712351311740658882737123513117406588827371235131174065888273712351311740658882737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 618ed903-fcb3-48fb-8117-e4caee8613c3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae26ef88-bf8f-4d24-b55c-1e3ede6f3cfb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae26ef88-bf8f-4d24-b55c-1e3ede6f3cfb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3251295515333450868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32512955153334508683251295515333450868325129551533345086832512955153334508683251295515333450868325129551533345086832512955153334508683251295515333450868325129551533345086832512955153334508683251295515333450868325129551533345086832512955153334508683251295515333450868325129551533345086832512955153334508683251295515333450868325129551533345086832512955153334508683251295515333450868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e5e552f-c3bc-42ce-ace9-1f50b5168bed, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e043edfc-327e-4f1d-b491-a4501689245f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e043edfc-327e-4f1d-b491-a4501689245f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14401462940878127258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440146294087812725814401462940878127258144014629408781272581440146294087812725814401462940878127258144014629408781272581440146294087812725814401462940878127258144014629408781272581440146294087812725814401462940878127258144014629408781272581440146294087812725814401462940878127258144014629408781272581440146294087812725814401462940878127258144014629408781272581440146294087812725814401462940878127258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae26ef88-bf8f-4d24-b55c-1e3ede6f3cfb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bca7d2db-e437-4171-931f-c5be747a584b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e043edfc-327e-4f1d-b491-a4501689245f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bca7d2db-e437-4171-931f-c5be747a584b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9917345608329382513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99173456083293825139917345608329382513991734560832938251399173456083293825139917345608329382513991734560832938251399173456083293825139917345608329382513991734560832938251399173456083293825139917345608329382513991734560832938251399173456083293825139917345608329382513991734560832938251399173456083293825139917345608329382513991734560832938251399173456083293825139917345608329382513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04acea43-df67-4640-87f6-8b188d1c1084, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bca7d2db-e437-4171-931f-c5be747a584b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04acea43-df67-4640-87f6-8b188d1c1084, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 202896726420610085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "202896726420610085202896726420610085202896726420610085202896726420610085202896726420610085202896726420610085202896726420610085202896726420610085202896726420610085202896726420610085202896726420610085202896726420610085202896726420610085202896726420610085202896726420610085202896726420610085202896726420610085202896726420610085202896726420610085202896726420610085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 897f8957-bde2-4112-9944-b64757be7e55, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 897f8957-bde2-4112-9944-b64757be7e55, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13901001781145872600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390100178114587260013901001781145872600139010017811458726001390100178114587260013901001781145872600139010017811458726001390100178114587260013901001781145872600139010017811458726001390100178114587260013901001781145872600139010017811458726001390100178114587260013901001781145872600139010017811458726001390100178114587260013901001781145872600139010017811458726001390100178114587260013901001781145872600" } } } 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 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62323 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_2fuu7mqu.log --grpc-port=17936 --mon-port=1641 --ic-port=5132 --key-file /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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:62323', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_2fuu7mqu.log', '--grpc-port=17936', '--mon-port=1641', '--ic-port=5132', '--key-file', '/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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: 960214
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:17936/1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04acea43-df67-4640-87f6-8b188d1c1084, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 897f8957-bde2-4112-9944-b64757be7e55, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e74e2a51-0c40-4893-99e8-07c599b7aac9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e74e2a51-0c40-4893-99e8-07c599b7aac9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1431845936123654457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14318459361236544571431845936123654457143184593612365445714318459361236544571431845936123654457143184593612365445714318459361236544571431845936123654457143184593612365445714318459361236544571431845936123654457143184593612365445714318459361236544571431845936123654457143184593612365445714318459361236544571431845936123654457143184593612365445714318459361236544571431845936123654457" } } } 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.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97f84b9c-2bcf-4f4d-81b8-852184111262, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97f84b9c-2bcf-4f4d-81b8-852184111262, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15621807048468932779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562180704846893277915621807048468932779156218070484689327791562180704846893277915621807048468932779156218070484689327791562180704846893277915621807048468932779156218070484689327791562180704846893277915621807048468932779156218070484689327791562180704846893277915621807048468932779156218070484689327791562180704846893277915621807048468932779156218070484689327791562180704846893277915621807048468932779" } } } 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: 960218
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e74e2a51-0c40-4893-99e8-07c599b7aac9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c01d42a-fe16-41a5-874a-a36807dbb5d9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c01d42a-fe16-41a5-874a-a36807dbb5d9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16418004866766912901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641800486676691290116418004866766912901164180048667669129011641800486676691290116418004866766912901164180048667669129011641800486676691290116418004866766912901164180048667669129011641800486676691290116418004866766912901164180048667669129011641800486676691290116418004866766912901164180048667669129011641800486676691290116418004866766912901164180048667669129011641800486676691290116418004866766912901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97f84b9c-2bcf-4f4d-81b8-852184111262, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4b7d98d-40b5-4426-825b-cd43a62ca6e8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4b7d98d-40b5-4426-825b-cd43a62ca6e8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4725052571643696885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47250525716436968854725052571643696885472505257164369688547250525716436968854725052571643696885472505257164369688547250525716436968854725052571643696885472505257164369688547250525716436968854725052571643696885472505257164369688547250525716436968854725052571643696885472505257164369688547250525716436968854725052571643696885472505257164369688547250525716436968854725052571643696885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c01d42a-fe16-41a5-874a-a36807dbb5d9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a42b0d5a-3852-4a65-8caa-b0dab3f7f6d2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a42b0d5a-3852-4a65-8caa-b0dab3f7f6d2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 433810443663950804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "433810443663950804433810443663950804433810443663950804433810443663950804433810443663950804433810443663950804433810443663950804433810443663950804433810443663950804433810443663950804433810443663950804433810443663950804433810443663950804433810443663950804433810443663950804433810443663950804433810443663950804433810443663950804433810443663950804433810443663950804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4b7d98d-40b5-4426-825b-cd43a62ca6e8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1ed503a-8ee0-445b-b6b3-b57039c3728b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1ed503a-8ee0-445b-b6b3-b57039c3728b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12732844584664658577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273284458466465857712732844584664658577127328445846646585771273284458466465857712732844584664658577127328445846646585771273284458466465857712732844584664658577127328445846646585771273284458466465857712732844584664658577127328445846646585771273284458466465857712732844584664658577127328445846646585771273284458466465857712732844584664658577127328445846646585771273284458466465857712732844584664658577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a42b0d5a-3852-4a65-8caa-b0dab3f7f6d2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aa2bcb9-0f49-45a1-a7af-43ae5d04c4e3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aa2bcb9-0f49-45a1-a7af-43ae5d04c4e3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16524646543695246151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652464654369524615116524646543695246151165246465436952461511652464654369524615116524646543695246151165246465436952461511652464654369524615116524646543695246151165246465436952461511652464654369524615116524646543695246151165246465436952461511652464654369524615116524646543695246151165246465436952461511652464654369524615116524646543695246151165246465436952461511652464654369524615116524646543695246151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1ed503a-8ee0-445b-b6b3-b57039c3728b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aa2bcb9-0f49-45a1-a7af-43ae5d04c4e3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc94a47f-f156-4a22-8c9c-d23eec80a97d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc94a47f-f156-4a22-8c9c-d23eec80a97d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6276773849434962609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62767738494349626096276773849434962609627677384943496260962767738494349626096276773849434962609627677384943496260962767738494349626096276773849434962609627677384943496260962767738494349626096276773849434962609627677384943496260962767738494349626096276773849434962609627677384943496260962767738494349626096276773849434962609627677384943496260962767738494349626096276773849434962609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63b1605d-3ed8-4162-85d6-7a1e1e9a8274, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63b1605d-3ed8-4162-85d6-7a1e1e9a8274, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3031610648280582217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30316106482805822173031610648280582217303161064828058221730316106482805822173031610648280582217303161064828058221730316106482805822173031610648280582217303161064828058221730316106482805822173031610648280582217303161064828058221730316106482805822173031610648280582217303161064828058221730316106482805822173031610648280582217303161064828058221730316106482805822173031610648280582217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc94a47f-f156-4a22-8c9c-d23eec80a97d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38009670-5b12-485d-8701-1cb145217b89, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63b1605d-3ed8-4162-85d6-7a1e1e9a8274, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38009670-5b12-485d-8701-1cb145217b89, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2188521291337063559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21885212913370635592188521291337063559218852129133706355921885212913370635592188521291337063559218852129133706355921885212913370635592188521291337063559218852129133706355921885212913370635592188521291337063559218852129133706355921885212913370635592188521291337063559218852129133706355921885212913370635592188521291337063559218852129133706355921885212913370635592188521291337063559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef17b5b2-3e91-45e0-9d51-b07fe2839cf8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef17b5b2-3e91-45e0-9d51-b07fe2839cf8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13615242210069814393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361524221006981439313615242210069814393136152422100698143931361524221006981439313615242210069814393136152422100698143931361524221006981439313615242210069814393136152422100698143931361524221006981439313615242210069814393136152422100698143931361524221006981439313615242210069814393136152422100698143931361524221006981439313615242210069814393136152422100698143931361524221006981439313615242210069814393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38009670-5b12-485d-8701-1cb145217b89, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef17b5b2-3e91-45e0-9d51-b07fe2839cf8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27735d61-6ec0-49ed-a19a-bd503e30f805, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 570594aa-97c6-4b7a-b84c-e3c0ab914f64, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27735d61-6ec0-49ed-a19a-bd503e30f805, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17766395831268308445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776639583126830844517766395831268308445177663958312683084451776639583126830844517766395831268308445177663958312683084451776639583126830844517766395831268308445177663958312683084451776639583126830844517766395831268308445177663958312683084451776639583126830844517766395831268308445177663958312683084451776639583126830844517766395831268308445177663958312683084451776639583126830844517766395831268308445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 570594aa-97c6-4b7a-b84c-e3c0ab914f64, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9766211187945695258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97662111879456952589766211187945695258976621118794569525897662111879456952589766211187945695258976621118794569525897662111879456952589766211187945695258976621118794569525897662111879456952589766211187945695258976621118794569525897662111879456952589766211187945695258976621118794569525897662111879456952589766211187945695258976621118794569525897662111879456952589766211187945695258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27735d61-6ec0-49ed-a19a-bd503e30f805, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52074075-b713-4078-8686-52fff11f1d11, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52074075-b713-4078-8686-52fff11f1d11, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7706802570396664757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77068025703966647577706802570396664757770680257039666475777068025703966647577706802570396664757770680257039666475777068025703966647577706802570396664757770680257039666475777068025703966647577706802570396664757770680257039666475777068025703966647577706802570396664757770680257039666475777068025703966647577706802570396664757770680257039666475777068025703966647577706802570396664757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 570594aa-97c6-4b7a-b84c-e3c0ab914f64, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e62f9fb1-a707-4d76-83f2-80146d586182, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e62f9fb1-a707-4d76-83f2-80146d586182, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16470598443451668232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647059844345166823216470598443451668232164705984434516682321647059844345166823216470598443451668232164705984434516682321647059844345166823216470598443451668232164705984434516682321647059844345166823216470598443451668232164705984434516682321647059844345166823216470598443451668232164705984434516682321647059844345166823216470598443451668232164705984434516682321647059844345166823216470598443451668232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52074075-b713-4078-8686-52fff11f1d11, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75909b51-db46-4823-a56c-2cb6dca714f2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75909b51-db46-4823-a56c-2cb6dca714f2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8656335824676547604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86563358246765476048656335824676547604865633582467654760486563358246765476048656335824676547604865633582467654760486563358246765476048656335824676547604865633582467654760486563358246765476048656335824676547604865633582467654760486563358246765476048656335824676547604865633582467654760486563358246765476048656335824676547604865633582467654760486563358246765476048656335824676547604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e62f9fb1-a707-4d76-83f2-80146d586182, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cdff7be-6da0-4b90-b9ec-228119544a88, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cdff7be-6da0-4b90-b9ec-228119544a88, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3444857435723187726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34448574357231877263444857435723187726344485743572318772634448574357231877263444857435723187726344485743572318772634448574357231877263444857435723187726344485743572318772634448574357231877263444857435723187726344485743572318772634448574357231877263444857435723187726344485743572318772634448574357231877263444857435723187726344485743572318772634448574357231877263444857435723187726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75909b51-db46-4823-a56c-2cb6dca714f2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42789330-b103-42f3-b8ed-4321b0defc50, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42789330-b103-42f3-b8ed-4321b0defc50, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11145549848501785714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114554984850178571411145549848501785714111455498485017857141114554984850178571411145549848501785714111455498485017857141114554984850178571411145549848501785714111455498485017857141114554984850178571411145549848501785714111455498485017857141114554984850178571411145549848501785714111455498485017857141114554984850178571411145549848501785714111455498485017857141114554984850178571411145549848501785714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cdff7be-6da0-4b90-b9ec-228119544a88, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e610cdd9-de6b-436c-8e15-d3d2cb4c7e4a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e610cdd9-de6b-436c-8e15-d3d2cb4c7e4a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2003289010800443122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20032890108004431222003289010800443122200328901080044312220032890108004431222003289010800443122200328901080044312220032890108004431222003289010800443122200328901080044312220032890108004431222003289010800443122200328901080044312220032890108004431222003289010800443122200328901080044312220032890108004431222003289010800443122200328901080044312220032890108004431222003289010800443122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42789330-b103-42f3-b8ed-4321b0defc50, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54cf60b4-b8ac-44ca-9db6-0c7118e95660, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54cf60b4-b8ac-44ca-9db6-0c7118e95660, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11500735294653170583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150073529465317058311500735294653170583115007352946531705831150073529465317058311500735294653170583115007352946531705831150073529465317058311500735294653170583115007352946531705831150073529465317058311500735294653170583115007352946531705831150073529465317058311500735294653170583115007352946531705831150073529465317058311500735294653170583115007352946531705831150073529465317058311500735294653170583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e610cdd9-de6b-436c-8e15-d3d2cb4c7e4a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55fa0499-b60a-471d-af57-0a31b832e26d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55fa0499-b60a-471d-af57-0a31b832e26d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8466432245911790525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84664322459117905258466432245911790525846643224591179052584664322459117905258466432245911790525846643224591179052584664322459117905258466432245911790525846643224591179052584664322459117905258466432245911790525846643224591179052584664322459117905258466432245911790525846643224591179052584664322459117905258466432245911790525846643224591179052584664322459117905258466432245911790525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55fa0499-b60a-471d-af57-0a31b832e26d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01bc079a-1727-46e0-8dc4-772467986e1f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01bc079a-1727-46e0-8dc4-772467986e1f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1675027197661951268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16750271976619512681675027197661951268167502719766195126816750271976619512681675027197661951268167502719766195126816750271976619512681675027197661951268167502719766195126816750271976619512681675027197661951268167502719766195126816750271976619512681675027197661951268167502719766195126816750271976619512681675027197661951268167502719766195126816750271976619512681675027197661951268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54cf60b4-b8ac-44ca-9db6-0c7118e95660, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01bc079a-1727-46e0-8dc4-772467986e1f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36101486-eee4-40ad-a4e9-de034521d934, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eade1dc6-8a21-4b1b-85e4-722754cb6c5b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36101486-eee4-40ad-a4e9-de034521d934, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11766573091589724015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176657309158972401511766573091589724015117665730915897240151176657309158972401511766573091589724015117665730915897240151176657309158972401511766573091589724015117665730915897240151176657309158972401511766573091589724015117665730915897240151176657309158972401511766573091589724015117665730915897240151176657309158972401511766573091589724015117665730915897240151176657309158972401511766573091589724015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eade1dc6-8a21-4b1b-85e4-722754cb6c5b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18190200760071263285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819020076007126328518190200760071263285181902007600712632851819020076007126328518190200760071263285181902007600712632851819020076007126328518190200760071263285181902007600712632851819020076007126328518190200760071263285181902007600712632851819020076007126328518190200760071263285181902007600712632851819020076007126328518190200760071263285181902007600712632851819020076007126328518190200760071263285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36101486-eee4-40ad-a4e9-de034521d934, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eade1dc6-8a21-4b1b-85e4-722754cb6c5b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 170c8b8b-caf0-4b5b-81b3-8103e47fcdeb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc939119-89a9-4d79-99af-8f66b926bb5a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc939119-89a9-4d79-99af-8f66b926bb5a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11421224044894634913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142122404489463491311421224044894634913114212240448946349131142122404489463491311421224044894634913114212240448946349131142122404489463491311421224044894634913114212240448946349131142122404489463491311421224044894634913114212240448946349131142122404489463491311421224044894634913114212240448946349131142122404489463491311421224044894634913114212240448946349131142122404489463491311421224044894634913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 170c8b8b-caf0-4b5b-81b3-8103e47fcdeb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4936659291440117098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49366592914401170984936659291440117098493665929144011709849366592914401170984936659291440117098493665929144011709849366592914401170984936659291440117098493665929144011709849366592914401170984936659291440117098493665929144011709849366592914401170984936659291440117098493665929144011709849366592914401170984936659291440117098493665929144011709849366592914401170984936659291440117098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 170c8b8b-caf0-4b5b-81b3-8103e47fcdeb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60688623-9c58-4707-be2d-bbc746210926, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60688623-9c58-4707-be2d-bbc746210926, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3701527392586441806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37015273925864418063701527392586441806370152739258644180637015273925864418063701527392586441806370152739258644180637015273925864418063701527392586441806370152739258644180637015273925864418063701527392586441806370152739258644180637015273925864418063701527392586441806370152739258644180637015273925864418063701527392586441806370152739258644180637015273925864418063701527392586441806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc939119-89a9-4d79-99af-8f66b926bb5a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5c4562f-fe6e-445d-b139-11c9cd9de6af, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5c4562f-fe6e-445d-b139-11c9cd9de6af, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5862536830628166847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58625368306281668475862536830628166847586253683062816684758625368306281668475862536830628166847586253683062816684758625368306281668475862536830628166847586253683062816684758625368306281668475862536830628166847586253683062816684758625368306281668475862536830628166847586253683062816684758625368306281668475862536830628166847586253683062816684758625368306281668475862536830628166847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60688623-9c58-4707-be2d-bbc746210926, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc337705-fe4b-4ec5-bcb7-5de39440e809, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc337705-fe4b-4ec5-bcb7-5de39440e809, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9674846096780658707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96748460967806587079674846096780658707967484609678065870796748460967806587079674846096780658707967484609678065870796748460967806587079674846096780658707967484609678065870796748460967806587079674846096780658707967484609678065870796748460967806587079674846096780658707967484609678065870796748460967806587079674846096780658707967484609678065870796748460967806587079674846096780658707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5c4562f-fe6e-445d-b139-11c9cd9de6af, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc337705-fe4b-4ec5-bcb7-5de39440e809, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2ca3979-d3e2-41e1-b347-361d011c7f0b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83e87bf4-542f-4bbb-b472-db4794db0cff, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2ca3979-d3e2-41e1-b347-361d011c7f0b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7668324674316888546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76683246743168885467668324674316888546766832467431688854676683246743168885467668324674316888546766832467431688854676683246743168885467668324674316888546766832467431688854676683246743168885467668324674316888546766832467431688854676683246743168885467668324674316888546766832467431688854676683246743168885467668324674316888546766832467431688854676683246743168885467668324674316888546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83e87bf4-542f-4bbb-b472-db4794db0cff, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8059608402526649783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80596084025266497838059608402526649783805960840252664978380596084025266497838059608402526649783805960840252664978380596084025266497838059608402526649783805960840252664978380596084025266497838059608402526649783805960840252664978380596084025266497838059608402526649783805960840252664978380596084025266497838059608402526649783805960840252664978380596084025266497838059608402526649783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2ca3979-d3e2-41e1-b347-361d011c7f0b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83e87bf4-542f-4bbb-b472-db4794db0cff, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5acbd448-a792-4f71-9941-b3d6787668ee, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0d1c3f5-efa2-4b10-a96c-6cf395e5f444, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5acbd448-a792-4f71-9941-b3d6787668ee, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6833287259066482340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68332872590664823406833287259066482340683328725906648234068332872590664823406833287259066482340683328725906648234068332872590664823406833287259066482340683328725906648234068332872590664823406833287259066482340683328725906648234068332872590664823406833287259066482340683328725906648234068332872590664823406833287259066482340683328725906648234068332872590664823406833287259066482340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0d1c3f5-efa2-4b10-a96c-6cf395e5f444, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2872315585289459780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28723155852894597802872315585289459780287231558528945978028723155852894597802872315585289459780287231558528945978028723155852894597802872315585289459780287231558528945978028723155852894597802872315585289459780287231558528945978028723155852894597802872315585289459780287231558528945978028723155852894597802872315585289459780287231558528945978028723155852894597802872315585289459780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5acbd448-a792-4f71-9941-b3d6787668ee, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0d1c3f5-efa2-4b10-a96c-6cf395e5f444, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6fc5ee2-10b2-4901-ad7e-c2105f4c0541, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6fc5ee2-10b2-4901-ad7e-c2105f4c0541, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7043227290134882869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70432272901348828697043227290134882869704322729013488286970432272901348828697043227290134882869704322729013488286970432272901348828697043227290134882869704322729013488286970432272901348828697043227290134882869704322729013488286970432272901348828697043227290134882869704322729013488286970432272901348828697043227290134882869704322729013488286970432272901348828697043227290134882869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f490ecf8-ac55-434b-91f5-d2f30f2eda2e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f490ecf8-ac55-434b-91f5-d2f30f2eda2e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7916411225404584663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79164112254045846637916411225404584663791641122540458466379164112254045846637916411225404584663791641122540458466379164112254045846637916411225404584663791641122540458466379164112254045846637916411225404584663791641122540458466379164112254045846637916411225404584663791641122540458466379164112254045846637916411225404584663791641122540458466379164112254045846637916411225404584663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6fc5ee2-10b2-4901-ad7e-c2105f4c0541, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7064fa66-5976-47d1-9282-c09623262fae, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7064fa66-5976-47d1-9282-c09623262fae, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5769615881291971262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57696158812919712625769615881291971262576961588129197126257696158812919712625769615881291971262576961588129197126257696158812919712625769615881291971262576961588129197126257696158812919712625769615881291971262576961588129197126257696158812919712625769615881291971262576961588129197126257696158812919712625769615881291971262576961588129197126257696158812919712625769615881291971262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f490ecf8-ac55-434b-91f5-d2f30f2eda2e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5f2a9bb-1520-472a-a368-d0f40c81cc70, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5f2a9bb-1520-472a-a368-d0f40c81cc70, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9266003094952337373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92660030949523373739266003094952337373926600309495233737392660030949523373739266003094952337373926600309495233737392660030949523373739266003094952337373926600309495233737392660030949523373739266003094952337373926600309495233737392660030949523373739266003094952337373926600309495233737392660030949523373739266003094952337373926600309495233737392660030949523373739266003094952337373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7064fa66-5976-47d1-9282-c09623262fae, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30016527-8b1f-4d1d-8af4-058867dbb3e7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30016527-8b1f-4d1d-8af4-058867dbb3e7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3039375889356005593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30393758893560055933039375889356005593303937588935600559330393758893560055933039375889356005593303937588935600559330393758893560055933039375889356005593303937588935600559330393758893560055933039375889356005593303937588935600559330393758893560055933039375889356005593303937588935600559330393758893560055933039375889356005593303937588935600559330393758893560055933039375889356005593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5f2a9bb-1520-472a-a368-d0f40c81cc70, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30016527-8b1f-4d1d-8af4-058867dbb3e7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7af5603-9294-4c26-b107-2aec464a4c99, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7af5603-9294-4c26-b107-2aec464a4c99, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9556073490603187660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95560734906031876609556073490603187660955607349060318766095560734906031876609556073490603187660955607349060318766095560734906031876609556073490603187660955607349060318766095560734906031876609556073490603187660955607349060318766095560734906031876609556073490603187660955607349060318766095560734906031876609556073490603187660955607349060318766095560734906031876609556073490603187660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71c37edd-b343-4f12-9d06-9ce0791b541a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71c37edd-b343-4f12-9d06-9ce0791b541a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7058545137385113708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70585451373851137087058545137385113708705854513738511370870585451373851137087058545137385113708705854513738511370870585451373851137087058545137385113708705854513738511370870585451373851137087058545137385113708705854513738511370870585451373851137087058545137385113708705854513738511370870585451373851137087058545137385113708705854513738511370870585451373851137087058545137385113708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7af5603-9294-4c26-b107-2aec464a4c99, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 677fc98e-973c-4ef7-a2a7-918d2a006f3c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 677fc98e-973c-4ef7-a2a7-918d2a006f3c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5782641201752753603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57826412017527536035782641201752753603578264120175275360357826412017527536035782641201752753603578264120175275360357826412017527536035782641201752753603578264120175275360357826412017527536035782641201752753603578264120175275360357826412017527536035782641201752753603578264120175275360357826412017527536035782641201752753603578264120175275360357826412017527536035782641201752753603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71c37edd-b343-4f12-9d06-9ce0791b541a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1806bf45-8645-4ef6-9b39-6d5e7f6174fd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1806bf45-8645-4ef6-9b39-6d5e7f6174fd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1188311647327117507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11883116473271175071188311647327117507118831164732711750711883116473271175071188311647327117507118831164732711750711883116473271175071188311647327117507118831164732711750711883116473271175071188311647327117507118831164732711750711883116473271175071188311647327117507118831164732711750711883116473271175071188311647327117507118831164732711750711883116473271175071188311647327117507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 677fc98e-973c-4ef7-a2a7-918d2a006f3c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01a3a55e-db1f-40de-a596-c0e10a2e8d19, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1806bf45-8645-4ef6-9b39-6d5e7f6174fd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c13e639b-1ddf-450e-a6c9-f20f64c79ae8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01a3a55e-db1f-40de-a596-c0e10a2e8d19, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1628799757917957264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16287997579179572641628799757917957264162879975791795726416287997579179572641628799757917957264162879975791795726416287997579179572641628799757917957264162879975791795726416287997579179572641628799757917957264162879975791795726416287997579179572641628799757917957264162879975791795726416287997579179572641628799757917957264162879975791795726416287997579179572641628799757917957264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c13e639b-1ddf-450e-a6c9-f20f64c79ae8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6332344537400170319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63323445374001703196332344537400170319633234453740017031963323445374001703196332344537400170319633234453740017031963323445374001703196332344537400170319633234453740017031963323445374001703196332344537400170319633234453740017031963323445374001703196332344537400170319633234453740017031963323445374001703196332344537400170319633234453740017031963323445374001703196332344537400170319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01a3a55e-db1f-40de-a596-c0e10a2e8d19, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a971342a-af58-442e-9f62-de0949132637, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a971342a-af58-442e-9f62-de0949132637, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10376359749502468500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037635974950246850010376359749502468500103763597495024685001037635974950246850010376359749502468500103763597495024685001037635974950246850010376359749502468500103763597495024685001037635974950246850010376359749502468500103763597495024685001037635974950246850010376359749502468500103763597495024685001037635974950246850010376359749502468500103763597495024685001037635974950246850010376359749502468500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c13e639b-1ddf-450e-a6c9-f20f64c79ae8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19daa6d8-b287-42f6-8706-e9415e3a4191, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19daa6d8-b287-42f6-8706-e9415e3a4191, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10732819675276815250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073281967527681525010732819675276815250107328196752768152501073281967527681525010732819675276815250107328196752768152501073281967527681525010732819675276815250107328196752768152501073281967527681525010732819675276815250107328196752768152501073281967527681525010732819675276815250107328196752768152501073281967527681525010732819675276815250107328196752768152501073281967527681525010732819675276815250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a971342a-af58-442e-9f62-de0949132637, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1d294e2-44d3-4bb1-9c12-aabe664dc44d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19daa6d8-b287-42f6-8706-e9415e3a4191, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e89e79c-77b0-4f97-acd2-4a880499fc8e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e89e79c-77b0-4f97-acd2-4a880499fc8e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15599813998572485034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559981399857248503415599813998572485034155998139985724850341559981399857248503415599813998572485034155998139985724850341559981399857248503415599813998572485034155998139985724850341559981399857248503415599813998572485034155998139985724850341559981399857248503415599813998572485034155998139985724850341559981399857248503415599813998572485034155998139985724850341559981399857248503415599813998572485034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1d294e2-44d3-4bb1-9c12-aabe664dc44d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 107896994944251164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "107896994944251164107896994944251164107896994944251164107896994944251164107896994944251164107896994944251164107896994944251164107896994944251164107896994944251164107896994944251164107896994944251164107896994944251164107896994944251164107896994944251164107896994944251164107896994944251164107896994944251164107896994944251164107896994944251164107896994944251164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e89e79c-77b0-4f97-acd2-4a880499fc8e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54bb740e-4276-4f64-bd04-4ed5000f1450, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54bb740e-4276-4f64-bd04-4ed5000f1450, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1102283838490724424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11022838384907244241102283838490724424110228383849072442411022838384907244241102283838490724424110228383849072442411022838384907244241102283838490724424110228383849072442411022838384907244241102283838490724424110228383849072442411022838384907244241102283838490724424110228383849072442411022838384907244241102283838490724424110228383849072442411022838384907244241102283838490724424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1d294e2-44d3-4bb1-9c12-aabe664dc44d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4cace76-1d65-4ebd-95f0-76316e867b3e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4cace76-1d65-4ebd-95f0-76316e867b3e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16724594487601328937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672459448760132893716724594487601328937167245944876013289371672459448760132893716724594487601328937167245944876013289371672459448760132893716724594487601328937167245944876013289371672459448760132893716724594487601328937167245944876013289371672459448760132893716724594487601328937167245944876013289371672459448760132893716724594487601328937167245944876013289371672459448760132893716724594487601328937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4cace76-1d65-4ebd-95f0-76316e867b3e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2d67f4a-ba52-49f7-b012-938e539fd507, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d67f4a-ba52-49f7-b012-938e539fd507, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17437440519757905759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743744051975790575917437440519757905759174374405197579057591743744051975790575917437440519757905759174374405197579057591743744051975790575917437440519757905759174374405197579057591743744051975790575917437440519757905759174374405197579057591743744051975790575917437440519757905759174374405197579057591743744051975790575917437440519757905759174374405197579057591743744051975790575917437440519757905759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54bb740e-4276-4f64-bd04-4ed5000f1450, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d591657-b92a-47d2-967d-924307b92487, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d591657-b92a-47d2-967d-924307b92487, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14837291442863501066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483729144286350106614837291442863501066148372914428635010661483729144286350106614837291442863501066148372914428635010661483729144286350106614837291442863501066148372914428635010661483729144286350106614837291442863501066148372914428635010661483729144286350106614837291442863501066148372914428635010661483729144286350106614837291442863501066148372914428635010661483729144286350106614837291442863501066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d67f4a-ba52-49f7-b012-938e539fd507, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ya.test:process.py:259 Command (pid 960218) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 960218) elapsed time (sec): 0.7844512462615967
DEBUG    ya.test:process.py:263 Command (pid 960218) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 960218) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 960218) isrss: 0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fe03cf6-6690-4e84-9f5b-fe32fdba5ee0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fe03cf6-6690-4e84-9f5b-fe32fdba5ee0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14107409799548569841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410740979954856984114107409799548569841141074097995485698411410740979954856984114107409799548569841141074097995485698411410740979954856984114107409799548569841141074097995485698411410740979954856984114107409799548569841141074097995485698411410740979954856984114107409799548569841141074097995485698411410740979954856984114107409799548569841141074097995485698411410740979954856984114107409799548569841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d591657-b92a-47d2-967d-924307b92487, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 960218) ixrss: 0
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ya.test:process.py:263 Command (pid 960218) majflt: 0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b907d35-b162-4df1-8f2d-106c6b7ebabd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ya.test:process.py:263 Command (pid 960218) maxrss: 958876
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fe03cf6-6690-4e84-9f5b-fe32fdba5ee0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 960218) minflt: 45512
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b907d35-b162-4df1-8f2d-106c6b7ebabd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18362831490452294835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836283149045229483518362831490452294835183628314904522948351836283149045229483518362831490452294835183628314904522948351836283149045229483518362831490452294835183628314904522948351836283149045229483518362831490452294835183628314904522948351836283149045229483518362831490452294835183628314904522948351836283149045229483518362831490452294835183628314904522948351836283149045229483518362831490452294835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ya.test:process.py:263 Command (pid 960218) msgrcv: 0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae0a1c22-8ac0-4ad6-abef-01648e607d7b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae0a1c22-8ac0-4ad6-abef-01648e607d7b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5126950420742866376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51269504207428663765126950420742866376512695042074286637651269504207428663765126950420742866376512695042074286637651269504207428663765126950420742866376512695042074286637651269504207428663765126950420742866376512695042074286637651269504207428663765126950420742866376512695042074286637651269504207428663765126950420742866376512695042074286637651269504207428663765126950420742866376" } } } 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 960218) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 960218) nivcsw: 87
DEBUG    ya.test:process.py:263 Command (pid 960218) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 960218) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 960218) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 960218) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 960218) stime: 0.19574799999999998
DEBUG    ya.test:process.py:263 Command (pid 960218) utime: 0.44964899999999997
DEBUG    ya.test:process.py:263 Command (pid 960218) wtime: 0.788
DEBUG    ya.test:process.py:275 Command (pid 960218) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 960218) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b907d35-b162-4df1-8f2d-106c6b7ebabd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae0a1c22-8ac0-4ad6-abef-01648e607d7b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f80db8e8-1973-424e-9848-9325596ce5ed, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f80db8e8-1973-424e-9848-9325596ce5ed, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8028939997974410783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80289399979744107838028939997974410783802893999797441078380289399979744107838028939997974410783802893999797441078380289399979744107838028939997974410783802893999797441078380289399979744107838028939997974410783802893999797441078380289399979744107838028939997974410783802893999797441078380289399979744107838028939997974410783802893999797441078380289399979744107838028939997974410783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd635365-adcb-41fa-924e-1648e9c4741e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd635365-adcb-41fa-924e-1648e9c4741e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8658590719565654506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86585907195656545068658590719565654506865859071956565450686585907195656545068658590719565654506865859071956565450686585907195656545068658590719565654506865859071956565450686585907195656545068658590719565654506865859071956565450686585907195656545068658590719565654506865859071956565450686585907195656545068658590719565654506865859071956565450686585907195656545068658590719565654506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f80db8e8-1973-424e-9848-9325596ce5ed, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e06d1e99-4640-449a-9a40-609b2eb689d7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e06d1e99-4640-449a-9a40-609b2eb689d7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7713828393444258348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77138283934442583487713828393444258348771382839344425834877138283934442583487713828393444258348771382839344425834877138283934442583487713828393444258348771382839344425834877138283934442583487713828393444258348771382839344425834877138283934442583487713828393444258348771382839344425834877138283934442583487713828393444258348771382839344425834877138283934442583487713828393444258348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd635365-adcb-41fa-924e-1648e9c4741e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ebd422e-665a-4976-8e1b-343ebce276c7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ebd422e-665a-4976-8e1b-343ebce276c7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6977600125502289906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69776001255022899066977600125502289906697760012550228990669776001255022899066977600125502289906697760012550228990669776001255022899066977600125502289906697760012550228990669776001255022899066977600125502289906697760012550228990669776001255022899066977600125502289906697760012550228990669776001255022899066977600125502289906697760012550228990669776001255022899066977600125502289906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e06d1e99-4640-449a-9a40-609b2eb689d7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f9e205b-ed2e-4713-b854-9309dce001f0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f9e205b-ed2e-4713-b854-9309dce001f0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16372819533583935037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637281953358393503716372819533583935037163728195335839350371637281953358393503716372819533583935037163728195335839350371637281953358393503716372819533583935037163728195335839350371637281953358393503716372819533583935037163728195335839350371637281953358393503716372819533583935037163728195335839350371637281953358393503716372819533583935037163728195335839350371637281953358393503716372819533583935037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ebd422e-665a-4976-8e1b-343ebce276c7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9ad5cd9-8c79-44bd-a02d-64e873b8e863, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9ad5cd9-8c79-44bd-a02d-64e873b8e863, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5269741622652667512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52697416226526675125269741622652667512526974162265266751252697416226526675125269741622652667512526974162265266751252697416226526675125269741622652667512526974162265266751252697416226526675125269741622652667512526974162265266751252697416226526675125269741622652667512526974162265266751252697416226526675125269741622652667512526974162265266751252697416226526675125269741622652667512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f9e205b-ed2e-4713-b854-9309dce001f0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b617b150-7c28-4221-b0c0-15aad09d8a61, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9ad5cd9-8c79-44bd-a02d-64e873b8e863, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bfb4420-1009-43eb-a3bc-f597130040d8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bfb4420-1009-43eb-a3bc-f597130040d8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16664391545979696285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666439154597969628516664391545979696285166643915459796962851666439154597969628516664391545979696285166643915459796962851666439154597969628516664391545979696285166643915459796962851666439154597969628516664391545979696285166643915459796962851666439154597969628516664391545979696285166643915459796962851666439154597969628516664391545979696285166643915459796962851666439154597969628516664391545979696285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b617b150-7c28-4221-b0c0-15aad09d8a61, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8671861401951265984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86718614019512659848671861401951265984867186140195126598486718614019512659848671861401951265984867186140195126598486718614019512659848671861401951265984867186140195126598486718614019512659848671861401951265984867186140195126598486718614019512659848671861401951265984867186140195126598486718614019512659848671861401951265984867186140195126598486718614019512659848671861401951265984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bfb4420-1009-43eb-a3bc-f597130040d8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df2cd362-f558-4197-a78c-4b3f92b8ae99, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b617b150-7c28-4221-b0c0-15aad09d8a61, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df2cd362-f558-4197-a78c-4b3f92b8ae99, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 190502585629690025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "190502585629690025190502585629690025190502585629690025190502585629690025190502585629690025190502585629690025190502585629690025190502585629690025190502585629690025190502585629690025190502585629690025190502585629690025190502585629690025190502585629690025190502585629690025190502585629690025190502585629690025190502585629690025190502585629690025190502585629690025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95bb785f-54ff-4304-987a-cb162ffd58a0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95bb785f-54ff-4304-987a-cb162ffd58a0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4000891706628091581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40008917066280915814000891706628091581400089170662809158140008917066280915814000891706628091581400089170662809158140008917066280915814000891706628091581400089170662809158140008917066280915814000891706628091581400089170662809158140008917066280915814000891706628091581400089170662809158140008917066280915814000891706628091581400089170662809158140008917066280915814000891706628091581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df2cd362-f558-4197-a78c-4b3f92b8ae99, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61981f5d-3894-4072-b34e-c255bc6bfd13, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61981f5d-3894-4072-b34e-c255bc6bfd13, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18340120805248346938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834012080524834693818340120805248346938183401208052483469381834012080524834693818340120805248346938183401208052483469381834012080524834693818340120805248346938183401208052483469381834012080524834693818340120805248346938183401208052483469381834012080524834693818340120805248346938183401208052483469381834012080524834693818340120805248346938183401208052483469381834012080524834693818340120805248346938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95bb785f-54ff-4304-987a-cb162ffd58a0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61981f5d-3894-4072-b34e-c255bc6bfd13, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bb1c0ed-9a60-4ca5-a1ae-e54fc0f06112, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34d7e75b-2f60-440f-b931-e25e14250deb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d7e75b-2f60-440f-b931-e25e14250deb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12388548260852776233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238854826085277623312388548260852776233123885482608527762331238854826085277623312388548260852776233123885482608527762331238854826085277623312388548260852776233123885482608527762331238854826085277623312388548260852776233123885482608527762331238854826085277623312388548260852776233123885482608527762331238854826085277623312388548260852776233123885482608527762331238854826085277623312388548260852776233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bb1c0ed-9a60-4ca5-a1ae-e54fc0f06112, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9947632019119451526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99476320191194515269947632019119451526994763201911945152699476320191194515269947632019119451526994763201911945152699476320191194515269947632019119451526994763201911945152699476320191194515269947632019119451526994763201911945152699476320191194515269947632019119451526994763201911945152699476320191194515269947632019119451526994763201911945152699476320191194515269947632019119451526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d7e75b-2f60-440f-b931-e25e14250deb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe7c4e59-3db0-4377-93a8-3976f526d5d4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bb1c0ed-9a60-4ca5-a1ae-e54fc0f06112, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7ea198e-313b-455c-aa37-65e0eaa15e1b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe7c4e59-3db0-4377-93a8-3976f526d5d4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7683925581798961118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76839255817989611187683925581798961118768392558179896111876839255817989611187683925581798961118768392558179896111876839255817989611187683925581798961118768392558179896111876839255817989611187683925581798961118768392558179896111876839255817989611187683925581798961118768392558179896111876839255817989611187683925581798961118768392558179896111876839255817989611187683925581798961118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ea198e-313b-455c-aa37-65e0eaa15e1b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17993498182333882714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799349818233388271417993498182333882714179934981823338827141799349818233388271417993498182333882714179934981823338827141799349818233388271417993498182333882714179934981823338827141799349818233388271417993498182333882714179934981823338827141799349818233388271417993498182333882714179934981823338827141799349818233388271417993498182333882714179934981823338827141799349818233388271417993498182333882714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe7c4e59-3db0-4377-93a8-3976f526d5d4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ea198e-313b-455c-aa37-65e0eaa15e1b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27b2341a-9659-4559-950f-7ef9e44e3e4a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27b2341a-9659-4559-950f-7ef9e44e3e4a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17609118790600121333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760911879060012133317609118790600121333176091187906001213331760911879060012133317609118790600121333176091187906001213331760911879060012133317609118790600121333176091187906001213331760911879060012133317609118790600121333176091187906001213331760911879060012133317609118790600121333176091187906001213331760911879060012133317609118790600121333176091187906001213331760911879060012133317609118790600121333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 629181ca-4560-4cfc-b499-7880032dbac5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 629181ca-4560-4cfc-b499-7880032dbac5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3977346392274981266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39773463922749812663977346392274981266397734639227498126639773463922749812663977346392274981266397734639227498126639773463922749812663977346392274981266397734639227498126639773463922749812663977346392274981266397734639227498126639773463922749812663977346392274981266397734639227498126639773463922749812663977346392274981266397734639227498126639773463922749812663977346392274981266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27b2341a-9659-4559-950f-7ef9e44e3e4a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb2e2b76-38ab-4c71-bd1e-4545fa95817c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb2e2b76-38ab-4c71-bd1e-4545fa95817c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18287891817158970426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828789181715897042618287891817158970426182878918171589704261828789181715897042618287891817158970426182878918171589704261828789181715897042618287891817158970426182878918171589704261828789181715897042618287891817158970426182878918171589704261828789181715897042618287891817158970426182878918171589704261828789181715897042618287891817158970426182878918171589704261828789181715897042618287891817158970426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 629181ca-4560-4cfc-b499-7880032dbac5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05e491bc-37ca-46a6-93dc-52f40b2c1c8e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05e491bc-37ca-46a6-93dc-52f40b2c1c8e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11147800119369709175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114780011936970917511147800119369709175111478001193697091751114780011936970917511147800119369709175111478001193697091751114780011936970917511147800119369709175111478001193697091751114780011936970917511147800119369709175111478001193697091751114780011936970917511147800119369709175111478001193697091751114780011936970917511147800119369709175111478001193697091751114780011936970917511147800119369709175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb2e2b76-38ab-4c71-bd1e-4545fa95817c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 406c91ed-6c3f-41fb-acdd-5c60dc968eef, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 406c91ed-6c3f-41fb-acdd-5c60dc968eef, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2449040187702220964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24490401877022209642449040187702220964244904018770222096424490401877022209642449040187702220964244904018770222096424490401877022209642449040187702220964244904018770222096424490401877022209642449040187702220964244904018770222096424490401877022209642449040187702220964244904018770222096424490401877022209642449040187702220964244904018770222096424490401877022209642449040187702220964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05e491bc-37ca-46a6-93dc-52f40b2c1c8e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e320b8ad-74c6-4b66-b1c0-4d98dfa982fc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e320b8ad-74c6-4b66-b1c0-4d98dfa982fc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12988493713029411433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298849371302941143312988493713029411433129884937130294114331298849371302941143312988493713029411433129884937130294114331298849371302941143312988493713029411433129884937130294114331298849371302941143312988493713029411433129884937130294114331298849371302941143312988493713029411433129884937130294114331298849371302941143312988493713029411433129884937130294114331298849371302941143312988493713029411433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 406c91ed-6c3f-41fb-acdd-5c60dc968eef, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e320b8ad-74c6-4b66-b1c0-4d98dfa982fc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cabd22fe-08f9-4c54-bd27-3242e7205216, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d28947b-61fe-40b0-b11d-c87305fd0aa0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d28947b-61fe-40b0-b11d-c87305fd0aa0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13830609221408540428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383060922140854042813830609221408540428138306092214085404281383060922140854042813830609221408540428138306092214085404281383060922140854042813830609221408540428138306092214085404281383060922140854042813830609221408540428138306092214085404281383060922140854042813830609221408540428138306092214085404281383060922140854042813830609221408540428138306092214085404281383060922140854042813830609221408540428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cabd22fe-08f9-4c54-bd27-3242e7205216, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16769879165076719241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676987916507671924116769879165076719241167698791650767192411676987916507671924116769879165076719241167698791650767192411676987916507671924116769879165076719241167698791650767192411676987916507671924116769879165076719241167698791650767192411676987916507671924116769879165076719241167698791650767192411676987916507671924116769879165076719241167698791650767192411676987916507671924116769879165076719241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d28947b-61fe-40b0-b11d-c87305fd0aa0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5be2a95-668a-4f8f-bb77-2f95c15b87d6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5be2a95-668a-4f8f-bb77-2f95c15b87d6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4958131368395259406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49581313683952594064958131368395259406495813136839525940649581313683952594064958131368395259406495813136839525940649581313683952594064958131368395259406495813136839525940649581313683952594064958131368395259406495813136839525940649581313683952594064958131368395259406495813136839525940649581313683952594064958131368395259406495813136839525940649581313683952594064958131368395259406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cabd22fe-08f9-4c54-bd27-3242e7205216, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b08072f5-83cb-45d9-b2be-48e290b16d34, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b08072f5-83cb-45d9-b2be-48e290b16d34, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4436863534015425295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44368635340154252954436863534015425295443686353401542529544368635340154252954436863534015425295443686353401542529544368635340154252954436863534015425295443686353401542529544368635340154252954436863534015425295443686353401542529544368635340154252954436863534015425295443686353401542529544368635340154252954436863534015425295443686353401542529544368635340154252954436863534015425295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5be2a95-668a-4f8f-bb77-2f95c15b87d6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7ad541a-af37-46af-aa41-a5c9dcb180f2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7ad541a-af37-46af-aa41-a5c9dcb180f2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2042243047529352394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20422430475293523942042243047529352394204224304752935239420422430475293523942042243047529352394204224304752935239420422430475293523942042243047529352394204224304752935239420422430475293523942042243047529352394204224304752935239420422430475293523942042243047529352394204224304752935239420422430475293523942042243047529352394204224304752935239420422430475293523942042243047529352394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b08072f5-83cb-45d9-b2be-48e290b16d34, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aac14e34-af7d-4624-9fbf-4975471175bd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aac14e34-af7d-4624-9fbf-4975471175bd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16914991793970347591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691499179397034759116914991793970347591169149917939703475911691499179397034759116914991793970347591169149917939703475911691499179397034759116914991793970347591169149917939703475911691499179397034759116914991793970347591169149917939703475911691499179397034759116914991793970347591169149917939703475911691499179397034759116914991793970347591169149917939703475911691499179397034759116914991793970347591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7ad541a-af37-46af-aa41-a5c9dcb180f2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0782b231-92bd-48ff-9694-8d6c8929ff88, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0782b231-92bd-48ff-9694-8d6c8929ff88, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10378771423003446888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037877142300344688810378771423003446888103787714230034468881037877142300344688810378771423003446888103787714230034468881037877142300344688810378771423003446888103787714230034468881037877142300344688810378771423003446888103787714230034468881037877142300344688810378771423003446888103787714230034468881037877142300344688810378771423003446888103787714230034468881037877142300344688810378771423003446888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aac14e34-af7d-4624-9fbf-4975471175bd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90cbcfbb-9664-4934-b282-243ef78242cc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90cbcfbb-9664-4934-b282-243ef78242cc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 140967241848724853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "140967241848724853140967241848724853140967241848724853140967241848724853140967241848724853140967241848724853140967241848724853140967241848724853140967241848724853140967241848724853140967241848724853140967241848724853140967241848724853140967241848724853140967241848724853140967241848724853140967241848724853140967241848724853140967241848724853140967241848724853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90cbcfbb-9664-4934-b282-243ef78242cc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c56bf42e-fc8a-4a81-b0fe-4afa6aa2df61, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c56bf42e-fc8a-4a81-b0fe-4afa6aa2df61, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 152773191366121296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "152773191366121296152773191366121296152773191366121296152773191366121296152773191366121296152773191366121296152773191366121296152773191366121296152773191366121296152773191366121296152773191366121296152773191366121296152773191366121296152773191366121296152773191366121296152773191366121296152773191366121296152773191366121296152773191366121296152773191366121296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0782b231-92bd-48ff-9694-8d6c8929ff88, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7876251-401b-47cf-acc8-8049677fbb4f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7876251-401b-47cf-acc8-8049677fbb4f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3340858059882427983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33408580598824279833340858059882427983334085805988242798333408580598824279833340858059882427983334085805988242798333408580598824279833340858059882427983334085805988242798333408580598824279833340858059882427983334085805988242798333408580598824279833340858059882427983334085805988242798333408580598824279833340858059882427983334085805988242798333408580598824279833340858059882427983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7876251-401b-47cf-acc8-8049677fbb4f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffbc2762-a979-4dcc-80b2-375386e68ce5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffbc2762-a979-4dcc-80b2-375386e68ce5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4710114974885183028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47101149748851830284710114974885183028471011497488518302847101149748851830284710114974885183028471011497488518302847101149748851830284710114974885183028471011497488518302847101149748851830284710114974885183028471011497488518302847101149748851830284710114974885183028471011497488518302847101149748851830284710114974885183028471011497488518302847101149748851830284710114974885183028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c56bf42e-fc8a-4a81-b0fe-4afa6aa2df61, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31089cc9-ec5d-47b8-b682-bb64e7171d85, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31089cc9-ec5d-47b8-b682-bb64e7171d85, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7143364448239515769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71433644482395157697143364448239515769714336444823951576971433644482395157697143364448239515769714336444823951576971433644482395157697143364448239515769714336444823951576971433644482395157697143364448239515769714336444823951576971433644482395157697143364448239515769714336444823951576971433644482395157697143364448239515769714336444823951576971433644482395157697143364448239515769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffbc2762-a979-4dcc-80b2-375386e68ce5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 948e28d1-0a85-407a-8bfd-a1231f4fd171, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 948e28d1-0a85-407a-8bfd-a1231f4fd171, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1534095276634365324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15340952766343653241534095276634365324153409527663436532415340952766343653241534095276634365324153409527663436532415340952766343653241534095276634365324153409527663436532415340952766343653241534095276634365324153409527663436532415340952766343653241534095276634365324153409527663436532415340952766343653241534095276634365324153409527663436532415340952766343653241534095276634365324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31089cc9-ec5d-47b8-b682-bb64e7171d85, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcc354a9-2205-4e5c-85af-5fdf1aceed59, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcc354a9-2205-4e5c-85af-5fdf1aceed59, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 108572020584786707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "108572020584786707108572020584786707108572020584786707108572020584786707108572020584786707108572020584786707108572020584786707108572020584786707108572020584786707108572020584786707108572020584786707108572020584786707108572020584786707108572020584786707108572020584786707108572020584786707108572020584786707108572020584786707108572020584786707108572020584786707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcc354a9-2205-4e5c-85af-5fdf1aceed59, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 948e28d1-0a85-407a-8bfd-a1231f4fd171, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 453deb3e-5827-4456-8da8-ab880032abd0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 453deb3e-5827-4456-8da8-ab880032abd0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7770824383684011565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77708243836840115657770824383684011565777082438368401156577708243836840115657770824383684011565777082438368401156577708243836840115657770824383684011565777082438368401156577708243836840115657770824383684011565777082438368401156577708243836840115657770824383684011565777082438368401156577708243836840115657770824383684011565777082438368401156577708243836840115657770824383684011565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6fce98a-4f61-4d33-81ec-a083c033fc84, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6fce98a-4f61-4d33-81ec-a083c033fc84, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12725054816363117996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272505481636311799612725054816363117996127250548163631179961272505481636311799612725054816363117996127250548163631179961272505481636311799612725054816363117996127250548163631179961272505481636311799612725054816363117996127250548163631179961272505481636311799612725054816363117996127250548163631179961272505481636311799612725054816363117996127250548163631179961272505481636311799612725054816363117996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 453deb3e-5827-4456-8da8-ab880032abd0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 807e058c-36dd-49f4-bf81-3220750dfa2b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 807e058c-36dd-49f4-bf81-3220750dfa2b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11116705742093344623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111670574209334462311116705742093344623111167057420933446231111670574209334462311116705742093344623111167057420933446231111670574209334462311116705742093344623111167057420933446231111670574209334462311116705742093344623111167057420933446231111670574209334462311116705742093344623111167057420933446231111670574209334462311116705742093344623111167057420933446231111670574209334462311116705742093344623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6fce98a-4f61-4d33-81ec-a083c033fc84, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3240efc-dd1c-4747-99d6-8f27847a57e4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3240efc-dd1c-4747-99d6-8f27847a57e4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 904515437919112628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "904515437919112628904515437919112628904515437919112628904515437919112628904515437919112628904515437919112628904515437919112628904515437919112628904515437919112628904515437919112628904515437919112628904515437919112628904515437919112628904515437919112628904515437919112628904515437919112628904515437919112628904515437919112628904515437919112628904515437919112628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 807e058c-36dd-49f4-bf81-3220750dfa2b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3240efc-dd1c-4747-99d6-8f27847a57e4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c723cf3-a45d-436a-8e2a-4b35e1e9f9a0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c723cf3-a45d-436a-8e2a-4b35e1e9f9a0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4854460747081951057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48544607470819510574854460747081951057485446074708195105748544607470819510574854460747081951057485446074708195105748544607470819510574854460747081951057485446074708195105748544607470819510574854460747081951057485446074708195105748544607470819510574854460747081951057485446074708195105748544607470819510574854460747081951057485446074708195105748544607470819510574854460747081951057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6275b71b-117a-4d92-9834-fc7d6d446ea0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6275b71b-117a-4d92-9834-fc7d6d446ea0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8735969903908866459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87359699039088664598735969903908866459873596990390886645987359699039088664598735969903908866459873596990390886645987359699039088664598735969903908866459873596990390886645987359699039088664598735969903908866459873596990390886645987359699039088664598735969903908866459873596990390886645987359699039088664598735969903908866459873596990390886645987359699039088664598735969903908866459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c723cf3-a45d-436a-8e2a-4b35e1e9f9a0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1405d381-2b14-4068-ba4d-9abbf94333b5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1405d381-2b14-4068-ba4d-9abbf94333b5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6732149252764568733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67321492527645687336732149252764568733673214925276456873367321492527645687336732149252764568733673214925276456873367321492527645687336732149252764568733673214925276456873367321492527645687336732149252764568733673214925276456873367321492527645687336732149252764568733673214925276456873367321492527645687336732149252764568733673214925276456873367321492527645687336732149252764568733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6275b71b-117a-4d92-9834-fc7d6d446ea0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1405d381-2b14-4068-ba4d-9abbf94333b5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c87943d-4c46-4472-83d0-2b28806f602e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e98e939-0507-4990-9c38-56a1800b4b4a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c87943d-4c46-4472-83d0-2b28806f602e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 48107814405338457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4810781440533845748107814405338457481078144053384574810781440533845748107814405338457481078144053384574810781440533845748107814405338457481078144053384574810781440533845748107814405338457481078144053384574810781440533845748107814405338457481078144053384574810781440533845748107814405338457481078144053384574810781440533845748107814405338457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e98e939-0507-4990-9c38-56a1800b4b4a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3912861437262269451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39128614372622694513912861437262269451391286143726226945139128614372622694513912861437262269451391286143726226945139128614372622694513912861437262269451391286143726226945139128614372622694513912861437262269451391286143726226945139128614372622694513912861437262269451391286143726226945139128614372622694513912861437262269451391286143726226945139128614372622694513912861437262269451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e98e939-0507-4990-9c38-56a1800b4b4a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 197a865c-7c25-4986-a1b5-ac55a630b7ed, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 197a865c-7c25-4986-a1b5-ac55a630b7ed, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7484402540486757615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74844025404867576157484402540486757615748440254048675761574844025404867576157484402540486757615748440254048675761574844025404867576157484402540486757615748440254048675761574844025404867576157484402540486757615748440254048675761574844025404867576157484402540486757615748440254048675761574844025404867576157484402540486757615748440254048675761574844025404867576157484402540486757615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c87943d-4c46-4472-83d0-2b28806f602e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a9a8ab4-84c3-4244-a13c-7ab0247c4ec0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a9a8ab4-84c3-4244-a13c-7ab0247c4ec0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4076884297485663828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40768842974856638284076884297485663828407688429748566382840768842974856638284076884297485663828407688429748566382840768842974856638284076884297485663828407688429748566382840768842974856638284076884297485663828407688429748566382840768842974856638284076884297485663828407688429748566382840768842974856638284076884297485663828407688429748566382840768842974856638284076884297485663828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 197a865c-7c25-4986-a1b5-ac55a630b7ed, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ca38c20-840a-4d6a-9e81-c714202aca37, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca38c20-840a-4d6a-9e81-c714202aca37, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4059416851274555742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40594168512745557424059416851274555742405941685127455574240594168512745557424059416851274555742405941685127455574240594168512745557424059416851274555742405941685127455574240594168512745557424059416851274555742405941685127455574240594168512745557424059416851274555742405941685127455574240594168512745557424059416851274555742405941685127455574240594168512745557424059416851274555742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a9a8ab4-84c3-4244-a13c-7ab0247c4ec0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40c0740e-57ef-4436-b112-1ba3c672521f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40c0740e-57ef-4436-b112-1ba3c672521f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9701526632149555741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97015266321495557419701526632149555741970152663214955574197015266321495557419701526632149555741970152663214955574197015266321495557419701526632149555741970152663214955574197015266321495557419701526632149555741970152663214955574197015266321495557419701526632149555741970152663214955574197015266321495557419701526632149555741970152663214955574197015266321495557419701526632149555741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca38c20-840a-4d6a-9e81-c714202aca37, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c55f1432-2d38-4c86-bf81-635b052a7f2b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c55f1432-2d38-4c86-bf81-635b052a7f2b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8682466722099417031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86824667220994170318682466722099417031868246672209941703186824667220994170318682466722099417031868246672209941703186824667220994170318682466722099417031868246672209941703186824667220994170318682466722099417031868246672209941703186824667220994170318682466722099417031868246672209941703186824667220994170318682466722099417031868246672209941703186824667220994170318682466722099417031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40c0740e-57ef-4436-b112-1ba3c672521f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0472a6b6-044d-4773-b850-60f7b71098e4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0472a6b6-044d-4773-b850-60f7b71098e4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5101181487234460447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51011814872344604475101181487234460447510118148723446044751011814872344604475101181487234460447510118148723446044751011814872344604475101181487234460447510118148723446044751011814872344604475101181487234460447510118148723446044751011814872344604475101181487234460447510118148723446044751011814872344604475101181487234460447510118148723446044751011814872344604475101181487234460447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c55f1432-2d38-4c86-bf81-635b052a7f2b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fc34542-cbf7-442a-9e55-512657d8166a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fc34542-cbf7-442a-9e55-512657d8166a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14573509821543147488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457350982154314748814573509821543147488145735098215431474881457350982154314748814573509821543147488145735098215431474881457350982154314748814573509821543147488145735098215431474881457350982154314748814573509821543147488145735098215431474881457350982154314748814573509821543147488145735098215431474881457350982154314748814573509821543147488145735098215431474881457350982154314748814573509821543147488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0472a6b6-044d-4773-b850-60f7b71098e4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4ac9944-4491-4981-a88f-d96e07466531, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4ac9944-4491-4981-a88f-d96e07466531, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15284177690869118478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528417769086911847815284177690869118478152841776908691184781528417769086911847815284177690869118478152841776908691184781528417769086911847815284177690869118478152841776908691184781528417769086911847815284177690869118478152841776908691184781528417769086911847815284177690869118478152841776908691184781528417769086911847815284177690869118478152841776908691184781528417769086911847815284177690869118478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fc34542-cbf7-442a-9e55-512657d8166a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcd45739-b65e-4742-ae07-012c34d6968d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcd45739-b65e-4742-ae07-012c34d6968d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1483965679418104237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14839656794181042371483965679418104237148396567941810423714839656794181042371483965679418104237148396567941810423714839656794181042371483965679418104237148396567941810423714839656794181042371483965679418104237148396567941810423714839656794181042371483965679418104237148396567941810423714839656794181042371483965679418104237148396567941810423714839656794181042371483965679418104237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4ac9944-4491-4981-a88f-d96e07466531, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a064a89e-b802-45f7-89ce-25797668f1f0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcd45739-b65e-4742-ae07-012c34d6968d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4b49ad1-d71b-4e15-b339-89662ee1b5f0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4b49ad1-d71b-4e15-b339-89662ee1b5f0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3677002752775516817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36770027527755168173677002752775516817367700275277551681736770027527755168173677002752775516817367700275277551681736770027527755168173677002752775516817367700275277551681736770027527755168173677002752775516817367700275277551681736770027527755168173677002752775516817367700275277551681736770027527755168173677002752775516817367700275277551681736770027527755168173677002752775516817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a064a89e-b802-45f7-89ce-25797668f1f0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3552455471740903672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35524554717409036723552455471740903672355245547174090367235524554717409036723552455471740903672355245547174090367235524554717409036723552455471740903672355245547174090367235524554717409036723552455471740903672355245547174090367235524554717409036723552455471740903672355245547174090367235524554717409036723552455471740903672355245547174090367235524554717409036723552455471740903672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4b49ad1-d71b-4e15-b339-89662ee1b5f0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbe01490-a4dc-47a0-9b58-4ecab5b70c20, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbe01490-a4dc-47a0-9b58-4ecab5b70c20, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9600275577581206010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96002755775812060109600275577581206010960027557758120601096002755775812060109600275577581206010960027557758120601096002755775812060109600275577581206010960027557758120601096002755775812060109600275577581206010960027557758120601096002755775812060109600275577581206010960027557758120601096002755775812060109600275577581206010960027557758120601096002755775812060109600275577581206010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a064a89e-b802-45f7-89ce-25797668f1f0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0e9bb3b-b6b3-447f-a0b5-c609fc1009a8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0e9bb3b-b6b3-447f-a0b5-c609fc1009a8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4524082996299022657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45240829962990226574524082996299022657452408299629902265745240829962990226574524082996299022657452408299629902265745240829962990226574524082996299022657452408299629902265745240829962990226574524082996299022657452408299629902265745240829962990226574524082996299022657452408299629902265745240829962990226574524082996299022657452408299629902265745240829962990226574524082996299022657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbe01490-a4dc-47a0-9b58-4ecab5b70c20, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd712f3c-67b2-4dfa-97e2-6182f759d47c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd712f3c-67b2-4dfa-97e2-6182f759d47c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18104548775699595968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810454877569959596818104548775699595968181045487756995959681810454877569959596818104548775699595968181045487756995959681810454877569959596818104548775699595968181045487756995959681810454877569959596818104548775699595968181045487756995959681810454877569959596818104548775699595968181045487756995959681810454877569959596818104548775699595968181045487756995959681810454877569959596818104548775699595968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0e9bb3b-b6b3-447f-a0b5-c609fc1009a8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39f58ddf-157a-415c-b0ad-77afa7bd8ee5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39f58ddf-157a-415c-b0ad-77afa7bd8ee5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13971649485777001925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397164948577700192513971649485777001925139716494857770019251397164948577700192513971649485777001925139716494857770019251397164948577700192513971649485777001925139716494857770019251397164948577700192513971649485777001925139716494857770019251397164948577700192513971649485777001925139716494857770019251397164948577700192513971649485777001925139716494857770019251397164948577700192513971649485777001925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd712f3c-67b2-4dfa-97e2-6182f759d47c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11c8de99-9153-4483-8633-fb6f54a89297, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11c8de99-9153-4483-8633-fb6f54a89297, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12820795605942062663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282079560594206266312820795605942062663128207956059420626631282079560594206266312820795605942062663128207956059420626631282079560594206266312820795605942062663128207956059420626631282079560594206266312820795605942062663128207956059420626631282079560594206266312820795605942062663128207956059420626631282079560594206266312820795605942062663128207956059420626631282079560594206266312820795605942062663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39f58ddf-157a-415c-b0ad-77afa7bd8ee5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0149aef6-91e0-4f41-9c0f-8b2bd39b0376, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0149aef6-91e0-4f41-9c0f-8b2bd39b0376, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15507141179451106234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550714117945110623415507141179451106234155071411794511062341550714117945110623415507141179451106234155071411794511062341550714117945110623415507141179451106234155071411794511062341550714117945110623415507141179451106234155071411794511062341550714117945110623415507141179451106234155071411794511062341550714117945110623415507141179451106234155071411794511062341550714117945110623415507141179451106234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11c8de99-9153-4483-8633-fb6f54a89297, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e47f0635-8fa5-42cd-842f-19f9bb215fa1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e47f0635-8fa5-42cd-842f-19f9bb215fa1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2069178419710841011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20691784197108410112069178419710841011206917841971084101120691784197108410112069178419710841011206917841971084101120691784197108410112069178419710841011206917841971084101120691784197108410112069178419710841011206917841971084101120691784197108410112069178419710841011206917841971084101120691784197108410112069178419710841011206917841971084101120691784197108410112069178419710841011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0149aef6-91e0-4f41-9c0f-8b2bd39b0376, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5221488-f5f0-48de-8b05-a06989dd8a62, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5221488-f5f0-48de-8b05-a06989dd8a62, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18076169443326190371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807616944332619037118076169443326190371180761694433261903711807616944332619037118076169443326190371180761694433261903711807616944332619037118076169443326190371180761694433261903711807616944332619037118076169443326190371180761694433261903711807616944332619037118076169443326190371180761694433261903711807616944332619037118076169443326190371180761694433261903711807616944332619037118076169443326190371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e47f0635-8fa5-42cd-842f-19f9bb215fa1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b27cd463-dddc-4b80-85a7-b713408fcdb3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b27cd463-dddc-4b80-85a7-b713408fcdb3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12385559228719775126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238555922871977512612385559228719775126123855592287197751261238555922871977512612385559228719775126123855592287197751261238555922871977512612385559228719775126123855592287197751261238555922871977512612385559228719775126123855592287197751261238555922871977512612385559228719775126123855592287197751261238555922871977512612385559228719775126123855592287197751261238555922871977512612385559228719775126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5221488-f5f0-48de-8b05-a06989dd8a62, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58c9287c-1580-438c-9de4-3fabe1056e36, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58c9287c-1580-438c-9de4-3fabe1056e36, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16542693190416117436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654269319041611743616542693190416117436165426931904161174361654269319041611743616542693190416117436165426931904161174361654269319041611743616542693190416117436165426931904161174361654269319041611743616542693190416117436165426931904161174361654269319041611743616542693190416117436165426931904161174361654269319041611743616542693190416117436165426931904161174361654269319041611743616542693190416117436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b27cd463-dddc-4b80-85a7-b713408fcdb3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82a22bcf-b0d4-471d-ae71-42899f0b862b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82a22bcf-b0d4-471d-ae71-42899f0b862b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12397430352382585009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239743035238258500912397430352382585009123974303523825850091239743035238258500912397430352382585009123974303523825850091239743035238258500912397430352382585009123974303523825850091239743035238258500912397430352382585009123974303523825850091239743035238258500912397430352382585009123974303523825850091239743035238258500912397430352382585009123974303523825850091239743035238258500912397430352382585009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58c9287c-1580-438c-9de4-3fabe1056e36, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82a22bcf-b0d4-471d-ae71-42899f0b862b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dc96b5b-c76a-4bbf-881f-bdafef86b7c4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d01e568-1542-43c5-b7ed-14685436a813, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d01e568-1542-43c5-b7ed-14685436a813, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15289278304808820542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528927830480882054215289278304808820542152892783048088205421528927830480882054215289278304808820542152892783048088205421528927830480882054215289278304808820542152892783048088205421528927830480882054215289278304808820542152892783048088205421528927830480882054215289278304808820542152892783048088205421528927830480882054215289278304808820542152892783048088205421528927830480882054215289278304808820542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dc96b5b-c76a-4bbf-881f-bdafef86b7c4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13822778134017351385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382277813401735138513822778134017351385138227781340173513851382277813401735138513822778134017351385138227781340173513851382277813401735138513822778134017351385138227781340173513851382277813401735138513822778134017351385138227781340173513851382277813401735138513822778134017351385138227781340173513851382277813401735138513822778134017351385138227781340173513851382277813401735138513822778134017351385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d01e568-1542-43c5-b7ed-14685436a813, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6aba5fb5-c302-4ec7-86fe-131afdda4a7d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aba5fb5-c302-4ec7-86fe-131afdda4a7d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3491230679525888503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34912306795258885033491230679525888503349123067952588850334912306795258885033491230679525888503349123067952588850334912306795258885033491230679525888503349123067952588850334912306795258885033491230679525888503349123067952588850334912306795258885033491230679525888503349123067952588850334912306795258885033491230679525888503349123067952588850334912306795258885033491230679525888503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dc96b5b-c76a-4bbf-881f-bdafef86b7c4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06143eb1-7776-456a-a2ab-e9638e2efbfc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06143eb1-7776-456a-a2ab-e9638e2efbfc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14766105661874549835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476610566187454983514766105661874549835147661056618745498351476610566187454983514766105661874549835147661056618745498351476610566187454983514766105661874549835147661056618745498351476610566187454983514766105661874549835147661056618745498351476610566187454983514766105661874549835147661056618745498351476610566187454983514766105661874549835147661056618745498351476610566187454983514766105661874549835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aba5fb5-c302-4ec7-86fe-131afdda4a7d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06143eb1-7776-456a-a2ab-e9638e2efbfc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b516f116-fe6a-426c-9f77-8d1540e402a4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b516f116-fe6a-426c-9f77-8d1540e402a4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 91281688500470921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9128168850047092191281688500470921912816885004709219128168850047092191281688500470921912816885004709219128168850047092191281688500470921912816885004709219128168850047092191281688500470921912816885004709219128168850047092191281688500470921912816885004709219128168850047092191281688500470921912816885004709219128168850047092191281688500470921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71085eca-2750-45ef-93b4-40b1e6579681, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71085eca-2750-45ef-93b4-40b1e6579681, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14933045375106215277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493304537510621527714933045375106215277149330453751062152771493304537510621527714933045375106215277149330453751062152771493304537510621527714933045375106215277149330453751062152771493304537510621527714933045375106215277149330453751062152771493304537510621527714933045375106215277149330453751062152771493304537510621527714933045375106215277149330453751062152771493304537510621527714933045375106215277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b516f116-fe6a-426c-9f77-8d1540e402a4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef2992e0-f8ed-415f-b606-f888c0aa24e0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71085eca-2750-45ef-93b4-40b1e6579681, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef2992e0-f8ed-415f-b606-f888c0aa24e0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9340730159420477215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93407301594204772159340730159420477215934073015942047721593407301594204772159340730159420477215934073015942047721593407301594204772159340730159420477215934073015942047721593407301594204772159340730159420477215934073015942047721593407301594204772159340730159420477215934073015942047721593407301594204772159340730159420477215934073015942047721593407301594204772159340730159420477215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f5f94a5-5d76-4ded-8ec0-bd850641cb35, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f5f94a5-5d76-4ded-8ec0-bd850641cb35, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9133830002397306553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91338300023973065539133830002397306553913383000239730655391338300023973065539133830002397306553913383000239730655391338300023973065539133830002397306553913383000239730655391338300023973065539133830002397306553913383000239730655391338300023973065539133830002397306553913383000239730655391338300023973065539133830002397306553913383000239730655391338300023973065539133830002397306553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef2992e0-f8ed-415f-b606-f888c0aa24e0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74f6a310-c116-48da-bee2-271d7a0f7150, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74f6a310-c116-48da-bee2-271d7a0f7150, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10572712827775630124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057271282777563012410572712827775630124105727128277756301241057271282777563012410572712827775630124105727128277756301241057271282777563012410572712827775630124105727128277756301241057271282777563012410572712827775630124105727128277756301241057271282777563012410572712827775630124105727128277756301241057271282777563012410572712827775630124105727128277756301241057271282777563012410572712827775630124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f5f94a5-5d76-4ded-8ec0-bd850641cb35, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29d8285e-5f61-44b4-a9f5-a9dce801e7b9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29d8285e-5f61-44b4-a9f5-a9dce801e7b9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8932939010966876566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89329390109668765668932939010966876566893293901096687656689329390109668765668932939010966876566893293901096687656689329390109668765668932939010966876566893293901096687656689329390109668765668932939010966876566893293901096687656689329390109668765668932939010966876566893293901096687656689329390109668765668932939010966876566893293901096687656689329390109668765668932939010966876566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74f6a310-c116-48da-bee2-271d7a0f7150, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7a7d2b7-1df8-4fe9-943c-4e213a938177, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7a7d2b7-1df8-4fe9-943c-4e213a938177, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11765498015633953239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176549801563395323911765498015633953239117654980156339532391176549801563395323911765498015633953239117654980156339532391176549801563395323911765498015633953239117654980156339532391176549801563395323911765498015633953239117654980156339532391176549801563395323911765498015633953239117654980156339532391176549801563395323911765498015633953239117654980156339532391176549801563395323911765498015633953239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29d8285e-5f61-44b4-a9f5-a9dce801e7b9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7a7d2b7-1df8-4fe9-943c-4e213a938177, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82ba80d9-d4be-47dc-aa21-5bd98c1b82e0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82ba80d9-d4be-47dc-aa21-5bd98c1b82e0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14622479209506299747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462247920950629974714622479209506299747146224792095062997471462247920950629974714622479209506299747146224792095062997471462247920950629974714622479209506299747146224792095062997471462247920950629974714622479209506299747146224792095062997471462247920950629974714622479209506299747146224792095062997471462247920950629974714622479209506299747146224792095062997471462247920950629974714622479209506299747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d33209ae-52c3-4d7b-a0ce-8394cf7664de, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d33209ae-52c3-4d7b-a0ce-8394cf7664de, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15574469403697646359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557446940369764635915574469403697646359155744694036976463591557446940369764635915574469403697646359155744694036976463591557446940369764635915574469403697646359155744694036976463591557446940369764635915574469403697646359155744694036976463591557446940369764635915574469403697646359155744694036976463591557446940369764635915574469403697646359155744694036976463591557446940369764635915574469403697646359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d33209ae-52c3-4d7b-a0ce-8394cf7664de, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20d5e734-da33-4e8c-8b30-ad675540b18d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20d5e734-da33-4e8c-8b30-ad675540b18d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17668737479304327492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766873747930432749217668737479304327492176687374793043274921766873747930432749217668737479304327492176687374793043274921766873747930432749217668737479304327492176687374793043274921766873747930432749217668737479304327492176687374793043274921766873747930432749217668737479304327492176687374793043274921766873747930432749217668737479304327492176687374793043274921766873747930432749217668737479304327492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82ba80d9-d4be-47dc-aa21-5bd98c1b82e0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb0d7f62-75f5-4473-9490-e841c45cb327, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb0d7f62-75f5-4473-9490-e841c45cb327, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11032882486570332275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103288248657033227511032882486570332275110328824865703322751103288248657033227511032882486570332275110328824865703322751103288248657033227511032882486570332275110328824865703322751103288248657033227511032882486570332275110328824865703322751103288248657033227511032882486570332275110328824865703322751103288248657033227511032882486570332275110328824865703322751103288248657033227511032882486570332275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20d5e734-da33-4e8c-8b30-ad675540b18d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ece54ec7-d63a-48a8-9c73-933f825807a9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ece54ec7-d63a-48a8-9c73-933f825807a9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14217450484329312939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421745048432931293914217450484329312939142174504843293129391421745048432931293914217450484329312939142174504843293129391421745048432931293914217450484329312939142174504843293129391421745048432931293914217450484329312939142174504843293129391421745048432931293914217450484329312939142174504843293129391421745048432931293914217450484329312939142174504843293129391421745048432931293914217450484329312939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb0d7f62-75f5-4473-9490-e841c45cb327, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e00d69b9-3ac2-4e22-b4cd-e29980f60c3e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e00d69b9-3ac2-4e22-b4cd-e29980f60c3e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 177791998657450540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "177791998657450540177791998657450540177791998657450540177791998657450540177791998657450540177791998657450540177791998657450540177791998657450540177791998657450540177791998657450540177791998657450540177791998657450540177791998657450540177791998657450540177791998657450540177791998657450540177791998657450540177791998657450540177791998657450540177791998657450540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ece54ec7-d63a-48a8-9c73-933f825807a9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcdde58b-c91c-4493-8956-e35ab48e1f03, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcdde58b-c91c-4493-8956-e35ab48e1f03, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10286041455543494565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028604145554349456510286041455543494565102860414555434945651028604145554349456510286041455543494565102860414555434945651028604145554349456510286041455543494565102860414555434945651028604145554349456510286041455543494565102860414555434945651028604145554349456510286041455543494565102860414555434945651028604145554349456510286041455543494565102860414555434945651028604145554349456510286041455543494565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e00d69b9-3ac2-4e22-b4cd-e29980f60c3e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e4cd2b0-a3c9-4564-94e9-40a3a2772571, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcdde58b-c91c-4493-8956-e35ab48e1f03, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e4cd2b0-a3c9-4564-94e9-40a3a2772571, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13929283070291145827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392928307029114582713929283070291145827139292830702911458271392928307029114582713929283070291145827139292830702911458271392928307029114582713929283070291145827139292830702911458271392928307029114582713929283070291145827139292830702911458271392928307029114582713929283070291145827139292830702911458271392928307029114582713929283070291145827139292830702911458271392928307029114582713929283070291145827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55b6f641-3edd-4adc-ad67-869a37aedc9b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55b6f641-3edd-4adc-ad67-869a37aedc9b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4266508228172923198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42665082281729231984266508228172923198426650822817292319842665082281729231984266508228172923198426650822817292319842665082281729231984266508228172923198426650822817292319842665082281729231984266508228172923198426650822817292319842665082281729231984266508228172923198426650822817292319842665082281729231984266508228172923198426650822817292319842665082281729231984266508228172923198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e4cd2b0-a3c9-4564-94e9-40a3a2772571, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 650cacff-25ce-4263-b7bd-149beeda0e5c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 650cacff-25ce-4263-b7bd-149beeda0e5c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5744429314277392779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57444293142773927795744429314277392779574442931427739277957444293142773927795744429314277392779574442931427739277957444293142773927795744429314277392779574442931427739277957444293142773927795744429314277392779574442931427739277957444293142773927795744429314277392779574442931427739277957444293142773927795744429314277392779574442931427739277957444293142773927795744429314277392779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55b6f641-3edd-4adc-ad67-869a37aedc9b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17787c86-6d74-4460-982b-4545411bdc6a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17787c86-6d74-4460-982b-4545411bdc6a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1045172479068076345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10451724790680763451045172479068076345104517247906807634510451724790680763451045172479068076345104517247906807634510451724790680763451045172479068076345104517247906807634510451724790680763451045172479068076345104517247906807634510451724790680763451045172479068076345104517247906807634510451724790680763451045172479068076345104517247906807634510451724790680763451045172479068076345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 650cacff-25ce-4263-b7bd-149beeda0e5c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43539f50-0e7e-4d9e-9268-235cbda908a3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43539f50-0e7e-4d9e-9268-235cbda908a3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10798255057211531652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079825505721153165210798255057211531652107982550572115316521079825505721153165210798255057211531652107982550572115316521079825505721153165210798255057211531652107982550572115316521079825505721153165210798255057211531652107982550572115316521079825505721153165210798255057211531652107982550572115316521079825505721153165210798255057211531652107982550572115316521079825505721153165210798255057211531652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17787c86-6d74-4460-982b-4545411bdc6a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 055e0579-e511-4411-86eb-2815656d4f7e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 055e0579-e511-4411-86eb-2815656d4f7e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1006454123151463689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10064541231514636891006454123151463689100645412315146368910064541231514636891006454123151463689100645412315146368910064541231514636891006454123151463689100645412315146368910064541231514636891006454123151463689100645412315146368910064541231514636891006454123151463689100645412315146368910064541231514636891006454123151463689100645412315146368910064541231514636891006454123151463689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43539f50-0e7e-4d9e-9268-235cbda908a3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecc95d6d-56ea-4538-a613-da470dc4c31a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc95d6d-56ea-4538-a613-da470dc4c31a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8973932155415529830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89739321554155298308973932155415529830897393215541552983089739321554155298308973932155415529830897393215541552983089739321554155298308973932155415529830897393215541552983089739321554155298308973932155415529830897393215541552983089739321554155298308973932155415529830897393215541552983089739321554155298308973932155415529830897393215541552983089739321554155298308973932155415529830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 055e0579-e511-4411-86eb-2815656d4f7e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc95d6d-56ea-4538-a613-da470dc4c31a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 572aac08-add0-4aa8-8e5d-0a5d71126423, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 572aac08-add0-4aa8-8e5d-0a5d71126423, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9800121586016329909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98001215860163299099800121586016329909980012158601632990998001215860163299099800121586016329909980012158601632990998001215860163299099800121586016329909980012158601632990998001215860163299099800121586016329909980012158601632990998001215860163299099800121586016329909980012158601632990998001215860163299099800121586016329909980012158601632990998001215860163299099800121586016329909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49f95df5-f4e1-4e62-b066-f38c668ed1d6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f95df5-f4e1-4e62-b066-f38c668ed1d6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13259891131540304884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325989113154030488413259891131540304884132598911315403048841325989113154030488413259891131540304884132598911315403048841325989113154030488413259891131540304884132598911315403048841325989113154030488413259891131540304884132598911315403048841325989113154030488413259891131540304884132598911315403048841325989113154030488413259891131540304884132598911315403048841325989113154030488413259891131540304884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f95df5-f4e1-4e62-b066-f38c668ed1d6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9c051b7-dd9d-4a5a-8574-ab4c4ab3f132, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9c051b7-dd9d-4a5a-8574-ab4c4ab3f132, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14085944840039394004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408594484003939400414085944840039394004140859448400393940041408594484003939400414085944840039394004140859448400393940041408594484003939400414085944840039394004140859448400393940041408594484003939400414085944840039394004140859448400393940041408594484003939400414085944840039394004140859448400393940041408594484003939400414085944840039394004140859448400393940041408594484003939400414085944840039394004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 572aac08-add0-4aa8-8e5d-0a5d71126423, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 634e22fa-74b0-4e88-8c04-a66c56218026, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 634e22fa-74b0-4e88-8c04-a66c56218026, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14579041939405871330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457904193940587133014579041939405871330145790419394058713301457904193940587133014579041939405871330145790419394058713301457904193940587133014579041939405871330145790419394058713301457904193940587133014579041939405871330145790419394058713301457904193940587133014579041939405871330145790419394058713301457904193940587133014579041939405871330145790419394058713301457904193940587133014579041939405871330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9c051b7-dd9d-4a5a-8574-ab4c4ab3f132, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e007185d-b379-4bf9-a2cf-e99475b1ad6a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 634e22fa-74b0-4e88-8c04-a66c56218026, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e007185d-b379-4bf9-a2cf-e99475b1ad6a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8456881076728962419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84568810767289624198456881076728962419845688107672896241984568810767289624198456881076728962419845688107672896241984568810767289624198456881076728962419845688107672896241984568810767289624198456881076728962419845688107672896241984568810767289624198456881076728962419845688107672896241984568810767289624198456881076728962419845688107672896241984568810767289624198456881076728962419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fad928d8-4f7b-4cd5-b0b4-77d6b6367e4e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fad928d8-4f7b-4cd5-b0b4-77d6b6367e4e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14855119055288758810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485511905528875881014855119055288758810148551190552887588101485511905528875881014855119055288758810148551190552887588101485511905528875881014855119055288758810148551190552887588101485511905528875881014855119055288758810148551190552887588101485511905528875881014855119055288758810148551190552887588101485511905528875881014855119055288758810148551190552887588101485511905528875881014855119055288758810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e007185d-b379-4bf9-a2cf-e99475b1ad6a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ed10422-ce29-40d2-a078-2a95014e0e00, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ed10422-ce29-40d2-a078-2a95014e0e00, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13101114187171104531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310111418717110453113101114187171104531131011141871711045311310111418717110453113101114187171104531131011141871711045311310111418717110453113101114187171104531131011141871711045311310111418717110453113101114187171104531131011141871711045311310111418717110453113101114187171104531131011141871711045311310111418717110453113101114187171104531131011141871711045311310111418717110453113101114187171104531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fad928d8-4f7b-4cd5-b0b4-77d6b6367e4e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19296776-a869-403d-bef3-5320fdb28c30, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19296776-a869-403d-bef3-5320fdb28c30, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9936495604190464961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99364956041904649619936495604190464961993649560419046496199364956041904649619936495604190464961993649560419046496199364956041904649619936495604190464961993649560419046496199364956041904649619936495604190464961993649560419046496199364956041904649619936495604190464961993649560419046496199364956041904649619936495604190464961993649560419046496199364956041904649619936495604190464961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ed10422-ce29-40d2-a078-2a95014e0e00, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9e2a7bb-c8ba-4ef1-b997-d53042df7e67, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9e2a7bb-c8ba-4ef1-b997-d53042df7e67, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14227567633208665728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422756763320866572814227567633208665728142275676332086657281422756763320866572814227567633208665728142275676332086657281422756763320866572814227567633208665728142275676332086657281422756763320866572814227567633208665728142275676332086657281422756763320866572814227567633208665728142275676332086657281422756763320866572814227567633208665728142275676332086657281422756763320866572814227567633208665728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19296776-a869-403d-bef3-5320fdb28c30, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbfef777-bb7c-44fa-9da8-8f8630660e15, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbfef777-bb7c-44fa-9da8-8f8630660e15, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2609183944222580348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26091839442225803482609183944222580348260918394422258034826091839442225803482609183944222580348260918394422258034826091839442225803482609183944222580348260918394422258034826091839442225803482609183944222580348260918394422258034826091839442225803482609183944222580348260918394422258034826091839442225803482609183944222580348260918394422258034826091839442225803482609183944222580348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9e2a7bb-c8ba-4ef1-b997-d53042df7e67, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bd5ebfb-21ba-40cc-94a9-f7514a9bb3b5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bd5ebfb-21ba-40cc-94a9-f7514a9bb3b5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2620964080476124512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26209640804761245122620964080476124512262096408047612451226209640804761245122620964080476124512262096408047612451226209640804761245122620964080476124512262096408047612451226209640804761245122620964080476124512262096408047612451226209640804761245122620964080476124512262096408047612451226209640804761245122620964080476124512262096408047612451226209640804761245122620964080476124512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbfef777-bb7c-44fa-9da8-8f8630660e15, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f48f8592-f53a-485a-8933-1b3fd32b2254, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f48f8592-f53a-485a-8933-1b3fd32b2254, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8226979294910486851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82269792949104868518226979294910486851822697929491048685182269792949104868518226979294910486851822697929491048685182269792949104868518226979294910486851822697929491048685182269792949104868518226979294910486851822697929491048685182269792949104868518226979294910486851822697929491048685182269792949104868518226979294910486851822697929491048685182269792949104868518226979294910486851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bd5ebfb-21ba-40cc-94a9-f7514a9bb3b5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95c7c7ce-1e89-4025-b0e9-7099bf75f1fa, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95c7c7ce-1e89-4025-b0e9-7099bf75f1fa, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2642954673067581480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26429546730675814802642954673067581480264295467306758148026429546730675814802642954673067581480264295467306758148026429546730675814802642954673067581480264295467306758148026429546730675814802642954673067581480264295467306758148026429546730675814802642954673067581480264295467306758148026429546730675814802642954673067581480264295467306758148026429546730675814802642954673067581480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f48f8592-f53a-485a-8933-1b3fd32b2254, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a87167a-7586-47bc-aa4f-bab4a37dac1b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a87167a-7586-47bc-aa4f-bab4a37dac1b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8459809008655350383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84598090086553503838459809008655350383845980900865535038384598090086553503838459809008655350383845980900865535038384598090086553503838459809008655350383845980900865535038384598090086553503838459809008655350383845980900865535038384598090086553503838459809008655350383845980900865535038384598090086553503838459809008655350383845980900865535038384598090086553503838459809008655350383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95c7c7ce-1e89-4025-b0e9-7099bf75f1fa, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 958bf1d9-72b2-4776-b341-604dc175b694, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 958bf1d9-72b2-4776-b341-604dc175b694, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3625880281859854820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36258802818598548203625880281859854820362588028185985482036258802818598548203625880281859854820362588028185985482036258802818598548203625880281859854820362588028185985482036258802818598548203625880281859854820362588028185985482036258802818598548203625880281859854820362588028185985482036258802818598548203625880281859854820362588028185985482036258802818598548203625880281859854820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a87167a-7586-47bc-aa4f-bab4a37dac1b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50abb6fa-1856-4498-995e-30b17b604f61, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50abb6fa-1856-4498-995e-30b17b604f61, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15279897041078082723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527989704107808272315279897041078082723152798970410780827231527989704107808272315279897041078082723152798970410780827231527989704107808272315279897041078082723152798970410780827231527989704107808272315279897041078082723152798970410780827231527989704107808272315279897041078082723152798970410780827231527989704107808272315279897041078082723152798970410780827231527989704107808272315279897041078082723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 958bf1d9-72b2-4776-b341-604dc175b694, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d655f24-a1ef-4ece-af3c-8a184127d6e4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d655f24-a1ef-4ece-af3c-8a184127d6e4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1210692840707891040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12106928407078910401210692840707891040121069284070789104012106928407078910401210692840707891040121069284070789104012106928407078910401210692840707891040121069284070789104012106928407078910401210692840707891040121069284070789104012106928407078910401210692840707891040121069284070789104012106928407078910401210692840707891040121069284070789104012106928407078910401210692840707891040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50abb6fa-1856-4498-995e-30b17b604f61, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07fba68b-4b45-4eb6-90d0-3ebfe8ecfb65, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07fba68b-4b45-4eb6-90d0-3ebfe8ecfb65, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10891627152345792983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089162715234579298310891627152345792983108916271523457929831089162715234579298310891627152345792983108916271523457929831089162715234579298310891627152345792983108916271523457929831089162715234579298310891627152345792983108916271523457929831089162715234579298310891627152345792983108916271523457929831089162715234579298310891627152345792983108916271523457929831089162715234579298310891627152345792983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d655f24-a1ef-4ece-af3c-8a184127d6e4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e60627f4-06f8-4e3f-ab13-dfd6144d5b6e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e60627f4-06f8-4e3f-ab13-dfd6144d5b6e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6404043061768112551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64040430617681125516404043061768112551640404306176811255164040430617681125516404043061768112551640404306176811255164040430617681125516404043061768112551640404306176811255164040430617681125516404043061768112551640404306176811255164040430617681125516404043061768112551640404306176811255164040430617681125516404043061768112551640404306176811255164040430617681125516404043061768112551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07fba68b-4b45-4eb6-90d0-3ebfe8ecfb65, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e60627f4-06f8-4e3f-ab13-dfd6144d5b6e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f1c9495-2ba1-43ef-9ed5-ae1eb17b29e3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f1c9495-2ba1-43ef-9ed5-ae1eb17b29e3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6452689875963454948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64526898759634549486452689875963454948645268987596345494864526898759634549486452689875963454948645268987596345494864526898759634549486452689875963454948645268987596345494864526898759634549486452689875963454948645268987596345494864526898759634549486452689875963454948645268987596345494864526898759634549486452689875963454948645268987596345494864526898759634549486452689875963454948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08d33aca-a284-4bf5-872a-3d6bfacb3318, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f1c9495-2ba1-43ef-9ed5-ae1eb17b29e3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08d33aca-a284-4bf5-872a-3d6bfacb3318, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 852604412854316128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "852604412854316128852604412854316128852604412854316128852604412854316128852604412854316128852604412854316128852604412854316128852604412854316128852604412854316128852604412854316128852604412854316128852604412854316128852604412854316128852604412854316128852604412854316128852604412854316128852604412854316128852604412854316128852604412854316128852604412854316128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45ba1fc4-49f4-4d68-8ca1-690f4cd90261, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45ba1fc4-49f4-4d68-8ca1-690f4cd90261, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5171537943454711957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51715379434547119575171537943454711957517153794345471195751715379434547119575171537943454711957517153794345471195751715379434547119575171537943454711957517153794345471195751715379434547119575171537943454711957517153794345471195751715379434547119575171537943454711957517153794345471195751715379434547119575171537943454711957517153794345471195751715379434547119575171537943454711957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08d33aca-a284-4bf5-872a-3d6bfacb3318, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99c0ec1b-9cbf-4980-a3a9-efb37a6003e1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45ba1fc4-49f4-4d68-8ca1-690f4cd90261, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99c0ec1b-9cbf-4980-a3a9-efb37a6003e1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3625376347720370355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36253763477203703553625376347720370355362537634772037035536253763477203703553625376347720370355362537634772037035536253763477203703553625376347720370355362537634772037035536253763477203703553625376347720370355362537634772037035536253763477203703553625376347720370355362537634772037035536253763477203703553625376347720370355362537634772037035536253763477203703553625376347720370355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9722cb87-5189-4ed3-bbd0-0649e995201b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9722cb87-5189-4ed3-bbd0-0649e995201b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1241599353371820813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12415993533718208131241599353371820813124159935337182081312415993533718208131241599353371820813124159935337182081312415993533718208131241599353371820813124159935337182081312415993533718208131241599353371820813124159935337182081312415993533718208131241599353371820813124159935337182081312415993533718208131241599353371820813124159935337182081312415993533718208131241599353371820813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99c0ec1b-9cbf-4980-a3a9-efb37a6003e1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9722cb87-5189-4ed3-bbd0-0649e995201b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f49cb146-f83a-400a-8b7a-31747b0a2e99, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f49cb146-f83a-400a-8b7a-31747b0a2e99, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16829721060348735628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682972106034873562816829721060348735628168297210603487356281682972106034873562816829721060348735628168297210603487356281682972106034873562816829721060348735628168297210603487356281682972106034873562816829721060348735628168297210603487356281682972106034873562816829721060348735628168297210603487356281682972106034873562816829721060348735628168297210603487356281682972106034873562816829721060348735628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8126992-6f5c-4b74-8e91-a10d697a58d0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8126992-6f5c-4b74-8e91-a10d697a58d0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17717523520716257283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771752352071625728317717523520716257283177175235207162572831771752352071625728317717523520716257283177175235207162572831771752352071625728317717523520716257283177175235207162572831771752352071625728317717523520716257283177175235207162572831771752352071625728317717523520716257283177175235207162572831771752352071625728317717523520716257283177175235207162572831771752352071625728317717523520716257283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f49cb146-f83a-400a-8b7a-31747b0a2e99, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 179f6477-41d1-4e7a-a031-692d5241f646, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8126992-6f5c-4b74-8e91-a10d697a58d0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 179f6477-41d1-4e7a-a031-692d5241f646, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9042562988663551884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90425629886635518849042562988663551884904256298866355188490425629886635518849042562988663551884904256298866355188490425629886635518849042562988663551884904256298866355188490425629886635518849042562988663551884904256298866355188490425629886635518849042562988663551884904256298866355188490425629886635518849042562988663551884904256298866355188490425629886635518849042562988663551884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65670def-6130-4b3b-a775-5a68c88120ee, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65670def-6130-4b3b-a775-5a68c88120ee, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14065459639163166479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406545963916316647914065459639163166479140654596391631664791406545963916316647914065459639163166479140654596391631664791406545963916316647914065459639163166479140654596391631664791406545963916316647914065459639163166479140654596391631664791406545963916316647914065459639163166479140654596391631664791406545963916316647914065459639163166479140654596391631664791406545963916316647914065459639163166479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 179f6477-41d1-4e7a-a031-692d5241f646, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff124a49-cd52-429a-8745-3f23ab0eafd4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff124a49-cd52-429a-8745-3f23ab0eafd4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4747061012922103273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47470610129221032734747061012922103273474706101292210327347470610129221032734747061012922103273474706101292210327347470610129221032734747061012922103273474706101292210327347470610129221032734747061012922103273474706101292210327347470610129221032734747061012922103273474706101292210327347470610129221032734747061012922103273474706101292210327347470610129221032734747061012922103273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65670def-6130-4b3b-a775-5a68c88120ee, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b8ea9cc-e64d-404c-ab85-83a6bbf4c23c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b8ea9cc-e64d-404c-ab85-83a6bbf4c23c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2435733190615589485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24357331906155894852435733190615589485243573319061558948524357331906155894852435733190615589485243573319061558948524357331906155894852435733190615589485243573319061558948524357331906155894852435733190615589485243573319061558948524357331906155894852435733190615589485243573319061558948524357331906155894852435733190615589485243573319061558948524357331906155894852435733190615589485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b8ea9cc-e64d-404c-ab85-83a6bbf4c23c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff124a49-cd52-429a-8745-3f23ab0eafd4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3c49acb-6b43-4fca-ac11-0107822bfc89, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3c49acb-6b43-4fca-ac11-0107822bfc89, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6605129069898753238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66051290698987532386605129069898753238660512906989875323866051290698987532386605129069898753238660512906989875323866051290698987532386605129069898753238660512906989875323866051290698987532386605129069898753238660512906989875323866051290698987532386605129069898753238660512906989875323866051290698987532386605129069898753238660512906989875323866051290698987532386605129069898753238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32a3fe24-fd39-40b7-a071-f6206f1f178f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32a3fe24-fd39-40b7-a071-f6206f1f178f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6171412976818847771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61714129768188477716171412976818847771617141297681884777161714129768188477716171412976818847771617141297681884777161714129768188477716171412976818847771617141297681884777161714129768188477716171412976818847771617141297681884777161714129768188477716171412976818847771617141297681884777161714129768188477716171412976818847771617141297681884777161714129768188477716171412976818847771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3c49acb-6b43-4fca-ac11-0107822bfc89, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2348bec1-2fd0-4c58-97e5-7d72b127b1a2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2348bec1-2fd0-4c58-97e5-7d72b127b1a2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5987074979842419246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59870749798424192465987074979842419246598707497984241924659870749798424192465987074979842419246598707497984241924659870749798424192465987074979842419246598707497984241924659870749798424192465987074979842419246598707497984241924659870749798424192465987074979842419246598707497984241924659870749798424192465987074979842419246598707497984241924659870749798424192465987074979842419246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32a3fe24-fd39-40b7-a071-f6206f1f178f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21c80202-a681-4dcc-9c4b-7b9913d0a6d5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21c80202-a681-4dcc-9c4b-7b9913d0a6d5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3208267488515716444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32082674885157164443208267488515716444320826748851571644432082674885157164443208267488515716444320826748851571644432082674885157164443208267488515716444320826748851571644432082674885157164443208267488515716444320826748851571644432082674885157164443208267488515716444320826748851571644432082674885157164443208267488515716444320826748851571644432082674885157164443208267488515716444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2348bec1-2fd0-4c58-97e5-7d72b127b1a2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21c80202-a681-4dcc-9c4b-7b9913d0a6d5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5af90e48-56e6-4c8c-b05b-a433bd7b4225, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5af90e48-56e6-4c8c-b05b-a433bd7b4225, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7749628472692412642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77496284726924126427749628472692412642774962847269241264277496284726924126427749628472692412642774962847269241264277496284726924126427749628472692412642774962847269241264277496284726924126427749628472692412642774962847269241264277496284726924126427749628472692412642774962847269241264277496284726924126427749628472692412642774962847269241264277496284726924126427749628472692412642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 998af0ba-88c1-4705-89eb-9fe92da42566, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 998af0ba-88c1-4705-89eb-9fe92da42566, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2738949571813172362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27389495718131723622738949571813172362273894957181317236227389495718131723622738949571813172362273894957181317236227389495718131723622738949571813172362273894957181317236227389495718131723622738949571813172362273894957181317236227389495718131723622738949571813172362273894957181317236227389495718131723622738949571813172362273894957181317236227389495718131723622738949571813172362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5af90e48-56e6-4c8c-b05b-a433bd7b4225, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f89d9a69-16ab-4cc2-a155-1a1d4ca56ade, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f89d9a69-16ab-4cc2-a155-1a1d4ca56ade, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10225444815601681037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022544481560168103710225444815601681037102254448156016810371022544481560168103710225444815601681037102254448156016810371022544481560168103710225444815601681037102254448156016810371022544481560168103710225444815601681037102254448156016810371022544481560168103710225444815601681037102254448156016810371022544481560168103710225444815601681037102254448156016810371022544481560168103710225444815601681037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 998af0ba-88c1-4705-89eb-9fe92da42566, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f89d9a69-16ab-4cc2-a155-1a1d4ca56ade, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3460e764-b248-4ae4-a70f-0f0d1f5adff7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3460e764-b248-4ae4-a70f-0f0d1f5adff7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3978351335077921328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39783513350779213283978351335077921328397835133507792132839783513350779213283978351335077921328397835133507792132839783513350779213283978351335077921328397835133507792132839783513350779213283978351335077921328397835133507792132839783513350779213283978351335077921328397835133507792132839783513350779213283978351335077921328397835133507792132839783513350779213283978351335077921328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea61017a-39c9-4143-a88c-b3e9637fd436, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea61017a-39c9-4143-a88c-b3e9637fd436, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1221804987507596773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12218049875075967731221804987507596773122180498750759677312218049875075967731221804987507596773122180498750759677312218049875075967731221804987507596773122180498750759677312218049875075967731221804987507596773122180498750759677312218049875075967731221804987507596773122180498750759677312218049875075967731221804987507596773122180498750759677312218049875075967731221804987507596773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3460e764-b248-4ae4-a70f-0f0d1f5adff7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3471923-b94d-43eb-bc1c-2f37b25a9db5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3471923-b94d-43eb-bc1c-2f37b25a9db5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13473048540878590024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347304854087859002413473048540878590024134730485408785900241347304854087859002413473048540878590024134730485408785900241347304854087859002413473048540878590024134730485408785900241347304854087859002413473048540878590024134730485408785900241347304854087859002413473048540878590024134730485408785900241347304854087859002413473048540878590024134730485408785900241347304854087859002413473048540878590024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea61017a-39c9-4143-a88c-b3e9637fd436, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 320d3d40-65dd-49d0-9438-bcb18889250b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 320d3d40-65dd-49d0-9438-bcb18889250b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11022646521952552639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102264652195255263911022646521952552639110226465219525526391102264652195255263911022646521952552639110226465219525526391102264652195255263911022646521952552639110226465219525526391102264652195255263911022646521952552639110226465219525526391102264652195255263911022646521952552639110226465219525526391102264652195255263911022646521952552639110226465219525526391102264652195255263911022646521952552639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3471923-b94d-43eb-bc1c-2f37b25a9db5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 301cbdbe-7011-4107-9653-80f7d02b7d00, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 301cbdbe-7011-4107-9653-80f7d02b7d00, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3529082839006700857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35290828390067008573529082839006700857352908283900670085735290828390067008573529082839006700857352908283900670085735290828390067008573529082839006700857352908283900670085735290828390067008573529082839006700857352908283900670085735290828390067008573529082839006700857352908283900670085735290828390067008573529082839006700857352908283900670085735290828390067008573529082839006700857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 301cbdbe-7011-4107-9653-80f7d02b7d00, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 983f9d82-105c-4123-a368-822681ecb2c7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 983f9d82-105c-4123-a368-822681ecb2c7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7491771688219668649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74917716882196686497491771688219668649749177168821966864974917716882196686497491771688219668649749177168821966864974917716882196686497491771688219668649749177168821966864974917716882196686497491771688219668649749177168821966864974917716882196686497491771688219668649749177168821966864974917716882196686497491771688219668649749177168821966864974917716882196686497491771688219668649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 320d3d40-65dd-49d0-9438-bcb18889250b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e86da69-6cd7-48e5-aa70-65d3598ec860, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e86da69-6cd7-48e5-aa70-65d3598ec860, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13460390466006161250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346039046600616125013460390466006161250134603904660061612501346039046600616125013460390466006161250134603904660061612501346039046600616125013460390466006161250134603904660061612501346039046600616125013460390466006161250134603904660061612501346039046600616125013460390466006161250134603904660061612501346039046600616125013460390466006161250134603904660061612501346039046600616125013460390466006161250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 983f9d82-105c-4123-a368-822681ecb2c7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52691510-df58-4a4d-8c53-6406f4b8d9ad, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52691510-df58-4a4d-8c53-6406f4b8d9ad, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14346007812763399211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434600781276339921114346007812763399211143460078127633992111434600781276339921114346007812763399211143460078127633992111434600781276339921114346007812763399211143460078127633992111434600781276339921114346007812763399211143460078127633992111434600781276339921114346007812763399211143460078127633992111434600781276339921114346007812763399211143460078127633992111434600781276339921114346007812763399211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e86da69-6cd7-48e5-aa70-65d3598ec860, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2bd2b40-628f-405b-94cc-b0fa1e76b145, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2bd2b40-628f-405b-94cc-b0fa1e76b145, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15280000822958489900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528000082295848990015280000822958489900152800008229584899001528000082295848990015280000822958489900152800008229584899001528000082295848990015280000822958489900152800008229584899001528000082295848990015280000822958489900152800008229584899001528000082295848990015280000822958489900152800008229584899001528000082295848990015280000822958489900152800008229584899001528000082295848990015280000822958489900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52691510-df58-4a4d-8c53-6406f4b8d9ad, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2bd2b40-628f-405b-94cc-b0fa1e76b145, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4db668a8-8598-42eb-91f5-d70a611834c2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4db668a8-8598-42eb-91f5-d70a611834c2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3171405864633569409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31714058646335694093171405864633569409317140586463356940931714058646335694093171405864633569409317140586463356940931714058646335694093171405864633569409317140586463356940931714058646335694093171405864633569409317140586463356940931714058646335694093171405864633569409317140586463356940931714058646335694093171405864633569409317140586463356940931714058646335694093171405864633569409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 366bf27e-3309-428f-b868-6b25314a9fcf, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 366bf27e-3309-428f-b868-6b25314a9fcf, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12089952631382458082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208995263138245808212089952631382458082120899526313824580821208995263138245808212089952631382458082120899526313824580821208995263138245808212089952631382458082120899526313824580821208995263138245808212089952631382458082120899526313824580821208995263138245808212089952631382458082120899526313824580821208995263138245808212089952631382458082120899526313824580821208995263138245808212089952631382458082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4db668a8-8598-42eb-91f5-d70a611834c2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 168f3ed6-fefb-45ec-9dd3-69505ad4b6b0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 168f3ed6-fefb-45ec-9dd3-69505ad4b6b0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14110235136461523557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411023513646152355714110235136461523557141102351364615235571411023513646152355714110235136461523557141102351364615235571411023513646152355714110235136461523557141102351364615235571411023513646152355714110235136461523557141102351364615235571411023513646152355714110235136461523557141102351364615235571411023513646152355714110235136461523557141102351364615235571411023513646152355714110235136461523557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 366bf27e-3309-428f-b868-6b25314a9fcf, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1d50e5c-ce89-46c9-a65c-af60e525617b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1d50e5c-ce89-46c9-a65c-af60e525617b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2220697385917359164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22206973859173591642220697385917359164222069738591735916422206973859173591642220697385917359164222069738591735916422206973859173591642220697385917359164222069738591735916422206973859173591642220697385917359164222069738591735916422206973859173591642220697385917359164222069738591735916422206973859173591642220697385917359164222069738591735916422206973859173591642220697385917359164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 168f3ed6-fefb-45ec-9dd3-69505ad4b6b0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ef74ec6-b33a-4c6e-9b58-008eb5f9f84f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ef74ec6-b33a-4c6e-9b58-008eb5f9f84f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5606662918374605669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56066629183746056695606662918374605669560666291837460566956066629183746056695606662918374605669560666291837460566956066629183746056695606662918374605669560666291837460566956066629183746056695606662918374605669560666291837460566956066629183746056695606662918374605669560666291837460566956066629183746056695606662918374605669560666291837460566956066629183746056695606662918374605669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1d50e5c-ce89-46c9-a65c-af60e525617b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38954ac8-8601-42c8-be47-8369c0806492, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38954ac8-8601-42c8-be47-8369c0806492, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5397073768585090513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53970737685850905135397073768585090513539707376858509051353970737685850905135397073768585090513539707376858509051353970737685850905135397073768585090513539707376858509051353970737685850905135397073768585090513539707376858509051353970737685850905135397073768585090513539707376858509051353970737685850905135397073768585090513539707376858509051353970737685850905135397073768585090513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ef74ec6-b33a-4c6e-9b58-008eb5f9f84f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40a80448-c701-4a8a-a004-e0c7fe212e3f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40a80448-c701-4a8a-a004-e0c7fe212e3f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14237895117496681597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423789511749668159714237895117496681597142378951174966815971423789511749668159714237895117496681597142378951174966815971423789511749668159714237895117496681597142378951174966815971423789511749668159714237895117496681597142378951174966815971423789511749668159714237895117496681597142378951174966815971423789511749668159714237895117496681597142378951174966815971423789511749668159714237895117496681597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38954ac8-8601-42c8-be47-8369c0806492, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 931add84-ba3c-4de9-aa84-e48cbfe82420, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 931add84-ba3c-4de9-aa84-e48cbfe82420, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13017569810994700069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301756981099470006913017569810994700069130175698109947000691301756981099470006913017569810994700069130175698109947000691301756981099470006913017569810994700069130175698109947000691301756981099470006913017569810994700069130175698109947000691301756981099470006913017569810994700069130175698109947000691301756981099470006913017569810994700069130175698109947000691301756981099470006913017569810994700069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40a80448-c701-4a8a-a004-e0c7fe212e3f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b230bae-7960-42f9-82e1-071c190d4a0c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b230bae-7960-42f9-82e1-071c190d4a0c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8634699135733943369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86346991357339433698634699135733943369863469913573394336986346991357339433698634699135733943369863469913573394336986346991357339433698634699135733943369863469913573394336986346991357339433698634699135733943369863469913573394336986346991357339433698634699135733943369863469913573394336986346991357339433698634699135733943369863469913573394336986346991357339433698634699135733943369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 931add84-ba3c-4de9-aa84-e48cbfe82420, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f740cdd9-9f92-4f77-9853-05c97f34a239, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f740cdd9-9f92-4f77-9853-05c97f34a239, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2356509920506853105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23565099205068531052356509920506853105235650992050685310523565099205068531052356509920506853105235650992050685310523565099205068531052356509920506853105235650992050685310523565099205068531052356509920506853105235650992050685310523565099205068531052356509920506853105235650992050685310523565099205068531052356509920506853105235650992050685310523565099205068531052356509920506853105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b230bae-7960-42f9-82e1-071c190d4a0c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e0a3d4d-07a3-4800-b995-901563bd54af, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e0a3d4d-07a3-4800-b995-901563bd54af, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6440363036889288945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64403630368892889456440363036889288945644036303688928894564403630368892889456440363036889288945644036303688928894564403630368892889456440363036889288945644036303688928894564403630368892889456440363036889288945644036303688928894564403630368892889456440363036889288945644036303688928894564403630368892889456440363036889288945644036303688928894564403630368892889456440363036889288945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e0a3d4d-07a3-4800-b995-901563bd54af, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f740cdd9-9f92-4f77-9853-05c97f34a239, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ab1e63a-0690-41f2-84bb-99982008e7fc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ab1e63a-0690-41f2-84bb-99982008e7fc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3181871232597502337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31818712325975023373181871232597502337318187123259750233731818712325975023373181871232597502337318187123259750233731818712325975023373181871232597502337318187123259750233731818712325975023373181871232597502337318187123259750233731818712325975023373181871232597502337318187123259750233731818712325975023373181871232597502337318187123259750233731818712325975023373181871232597502337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acb07db7-8833-47ae-9ac2-cdd4742ca9bc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acb07db7-8833-47ae-9ac2-cdd4742ca9bc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4756368009540170582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47563680095401705824756368009540170582475636800954017058247563680095401705824756368009540170582475636800954017058247563680095401705824756368009540170582475636800954017058247563680095401705824756368009540170582475636800954017058247563680095401705824756368009540170582475636800954017058247563680095401705824756368009540170582475636800954017058247563680095401705824756368009540170582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ab1e63a-0690-41f2-84bb-99982008e7fc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59baeb97-1d3b-418d-9c9b-42f8f1e70046, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59baeb97-1d3b-418d-9c9b-42f8f1e70046, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6211327691180112287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62113276911801122876211327691180112287621132769118011228762113276911801122876211327691180112287621132769118011228762113276911801122876211327691180112287621132769118011228762113276911801122876211327691180112287621132769118011228762113276911801122876211327691180112287621132769118011228762113276911801122876211327691180112287621132769118011228762113276911801122876211327691180112287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acb07db7-8833-47ae-9ac2-cdd4742ca9bc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e91f2d36-69a1-4c79-aaeb-bfeb92977e97, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e91f2d36-69a1-4c79-aaeb-bfeb92977e97, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15779454304553823148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577945430455382314815779454304553823148157794543045538231481577945430455382314815779454304553823148157794543045538231481577945430455382314815779454304553823148157794543045538231481577945430455382314815779454304553823148157794543045538231481577945430455382314815779454304553823148157794543045538231481577945430455382314815779454304553823148157794543045538231481577945430455382314815779454304553823148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59baeb97-1d3b-418d-9c9b-42f8f1e70046, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59a44fcb-e535-4a2a-b4ad-d78cdedee8cf, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59a44fcb-e535-4a2a-b4ad-d78cdedee8cf, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11584647626197011423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158464762619701142311584647626197011423115846476261970114231158464762619701142311584647626197011423115846476261970114231158464762619701142311584647626197011423115846476261970114231158464762619701142311584647626197011423115846476261970114231158464762619701142311584647626197011423115846476261970114231158464762619701142311584647626197011423115846476261970114231158464762619701142311584647626197011423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e91f2d36-69a1-4c79-aaeb-bfeb92977e97, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3045409-e593-4421-bb71-af33ec3cd980, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3045409-e593-4421-bb71-af33ec3cd980, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15297108900135368905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529710890013536890515297108900135368905152971089001353689051529710890013536890515297108900135368905152971089001353689051529710890013536890515297108900135368905152971089001353689051529710890013536890515297108900135368905152971089001353689051529710890013536890515297108900135368905152971089001353689051529710890013536890515297108900135368905152971089001353689051529710890013536890515297108900135368905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59a44fcb-e535-4a2a-b4ad-d78cdedee8cf, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07ca6b4b-63c3-42e0-b9f0-c2c16cf6366c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3045409-e593-4421-bb71-af33ec3cd980, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8a99cdc-0657-49cd-b1b0-bfd317d40cda, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8a99cdc-0657-49cd-b1b0-bfd317d40cda, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11241579980865405478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124157998086540547811241579980865405478112415799808654054781124157998086540547811241579980865405478112415799808654054781124157998086540547811241579980865405478112415799808654054781124157998086540547811241579980865405478112415799808654054781124157998086540547811241579980865405478112415799808654054781124157998086540547811241579980865405478112415799808654054781124157998086540547811241579980865405478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07ca6b4b-63c3-42e0-b9f0-c2c16cf6366c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10955082130560377770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095508213056037777010955082130560377770109550821305603777701095508213056037777010955082130560377770109550821305603777701095508213056037777010955082130560377770109550821305603777701095508213056037777010955082130560377770109550821305603777701095508213056037777010955082130560377770109550821305603777701095508213056037777010955082130560377770109550821305603777701095508213056037777010955082130560377770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07ca6b4b-63c3-42e0-b9f0-c2c16cf6366c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8a99cdc-0657-49cd-b1b0-bfd317d40cda, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e15a926-b825-487f-92b3-569588c6af05, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e15a926-b825-487f-92b3-569588c6af05, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6214362255637058851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62143622556370588516214362255637058851621436225563705885162143622556370588516214362255637058851621436225563705885162143622556370588516214362255637058851621436225563705885162143622556370588516214362255637058851621436225563705885162143622556370588516214362255637058851621436225563705885162143622556370588516214362255637058851621436225563705885162143622556370588516214362255637058851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6a1a88a-ba98-45e0-8374-a7d41e43d672, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a1a88a-ba98-45e0-8374-a7d41e43d672, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12312878868492721959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231287886849272195912312878868492721959123128788684927219591231287886849272195912312878868492721959123128788684927219591231287886849272195912312878868492721959123128788684927219591231287886849272195912312878868492721959123128788684927219591231287886849272195912312878868492721959123128788684927219591231287886849272195912312878868492721959123128788684927219591231287886849272195912312878868492721959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e15a926-b825-487f-92b3-569588c6af05, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ce2fb1a-6537-4ac4-8768-307f6c234cd8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ce2fb1a-6537-4ac4-8768-307f6c234cd8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4937825523508384143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49378255235083841434937825523508384143493782552350838414349378255235083841434937825523508384143493782552350838414349378255235083841434937825523508384143493782552350838414349378255235083841434937825523508384143493782552350838414349378255235083841434937825523508384143493782552350838414349378255235083841434937825523508384143493782552350838414349378255235083841434937825523508384143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a1a88a-ba98-45e0-8374-a7d41e43d672, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9ca8189-acf1-436a-90cc-cf759c27bd35, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9ca8189-acf1-436a-90cc-cf759c27bd35, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18093953311385144065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809395331138514406518093953311385144065180939533113851440651809395331138514406518093953311385144065180939533113851440651809395331138514406518093953311385144065180939533113851440651809395331138514406518093953311385144065180939533113851440651809395331138514406518093953311385144065180939533113851440651809395331138514406518093953311385144065180939533113851440651809395331138514406518093953311385144065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ce2fb1a-6537-4ac4-8768-307f6c234cd8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7649181-6485-4151-9e6a-15fdefd598aa, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7649181-6485-4151-9e6a-15fdefd598aa, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13064602913006351747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306460291300635174713064602913006351747130646029130063517471306460291300635174713064602913006351747130646029130063517471306460291300635174713064602913006351747130646029130063517471306460291300635174713064602913006351747130646029130063517471306460291300635174713064602913006351747130646029130063517471306460291300635174713064602913006351747130646029130063517471306460291300635174713064602913006351747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9ca8189-acf1-436a-90cc-cf759c27bd35, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ec645cb-3ae6-4fb1-bbd4-48dae956064d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ec645cb-3ae6-4fb1-bbd4-48dae956064d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9587288380702059263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95872883807020592639587288380702059263958728838070205926395872883807020592639587288380702059263958728838070205926395872883807020592639587288380702059263958728838070205926395872883807020592639587288380702059263958728838070205926395872883807020592639587288380702059263958728838070205926395872883807020592639587288380702059263958728838070205926395872883807020592639587288380702059263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7649181-6485-4151-9e6a-15fdefd598aa, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c013ea8-a121-4d60-b0ac-5365e35e2037, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c013ea8-a121-4d60-b0ac-5365e35e2037, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4371855172512807954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43718551725128079544371855172512807954437185517251280795443718551725128079544371855172512807954437185517251280795443718551725128079544371855172512807954437185517251280795443718551725128079544371855172512807954437185517251280795443718551725128079544371855172512807954437185517251280795443718551725128079544371855172512807954437185517251280795443718551725128079544371855172512807954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ec645cb-3ae6-4fb1-bbd4-48dae956064d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb171d37-0787-4873-b31d-675d6adb75d4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb171d37-0787-4873-b31d-675d6adb75d4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1826105746782490439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18261057467824904391826105746782490439182610574678249043918261057467824904391826105746782490439182610574678249043918261057467824904391826105746782490439182610574678249043918261057467824904391826105746782490439182610574678249043918261057467824904391826105746782490439182610574678249043918261057467824904391826105746782490439182610574678249043918261057467824904391826105746782490439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c013ea8-a121-4d60-b0ac-5365e35e2037, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cf9fd1c-0783-47b7-8ecc-d0fba011d8dd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cf9fd1c-0783-47b7-8ecc-d0fba011d8dd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17682282497614234233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768228249761423423317682282497614234233176822824976142342331768228249761423423317682282497614234233176822824976142342331768228249761423423317682282497614234233176822824976142342331768228249761423423317682282497614234233176822824976142342331768228249761423423317682282497614234233176822824976142342331768228249761423423317682282497614234233176822824976142342331768228249761423423317682282497614234233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb171d37-0787-4873-b31d-675d6adb75d4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cf9fd1c-0783-47b7-8ecc-d0fba011d8dd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a7c903d-0e00-4a1b-a1ca-b1b217ff9981, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07295291-0b14-4556-93a7-60f51fb4e16d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a7c903d-0e00-4a1b-a1ca-b1b217ff9981, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18203026986617121537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820302698661712153718203026986617121537182030269866171215371820302698661712153718203026986617121537182030269866171215371820302698661712153718203026986617121537182030269866171215371820302698661712153718203026986617121537182030269866171215371820302698661712153718203026986617121537182030269866171215371820302698661712153718203026986617121537182030269866171215371820302698661712153718203026986617121537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07295291-0b14-4556-93a7-60f51fb4e16d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2716965853525639267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27169658535256392672716965853525639267271696585352563926727169658535256392672716965853525639267271696585352563926727169658535256392672716965853525639267271696585352563926727169658535256392672716965853525639267271696585352563926727169658535256392672716965853525639267271696585352563926727169658535256392672716965853525639267271696585352563926727169658535256392672716965853525639267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a7c903d-0e00-4a1b-a1ca-b1b217ff9981, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67fb989e-04f8-436e-8529-c50de6d3ef3f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67fb989e-04f8-436e-8529-c50de6d3ef3f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10305255130476067297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030525513047606729710305255130476067297103052551304760672971030525513047606729710305255130476067297103052551304760672971030525513047606729710305255130476067297103052551304760672971030525513047606729710305255130476067297103052551304760672971030525513047606729710305255130476067297103052551304760672971030525513047606729710305255130476067297103052551304760672971030525513047606729710305255130476067297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07295291-0b14-4556-93a7-60f51fb4e16d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8441776a-7496-4327-9d7b-711cba724aa3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8441776a-7496-4327-9d7b-711cba724aa3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6875232229602597529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68752322296025975296875232229602597529687523222960259752968752322296025975296875232229602597529687523222960259752968752322296025975296875232229602597529687523222960259752968752322296025975296875232229602597529687523222960259752968752322296025975296875232229602597529687523222960259752968752322296025975296875232229602597529687523222960259752968752322296025975296875232229602597529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67fb989e-04f8-436e-8529-c50de6d3ef3f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d8cf8bd-a1b7-4756-bbbe-65314276c782, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d8cf8bd-a1b7-4756-bbbe-65314276c782, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5918406470142608317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59184064701426083175918406470142608317591840647014260831759184064701426083175918406470142608317591840647014260831759184064701426083175918406470142608317591840647014260831759184064701426083175918406470142608317591840647014260831759184064701426083175918406470142608317591840647014260831759184064701426083175918406470142608317591840647014260831759184064701426083175918406470142608317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8441776a-7496-4327-9d7b-711cba724aa3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 282a08ab-0f8e-4784-8793-c681ee2ecac3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d8cf8bd-a1b7-4756-bbbe-65314276c782, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 282a08ab-0f8e-4784-8793-c681ee2ecac3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3136468649619618015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31364686496196180153136468649619618015313646864961961801531364686496196180153136468649619618015313646864961961801531364686496196180153136468649619618015313646864961961801531364686496196180153136468649619618015313646864961961801531364686496196180153136468649619618015313646864961961801531364686496196180153136468649619618015313646864961961801531364686496196180153136468649619618015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a350875c-6d27-47c3-aa7e-32522397d193, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a350875c-6d27-47c3-aa7e-32522397d193, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2264034610803796904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22640346108037969042264034610803796904226403461080379690422640346108037969042264034610803796904226403461080379690422640346108037969042264034610803796904226403461080379690422640346108037969042264034610803796904226403461080379690422640346108037969042264034610803796904226403461080379690422640346108037969042264034610803796904226403461080379690422640346108037969042264034610803796904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 282a08ab-0f8e-4784-8793-c681ee2ecac3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a350875c-6d27-47c3-aa7e-32522397d193, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee26ee8e-d778-4ab6-ba26-89fd7f7be24a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dff2cc2-849a-4e55-bab2-efbefd6a8b71, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee26ee8e-d778-4ab6-ba26-89fd7f7be24a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4251940598445119158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42519405984451191584251940598445119158425194059844511915842519405984451191584251940598445119158425194059844511915842519405984451191584251940598445119158425194059844511915842519405984451191584251940598445119158425194059844511915842519405984451191584251940598445119158425194059844511915842519405984451191584251940598445119158425194059844511915842519405984451191584251940598445119158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dff2cc2-849a-4e55-bab2-efbefd6a8b71, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7759373389727336430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77593733897273364307759373389727336430775937338972733643077593733897273364307759373389727336430775937338972733643077593733897273364307759373389727336430775937338972733643077593733897273364307759373389727336430775937338972733643077593733897273364307759373389727336430775937338972733643077593733897273364307759373389727336430775937338972733643077593733897273364307759373389727336430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee26ee8e-d778-4ab6-ba26-89fd7f7be24a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f74c865c-90d4-4db1-acbf-dfce1b623a50, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f74c865c-90d4-4db1-acbf-dfce1b623a50, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9033450444570651623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90334504445706516239033450444570651623903345044457065162390334504445706516239033450444570651623903345044457065162390334504445706516239033450444570651623903345044457065162390334504445706516239033450444570651623903345044457065162390334504445706516239033450444570651623903345044457065162390334504445706516239033450444570651623903345044457065162390334504445706516239033450444570651623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dff2cc2-849a-4e55-bab2-efbefd6a8b71, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd5ef819-2752-4fc7-971c-8a0dcb070446, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd5ef819-2752-4fc7-971c-8a0dcb070446, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10980652402100285840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098065240210028584010980652402100285840109806524021002858401098065240210028584010980652402100285840109806524021002858401098065240210028584010980652402100285840109806524021002858401098065240210028584010980652402100285840109806524021002858401098065240210028584010980652402100285840109806524021002858401098065240210028584010980652402100285840109806524021002858401098065240210028584010980652402100285840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f74c865c-90d4-4db1-acbf-dfce1b623a50, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abf92a8a-ae3e-476f-9480-6114594c5ca4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abf92a8a-ae3e-476f-9480-6114594c5ca4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10043601705690645551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004360170569064555110043601705690645551100436017056906455511004360170569064555110043601705690645551100436017056906455511004360170569064555110043601705690645551100436017056906455511004360170569064555110043601705690645551100436017056906455511004360170569064555110043601705690645551100436017056906455511004360170569064555110043601705690645551100436017056906455511004360170569064555110043601705690645551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd5ef819-2752-4fc7-971c-8a0dcb070446, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b7842ea-aefd-4441-a506-3b7c347b9476, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b7842ea-aefd-4441-a506-3b7c347b9476, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9916014345825569529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99160143458255695299916014345825569529991601434582556952999160143458255695299916014345825569529991601434582556952999160143458255695299916014345825569529991601434582556952999160143458255695299916014345825569529991601434582556952999160143458255695299916014345825569529991601434582556952999160143458255695299916014345825569529991601434582556952999160143458255695299916014345825569529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abf92a8a-ae3e-476f-9480-6114594c5ca4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d03cc98f-e1bc-4324-80f5-9cba9037f0f2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d03cc98f-e1bc-4324-80f5-9cba9037f0f2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5086222508451045397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50862225084510453975086222508451045397508622250845104539750862225084510453975086222508451045397508622250845104539750862225084510453975086222508451045397508622250845104539750862225084510453975086222508451045397508622250845104539750862225084510453975086222508451045397508622250845104539750862225084510453975086222508451045397508622250845104539750862225084510453975086222508451045397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b7842ea-aefd-4441-a506-3b7c347b9476, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d03cc98f-e1bc-4324-80f5-9cba9037f0f2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b946fdea-b2d9-4b93-93a2-6105ccf96227, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b946fdea-b2d9-4b93-93a2-6105ccf96227, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12462836431225141789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246283643122514178912462836431225141789124628364312251417891246283643122514178912462836431225141789124628364312251417891246283643122514178912462836431225141789124628364312251417891246283643122514178912462836431225141789124628364312251417891246283643122514178912462836431225141789124628364312251417891246283643122514178912462836431225141789124628364312251417891246283643122514178912462836431225141789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cffa467-ec96-4914-a4ea-1ce51c78b795, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cffa467-ec96-4914-a4ea-1ce51c78b795, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 223466566222518693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "223466566222518693223466566222518693223466566222518693223466566222518693223466566222518693223466566222518693223466566222518693223466566222518693223466566222518693223466566222518693223466566222518693223466566222518693223466566222518693223466566222518693223466566222518693223466566222518693223466566222518693223466566222518693223466566222518693223466566222518693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b946fdea-b2d9-4b93-93a2-6105ccf96227, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 966aa039-a1b2-4600-86bd-fb5786dccef9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 966aa039-a1b2-4600-86bd-fb5786dccef9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 116070814488560420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "116070814488560420116070814488560420116070814488560420116070814488560420116070814488560420116070814488560420116070814488560420116070814488560420116070814488560420116070814488560420116070814488560420116070814488560420116070814488560420116070814488560420116070814488560420116070814488560420116070814488560420116070814488560420116070814488560420116070814488560420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cffa467-ec96-4914-a4ea-1ce51c78b795, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e9700c5-27b1-4d0c-a9e9-a01bcfa7b44b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9700c5-27b1-4d0c-a9e9-a01bcfa7b44b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3682310621387008301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36823106213870083013682310621387008301368231062138700830136823106213870083013682310621387008301368231062138700830136823106213870083013682310621387008301368231062138700830136823106213870083013682310621387008301368231062138700830136823106213870083013682310621387008301368231062138700830136823106213870083013682310621387008301368231062138700830136823106213870083013682310621387008301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 966aa039-a1b2-4600-86bd-fb5786dccef9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b443efe9-0efa-4908-9ece-4b03e3de27f7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b443efe9-0efa-4908-9ece-4b03e3de27f7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5277665602961515255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52776656029615152555277665602961515255527766560296151525552776656029615152555277665602961515255527766560296151525552776656029615152555277665602961515255527766560296151525552776656029615152555277665602961515255527766560296151525552776656029615152555277665602961515255527766560296151525552776656029615152555277665602961515255527766560296151525552776656029615152555277665602961515255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9700c5-27b1-4d0c-a9e9-a01bcfa7b44b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eeb2cbd8-903b-48db-a3aa-b4b53248bc85, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb2cbd8-903b-48db-a3aa-b4b53248bc85, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3132483392158602703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31324833921586027033132483392158602703313248339215860270331324833921586027033132483392158602703313248339215860270331324833921586027033132483392158602703313248339215860270331324833921586027033132483392158602703313248339215860270331324833921586027033132483392158602703313248339215860270331324833921586027033132483392158602703313248339215860270331324833921586027033132483392158602703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b443efe9-0efa-4908-9ece-4b03e3de27f7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c81f797d-a090-4b94-8f0f-c99628ece78b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c81f797d-a090-4b94-8f0f-c99628ece78b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12971265717064708007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297126571706470800712971265717064708007129712657170647080071297126571706470800712971265717064708007129712657170647080071297126571706470800712971265717064708007129712657170647080071297126571706470800712971265717064708007129712657170647080071297126571706470800712971265717064708007129712657170647080071297126571706470800712971265717064708007129712657170647080071297126571706470800712971265717064708007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb2cbd8-903b-48db-a3aa-b4b53248bc85, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c3d637d-1b9d-491a-9b5d-1727619fa8f3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c3d637d-1b9d-491a-9b5d-1727619fa8f3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7559636333378085977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75596363333780859777559636333378085977755963633337808597775596363333780859777559636333378085977755963633337808597775596363333780859777559636333378085977755963633337808597775596363333780859777559636333378085977755963633337808597775596363333780859777559636333378085977755963633337808597775596363333780859777559636333378085977755963633337808597775596363333780859777559636333378085977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c81f797d-a090-4b94-8f0f-c99628ece78b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5aaa0a8c-330f-4c02-8e26-5be882bf9e9d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c3d637d-1b9d-491a-9b5d-1727619fa8f3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aaa0a8c-330f-4c02-8e26-5be882bf9e9d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15027344924456252575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502734492445625257515027344924456252575150273449244562525751502734492445625257515027344924456252575150273449244562525751502734492445625257515027344924456252575150273449244562525751502734492445625257515027344924456252575150273449244562525751502734492445625257515027344924456252575150273449244562525751502734492445625257515027344924456252575150273449244562525751502734492445625257515027344924456252575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f307bd23-989f-46c8-9510-7c366b34779c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f307bd23-989f-46c8-9510-7c366b34779c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16017646034141023224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601764603414102322416017646034141023224160176460341410232241601764603414102322416017646034141023224160176460341410232241601764603414102322416017646034141023224160176460341410232241601764603414102322416017646034141023224160176460341410232241601764603414102322416017646034141023224160176460341410232241601764603414102322416017646034141023224160176460341410232241601764603414102322416017646034141023224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aaa0a8c-330f-4c02-8e26-5be882bf9e9d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c0c8ced-7a91-4389-a05f-8483d8a58384, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c0c8ced-7a91-4389-a05f-8483d8a58384, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17494090353213174688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749409035321317468817494090353213174688174940903532131746881749409035321317468817494090353213174688174940903532131746881749409035321317468817494090353213174688174940903532131746881749409035321317468817494090353213174688174940903532131746881749409035321317468817494090353213174688174940903532131746881749409035321317468817494090353213174688174940903532131746881749409035321317468817494090353213174688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f307bd23-989f-46c8-9510-7c366b34779c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be43ac38-905d-4e7f-b54e-ddc444b5b2ca, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be43ac38-905d-4e7f-b54e-ddc444b5b2ca, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8806013768828925996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88060137688289259968806013768828925996880601376882892599688060137688289259968806013768828925996880601376882892599688060137688289259968806013768828925996880601376882892599688060137688289259968806013768828925996880601376882892599688060137688289259968806013768828925996880601376882892599688060137688289259968806013768828925996880601376882892599688060137688289259968806013768828925996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c0c8ced-7a91-4389-a05f-8483d8a58384, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 707a247b-37df-45af-83e7-5c41c752911b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 707a247b-37df-45af-83e7-5c41c752911b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2860340567448881759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28603405674488817592860340567448881759286034056744888175928603405674488817592860340567448881759286034056744888175928603405674488817592860340567448881759286034056744888175928603405674488817592860340567448881759286034056744888175928603405674488817592860340567448881759286034056744888175928603405674488817592860340567448881759286034056744888175928603405674488817592860340567448881759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be43ac38-905d-4e7f-b54e-ddc444b5b2ca, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 059868a8-4a0e-42c7-8f73-bccc901687ba, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 059868a8-4a0e-42c7-8f73-bccc901687ba, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3270829893128682471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32708298931286824713270829893128682471327082989312868247132708298931286824713270829893128682471327082989312868247132708298931286824713270829893128682471327082989312868247132708298931286824713270829893128682471327082989312868247132708298931286824713270829893128682471327082989312868247132708298931286824713270829893128682471327082989312868247132708298931286824713270829893128682471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 707a247b-37df-45af-83e7-5c41c752911b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 059868a8-4a0e-42c7-8f73-bccc901687ba, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a0bc7e8-d87c-466d-99c9-e1f5065812a7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a0bc7e8-d87c-466d-99c9-e1f5065812a7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9788207959468969009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97882079594689690099788207959468969009978820795946896900997882079594689690099788207959468969009978820795946896900997882079594689690099788207959468969009978820795946896900997882079594689690099788207959468969009978820795946896900997882079594689690099788207959468969009978820795946896900997882079594689690099788207959468969009978820795946896900997882079594689690099788207959468969009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b70d1de1-a340-4fff-baa4-47c8ad55b29f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b70d1de1-a340-4fff-baa4-47c8ad55b29f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16323092526295087014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632309252629508701416323092526295087014163230925262950870141632309252629508701416323092526295087014163230925262950870141632309252629508701416323092526295087014163230925262950870141632309252629508701416323092526295087014163230925262950870141632309252629508701416323092526295087014163230925262950870141632309252629508701416323092526295087014163230925262950870141632309252629508701416323092526295087014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a0bc7e8-d87c-466d-99c9-e1f5065812a7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b70d1de1-a340-4fff-baa4-47c8ad55b29f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6e24877-3a0d-4136-8038-76d114b6912f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff27fa7b-86c1-4a41-aa00-95323bfb2ea4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6e24877-3a0d-4136-8038-76d114b6912f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 112683455228955370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "112683455228955370112683455228955370112683455228955370112683455228955370112683455228955370112683455228955370112683455228955370112683455228955370112683455228955370112683455228955370112683455228955370112683455228955370112683455228955370112683455228955370112683455228955370112683455228955370112683455228955370112683455228955370112683455228955370112683455228955370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff27fa7b-86c1-4a41-aa00-95323bfb2ea4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14655547135397043499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465554713539704349914655547135397043499146555471353970434991465554713539704349914655547135397043499146555471353970434991465554713539704349914655547135397043499146555471353970434991465554713539704349914655547135397043499146555471353970434991465554713539704349914655547135397043499146555471353970434991465554713539704349914655547135397043499146555471353970434991465554713539704349914655547135397043499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6e24877-3a0d-4136-8038-76d114b6912f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 720dafe7-99fc-4a31-a11a-3309e57b084b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 720dafe7-99fc-4a31-a11a-3309e57b084b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14613193906761806370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461319390676180637014613193906761806370146131939067618063701461319390676180637014613193906761806370146131939067618063701461319390676180637014613193906761806370146131939067618063701461319390676180637014613193906761806370146131939067618063701461319390676180637014613193906761806370146131939067618063701461319390676180637014613193906761806370146131939067618063701461319390676180637014613193906761806370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff27fa7b-86c1-4a41-aa00-95323bfb2ea4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d32d663-6340-4eda-b4de-44dcf9deec5e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 720dafe7-99fc-4a31-a11a-3309e57b084b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d32d663-6340-4eda-b4de-44dcf9deec5e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17211097135214871525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721109713521487152517211097135214871525172110971352148715251721109713521487152517211097135214871525172110971352148715251721109713521487152517211097135214871525172110971352148715251721109713521487152517211097135214871525172110971352148715251721109713521487152517211097135214871525172110971352148715251721109713521487152517211097135214871525172110971352148715251721109713521487152517211097135214871525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e6770f7-9411-42b2-8710-2fbcfc77c569, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e6770f7-9411-42b2-8710-2fbcfc77c569, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15267026019398048415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526702601939804841515267026019398048415152670260193980484151526702601939804841515267026019398048415152670260193980484151526702601939804841515267026019398048415152670260193980484151526702601939804841515267026019398048415152670260193980484151526702601939804841515267026019398048415152670260193980484151526702601939804841515267026019398048415152670260193980484151526702601939804841515267026019398048415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e6770f7-9411-42b2-8710-2fbcfc77c569, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faa5a11c-74e8-4f1a-b9bb-03ccf314dcfa, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d32d663-6340-4eda-b4de-44dcf9deec5e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faa5a11c-74e8-4f1a-b9bb-03ccf314dcfa, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4766969773696309399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47669697736963093994766969773696309399476696977369630939947669697736963093994766969773696309399476696977369630939947669697736963093994766969773696309399476696977369630939947669697736963093994766969773696309399476696977369630939947669697736963093994766969773696309399476696977369630939947669697736963093994766969773696309399476696977369630939947669697736963093994766969773696309399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69a3dca4-96e7-44bf-bcf4-f25d981e5abe, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69a3dca4-96e7-44bf-bcf4-f25d981e5abe, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9387976968788784379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93879769687887843799387976968788784379938797696878878437993879769687887843799387976968788784379938797696878878437993879769687887843799387976968788784379938797696878878437993879769687887843799387976968788784379938797696878878437993879769687887843799387976968788784379938797696878878437993879769687887843799387976968788784379938797696878878437993879769687887843799387976968788784379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faa5a11c-74e8-4f1a-b9bb-03ccf314dcfa, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69a3dca4-96e7-44bf-bcf4-f25d981e5abe, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bf8c2b2-db42-4461-80b3-d771d9cc2d42, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 789ed7a2-cb23-45c1-b1fe-ae18bf24ac96, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bf8c2b2-db42-4461-80b3-d771d9cc2d42, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9778710939882866510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97787109398828665109778710939882866510977871093988286651097787109398828665109778710939882866510977871093988286651097787109398828665109778710939882866510977871093988286651097787109398828665109778710939882866510977871093988286651097787109398828665109778710939882866510977871093988286651097787109398828665109778710939882866510977871093988286651097787109398828665109778710939882866510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 789ed7a2-cb23-45c1-b1fe-ae18bf24ac96, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16317416665141236415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631741666514123641516317416665141236415163174166651412364151631741666514123641516317416665141236415163174166651412364151631741666514123641516317416665141236415163174166651412364151631741666514123641516317416665141236415163174166651412364151631741666514123641516317416665141236415163174166651412364151631741666514123641516317416665141236415163174166651412364151631741666514123641516317416665141236415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bf8c2b2-db42-4461-80b3-d771d9cc2d42, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 789ed7a2-cb23-45c1-b1fe-ae18bf24ac96, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90647c10-8701-4b25-a923-24937f96cc58, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90647c10-8701-4b25-a923-24937f96cc58, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12581761868228398934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258176186822839893412581761868228398934125817618682283989341258176186822839893412581761868228398934125817618682283989341258176186822839893412581761868228398934125817618682283989341258176186822839893412581761868228398934125817618682283989341258176186822839893412581761868228398934125817618682283989341258176186822839893412581761868228398934125817618682283989341258176186822839893412581761868228398934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05adb57b-ed24-420b-a3d5-ccffd85cb17e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05adb57b-ed24-420b-a3d5-ccffd85cb17e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13416482358710683098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341648235871068309813416482358710683098134164823587106830981341648235871068309813416482358710683098134164823587106830981341648235871068309813416482358710683098134164823587106830981341648235871068309813416482358710683098134164823587106830981341648235871068309813416482358710683098134164823587106830981341648235871068309813416482358710683098134164823587106830981341648235871068309813416482358710683098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90647c10-8701-4b25-a923-24937f96cc58, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f8a4814-9836-4a6a-9bb3-750717e6769f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f8a4814-9836-4a6a-9bb3-750717e6769f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17215388845154130200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721538884515413020017215388845154130200172153888451541302001721538884515413020017215388845154130200172153888451541302001721538884515413020017215388845154130200172153888451541302001721538884515413020017215388845154130200172153888451541302001721538884515413020017215388845154130200172153888451541302001721538884515413020017215388845154130200172153888451541302001721538884515413020017215388845154130200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05adb57b-ed24-420b-a3d5-ccffd85cb17e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b30564f5-7c55-4e27-8620-2cae36b93069, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b30564f5-7c55-4e27-8620-2cae36b93069, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3665298842050215664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36652988420502156643665298842050215664366529884205021566436652988420502156643665298842050215664366529884205021566436652988420502156643665298842050215664366529884205021566436652988420502156643665298842050215664366529884205021566436652988420502156643665298842050215664366529884205021566436652988420502156643665298842050215664366529884205021566436652988420502156643665298842050215664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f8a4814-9836-4a6a-9bb3-750717e6769f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a99c6ddf-1d98-4efc-88da-badfdbe96215, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a99c6ddf-1d98-4efc-88da-badfdbe96215, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2739659066135322032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27396590661353220322739659066135322032273965906613532203227396590661353220322739659066135322032273965906613532203227396590661353220322739659066135322032273965906613532203227396590661353220322739659066135322032273965906613532203227396590661353220322739659066135322032273965906613532203227396590661353220322739659066135322032273965906613532203227396590661353220322739659066135322032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b30564f5-7c55-4e27-8620-2cae36b93069, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9d9c80d-c883-4567-9437-b03a383942ed, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9d9c80d-c883-4567-9437-b03a383942ed, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10808785632660528330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080878563266052833010808785632660528330108087856326605283301080878563266052833010808785632660528330108087856326605283301080878563266052833010808785632660528330108087856326605283301080878563266052833010808785632660528330108087856326605283301080878563266052833010808785632660528330108087856326605283301080878563266052833010808785632660528330108087856326605283301080878563266052833010808785632660528330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a99c6ddf-1d98-4efc-88da-badfdbe96215, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f6357b2-42f1-469e-9b04-94a510964315, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f6357b2-42f1-469e-9b04-94a510964315, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15531236171100642273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553123617110064227315531236171100642273155312361711006422731553123617110064227315531236171100642273155312361711006422731553123617110064227315531236171100642273155312361711006422731553123617110064227315531236171100642273155312361711006422731553123617110064227315531236171100642273155312361711006422731553123617110064227315531236171100642273155312361711006422731553123617110064227315531236171100642273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9d9c80d-c883-4567-9437-b03a383942ed, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47544aa7-fb3f-4d4f-87b4-bfe7d9c70f6d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f6357b2-42f1-469e-9b04-94a510964315, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f5251e9-cce7-4e32-b155-ad2147a68b17, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f5251e9-cce7-4e32-b155-ad2147a68b17, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8066469054198032599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80664690541980325998066469054198032599806646905419803259980664690541980325998066469054198032599806646905419803259980664690541980325998066469054198032599806646905419803259980664690541980325998066469054198032599806646905419803259980664690541980325998066469054198032599806646905419803259980664690541980325998066469054198032599806646905419803259980664690541980325998066469054198032599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47544aa7-fb3f-4d4f-87b4-bfe7d9c70f6d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1943954944496499747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19439549444964997471943954944496499747194395494449649974719439549444964997471943954944496499747194395494449649974719439549444964997471943954944496499747194395494449649974719439549444964997471943954944496499747194395494449649974719439549444964997471943954944496499747194395494449649974719439549444964997471943954944496499747194395494449649974719439549444964997471943954944496499747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f5251e9-cce7-4e32-b155-ad2147a68b17, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fccfe580-5d17-4e19-a8bc-3c1b2fadf43c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fccfe580-5d17-4e19-a8bc-3c1b2fadf43c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11221604120083518199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122160412008351819911221604120083518199112216041200835181991122160412008351819911221604120083518199112216041200835181991122160412008351819911221604120083518199112216041200835181991122160412008351819911221604120083518199112216041200835181991122160412008351819911221604120083518199112216041200835181991122160412008351819911221604120083518199112216041200835181991122160412008351819911221604120083518199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47544aa7-fb3f-4d4f-87b4-bfe7d9c70f6d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e83c7de-e1af-4315-af18-1dcbce20104b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e83c7de-e1af-4315-af18-1dcbce20104b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10438079820775441124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043807982077544112410438079820775441124104380798207754411241043807982077544112410438079820775441124104380798207754411241043807982077544112410438079820775441124104380798207754411241043807982077544112410438079820775441124104380798207754411241043807982077544112410438079820775441124104380798207754411241043807982077544112410438079820775441124104380798207754411241043807982077544112410438079820775441124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fccfe580-5d17-4e19-a8bc-3c1b2fadf43c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbc20eff-0105-46b6-ae43-5cf5a72729b8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbc20eff-0105-46b6-ae43-5cf5a72729b8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17348778463608043754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734877846360804375417348778463608043754173487784636080437541734877846360804375417348778463608043754173487784636080437541734877846360804375417348778463608043754173487784636080437541734877846360804375417348778463608043754173487784636080437541734877846360804375417348778463608043754173487784636080437541734877846360804375417348778463608043754173487784636080437541734877846360804375417348778463608043754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e83c7de-e1af-4315-af18-1dcbce20104b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba16b5ce-852d-49ec-ad8c-368022cfc26f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba16b5ce-852d-49ec-ad8c-368022cfc26f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13587520384855814850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358752038485581485013587520384855814850135875203848558148501358752038485581485013587520384855814850135875203848558148501358752038485581485013587520384855814850135875203848558148501358752038485581485013587520384855814850135875203848558148501358752038485581485013587520384855814850135875203848558148501358752038485581485013587520384855814850135875203848558148501358752038485581485013587520384855814850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbc20eff-0105-46b6-ae43-5cf5a72729b8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5728f67b-9a7f-4185-b9ba-103482ffe267, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5728f67b-9a7f-4185-b9ba-103482ffe267, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10232036667952886776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023203666795288677610232036667952886776102320366679528867761023203666795288677610232036667952886776102320366679528867761023203666795288677610232036667952886776102320366679528867761023203666795288677610232036667952886776102320366679528867761023203666795288677610232036667952886776102320366679528867761023203666795288677610232036667952886776102320366679528867761023203666795288677610232036667952886776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba16b5ce-852d-49ec-ad8c-368022cfc26f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ae46cca-e731-48f1-9a21-bd02ef36c4de, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ae46cca-e731-48f1-9a21-bd02ef36c4de, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 142001086365503473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "142001086365503473142001086365503473142001086365503473142001086365503473142001086365503473142001086365503473142001086365503473142001086365503473142001086365503473142001086365503473142001086365503473142001086365503473142001086365503473142001086365503473142001086365503473142001086365503473142001086365503473142001086365503473142001086365503473142001086365503473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5728f67b-9a7f-4185-b9ba-103482ffe267, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ce5e8a0-b371-4427-8df0-1788972839c5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ce5e8a0-b371-4427-8df0-1788972839c5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12807028987040577032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280702898704057703212807028987040577032128070289870405770321280702898704057703212807028987040577032128070289870405770321280702898704057703212807028987040577032128070289870405770321280702898704057703212807028987040577032128070289870405770321280702898704057703212807028987040577032128070289870405770321280702898704057703212807028987040577032128070289870405770321280702898704057703212807028987040577032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ae46cca-e731-48f1-9a21-bd02ef36c4de, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ad157a5-6a77-4895-9fca-b9691db1341f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad157a5-6a77-4895-9fca-b9691db1341f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2311040410261712628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23110404102617126282311040410261712628231104041026171262823110404102617126282311040410261712628231104041026171262823110404102617126282311040410261712628231104041026171262823110404102617126282311040410261712628231104041026171262823110404102617126282311040410261712628231104041026171262823110404102617126282311040410261712628231104041026171262823110404102617126282311040410261712628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ce5e8a0-b371-4427-8df0-1788972839c5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2258c120-13f7-4021-9432-100d62c78184, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2258c120-13f7-4021-9432-100d62c78184, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8047073658290567641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80470736582905676418047073658290567641804707365829056764180470736582905676418047073658290567641804707365829056764180470736582905676418047073658290567641804707365829056764180470736582905676418047073658290567641804707365829056764180470736582905676418047073658290567641804707365829056764180470736582905676418047073658290567641804707365829056764180470736582905676418047073658290567641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad157a5-6a77-4895-9fca-b9691db1341f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fb66418-3feb-44eb-afe1-2a1e0c2153b7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fb66418-3feb-44eb-afe1-2a1e0c2153b7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10031696039016617906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003169603901661790610031696039016617906100316960390166179061003169603901661790610031696039016617906100316960390166179061003169603901661790610031696039016617906100316960390166179061003169603901661790610031696039016617906100316960390166179061003169603901661790610031696039016617906100316960390166179061003169603901661790610031696039016617906100316960390166179061003169603901661790610031696039016617906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2258c120-13f7-4021-9432-100d62c78184, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28a65701-8d4a-416e-932f-4efe49fa2e34, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28a65701-8d4a-416e-932f-4efe49fa2e34, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15843537905315491237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584353790531549123715843537905315491237158435379053154912371584353790531549123715843537905315491237158435379053154912371584353790531549123715843537905315491237158435379053154912371584353790531549123715843537905315491237158435379053154912371584353790531549123715843537905315491237158435379053154912371584353790531549123715843537905315491237158435379053154912371584353790531549123715843537905315491237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28a65701-8d4a-416e-932f-4efe49fa2e34, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fb66418-3feb-44eb-afe1-2a1e0c2153b7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43eabe1d-2482-4306-a257-d1dfcf4ebbf3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43eabe1d-2482-4306-a257-d1dfcf4ebbf3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8580505781077076992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85805057810770769928580505781077076992858050578107707699285805057810770769928580505781077076992858050578107707699285805057810770769928580505781077076992858050578107707699285805057810770769928580505781077076992858050578107707699285805057810770769928580505781077076992858050578107707699285805057810770769928580505781077076992858050578107707699285805057810770769928580505781077076992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26a9dee7-4901-4641-a955-8a7d339092c5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26a9dee7-4901-4641-a955-8a7d339092c5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4662601561823822369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46626015618238223694662601561823822369466260156182382236946626015618238223694662601561823822369466260156182382236946626015618238223694662601561823822369466260156182382236946626015618238223694662601561823822369466260156182382236946626015618238223694662601561823822369466260156182382236946626015618238223694662601561823822369466260156182382236946626015618238223694662601561823822369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43eabe1d-2482-4306-a257-d1dfcf4ebbf3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26a9dee7-4901-4641-a955-8a7d339092c5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb676587-ea1b-49ba-b664-b36eb2a28db4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb676587-ea1b-49ba-b664-b36eb2a28db4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6398868284965606364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63988682849656063646398868284965606364639886828496560636463988682849656063646398868284965606364639886828496560636463988682849656063646398868284965606364639886828496560636463988682849656063646398868284965606364639886828496560636463988682849656063646398868284965606364639886828496560636463988682849656063646398868284965606364639886828496560636463988682849656063646398868284965606364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9552583c-23b2-4706-b3e1-f4d58230fce8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9552583c-23b2-4706-b3e1-f4d58230fce8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2032743723028751090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20327437230287510902032743723028751090203274372302875109020327437230287510902032743723028751090203274372302875109020327437230287510902032743723028751090203274372302875109020327437230287510902032743723028751090203274372302875109020327437230287510902032743723028751090203274372302875109020327437230287510902032743723028751090203274372302875109020327437230287510902032743723028751090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb676587-ea1b-49ba-b664-b36eb2a28db4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9552583c-23b2-4706-b3e1-f4d58230fce8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea287d0e-e899-4704-91f9-87d3607741bb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea287d0e-e899-4704-91f9-87d3607741bb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17485456529536335439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748545652953633543917485456529536335439174854565295363354391748545652953633543917485456529536335439174854565295363354391748545652953633543917485456529536335439174854565295363354391748545652953633543917485456529536335439174854565295363354391748545652953633543917485456529536335439174854565295363354391748545652953633543917485456529536335439174854565295363354391748545652953633543917485456529536335439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f45ae72-c967-4fa5-8faf-25306d10bdb5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f45ae72-c967-4fa5-8faf-25306d10bdb5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14053330943993774958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405333094399377495814053330943993774958140533309439937749581405333094399377495814053330943993774958140533309439937749581405333094399377495814053330943993774958140533309439937749581405333094399377495814053330943993774958140533309439937749581405333094399377495814053330943993774958140533309439937749581405333094399377495814053330943993774958140533309439937749581405333094399377495814053330943993774958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea287d0e-e899-4704-91f9-87d3607741bb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 339daa0f-e9b3-4430-9d45-46225961aa92, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f45ae72-c967-4fa5-8faf-25306d10bdb5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 339daa0f-e9b3-4430-9d45-46225961aa92, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8617703213768930345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86177032137689303458617703213768930345861770321376893034586177032137689303458617703213768930345861770321376893034586177032137689303458617703213768930345861770321376893034586177032137689303458617703213768930345861770321376893034586177032137689303458617703213768930345861770321376893034586177032137689303458617703213768930345861770321376893034586177032137689303458617703213768930345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33b4d205-d2ee-4ac9-b98a-6870cad6fda7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33b4d205-d2ee-4ac9-b98a-6870cad6fda7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5498808324613493174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54988083246134931745498808324613493174549880832461349317454988083246134931745498808324613493174549880832461349317454988083246134931745498808324613493174549880832461349317454988083246134931745498808324613493174549880832461349317454988083246134931745498808324613493174549880832461349317454988083246134931745498808324613493174549880832461349317454988083246134931745498808324613493174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 339daa0f-e9b3-4430-9d45-46225961aa92, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95840838-249a-4045-84d8-f7acdf55075f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95840838-249a-4045-84d8-f7acdf55075f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16483680006180083980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648368000618008398016483680006180083980164836800061800839801648368000618008398016483680006180083980164836800061800839801648368000618008398016483680006180083980164836800061800839801648368000618008398016483680006180083980164836800061800839801648368000618008398016483680006180083980164836800061800839801648368000618008398016483680006180083980164836800061800839801648368000618008398016483680006180083980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33b4d205-d2ee-4ac9-b98a-6870cad6fda7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95840838-249a-4045-84d8-f7acdf55075f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0147135-4c35-4894-b8bf-8df242a6063d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcb5d30c-7870-40ca-9d38-9c2f26a4ad8a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0147135-4c35-4894-b8bf-8df242a6063d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9932335328128235149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99323353281282351499932335328128235149993233532812823514999323353281282351499932335328128235149993233532812823514999323353281282351499932335328128235149993233532812823514999323353281282351499932335328128235149993233532812823514999323353281282351499932335328128235149993233532812823514999323353281282351499932335328128235149993233532812823514999323353281282351499932335328128235149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcb5d30c-7870-40ca-9d38-9c2f26a4ad8a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8268091791943110814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82680917919431108148268091791943110814826809179194311081482680917919431108148268091791943110814826809179194311081482680917919431108148268091791943110814826809179194311081482680917919431108148268091791943110814826809179194311081482680917919431108148268091791943110814826809179194311081482680917919431108148268091791943110814826809179194311081482680917919431108148268091791943110814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcb5d30c-7870-40ca-9d38-9c2f26a4ad8a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 437ae6d3-1fe1-43df-a8f5-7845d4fed116, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0147135-4c35-4894-b8bf-8df242a6063d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 437ae6d3-1fe1-43df-a8f5-7845d4fed116, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17160960843795032351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716096084379503235117160960843795032351171609608437950323511716096084379503235117160960843795032351171609608437950323511716096084379503235117160960843795032351171609608437950323511716096084379503235117160960843795032351171609608437950323511716096084379503235117160960843795032351171609608437950323511716096084379503235117160960843795032351171609608437950323511716096084379503235117160960843795032351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7069a927-688b-40d1-8d4c-c0ef63a260da, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7069a927-688b-40d1-8d4c-c0ef63a260da, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 991554704983770564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "991554704983770564991554704983770564991554704983770564991554704983770564991554704983770564991554704983770564991554704983770564991554704983770564991554704983770564991554704983770564991554704983770564991554704983770564991554704983770564991554704983770564991554704983770564991554704983770564991554704983770564991554704983770564991554704983770564991554704983770564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 437ae6d3-1fe1-43df-a8f5-7845d4fed116, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f230d4e7-28a2-45e8-82ec-ae1b6b351be8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f230d4e7-28a2-45e8-82ec-ae1b6b351be8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9184239226676343796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91842392266763437969184239226676343796918423922667634379691842392266763437969184239226676343796918423922667634379691842392266763437969184239226676343796918423922667634379691842392266763437969184239226676343796918423922667634379691842392266763437969184239226676343796918423922667634379691842392266763437969184239226676343796918423922667634379691842392266763437969184239226676343796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7069a927-688b-40d1-8d4c-c0ef63a260da, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6eac16f-154b-4c53-b4eb-5d0b9534c6c0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6eac16f-154b-4c53-b4eb-5d0b9534c6c0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6573095941860321866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65730959418603218666573095941860321866657309594186032186665730959418603218666573095941860321866657309594186032186665730959418603218666573095941860321866657309594186032186665730959418603218666573095941860321866657309594186032186665730959418603218666573095941860321866657309594186032186665730959418603218666573095941860321866657309594186032186665730959418603218666573095941860321866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f230d4e7-28a2-45e8-82ec-ae1b6b351be8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6eac16f-154b-4c53-b4eb-5d0b9534c6c0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16dbd0a7-e187-4148-8edd-665bc719f006, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9712db70-e923-4fbd-83ec-7d1b85622bc2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16dbd0a7-e187-4148-8edd-665bc719f006, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7204321905750785941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72043219057507859417204321905750785941720432190575078594172043219057507859417204321905750785941720432190575078594172043219057507859417204321905750785941720432190575078594172043219057507859417204321905750785941720432190575078594172043219057507859417204321905750785941720432190575078594172043219057507859417204321905750785941720432190575078594172043219057507859417204321905750785941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9712db70-e923-4fbd-83ec-7d1b85622bc2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4804354364089401186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48043543640894011864804354364089401186480435436408940118648043543640894011864804354364089401186480435436408940118648043543640894011864804354364089401186480435436408940118648043543640894011864804354364089401186480435436408940118648043543640894011864804354364089401186480435436408940118648043543640894011864804354364089401186480435436408940118648043543640894011864804354364089401186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9712db70-e923-4fbd-83ec-7d1b85622bc2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16dbd0a7-e187-4148-8edd-665bc719f006, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02334ab3-4a62-4dae-89a5-449854f21d86, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a6fa8ea-b286-412f-8ad0-218e5a6f36c8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02334ab3-4a62-4dae-89a5-449854f21d86, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 664758405039060173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "664758405039060173664758405039060173664758405039060173664758405039060173664758405039060173664758405039060173664758405039060173664758405039060173664758405039060173664758405039060173664758405039060173664758405039060173664758405039060173664758405039060173664758405039060173664758405039060173664758405039060173664758405039060173664758405039060173664758405039060173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a6fa8ea-b286-412f-8ad0-218e5a6f36c8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13193756104749305918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319375610474930591813193756104749305918131937561047493059181319375610474930591813193756104749305918131937561047493059181319375610474930591813193756104749305918131937561047493059181319375610474930591813193756104749305918131937561047493059181319375610474930591813193756104749305918131937561047493059181319375610474930591813193756104749305918131937561047493059181319375610474930591813193756104749305918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a6fa8ea-b286-412f-8ad0-218e5a6f36c8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02334ab3-4a62-4dae-89a5-449854f21d86, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ece86ef-c6e5-45cc-a3d6-067abfab0641, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ece86ef-c6e5-45cc-a3d6-067abfab0641, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8312847791852560341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83128477918525603418312847791852560341831284779185256034183128477918525603418312847791852560341831284779185256034183128477918525603418312847791852560341831284779185256034183128477918525603418312847791852560341831284779185256034183128477918525603418312847791852560341831284779185256034183128477918525603418312847791852560341831284779185256034183128477918525603418312847791852560341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a5c9666-02a1-40d0-b0bb-48187195c625, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a5c9666-02a1-40d0-b0bb-48187195c625, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8386426006815726321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83864260068157263218386426006815726321838642600681572632183864260068157263218386426006815726321838642600681572632183864260068157263218386426006815726321838642600681572632183864260068157263218386426006815726321838642600681572632183864260068157263218386426006815726321838642600681572632183864260068157263218386426006815726321838642600681572632183864260068157263218386426006815726321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a5c9666-02a1-40d0-b0bb-48187195c625, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ece86ef-c6e5-45cc-a3d6-067abfab0641, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83179fb6-c819-4f91-a658-cd76f41305a2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c85cdbb-2e79-488a-8ab4-234e51470853, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83179fb6-c819-4f91-a658-cd76f41305a2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13770057184589813252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377005718458981325213770057184589813252137700571845898132521377005718458981325213770057184589813252137700571845898132521377005718458981325213770057184589813252137700571845898132521377005718458981325213770057184589813252137700571845898132521377005718458981325213770057184589813252137700571845898132521377005718458981325213770057184589813252137700571845898132521377005718458981325213770057184589813252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c85cdbb-2e79-488a-8ab4-234e51470853, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2563465943750018224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25634659437500182242563465943750018224256346594375001822425634659437500182242563465943750018224256346594375001822425634659437500182242563465943750018224256346594375001822425634659437500182242563465943750018224256346594375001822425634659437500182242563465943750018224256346594375001822425634659437500182242563465943750018224256346594375001822425634659437500182242563465943750018224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c85cdbb-2e79-488a-8ab4-234e51470853, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83179fb6-c819-4f91-a658-cd76f41305a2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 386ae14d-0d01-4f75-88a6-c4c4147546b6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 386ae14d-0d01-4f75-88a6-c4c4147546b6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13069886578786445129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306988657878644512913069886578786445129130698865787864451291306988657878644512913069886578786445129130698865787864451291306988657878644512913069886578786445129130698865787864451291306988657878644512913069886578786445129130698865787864451291306988657878644512913069886578786445129130698865787864451291306988657878644512913069886578786445129130698865787864451291306988657878644512913069886578786445129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c925b72f-bbbf-4d1a-be33-c7a9d838185f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c925b72f-bbbf-4d1a-be33-c7a9d838185f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3769496597668214043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37694965976682140433769496597668214043376949659766821404337694965976682140433769496597668214043376949659766821404337694965976682140433769496597668214043376949659766821404337694965976682140433769496597668214043376949659766821404337694965976682140433769496597668214043376949659766821404337694965976682140433769496597668214043376949659766821404337694965976682140433769496597668214043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 386ae14d-0d01-4f75-88a6-c4c4147546b6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dcab976-df34-4f02-8f81-6d5c9bf0aaa8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dcab976-df34-4f02-8f81-6d5c9bf0aaa8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1742055803197276741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17420558031972767411742055803197276741174205580319727674117420558031972767411742055803197276741174205580319727674117420558031972767411742055803197276741174205580319727674117420558031972767411742055803197276741174205580319727674117420558031972767411742055803197276741174205580319727674117420558031972767411742055803197276741174205580319727674117420558031972767411742055803197276741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c925b72f-bbbf-4d1a-be33-c7a9d838185f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8848a012-057f-4fe4-9620-17e2c44176bb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8848a012-057f-4fe4-9620-17e2c44176bb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8516063320579838360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85160633205798383608516063320579838360851606332057983836085160633205798383608516063320579838360851606332057983836085160633205798383608516063320579838360851606332057983836085160633205798383608516063320579838360851606332057983836085160633205798383608516063320579838360851606332057983836085160633205798383608516063320579838360851606332057983836085160633205798383608516063320579838360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dcab976-df34-4f02-8f81-6d5c9bf0aaa8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 907d4cb4-dd4c-4fc3-bf68-b9919874e6c7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907d4cb4-dd4c-4fc3-bf68-b9919874e6c7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16038302469934636025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603830246993463602516038302469934636025160383024699346360251603830246993463602516038302469934636025160383024699346360251603830246993463602516038302469934636025160383024699346360251603830246993463602516038302469934636025160383024699346360251603830246993463602516038302469934636025160383024699346360251603830246993463602516038302469934636025160383024699346360251603830246993463602516038302469934636025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8848a012-057f-4fe4-9620-17e2c44176bb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c895d401-6116-4ee3-a309-6ad4d473aa78, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c895d401-6116-4ee3-a309-6ad4d473aa78, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8325945865187935512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83259458651879355128325945865187935512832594586518793551283259458651879355128325945865187935512832594586518793551283259458651879355128325945865187935512832594586518793551283259458651879355128325945865187935512832594586518793551283259458651879355128325945865187935512832594586518793551283259458651879355128325945865187935512832594586518793551283259458651879355128325945865187935512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907d4cb4-dd4c-4fc3-bf68-b9919874e6c7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0fe0147-61a2-4eb9-8715-b054b7174261, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0fe0147-61a2-4eb9-8715-b054b7174261, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1802408640803793654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18024086408037936541802408640803793654180240864080379365418024086408037936541802408640803793654180240864080379365418024086408037936541802408640803793654180240864080379365418024086408037936541802408640803793654180240864080379365418024086408037936541802408640803793654180240864080379365418024086408037936541802408640803793654180240864080379365418024086408037936541802408640803793654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c895d401-6116-4ee3-a309-6ad4d473aa78, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b7f405b-2dd8-4152-ac8f-f67c8c06fd49, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b7f405b-2dd8-4152-ac8f-f67c8c06fd49, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14636153476112122195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463615347611212219514636153476112122195146361534761121221951463615347611212219514636153476112122195146361534761121221951463615347611212219514636153476112122195146361534761121221951463615347611212219514636153476112122195146361534761121221951463615347611212219514636153476112122195146361534761121221951463615347611212219514636153476112122195146361534761121221951463615347611212219514636153476112122195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0fe0147-61a2-4eb9-8715-b054b7174261, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5d5073f-228a-439f-b404-e01c214a4060, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5d5073f-228a-439f-b404-e01c214a4060, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8787466021046078805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87874660210460788058787466021046078805878746602104607880587874660210460788058787466021046078805878746602104607880587874660210460788058787466021046078805878746602104607880587874660210460788058787466021046078805878746602104607880587874660210460788058787466021046078805878746602104607880587874660210460788058787466021046078805878746602104607880587874660210460788058787466021046078805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b7f405b-2dd8-4152-ac8f-f67c8c06fd49, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe915fdb-a45e-48f0-b0c0-f614147a54af, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe915fdb-a45e-48f0-b0c0-f614147a54af, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15195715827636828422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519571582763682842215195715827636828422151957158276368284221519571582763682842215195715827636828422151957158276368284221519571582763682842215195715827636828422151957158276368284221519571582763682842215195715827636828422151957158276368284221519571582763682842215195715827636828422151957158276368284221519571582763682842215195715827636828422151957158276368284221519571582763682842215195715827636828422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5d5073f-228a-439f-b404-e01c214a4060, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4eeed5ad-560a-4a3e-8510-0eaf1064b1a2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eeed5ad-560a-4a3e-8510-0eaf1064b1a2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1057162321023775741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10571623210237757411057162321023775741105716232102377574110571623210237757411057162321023775741105716232102377574110571623210237757411057162321023775741105716232102377574110571623210237757411057162321023775741105716232102377574110571623210237757411057162321023775741105716232102377574110571623210237757411057162321023775741105716232102377574110571623210237757411057162321023775741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe915fdb-a45e-48f0-b0c0-f614147a54af, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eeed5ad-560a-4a3e-8510-0eaf1064b1a2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66ea35ee-1a50-4ac1-86e7-67eb7fe00725, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66ea35ee-1a50-4ac1-86e7-67eb7fe00725, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5935662890453099212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59356628904530992125935662890453099212593566289045309921259356628904530992125935662890453099212593566289045309921259356628904530992125935662890453099212593566289045309921259356628904530992125935662890453099212593566289045309921259356628904530992125935662890453099212593566289045309921259356628904530992125935662890453099212593566289045309921259356628904530992125935662890453099212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c62833f5-a13e-4b58-8847-f15f4952247a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c62833f5-a13e-4b58-8847-f15f4952247a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16074730006265315429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607473000626531542916074730006265315429160747300062653154291607473000626531542916074730006265315429160747300062653154291607473000626531542916074730006265315429160747300062653154291607473000626531542916074730006265315429160747300062653154291607473000626531542916074730006265315429160747300062653154291607473000626531542916074730006265315429160747300062653154291607473000626531542916074730006265315429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66ea35ee-1a50-4ac1-86e7-67eb7fe00725, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cef97992-be9d-4705-9627-d63cc57137ba, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c62833f5-a13e-4b58-8847-f15f4952247a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cef97992-be9d-4705-9627-d63cc57137ba, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12465629003202228015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246562900320222801512465629003202228015124656290032022280151246562900320222801512465629003202228015124656290032022280151246562900320222801512465629003202228015124656290032022280151246562900320222801512465629003202228015124656290032022280151246562900320222801512465629003202228015124656290032022280151246562900320222801512465629003202228015124656290032022280151246562900320222801512465629003202228015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b36f5e81-4c76-4eb7-836b-9385792e9a66, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b36f5e81-4c76-4eb7-836b-9385792e9a66, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10813632952287030544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081363295228703054410813632952287030544108136329522870305441081363295228703054410813632952287030544108136329522870305441081363295228703054410813632952287030544108136329522870305441081363295228703054410813632952287030544108136329522870305441081363295228703054410813632952287030544108136329522870305441081363295228703054410813632952287030544108136329522870305441081363295228703054410813632952287030544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cef97992-be9d-4705-9627-d63cc57137ba, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 899c6185-e8f6-4340-b962-a4f4b11744e5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 899c6185-e8f6-4340-b962-a4f4b11744e5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10221295206912120717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022129520691212071710221295206912120717102212952069121207171022129520691212071710221295206912120717102212952069121207171022129520691212071710221295206912120717102212952069121207171022129520691212071710221295206912120717102212952069121207171022129520691212071710221295206912120717102212952069121207171022129520691212071710221295206912120717102212952069121207171022129520691212071710221295206912120717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b36f5e81-4c76-4eb7-836b-9385792e9a66, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10fe75fe-fcff-464c-99e6-ac14a3d2f9eb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10fe75fe-fcff-464c-99e6-ac14a3d2f9eb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12346935092579480639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234693509257948063912346935092579480639123469350925794806391234693509257948063912346935092579480639123469350925794806391234693509257948063912346935092579480639123469350925794806391234693509257948063912346935092579480639123469350925794806391234693509257948063912346935092579480639123469350925794806391234693509257948063912346935092579480639123469350925794806391234693509257948063912346935092579480639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 899c6185-e8f6-4340-b962-a4f4b11744e5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fea4b47-fa7c-4402-b65b-92e601f8470b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fea4b47-fa7c-4402-b65b-92e601f8470b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17583787100779631459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758378710077963145917583787100779631459175837871007796314591758378710077963145917583787100779631459175837871007796314591758378710077963145917583787100779631459175837871007796314591758378710077963145917583787100779631459175837871007796314591758378710077963145917583787100779631459175837871007796314591758378710077963145917583787100779631459175837871007796314591758378710077963145917583787100779631459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10fe75fe-fcff-464c-99e6-ac14a3d2f9eb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fea4b47-fa7c-4402-b65b-92e601f8470b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2025d85c-4137-4d4a-b0bc-8ec374ac1c73, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2025d85c-4137-4d4a-b0bc-8ec374ac1c73, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3191007595009163820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31910075950091638203191007595009163820319100759500916382031910075950091638203191007595009163820319100759500916382031910075950091638203191007595009163820319100759500916382031910075950091638203191007595009163820319100759500916382031910075950091638203191007595009163820319100759500916382031910075950091638203191007595009163820319100759500916382031910075950091638203191007595009163820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87e29773-5c27-46aa-9efe-c3af9972dffb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87e29773-5c27-46aa-9efe-c3af9972dffb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12744785736119847020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274478573611984702012744785736119847020127447857361198470201274478573611984702012744785736119847020127447857361198470201274478573611984702012744785736119847020127447857361198470201274478573611984702012744785736119847020127447857361198470201274478573611984702012744785736119847020127447857361198470201274478573611984702012744785736119847020127447857361198470201274478573611984702012744785736119847020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2025d85c-4137-4d4a-b0bc-8ec374ac1c73, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87e29773-5c27-46aa-9efe-c3af9972dffb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe61e14c-ecf1-4448-881f-2f052f34e6ba, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe61e14c-ecf1-4448-881f-2f052f34e6ba, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13418131129608905846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341813112960890584613418131129608905846134181311296089058461341813112960890584613418131129608905846134181311296089058461341813112960890584613418131129608905846134181311296089058461341813112960890584613418131129608905846134181311296089058461341813112960890584613418131129608905846134181311296089058461341813112960890584613418131129608905846134181311296089058461341813112960890584613418131129608905846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fcf27bd-0573-4a5a-a0db-9818b2fb9e6e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fcf27bd-0573-4a5a-a0db-9818b2fb9e6e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5275917850424669895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52759178504246698955275917850424669895527591785042466989552759178504246698955275917850424669895527591785042466989552759178504246698955275917850424669895527591785042466989552759178504246698955275917850424669895527591785042466989552759178504246698955275917850424669895527591785042466989552759178504246698955275917850424669895527591785042466989552759178504246698955275917850424669895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fcf27bd-0573-4a5a-a0db-9818b2fb9e6e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ab94570-9dfd-4f7b-b00f-3128fff50785, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ab94570-9dfd-4f7b-b00f-3128fff50785, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11681951303144805662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168195130314480566211681951303144805662116819513031448056621168195130314480566211681951303144805662116819513031448056621168195130314480566211681951303144805662116819513031448056621168195130314480566211681951303144805662116819513031448056621168195130314480566211681951303144805662116819513031448056621168195130314480566211681951303144805662116819513031448056621168195130314480566211681951303144805662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe61e14c-ecf1-4448-881f-2f052f34e6ba, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdcb6f53-4951-4d53-90cb-05f99308477f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdcb6f53-4951-4d53-90cb-05f99308477f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2236100431187200270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22361004311872002702236100431187200270223610043118720027022361004311872002702236100431187200270223610043118720027022361004311872002702236100431187200270223610043118720027022361004311872002702236100431187200270223610043118720027022361004311872002702236100431187200270223610043118720027022361004311872002702236100431187200270223610043118720027022361004311872002702236100431187200270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ab94570-9dfd-4f7b-b00f-3128fff50785, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3feac13-b6ac-4fd3-956d-06f666f2b875, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3feac13-b6ac-4fd3-956d-06f666f2b875, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15761571618982943600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576157161898294360015761571618982943600157615716189829436001576157161898294360015761571618982943600157615716189829436001576157161898294360015761571618982943600157615716189829436001576157161898294360015761571618982943600157615716189829436001576157161898294360015761571618982943600157615716189829436001576157161898294360015761571618982943600157615716189829436001576157161898294360015761571618982943600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdcb6f53-4951-4d53-90cb-05f99308477f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2fdcbcd-b545-40ba-ad05-5b328a0fbede, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2fdcbcd-b545-40ba-ad05-5b328a0fbede, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9950334372721493242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99503343727214932429950334372721493242995033437272149324299503343727214932429950334372721493242995033437272149324299503343727214932429950334372721493242995033437272149324299503343727214932429950334372721493242995033437272149324299503343727214932429950334372721493242995033437272149324299503343727214932429950334372721493242995033437272149324299503343727214932429950334372721493242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3feac13-b6ac-4fd3-956d-06f666f2b875, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4517c1f2-65d2-4a18-bacc-29f59d3a0ea0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2fdcbcd-b545-40ba-ad05-5b328a0fbede, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4517c1f2-65d2-4a18-bacc-29f59d3a0ea0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9641402448891355012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96414024488913550129641402448891355012964140244889135501296414024488913550129641402448891355012964140244889135501296414024488913550129641402448891355012964140244889135501296414024488913550129641402448891355012964140244889135501296414024488913550129641402448891355012964140244889135501296414024488913550129641402448891355012964140244889135501296414024488913550129641402448891355012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb2dafcf-f62c-452b-b234-bb5a2aa30297, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb2dafcf-f62c-452b-b234-bb5a2aa30297, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7842906262560506536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78429062625605065367842906262560506536784290626256050653678429062625605065367842906262560506536784290626256050653678429062625605065367842906262560506536784290626256050653678429062625605065367842906262560506536784290626256050653678429062625605065367842906262560506536784290626256050653678429062625605065367842906262560506536784290626256050653678429062625605065367842906262560506536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4517c1f2-65d2-4a18-bacc-29f59d3a0ea0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 169d3d65-6803-4311-ba16-f83547704e21, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 169d3d65-6803-4311-ba16-f83547704e21, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12291823259787811030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229182325978781103012291823259787811030122918232597878110301229182325978781103012291823259787811030122918232597878110301229182325978781103012291823259787811030122918232597878110301229182325978781103012291823259787811030122918232597878110301229182325978781103012291823259787811030122918232597878110301229182325978781103012291823259787811030122918232597878110301229182325978781103012291823259787811030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb2dafcf-f62c-452b-b234-bb5a2aa30297, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af16cf7a-895e-4234-8de8-8f9e427a9090, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af16cf7a-895e-4234-8de8-8f9e427a9090, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2736308903230742024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27363089032307420242736308903230742024273630890323074202427363089032307420242736308903230742024273630890323074202427363089032307420242736308903230742024273630890323074202427363089032307420242736308903230742024273630890323074202427363089032307420242736308903230742024273630890323074202427363089032307420242736308903230742024273630890323074202427363089032307420242736308903230742024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 169d3d65-6803-4311-ba16-f83547704e21, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af16cf7a-895e-4234-8de8-8f9e427a9090, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1468fae-bfb6-4428-bba5-295afd1fab08, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1468fae-bfb6-4428-bba5-295afd1fab08, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 110490832634425563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "110490832634425563110490832634425563110490832634425563110490832634425563110490832634425563110490832634425563110490832634425563110490832634425563110490832634425563110490832634425563110490832634425563110490832634425563110490832634425563110490832634425563110490832634425563110490832634425563110490832634425563110490832634425563110490832634425563110490832634425563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05040f52-c043-4189-8209-f65fe7f57d77, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05040f52-c043-4189-8209-f65fe7f57d77, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9670309253265414039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96703092532654140399670309253265414039967030925326541403996703092532654140399670309253265414039967030925326541403996703092532654140399670309253265414039967030925326541403996703092532654140399670309253265414039967030925326541403996703092532654140399670309253265414039967030925326541403996703092532654140399670309253265414039967030925326541403996703092532654140399670309253265414039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1468fae-bfb6-4428-bba5-295afd1fab08, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 431de1c0-ea6f-4768-a82e-5710448455df, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05040f52-c043-4189-8209-f65fe7f57d77, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae645598-bd82-49c3-8926-9086a5536a92, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 431de1c0-ea6f-4768-a82e-5710448455df, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15543595365226681140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554359536522668114015543595365226681140155435953652266811401554359536522668114015543595365226681140155435953652266811401554359536522668114015543595365226681140155435953652266811401554359536522668114015543595365226681140155435953652266811401554359536522668114015543595365226681140155435953652266811401554359536522668114015543595365226681140155435953652266811401554359536522668114015543595365226681140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae645598-bd82-49c3-8926-9086a5536a92, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6332371712484581322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63323717124845813226332371712484581322633237171248458132263323717124845813226332371712484581322633237171248458132263323717124845813226332371712484581322633237171248458132263323717124845813226332371712484581322633237171248458132263323717124845813226332371712484581322633237171248458132263323717124845813226332371712484581322633237171248458132263323717124845813226332371712484581322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae645598-bd82-49c3-8926-9086a5536a92, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 431de1c0-ea6f-4768-a82e-5710448455df, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69cc992d-f5f2-4a96-9d6b-473a0905dc45, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3323dc71-44ba-4894-ad2f-4c294b38bcde, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69cc992d-f5f2-4a96-9d6b-473a0905dc45, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17155517861360828432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715551786136082843217155517861360828432171555178613608284321715551786136082843217155517861360828432171555178613608284321715551786136082843217155517861360828432171555178613608284321715551786136082843217155517861360828432171555178613608284321715551786136082843217155517861360828432171555178613608284321715551786136082843217155517861360828432171555178613608284321715551786136082843217155517861360828432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3323dc71-44ba-4894-ad2f-4c294b38bcde, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3215690955437054132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32156909554370541323215690955437054132321569095543705413232156909554370541323215690955437054132321569095543705413232156909554370541323215690955437054132321569095543705413232156909554370541323215690955437054132321569095543705413232156909554370541323215690955437054132321569095543705413232156909554370541323215690955437054132321569095543705413232156909554370541323215690955437054132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3323dc71-44ba-4894-ad2f-4c294b38bcde, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2391b881-3c11-4cff-9c68-e77f85b94de6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69cc992d-f5f2-4a96-9d6b-473a0905dc45, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2391b881-3c11-4cff-9c68-e77f85b94de6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15370989596879704025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537098959687970402515370989596879704025153709895968797040251537098959687970402515370989596879704025153709895968797040251537098959687970402515370989596879704025153709895968797040251537098959687970402515370989596879704025153709895968797040251537098959687970402515370989596879704025153709895968797040251537098959687970402515370989596879704025153709895968797040251537098959687970402515370989596879704025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22cc82bb-ec4f-4472-b6dc-3fb4b2b9d7e5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22cc82bb-ec4f-4472-b6dc-3fb4b2b9d7e5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9509504524513272042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95095045245132720429509504524513272042950950452451327204295095045245132720429509504524513272042950950452451327204295095045245132720429509504524513272042950950452451327204295095045245132720429509504524513272042950950452451327204295095045245132720429509504524513272042950950452451327204295095045245132720429509504524513272042950950452451327204295095045245132720429509504524513272042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2391b881-3c11-4cff-9c68-e77f85b94de6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e9e2517-2705-4790-b658-8a60524a22f9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e9e2517-2705-4790-b658-8a60524a22f9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14364806863146649623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436480686314664962314364806863146649623143648068631466496231436480686314664962314364806863146649623143648068631466496231436480686314664962314364806863146649623143648068631466496231436480686314664962314364806863146649623143648068631466496231436480686314664962314364806863146649623143648068631466496231436480686314664962314364806863146649623143648068631466496231436480686314664962314364806863146649623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22cc82bb-ec4f-4472-b6dc-3fb4b2b9d7e5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57341b7f-9a70-45db-9f23-e57439290ce1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57341b7f-9a70-45db-9f23-e57439290ce1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16741709845337670943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674170984533767094316741709845337670943167417098453376709431674170984533767094316741709845337670943167417098453376709431674170984533767094316741709845337670943167417098453376709431674170984533767094316741709845337670943167417098453376709431674170984533767094316741709845337670943167417098453376709431674170984533767094316741709845337670943167417098453376709431674170984533767094316741709845337670943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e9e2517-2705-4790-b658-8a60524a22f9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a81461cf-ddf2-4bae-80c3-dfbf5e117653, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a81461cf-ddf2-4bae-80c3-dfbf5e117653, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10077271086031560145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007727108603156014510077271086031560145100772710860315601451007727108603156014510077271086031560145100772710860315601451007727108603156014510077271086031560145100772710860315601451007727108603156014510077271086031560145100772710860315601451007727108603156014510077271086031560145100772710860315601451007727108603156014510077271086031560145100772710860315601451007727108603156014510077271086031560145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57341b7f-9a70-45db-9f23-e57439290ce1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08d0b194-750d-4e32-b9ca-db7a1b0f9bc0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08d0b194-750d-4e32-b9ca-db7a1b0f9bc0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4669377425105741820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46693774251057418204669377425105741820466937742510574182046693774251057418204669377425105741820466937742510574182046693774251057418204669377425105741820466937742510574182046693774251057418204669377425105741820466937742510574182046693774251057418204669377425105741820466937742510574182046693774251057418204669377425105741820466937742510574182046693774251057418204669377425105741820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a81461cf-ddf2-4bae-80c3-dfbf5e117653, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76da7587-3a4c-4702-91ab-8b857598ebd4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76da7587-3a4c-4702-91ab-8b857598ebd4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8721176999227488835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87211769992274888358721176999227488835872117699922748883587211769992274888358721176999227488835872117699922748883587211769992274888358721176999227488835872117699922748883587211769992274888358721176999227488835872117699922748883587211769992274888358721176999227488835872117699922748883587211769992274888358721176999227488835872117699922748883587211769992274888358721176999227488835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08d0b194-750d-4e32-b9ca-db7a1b0f9bc0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a088e690-c644-46ef-a695-da10f65b535c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a088e690-c644-46ef-a695-da10f65b535c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 781061332559775746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "781061332559775746781061332559775746781061332559775746781061332559775746781061332559775746781061332559775746781061332559775746781061332559775746781061332559775746781061332559775746781061332559775746781061332559775746781061332559775746781061332559775746781061332559775746781061332559775746781061332559775746781061332559775746781061332559775746781061332559775746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76da7587-3a4c-4702-91ab-8b857598ebd4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c9404a6-59fa-40ba-8a88-fab201fcaadc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c9404a6-59fa-40ba-8a88-fab201fcaadc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16011267163676384164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601126716367638416416011267163676384164160112671636763841641601126716367638416416011267163676384164160112671636763841641601126716367638416416011267163676384164160112671636763841641601126716367638416416011267163676384164160112671636763841641601126716367638416416011267163676384164160112671636763841641601126716367638416416011267163676384164160112671636763841641601126716367638416416011267163676384164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a088e690-c644-46ef-a695-da10f65b535c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8800e70-2671-4458-9488-91f47098d8b3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c9404a6-59fa-40ba-8a88-fab201fcaadc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8800e70-2671-4458-9488-91f47098d8b3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11785017184769004144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178501718476900414411785017184769004144117850171847690041441178501718476900414411785017184769004144117850171847690041441178501718476900414411785017184769004144117850171847690041441178501718476900414411785017184769004144117850171847690041441178501718476900414411785017184769004144117850171847690041441178501718476900414411785017184769004144117850171847690041441178501718476900414411785017184769004144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c81ffe1-25f7-4e5e-b7bf-410d1b745ccb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c81ffe1-25f7-4e5e-b7bf-410d1b745ccb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13533893882575165080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353389388257516508013533893882575165080135338938825751650801353389388257516508013533893882575165080135338938825751650801353389388257516508013533893882575165080135338938825751650801353389388257516508013533893882575165080135338938825751650801353389388257516508013533893882575165080135338938825751650801353389388257516508013533893882575165080135338938825751650801353389388257516508013533893882575165080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8800e70-2671-4458-9488-91f47098d8b3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 612d42ea-2253-44cc-9393-d54268cd1151, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 612d42ea-2253-44cc-9393-d54268cd1151, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10799457012895031483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079945701289503148310799457012895031483107994570128950314831079945701289503148310799457012895031483107994570128950314831079945701289503148310799457012895031483107994570128950314831079945701289503148310799457012895031483107994570128950314831079945701289503148310799457012895031483107994570128950314831079945701289503148310799457012895031483107994570128950314831079945701289503148310799457012895031483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c81ffe1-25f7-4e5e-b7bf-410d1b745ccb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 918340f6-101f-4489-a623-b01246ea915e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 918340f6-101f-4489-a623-b01246ea915e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14777293750268292839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477729375026829283914777293750268292839147772937502682928391477729375026829283914777293750268292839147772937502682928391477729375026829283914777293750268292839147772937502682928391477729375026829283914777293750268292839147772937502682928391477729375026829283914777293750268292839147772937502682928391477729375026829283914777293750268292839147772937502682928391477729375026829283914777293750268292839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 612d42ea-2253-44cc-9393-d54268cd1151, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ba3bf95-6020-4031-9063-7cc5a1002913, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ba3bf95-6020-4031-9063-7cc5a1002913, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12704724881063791016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270472488106379101612704724881063791016127047248810637910161270472488106379101612704724881063791016127047248810637910161270472488106379101612704724881063791016127047248810637910161270472488106379101612704724881063791016127047248810637910161270472488106379101612704724881063791016127047248810637910161270472488106379101612704724881063791016127047248810637910161270472488106379101612704724881063791016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 918340f6-101f-4489-a623-b01246ea915e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ba3bf95-6020-4031-9063-7cc5a1002913, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e9b2d51-3f5f-44ff-9e29-4115bf4350fd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e9b2d51-3f5f-44ff-9e29-4115bf4350fd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11761592165122970468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176159216512297046811761592165122970468117615921651229704681176159216512297046811761592165122970468117615921651229704681176159216512297046811761592165122970468117615921651229704681176159216512297046811761592165122970468117615921651229704681176159216512297046811761592165122970468117615921651229704681176159216512297046811761592165122970468117615921651229704681176159216512297046811761592165122970468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 543891d8-d7ff-4443-a6a6-153075423741, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 543891d8-d7ff-4443-a6a6-153075423741, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8800553377567534625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88005533775675346258800553377567534625880055337756753462588005533775675346258800553377567534625880055337756753462588005533775675346258800553377567534625880055337756753462588005533775675346258800553377567534625880055337756753462588005533775675346258800553377567534625880055337756753462588005533775675346258800553377567534625880055337756753462588005533775675346258800553377567534625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e9b2d51-3f5f-44ff-9e29-4115bf4350fd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0cd0dfd-74db-4f7c-abdd-47d2cbab3c16, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0cd0dfd-74db-4f7c-abdd-47d2cbab3c16, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2363970833609133752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23639708336091337522363970833609133752236397083360913375223639708336091337522363970833609133752236397083360913375223639708336091337522363970833609133752236397083360913375223639708336091337522363970833609133752236397083360913375223639708336091337522363970833609133752236397083360913375223639708336091337522363970833609133752236397083360913375223639708336091337522363970833609133752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 543891d8-d7ff-4443-a6a6-153075423741, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b4906cd-f64c-4bdf-90cb-dbd2cc668b49, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b4906cd-f64c-4bdf-90cb-dbd2cc668b49, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9810958643738785414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98109586437387854149810958643738785414981095864373878541498109586437387854149810958643738785414981095864373878541498109586437387854149810958643738785414981095864373878541498109586437387854149810958643738785414981095864373878541498109586437387854149810958643738785414981095864373878541498109586437387854149810958643738785414981095864373878541498109586437387854149810958643738785414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0cd0dfd-74db-4f7c-abdd-47d2cbab3c16, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b4906cd-f64c-4bdf-90cb-dbd2cc668b49, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 042df6b8-6afb-4fb7-b373-a88feee86736, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3295a639-cd6c-4984-aa7a-1f6744f1f11f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 042df6b8-6afb-4fb7-b373-a88feee86736, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5182817474627244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51828174746272445182817474627244518281747462724451828174746272445182817474627244518281747462724451828174746272445182817474627244518281747462724451828174746272445182817474627244518281747462724451828174746272445182817474627244518281747462724451828174746272445182817474627244518281747462724451828174746272445182817474627244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3295a639-cd6c-4984-aa7a-1f6744f1f11f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9576575227479490607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95765752274794906079576575227479490607957657522747949060795765752274794906079576575227479490607957657522747949060795765752274794906079576575227479490607957657522747949060795765752274794906079576575227479490607957657522747949060795765752274794906079576575227479490607957657522747949060795765752274794906079576575227479490607957657522747949060795765752274794906079576575227479490607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 042df6b8-6afb-4fb7-b373-a88feee86736, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3295a639-cd6c-4984-aa7a-1f6744f1f11f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 636d5bd7-721f-4167-aab1-c6468f91b54d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 636d5bd7-721f-4167-aab1-c6468f91b54d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5942256751577125096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59422567515771250965942256751577125096594225675157712509659422567515771250965942256751577125096594225675157712509659422567515771250965942256751577125096594225675157712509659422567515771250965942256751577125096594225675157712509659422567515771250965942256751577125096594225675157712509659422567515771250965942256751577125096594225675157712509659422567515771250965942256751577125096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8a335fc-a173-45f8-b274-8386d10dca12, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8a335fc-a173-45f8-b274-8386d10dca12, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8790465916060399768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87904659160603997688790465916060399768879046591606039976887904659160603997688790465916060399768879046591606039976887904659160603997688790465916060399768879046591606039976887904659160603997688790465916060399768879046591606039976887904659160603997688790465916060399768879046591606039976887904659160603997688790465916060399768879046591606039976887904659160603997688790465916060399768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8a335fc-a173-45f8-b274-8386d10dca12, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 151c28eb-61d4-4c1a-b880-792680874f2b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 636d5bd7-721f-4167-aab1-c6468f91b54d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151c28eb-61d4-4c1a-b880-792680874f2b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4189023150429533538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41890231504295335384189023150429533538418902315042953353841890231504295335384189023150429533538418902315042953353841890231504295335384189023150429533538418902315042953353841890231504295335384189023150429533538418902315042953353841890231504295335384189023150429533538418902315042953353841890231504295335384189023150429533538418902315042953353841890231504295335384189023150429533538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f0cc2d3-6e5b-457a-af98-803203e6fc29, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f0cc2d3-6e5b-457a-af98-803203e6fc29, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2981327977913483328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29813279779134833282981327977913483328298132797791348332829813279779134833282981327977913483328298132797791348332829813279779134833282981327977913483328298132797791348332829813279779134833282981327977913483328298132797791348332829813279779134833282981327977913483328298132797791348332829813279779134833282981327977913483328298132797791348332829813279779134833282981327977913483328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151c28eb-61d4-4c1a-b880-792680874f2b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bfd3220-7805-4f36-bdf7-f8079d315be1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bfd3220-7805-4f36-bdf7-f8079d315be1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 907149210764603037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "907149210764603037907149210764603037907149210764603037907149210764603037907149210764603037907149210764603037907149210764603037907149210764603037907149210764603037907149210764603037907149210764603037907149210764603037907149210764603037907149210764603037907149210764603037907149210764603037907149210764603037907149210764603037907149210764603037907149210764603037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bfd3220-7805-4f36-bdf7-f8079d315be1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f0cc2d3-6e5b-457a-af98-803203e6fc29, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 592d2804-bd8a-4d8d-b76a-f5e86c88c90c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 592d2804-bd8a-4d8d-b76a-f5e86c88c90c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7366034385095417156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73660343850954171567366034385095417156736603438509541715673660343850954171567366034385095417156736603438509541715673660343850954171567366034385095417156736603438509541715673660343850954171567366034385095417156736603438509541715673660343850954171567366034385095417156736603438509541715673660343850954171567366034385095417156736603438509541715673660343850954171567366034385095417156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, daf9b3a5-a4e4-474b-bd63-1a64b9e1ed3b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daf9b3a5-a4e4-474b-bd63-1a64b9e1ed3b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6493058627221451707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64930586272214517076493058627221451707649305862722145170764930586272214517076493058627221451707649305862722145170764930586272214517076493058627221451707649305862722145170764930586272214517076493058627221451707649305862722145170764930586272214517076493058627221451707649305862722145170764930586272214517076493058627221451707649305862722145170764930586272214517076493058627221451707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 592d2804-bd8a-4d8d-b76a-f5e86c88c90c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68df4a7f-ed22-4809-8117-6c802731c85a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daf9b3a5-a4e4-474b-bd63-1a64b9e1ed3b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68df4a7f-ed22-4809-8117-6c802731c85a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4661707161287991313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46617071612879913134661707161287991313466170716128799131346617071612879913134661707161287991313466170716128799131346617071612879913134661707161287991313466170716128799131346617071612879913134661707161287991313466170716128799131346617071612879913134661707161287991313466170716128799131346617071612879913134661707161287991313466170716128799131346617071612879913134661707161287991313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 719a44aa-1879-4985-a77f-c5e6778126c4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 719a44aa-1879-4985-a77f-c5e6778126c4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4085672733544608837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40856727335446088374085672733544608837408567273354460883740856727335446088374085672733544608837408567273354460883740856727335446088374085672733544608837408567273354460883740856727335446088374085672733544608837408567273354460883740856727335446088374085672733544608837408567273354460883740856727335446088374085672733544608837408567273354460883740856727335446088374085672733544608837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68df4a7f-ed22-4809-8117-6c802731c85a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fab2e41e-4cb3-46b2-9185-010cda7d0238, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fab2e41e-4cb3-46b2-9185-010cda7d0238, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14019474334321509931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401947433432150993114019474334321509931140194743343215099311401947433432150993114019474334321509931140194743343215099311401947433432150993114019474334321509931140194743343215099311401947433432150993114019474334321509931140194743343215099311401947433432150993114019474334321509931140194743343215099311401947433432150993114019474334321509931140194743343215099311401947433432150993114019474334321509931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 719a44aa-1879-4985-a77f-c5e6778126c4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d76f718-7d9f-41e1-98e8-7074431699aa, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d76f718-7d9f-41e1-98e8-7074431699aa, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12852945022754907647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285294502275490764712852945022754907647128529450227549076471285294502275490764712852945022754907647128529450227549076471285294502275490764712852945022754907647128529450227549076471285294502275490764712852945022754907647128529450227549076471285294502275490764712852945022754907647128529450227549076471285294502275490764712852945022754907647128529450227549076471285294502275490764712852945022754907647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fab2e41e-4cb3-46b2-9185-010cda7d0238, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 555a0a02-ea1a-472c-89ef-d6dec70e258a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 555a0a02-ea1a-472c-89ef-d6dec70e258a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5184653682859494064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51846536828594940645184653682859494064518465368285949406451846536828594940645184653682859494064518465368285949406451846536828594940645184653682859494064518465368285949406451846536828594940645184653682859494064518465368285949406451846536828594940645184653682859494064518465368285949406451846536828594940645184653682859494064518465368285949406451846536828594940645184653682859494064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d76f718-7d9f-41e1-98e8-7074431699aa, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43bf20d1-7501-4877-a9c3-19db35f105c9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43bf20d1-7501-4877-a9c3-19db35f105c9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5752394245081088783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57523942450810887835752394245081088783575239424508108878357523942450810887835752394245081088783575239424508108878357523942450810887835752394245081088783575239424508108878357523942450810887835752394245081088783575239424508108878357523942450810887835752394245081088783575239424508108878357523942450810887835752394245081088783575239424508108878357523942450810887835752394245081088783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 555a0a02-ea1a-472c-89ef-d6dec70e258a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10db68e0-213b-42b4-acbc-c124d076efb8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10db68e0-213b-42b4-acbc-c124d076efb8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16433173328254349120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643317332825434912016433173328254349120164331733282543491201643317332825434912016433173328254349120164331733282543491201643317332825434912016433173328254349120164331733282543491201643317332825434912016433173328254349120164331733282543491201643317332825434912016433173328254349120164331733282543491201643317332825434912016433173328254349120164331733282543491201643317332825434912016433173328254349120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43bf20d1-7501-4877-a9c3-19db35f105c9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fc56118-09f4-4b0d-8a85-5e098b3c2a35, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fc56118-09f4-4b0d-8a85-5e098b3c2a35, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8999507990618323655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89995079906183236558999507990618323655899950799061832365589995079906183236558999507990618323655899950799061832365589995079906183236558999507990618323655899950799061832365589995079906183236558999507990618323655899950799061832365589995079906183236558999507990618323655899950799061832365589995079906183236558999507990618323655899950799061832365589995079906183236558999507990618323655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10db68e0-213b-42b4-acbc-c124d076efb8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8c0a43f-c793-40c0-804b-c2d119332cd3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8c0a43f-c793-40c0-804b-c2d119332cd3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9952230367738804148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99522303677388041489952230367738804148995223036773880414899522303677388041489952230367738804148995223036773880414899522303677388041489952230367738804148995223036773880414899522303677388041489952230367738804148995223036773880414899522303677388041489952230367738804148995223036773880414899522303677388041489952230367738804148995223036773880414899522303677388041489952230367738804148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fc56118-09f4-4b0d-8a85-5e098b3c2a35, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2306f2ef-3ef6-4f14-91a9-1d5d2f381297, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2306f2ef-3ef6-4f14-91a9-1d5d2f381297, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18101538260407477203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810153826040747720318101538260407477203181015382604074772031810153826040747720318101538260407477203181015382604074772031810153826040747720318101538260407477203181015382604074772031810153826040747720318101538260407477203181015382604074772031810153826040747720318101538260407477203181015382604074772031810153826040747720318101538260407477203181015382604074772031810153826040747720318101538260407477203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8c0a43f-c793-40c0-804b-c2d119332cd3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d01776d-7fe2-4d05-965f-b4f316dff57f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d01776d-7fe2-4d05-965f-b4f316dff57f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2498956811895491625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24989568118954916252498956811895491625249895681189549162524989568118954916252498956811895491625249895681189549162524989568118954916252498956811895491625249895681189549162524989568118954916252498956811895491625249895681189549162524989568118954916252498956811895491625249895681189549162524989568118954916252498956811895491625249895681189549162524989568118954916252498956811895491625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2306f2ef-3ef6-4f14-91a9-1d5d2f381297, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bc22741-01e5-4248-9f13-7b672970ce71, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bc22741-01e5-4248-9f13-7b672970ce71, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10132466238961213375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013246623896121337510132466238961213375101324662389612133751013246623896121337510132466238961213375101324662389612133751013246623896121337510132466238961213375101324662389612133751013246623896121337510132466238961213375101324662389612133751013246623896121337510132466238961213375101324662389612133751013246623896121337510132466238961213375101324662389612133751013246623896121337510132466238961213375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d01776d-7fe2-4d05-965f-b4f316dff57f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5b13a9b-526f-4ceb-b71c-64b05796072c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5b13a9b-526f-4ceb-b71c-64b05796072c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17026126207703933033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702612620770393303317026126207703933033170261262077039330331702612620770393303317026126207703933033170261262077039330331702612620770393303317026126207703933033170261262077039330331702612620770393303317026126207703933033170261262077039330331702612620770393303317026126207703933033170261262077039330331702612620770393303317026126207703933033170261262077039330331702612620770393303317026126207703933033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bc22741-01e5-4248-9f13-7b672970ce71, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de25d396-a687-4d22-b6e7-a65f1422b749, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5b13a9b-526f-4ceb-b71c-64b05796072c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de25d396-a687-4d22-b6e7-a65f1422b749, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10648035324124694962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064803532412469496210648035324124694962106480353241246949621064803532412469496210648035324124694962106480353241246949621064803532412469496210648035324124694962106480353241246949621064803532412469496210648035324124694962106480353241246949621064803532412469496210648035324124694962106480353241246949621064803532412469496210648035324124694962106480353241246949621064803532412469496210648035324124694962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b11aea1d-de60-4c09-bd51-f0e518795f38, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b11aea1d-de60-4c09-bd51-f0e518795f38, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 945862004954628669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "945862004954628669945862004954628669945862004954628669945862004954628669945862004954628669945862004954628669945862004954628669945862004954628669945862004954628669945862004954628669945862004954628669945862004954628669945862004954628669945862004954628669945862004954628669945862004954628669945862004954628669945862004954628669945862004954628669945862004954628669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de25d396-a687-4d22-b6e7-a65f1422b749, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3674d61-dc4c-4afb-b35d-a96d687a29ad, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3674d61-dc4c-4afb-b35d-a96d687a29ad, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12136984178579117501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213698417857911750112136984178579117501121369841785791175011213698417857911750112136984178579117501121369841785791175011213698417857911750112136984178579117501121369841785791175011213698417857911750112136984178579117501121369841785791175011213698417857911750112136984178579117501121369841785791175011213698417857911750112136984178579117501121369841785791175011213698417857911750112136984178579117501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b11aea1d-de60-4c09-bd51-f0e518795f38, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f75ff3cd-274a-4555-9232-86d53eacf2c7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f75ff3cd-274a-4555-9232-86d53eacf2c7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11453283322019351864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145328332201935186411453283322019351864114532833220193518641145328332201935186411453283322019351864114532833220193518641145328332201935186411453283322019351864114532833220193518641145328332201935186411453283322019351864114532833220193518641145328332201935186411453283322019351864114532833220193518641145328332201935186411453283322019351864114532833220193518641145328332201935186411453283322019351864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f75ff3cd-274a-4555-9232-86d53eacf2c7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2a971a3-2b09-4fb1-b5ae-86372c89d8d9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2a971a3-2b09-4fb1-b5ae-86372c89d8d9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17315870832595329547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731587083259532954717315870832595329547173158708325953295471731587083259532954717315870832595329547173158708325953295471731587083259532954717315870832595329547173158708325953295471731587083259532954717315870832595329547173158708325953295471731587083259532954717315870832595329547173158708325953295471731587083259532954717315870832595329547173158708325953295471731587083259532954717315870832595329547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3674d61-dc4c-4afb-b35d-a96d687a29ad, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95926349-34e9-440d-b85f-2485d752491c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95926349-34e9-440d-b85f-2485d752491c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1416653713749976074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14166537137499760741416653713749976074141665371374997607414166537137499760741416653713749976074141665371374997607414166537137499760741416653713749976074141665371374997607414166537137499760741416653713749976074141665371374997607414166537137499760741416653713749976074141665371374997607414166537137499760741416653713749976074141665371374997607414166537137499760741416653713749976074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2a971a3-2b09-4fb1-b5ae-86372c89d8d9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82557d70-cd21-4ea4-aa18-53acb074afd0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95926349-34e9-440d-b85f-2485d752491c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82557d70-cd21-4ea4-aa18-53acb074afd0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 326914433166927635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "326914433166927635326914433166927635326914433166927635326914433166927635326914433166927635326914433166927635326914433166927635326914433166927635326914433166927635326914433166927635326914433166927635326914433166927635326914433166927635326914433166927635326914433166927635326914433166927635326914433166927635326914433166927635326914433166927635326914433166927635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d2772ec-fa37-4a9a-adbc-991b1d84dbc1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d2772ec-fa37-4a9a-adbc-991b1d84dbc1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6824181533945157081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68241815339451570816824181533945157081682418153394515708168241815339451570816824181533945157081682418153394515708168241815339451570816824181533945157081682418153394515708168241815339451570816824181533945157081682418153394515708168241815339451570816824181533945157081682418153394515708168241815339451570816824181533945157081682418153394515708168241815339451570816824181533945157081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82557d70-cd21-4ea4-aa18-53acb074afd0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecc5d90d-871e-46e0-a414-aa92d1e97dd2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d2772ec-fa37-4a9a-adbc-991b1d84dbc1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc5d90d-871e-46e0-a414-aa92d1e97dd2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2595403586797361875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25954035867973618752595403586797361875259540358679736187525954035867973618752595403586797361875259540358679736187525954035867973618752595403586797361875259540358679736187525954035867973618752595403586797361875259540358679736187525954035867973618752595403586797361875259540358679736187525954035867973618752595403586797361875259540358679736187525954035867973618752595403586797361875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7fc7a50-ea7a-4107-8f85-aaba8956e728, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7fc7a50-ea7a-4107-8f85-aaba8956e728, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15312794406166172702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531279440616617270215312794406166172702153127944061661727021531279440616617270215312794406166172702153127944061661727021531279440616617270215312794406166172702153127944061661727021531279440616617270215312794406166172702153127944061661727021531279440616617270215312794406166172702153127944061661727021531279440616617270215312794406166172702153127944061661727021531279440616617270215312794406166172702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc5d90d-871e-46e0-a414-aa92d1e97dd2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1b24f3d-b7af-4f21-aff4-6272ea29766d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1b24f3d-b7af-4f21-aff4-6272ea29766d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6587134254595414802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65871342545954148026587134254595414802658713425459541480265871342545954148026587134254595414802658713425459541480265871342545954148026587134254595414802658713425459541480265871342545954148026587134254595414802658713425459541480265871342545954148026587134254595414802658713425459541480265871342545954148026587134254595414802658713425459541480265871342545954148026587134254595414802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7fc7a50-ea7a-4107-8f85-aaba8956e728, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07c795a7-4415-41b4-939f-4043f2f2ac4e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07c795a7-4415-41b4-939f-4043f2f2ac4e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9764802189180779968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97648021891807799689764802189180779968976480218918077996897648021891807799689764802189180779968976480218918077996897648021891807799689764802189180779968976480218918077996897648021891807799689764802189180779968976480218918077996897648021891807799689764802189180779968976480218918077996897648021891807799689764802189180779968976480218918077996897648021891807799689764802189180779968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1b24f3d-b7af-4f21-aff4-6272ea29766d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecec4ac7-96d6-4212-8ced-16c7dedd8ef6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecec4ac7-96d6-4212-8ced-16c7dedd8ef6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8698020987018569375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86980209870185693758698020987018569375869802098701856937586980209870185693758698020987018569375869802098701856937586980209870185693758698020987018569375869802098701856937586980209870185693758698020987018569375869802098701856937586980209870185693758698020987018569375869802098701856937586980209870185693758698020987018569375869802098701856937586980209870185693758698020987018569375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07c795a7-4415-41b4-939f-4043f2f2ac4e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97b3b6ef-cd8d-4e21-b921-ef6fee8a95cf, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97b3b6ef-cd8d-4e21-b921-ef6fee8a95cf, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13980239281767311285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398023928176731128513980239281767311285139802392817673112851398023928176731128513980239281767311285139802392817673112851398023928176731128513980239281767311285139802392817673112851398023928176731128513980239281767311285139802392817673112851398023928176731128513980239281767311285139802392817673112851398023928176731128513980239281767311285139802392817673112851398023928176731128513980239281767311285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecec4ac7-96d6-4212-8ced-16c7dedd8ef6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fefee09-ad96-4ba3-bf01-7aa90522130c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fefee09-ad96-4ba3-bf01-7aa90522130c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10111456813343498877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011145681334349887710111456813343498877101114568133434988771011145681334349887710111456813343498877101114568133434988771011145681334349887710111456813343498877101114568133434988771011145681334349887710111456813343498877101114568133434988771011145681334349887710111456813343498877101114568133434988771011145681334349887710111456813343498877101114568133434988771011145681334349887710111456813343498877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97b3b6ef-cd8d-4e21-b921-ef6fee8a95cf, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d03e81c-48ff-4e82-af7f-11389de5cebd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d03e81c-48ff-4e82-af7f-11389de5cebd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13933918963501917867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393391896350191786713933918963501917867139339189635019178671393391896350191786713933918963501917867139339189635019178671393391896350191786713933918963501917867139339189635019178671393391896350191786713933918963501917867139339189635019178671393391896350191786713933918963501917867139339189635019178671393391896350191786713933918963501917867139339189635019178671393391896350191786713933918963501917867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fefee09-ad96-4ba3-bf01-7aa90522130c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f6ee082-a52f-4f02-bf8b-937952282909, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f6ee082-a52f-4f02-bf8b-937952282909, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2424132925653101688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24241329256531016882424132925653101688242413292565310168824241329256531016882424132925653101688242413292565310168824241329256531016882424132925653101688242413292565310168824241329256531016882424132925653101688242413292565310168824241329256531016882424132925653101688242413292565310168824241329256531016882424132925653101688242413292565310168824241329256531016882424132925653101688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d03e81c-48ff-4e82-af7f-11389de5cebd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df6f2360-2760-4b1d-8889-ec6e404120a7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df6f2360-2760-4b1d-8889-ec6e404120a7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17330349835084199770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733034983508419977017330349835084199770173303498350841997701733034983508419977017330349835084199770173303498350841997701733034983508419977017330349835084199770173303498350841997701733034983508419977017330349835084199770173303498350841997701733034983508419977017330349835084199770173303498350841997701733034983508419977017330349835084199770173303498350841997701733034983508419977017330349835084199770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f6ee082-a52f-4f02-bf8b-937952282909, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46448355-b566-40a4-a13f-b6cce2cd4c37, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46448355-b566-40a4-a13f-b6cce2cd4c37, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5850687452195540729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58506874521955407295850687452195540729585068745219554072958506874521955407295850687452195540729585068745219554072958506874521955407295850687452195540729585068745219554072958506874521955407295850687452195540729585068745219554072958506874521955407295850687452195540729585068745219554072958506874521955407295850687452195540729585068745219554072958506874521955407295850687452195540729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df6f2360-2760-4b1d-8889-ec6e404120a7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0b83515-4eff-4f67-ad49-b65070808816, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46448355-b566-40a4-a13f-b6cce2cd4c37, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0b83515-4eff-4f67-ad49-b65070808816, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4618064856170218249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46180648561702182494618064856170218249461806485617021824946180648561702182494618064856170218249461806485617021824946180648561702182494618064856170218249461806485617021824946180648561702182494618064856170218249461806485617021824946180648561702182494618064856170218249461806485617021824946180648561702182494618064856170218249461806485617021824946180648561702182494618064856170218249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 024c8c69-84ed-4e6c-bfb1-cbd5d871723d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 024c8c69-84ed-4e6c-bfb1-cbd5d871723d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4971366548994211083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49713665489942110834971366548994211083497136654899421108349713665489942110834971366548994211083497136654899421108349713665489942110834971366548994211083497136654899421108349713665489942110834971366548994211083497136654899421108349713665489942110834971366548994211083497136654899421108349713665489942110834971366548994211083497136654899421108349713665489942110834971366548994211083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0b83515-4eff-4f67-ad49-b65070808816, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c989df9-5c6c-4d1f-b8b0-638fb6f9ddc8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 024c8c69-84ed-4e6c-bfb1-cbd5d871723d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c989df9-5c6c-4d1f-b8b0-638fb6f9ddc8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17506075101058809005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750607510105880900517506075101058809005175060751010588090051750607510105880900517506075101058809005175060751010588090051750607510105880900517506075101058809005175060751010588090051750607510105880900517506075101058809005175060751010588090051750607510105880900517506075101058809005175060751010588090051750607510105880900517506075101058809005175060751010588090051750607510105880900517506075101058809005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 611f4cd9-7ebe-493b-a2eb-636b151afa51, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 611f4cd9-7ebe-493b-a2eb-636b151afa51, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5003878267964995485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50038782679649954855003878267964995485500387826796499548550038782679649954855003878267964995485500387826796499548550038782679649954855003878267964995485500387826796499548550038782679649954855003878267964995485500387826796499548550038782679649954855003878267964995485500387826796499548550038782679649954855003878267964995485500387826796499548550038782679649954855003878267964995485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 611f4cd9-7ebe-493b-a2eb-636b151afa51, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c989df9-5c6c-4d1f-b8b0-638fb6f9ddc8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea2edb76-6643-47d0-894e-7c7dbc92c092, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7571302b-2765-4de5-b0dd-86f96523485d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7571302b-2765-4de5-b0dd-86f96523485d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18087938174625028806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808793817462502880618087938174625028806180879381746250288061808793817462502880618087938174625028806180879381746250288061808793817462502880618087938174625028806180879381746250288061808793817462502880618087938174625028806180879381746250288061808793817462502880618087938174625028806180879381746250288061808793817462502880618087938174625028806180879381746250288061808793817462502880618087938174625028806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea2edb76-6643-47d0-894e-7c7dbc92c092, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16221176414923976029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622117641492397602916221176414923976029162211764149239760291622117641492397602916221176414923976029162211764149239760291622117641492397602916221176414923976029162211764149239760291622117641492397602916221176414923976029162211764149239760291622117641492397602916221176414923976029162211764149239760291622117641492397602916221176414923976029162211764149239760291622117641492397602916221176414923976029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7571302b-2765-4de5-b0dd-86f96523485d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9007d947-da1e-4c75-9947-7784c16f98a6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea2edb76-6643-47d0-894e-7c7dbc92c092, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9007d947-da1e-4c75-9947-7784c16f98a6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1135715651815233468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11357156518152334681135715651815233468113571565181523346811357156518152334681135715651815233468113571565181523346811357156518152334681135715651815233468113571565181523346811357156518152334681135715651815233468113571565181523346811357156518152334681135715651815233468113571565181523346811357156518152334681135715651815233468113571565181523346811357156518152334681135715651815233468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd8d0aca-c2d8-4505-a870-b47d5f2211af, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd8d0aca-c2d8-4505-a870-b47d5f2211af, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7597300625554828743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75973006255548287437597300625554828743759730062555482874375973006255548287437597300625554828743759730062555482874375973006255548287437597300625554828743759730062555482874375973006255548287437597300625554828743759730062555482874375973006255548287437597300625554828743759730062555482874375973006255548287437597300625554828743759730062555482874375973006255548287437597300625554828743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9007d947-da1e-4c75-9947-7784c16f98a6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd8d0aca-c2d8-4505-a870-b47d5f2211af, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2bcce43-c09a-4aa3-a204-8cd815952e5d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc018e12-90fe-4c22-9b7d-e266a4a153ea, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2bcce43-c09a-4aa3-a204-8cd815952e5d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6164152032514469901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61641520325144699016164152032514469901616415203251446990161641520325144699016164152032514469901616415203251446990161641520325144699016164152032514469901616415203251446990161641520325144699016164152032514469901616415203251446990161641520325144699016164152032514469901616415203251446990161641520325144699016164152032514469901616415203251446990161641520325144699016164152032514469901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc018e12-90fe-4c22-9b7d-e266a4a153ea, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17412306976400687606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741230697640068760617412306976400687606174123069764006876061741230697640068760617412306976400687606174123069764006876061741230697640068760617412306976400687606174123069764006876061741230697640068760617412306976400687606174123069764006876061741230697640068760617412306976400687606174123069764006876061741230697640068760617412306976400687606174123069764006876061741230697640068760617412306976400687606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc018e12-90fe-4c22-9b7d-e266a4a153ea, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2bcce43-c09a-4aa3-a204-8cd815952e5d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20078fdc-2237-4346-9c2c-9e3fdfeffd35, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfe0d293-0633-4cac-9971-f8dad06ee16c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20078fdc-2237-4346-9c2c-9e3fdfeffd35, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1393588802472631129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13935888024726311291393588802472631129139358880247263112913935888024726311291393588802472631129139358880247263112913935888024726311291393588802472631129139358880247263112913935888024726311291393588802472631129139358880247263112913935888024726311291393588802472631129139358880247263112913935888024726311291393588802472631129139358880247263112913935888024726311291393588802472631129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfe0d293-0633-4cac-9971-f8dad06ee16c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16211961507606102621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621196150760610262116211961507606102621162119615076061026211621196150760610262116211961507606102621162119615076061026211621196150760610262116211961507606102621162119615076061026211621196150760610262116211961507606102621162119615076061026211621196150760610262116211961507606102621162119615076061026211621196150760610262116211961507606102621162119615076061026211621196150760610262116211961507606102621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20078fdc-2237-4346-9c2c-9e3fdfeffd35, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfe0d293-0633-4cac-9971-f8dad06ee16c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a2d7acf-567b-45ad-828e-9c3c6ba7e47b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a2d7acf-567b-45ad-828e-9c3c6ba7e47b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3305314591697418595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33053145916974185953305314591697418595330531459169741859533053145916974185953305314591697418595330531459169741859533053145916974185953305314591697418595330531459169741859533053145916974185953305314591697418595330531459169741859533053145916974185953305314591697418595330531459169741859533053145916974185953305314591697418595330531459169741859533053145916974185953305314591697418595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98f8b760-0a97-457e-8a21-2e2051d90e6e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98f8b760-0a97-457e-8a21-2e2051d90e6e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 610890357514692182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "610890357514692182610890357514692182610890357514692182610890357514692182610890357514692182610890357514692182610890357514692182610890357514692182610890357514692182610890357514692182610890357514692182610890357514692182610890357514692182610890357514692182610890357514692182610890357514692182610890357514692182610890357514692182610890357514692182610890357514692182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a2d7acf-567b-45ad-828e-9c3c6ba7e47b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38a34b73-d97c-4a99-93d6-376a7d69178b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38a34b73-d97c-4a99-93d6-376a7d69178b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3579049001703315331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35790490017033153313579049001703315331357904900170331533135790490017033153313579049001703315331357904900170331533135790490017033153313579049001703315331357904900170331533135790490017033153313579049001703315331357904900170331533135790490017033153313579049001703315331357904900170331533135790490017033153313579049001703315331357904900170331533135790490017033153313579049001703315331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98f8b760-0a97-457e-8a21-2e2051d90e6e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 905ab098-66ff-4a01-b659-2efa9fa5419d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 905ab098-66ff-4a01-b659-2efa9fa5419d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9676428156009459221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96764281560094592219676428156009459221967642815600945922196764281560094592219676428156009459221967642815600945922196764281560094592219676428156009459221967642815600945922196764281560094592219676428156009459221967642815600945922196764281560094592219676428156009459221967642815600945922196764281560094592219676428156009459221967642815600945922196764281560094592219676428156009459221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38a34b73-d97c-4a99-93d6-376a7d69178b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1527eccf-fa7a-4f04-ae0a-ddbc2e7660e1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1527eccf-fa7a-4f04-ae0a-ddbc2e7660e1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17679710956884630118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767971095688463011817679710956884630118176797109568846301181767971095688463011817679710956884630118176797109568846301181767971095688463011817679710956884630118176797109568846301181767971095688463011817679710956884630118176797109568846301181767971095688463011817679710956884630118176797109568846301181767971095688463011817679710956884630118176797109568846301181767971095688463011817679710956884630118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 905ab098-66ff-4a01-b659-2efa9fa5419d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0fa31ea-2075-49ef-9924-7ca10cce4b3b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0fa31ea-2075-49ef-9924-7ca10cce4b3b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9234340776254143374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92343407762541433749234340776254143374923434077625414337492343407762541433749234340776254143374923434077625414337492343407762541433749234340776254143374923434077625414337492343407762541433749234340776254143374923434077625414337492343407762541433749234340776254143374923434077625414337492343407762541433749234340776254143374923434077625414337492343407762541433749234340776254143374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1527eccf-fa7a-4f04-ae0a-ddbc2e7660e1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cd4e790-88d9-4230-a6ea-82f3ce1764af, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0fa31ea-2075-49ef-9924-7ca10cce4b3b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cd4e790-88d9-4230-a6ea-82f3ce1764af, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7585770101332639814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75857701013326398147585770101332639814758577010133263981475857701013326398147585770101332639814758577010133263981475857701013326398147585770101332639814758577010133263981475857701013326398147585770101332639814758577010133263981475857701013326398147585770101332639814758577010133263981475857701013326398147585770101332639814758577010133263981475857701013326398147585770101332639814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7db2f712-4569-4d64-862f-4443061ce92f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7db2f712-4569-4d64-862f-4443061ce92f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1994250479660491580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19942504796604915801994250479660491580199425047966049158019942504796604915801994250479660491580199425047966049158019942504796604915801994250479660491580199425047966049158019942504796604915801994250479660491580199425047966049158019942504796604915801994250479660491580199425047966049158019942504796604915801994250479660491580199425047966049158019942504796604915801994250479660491580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7db2f712-4569-4d64-862f-4443061ce92f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cd4e790-88d9-4230-a6ea-82f3ce1764af, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a2d04fb-7a31-4cd5-902e-07d03d1530df, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc580a7f-ed7d-49c0-8ac8-e15000509598, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a2d04fb-7a31-4cd5-902e-07d03d1530df, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8393737194500789188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83937371945007891888393737194500789188839373719450078918883937371945007891888393737194500789188839373719450078918883937371945007891888393737194500789188839373719450078918883937371945007891888393737194500789188839373719450078918883937371945007891888393737194500789188839373719450078918883937371945007891888393737194500789188839373719450078918883937371945007891888393737194500789188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc580a7f-ed7d-49c0-8ac8-e15000509598, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17537198166819664180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753719816681966418017537198166819664180175371981668196641801753719816681966418017537198166819664180175371981668196641801753719816681966418017537198166819664180175371981668196641801753719816681966418017537198166819664180175371981668196641801753719816681966418017537198166819664180175371981668196641801753719816681966418017537198166819664180175371981668196641801753719816681966418017537198166819664180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a2d04fb-7a31-4cd5-902e-07d03d1530df, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6832ff7-2f02-4ee0-ba3c-8f9331bf97db, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc580a7f-ed7d-49c0-8ac8-e15000509598, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6832ff7-2f02-4ee0-ba3c-8f9331bf97db, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18367662592536768840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836766259253676884018367662592536768840183676625925367688401836766259253676884018367662592536768840183676625925367688401836766259253676884018367662592536768840183676625925367688401836766259253676884018367662592536768840183676625925367688401836766259253676884018367662592536768840183676625925367688401836766259253676884018367662592536768840183676625925367688401836766259253676884018367662592536768840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6832ff7-2f02-4ee0-ba3c-8f9331bf97db, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31333586-0f4a-4973-bc1d-d84be5533723, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31333586-0f4a-4973-bc1d-d84be5533723, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2837897254444102325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28378972544441023252837897254444102325283789725444410232528378972544441023252837897254444102325283789725444410232528378972544441023252837897254444102325283789725444410232528378972544441023252837897254444102325283789725444410232528378972544441023252837897254444102325283789725444410232528378972544441023252837897254444102325283789725444410232528378972544441023252837897254444102325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12b94e26-077a-47ea-8384-939ec9881707, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12b94e26-077a-47ea-8384-939ec9881707, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2705784330633144100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27057843306331441002705784330633144100270578433063314410027057843306331441002705784330633144100270578433063314410027057843306331441002705784330633144100270578433063314410027057843306331441002705784330633144100270578433063314410027057843306331441002705784330633144100270578433063314410027057843306331441002705784330633144100270578433063314410027057843306331441002705784330633144100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31333586-0f4a-4973-bc1d-d84be5533723, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12b94e26-077a-47ea-8384-939ec9881707, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35865e5a-adc5-49ef-8d9f-0346a8ee554c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 368a8dab-283b-4e59-8694-cd1635c3db27, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 368a8dab-283b-4e59-8694-cd1635c3db27, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8585068418040057765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85850684180400577658585068418040057765858506841804005776585850684180400577658585068418040057765858506841804005776585850684180400577658585068418040057765858506841804005776585850684180400577658585068418040057765858506841804005776585850684180400577658585068418040057765858506841804005776585850684180400577658585068418040057765858506841804005776585850684180400577658585068418040057765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35865e5a-adc5-49ef-8d9f-0346a8ee554c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10075118291605518964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007511829160551896410075118291605518964100751182916055189641007511829160551896410075118291605518964100751182916055189641007511829160551896410075118291605518964100751182916055189641007511829160551896410075118291605518964100751182916055189641007511829160551896410075118291605518964100751182916055189641007511829160551896410075118291605518964100751182916055189641007511829160551896410075118291605518964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 368a8dab-283b-4e59-8694-cd1635c3db27, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35865e5a-adc5-49ef-8d9f-0346a8ee554c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbcc0f8b-9040-4752-a9f6-99bbcedc7c1c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbcc0f8b-9040-4752-a9f6-99bbcedc7c1c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16568374586106963164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656837458610696316416568374586106963164165683745861069631641656837458610696316416568374586106963164165683745861069631641656837458610696316416568374586106963164165683745861069631641656837458610696316416568374586106963164165683745861069631641656837458610696316416568374586106963164165683745861069631641656837458610696316416568374586106963164165683745861069631641656837458610696316416568374586106963164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 944ea5d3-fc24-4282-8ca3-d3e60b6ebc04, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 944ea5d3-fc24-4282-8ca3-d3e60b6ebc04, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7367278336910424374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73672783369104243747367278336910424374736727833691042437473672783369104243747367278336910424374736727833691042437473672783369104243747367278336910424374736727833691042437473672783369104243747367278336910424374736727833691042437473672783369104243747367278336910424374736727833691042437473672783369104243747367278336910424374736727833691042437473672783369104243747367278336910424374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbcc0f8b-9040-4752-a9f6-99bbcedc7c1c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53819c5e-148c-45e9-9cec-964b77b68684, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53819c5e-148c-45e9-9cec-964b77b68684, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6289651790281889289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62896517902818892896289651790281889289628965179028188928962896517902818892896289651790281889289628965179028188928962896517902818892896289651790281889289628965179028188928962896517902818892896289651790281889289628965179028188928962896517902818892896289651790281889289628965179028188928962896517902818892896289651790281889289628965179028188928962896517902818892896289651790281889289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 944ea5d3-fc24-4282-8ca3-d3e60b6ebc04, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7da17bcf-b497-4fde-9f6b-daa49cfe2f43, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da17bcf-b497-4fde-9f6b-daa49cfe2f43, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2690560057137459486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26905600571374594862690560057137459486269056005713745948626905600571374594862690560057137459486269056005713745948626905600571374594862690560057137459486269056005713745948626905600571374594862690560057137459486269056005713745948626905600571374594862690560057137459486269056005713745948626905600571374594862690560057137459486269056005713745948626905600571374594862690560057137459486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53819c5e-148c-45e9-9cec-964b77b68684, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12d7427a-1643-47a4-be25-4c768c8c31e2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da17bcf-b497-4fde-9f6b-daa49cfe2f43, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12d7427a-1643-47a4-be25-4c768c8c31e2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9096772480816594348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90967724808165943489096772480816594348909677248081659434890967724808165943489096772480816594348909677248081659434890967724808165943489096772480816594348909677248081659434890967724808165943489096772480816594348909677248081659434890967724808165943489096772480816594348909677248081659434890967724808165943489096772480816594348909677248081659434890967724808165943489096772480816594348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f5a1c4e-0182-407a-be11-aa2bdcd52d5f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12d7427a-1643-47a4-be25-4c768c8c31e2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f5a1c4e-0182-407a-be11-aa2bdcd52d5f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17077881559159032716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707788155915903271617077881559159032716170778815591590327161707788155915903271617077881559159032716170778815591590327161707788155915903271617077881559159032716170778815591590327161707788155915903271617077881559159032716170778815591590327161707788155915903271617077881559159032716170778815591590327161707788155915903271617077881559159032716170778815591590327161707788155915903271617077881559159032716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0eadfc5-9b88-4be0-bb65-5ffc32eefd35, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0eadfc5-9b88-4be0-bb65-5ffc32eefd35, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16552271390784936854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655227139078493685416552271390784936854165522713907849368541655227139078493685416552271390784936854165522713907849368541655227139078493685416552271390784936854165522713907849368541655227139078493685416552271390784936854165522713907849368541655227139078493685416552271390784936854165522713907849368541655227139078493685416552271390784936854165522713907849368541655227139078493685416552271390784936854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0eadfc5-9b88-4be0-bb65-5ffc32eefd35, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf0e418c-0f98-43e9-8c43-c04e34e94907, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf0e418c-0f98-43e9-8c43-c04e34e94907, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4422937616418516147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44229376164185161474422937616418516147442293761641851614744229376164185161474422937616418516147442293761641851614744229376164185161474422937616418516147442293761641851614744229376164185161474422937616418516147442293761641851614744229376164185161474422937616418516147442293761641851614744229376164185161474422937616418516147442293761641851614744229376164185161474422937616418516147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f5a1c4e-0182-407a-be11-aa2bdcd52d5f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5efe31e7-c20e-4753-be1f-e682d90899bd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5efe31e7-c20e-4753-be1f-e682d90899bd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 884065732032757186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "884065732032757186884065732032757186884065732032757186884065732032757186884065732032757186884065732032757186884065732032757186884065732032757186884065732032757186884065732032757186884065732032757186884065732032757186884065732032757186884065732032757186884065732032757186884065732032757186884065732032757186884065732032757186884065732032757186884065732032757186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5efe31e7-c20e-4753-be1f-e682d90899bd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2f86e9a-cb60-4913-ad72-f949957518f1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2f86e9a-cb60-4913-ad72-f949957518f1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16170060383872211626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617006038387221162616170060383872211626161700603838722116261617006038387221162616170060383872211626161700603838722116261617006038387221162616170060383872211626161700603838722116261617006038387221162616170060383872211626161700603838722116261617006038387221162616170060383872211626161700603838722116261617006038387221162616170060383872211626161700603838722116261617006038387221162616170060383872211626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf0e418c-0f98-43e9-8c43-c04e34e94907, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb38a2ce-d2b9-4a0e-b153-8499f6f9605d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb38a2ce-d2b9-4a0e-b153-8499f6f9605d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4449263961771928395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44492639617719283954449263961771928395444926396177192839544492639617719283954449263961771928395444926396177192839544492639617719283954449263961771928395444926396177192839544492639617719283954449263961771928395444926396177192839544492639617719283954449263961771928395444926396177192839544492639617719283954449263961771928395444926396177192839544492639617719283954449263961771928395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2f86e9a-cb60-4913-ad72-f949957518f1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e00d9c15-a13f-45e4-885c-641a33fbbd8d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb38a2ce-d2b9-4a0e-b153-8499f6f9605d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e00d9c15-a13f-45e4-885c-641a33fbbd8d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15733769532140014675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573376953214001467515733769532140014675157337695321400146751573376953214001467515733769532140014675157337695321400146751573376953214001467515733769532140014675157337695321400146751573376953214001467515733769532140014675157337695321400146751573376953214001467515733769532140014675157337695321400146751573376953214001467515733769532140014675157337695321400146751573376953214001467515733769532140014675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb987c28-c636-4374-89f5-8386355ae412, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb987c28-c636-4374-89f5-8386355ae412, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12589412289049471445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258941228904947144512589412289049471445125894122890494714451258941228904947144512589412289049471445125894122890494714451258941228904947144512589412289049471445125894122890494714451258941228904947144512589412289049471445125894122890494714451258941228904947144512589412289049471445125894122890494714451258941228904947144512589412289049471445125894122890494714451258941228904947144512589412289049471445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e00d9c15-a13f-45e4-885c-641a33fbbd8d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3272864-b4b1-47d9-b8c3-c58f8b7699e4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3272864-b4b1-47d9-b8c3-c58f8b7699e4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18313701410606736604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831370141060673660418313701410606736604183137014106067366041831370141060673660418313701410606736604183137014106067366041831370141060673660418313701410606736604183137014106067366041831370141060673660418313701410606736604183137014106067366041831370141060673660418313701410606736604183137014106067366041831370141060673660418313701410606736604183137014106067366041831370141060673660418313701410606736604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb987c28-c636-4374-89f5-8386355ae412, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce420a22-744d-49db-be3e-c179998e29a1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce420a22-744d-49db-be3e-c179998e29a1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15611606593188707337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561160659318870733715611606593188707337156116065931887073371561160659318870733715611606593188707337156116065931887073371561160659318870733715611606593188707337156116065931887073371561160659318870733715611606593188707337156116065931887073371561160659318870733715611606593188707337156116065931887073371561160659318870733715611606593188707337156116065931887073371561160659318870733715611606593188707337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3272864-b4b1-47d9-b8c3-c58f8b7699e4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f374ea32-cd20-4495-9746-b38369ae9873, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f374ea32-cd20-4495-9746-b38369ae9873, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11119576582051823562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111957658205182356211119576582051823562111195765820518235621111957658205182356211119576582051823562111195765820518235621111957658205182356211119576582051823562111195765820518235621111957658205182356211119576582051823562111195765820518235621111957658205182356211119576582051823562111195765820518235621111957658205182356211119576582051823562111195765820518235621111957658205182356211119576582051823562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce420a22-744d-49db-be3e-c179998e29a1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52e506bb-ed7b-436b-9ed2-9a0333f7f453, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f374ea32-cd20-4495-9746-b38369ae9873, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52e506bb-ed7b-436b-9ed2-9a0333f7f453, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2759314440542506657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27593144405425066572759314440542506657275931444054250665727593144405425066572759314440542506657275931444054250665727593144405425066572759314440542506657275931444054250665727593144405425066572759314440542506657275931444054250665727593144405425066572759314440542506657275931444054250665727593144405425066572759314440542506657275931444054250665727593144405425066572759314440542506657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf4ea717-6664-4157-a57b-ef1edb838a0e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf4ea717-6664-4157-a57b-ef1edb838a0e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15782263330179891373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578226333017989137315782263330179891373157822633301798913731578226333017989137315782263330179891373157822633301798913731578226333017989137315782263330179891373157822633301798913731578226333017989137315782263330179891373157822633301798913731578226333017989137315782263330179891373157822633301798913731578226333017989137315782263330179891373157822633301798913731578226333017989137315782263330179891373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52e506bb-ed7b-436b-9ed2-9a0333f7f453, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90516065-97b2-4906-892c-4b2d78f53e9c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf4ea717-6664-4157-a57b-ef1edb838a0e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90516065-97b2-4906-892c-4b2d78f53e9c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6328624372414737813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63286243724147378136328624372414737813632862437241473781363286243724147378136328624372414737813632862437241473781363286243724147378136328624372414737813632862437241473781363286243724147378136328624372414737813632862437241473781363286243724147378136328624372414737813632862437241473781363286243724147378136328624372414737813632862437241473781363286243724147378136328624372414737813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c87d9f28-5f3c-4eda-b84c-2214dc60e8fc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c87d9f28-5f3c-4eda-b84c-2214dc60e8fc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3899226358457346967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38992263584573469673899226358457346967389922635845734696738992263584573469673899226358457346967389922635845734696738992263584573469673899226358457346967389922635845734696738992263584573469673899226358457346967389922635845734696738992263584573469673899226358457346967389922635845734696738992263584573469673899226358457346967389922635845734696738992263584573469673899226358457346967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90516065-97b2-4906-892c-4b2d78f53e9c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1ba0e8c-1a81-44ee-b6ce-8c64a5a20c22, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1ba0e8c-1a81-44ee-b6ce-8c64a5a20c22, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11391217145238504763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139121714523850476311391217145238504763113912171452385047631139121714523850476311391217145238504763113912171452385047631139121714523850476311391217145238504763113912171452385047631139121714523850476311391217145238504763113912171452385047631139121714523850476311391217145238504763113912171452385047631139121714523850476311391217145238504763113912171452385047631139121714523850476311391217145238504763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c87d9f28-5f3c-4eda-b84c-2214dc60e8fc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92890fc1-053e-4731-8ccb-54817a86062b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92890fc1-053e-4731-8ccb-54817a86062b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13480707702906467521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348070770290646752113480707702906467521134807077029064675211348070770290646752113480707702906467521134807077029064675211348070770290646752113480707702906467521134807077029064675211348070770290646752113480707702906467521134807077029064675211348070770290646752113480707702906467521134807077029064675211348070770290646752113480707702906467521134807077029064675211348070770290646752113480707702906467521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1ba0e8c-1a81-44ee-b6ce-8c64a5a20c22, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c07a80e-51ab-40a5-ab1b-7f1cd3563d16, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92890fc1-053e-4731-8ccb-54817a86062b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c07a80e-51ab-40a5-ab1b-7f1cd3563d16, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17003874843514118611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700387484351411861117003874843514118611170038748435141186111700387484351411861117003874843514118611170038748435141186111700387484351411861117003874843514118611170038748435141186111700387484351411861117003874843514118611170038748435141186111700387484351411861117003874843514118611170038748435141186111700387484351411861117003874843514118611170038748435141186111700387484351411861117003874843514118611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6944a6b5-f5f7-46f4-abc9-32b87bc4b8e3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6944a6b5-f5f7-46f4-abc9-32b87bc4b8e3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17820220112223715957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782022011222371595717820220112223715957178202201122237159571782022011222371595717820220112223715957178202201122237159571782022011222371595717820220112223715957178202201122237159571782022011222371595717820220112223715957178202201122237159571782022011222371595717820220112223715957178202201122237159571782022011222371595717820220112223715957178202201122237159571782022011222371595717820220112223715957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c07a80e-51ab-40a5-ab1b-7f1cd3563d16, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f212086b-d219-4838-9e2b-d8618ff4904f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f212086b-d219-4838-9e2b-d8618ff4904f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 739571166086257566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "739571166086257566739571166086257566739571166086257566739571166086257566739571166086257566739571166086257566739571166086257566739571166086257566739571166086257566739571166086257566739571166086257566739571166086257566739571166086257566739571166086257566739571166086257566739571166086257566739571166086257566739571166086257566739571166086257566739571166086257566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6944a6b5-f5f7-46f4-abc9-32b87bc4b8e3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 242c4883-c93f-49ac-b966-18d9c6d57bfe, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 242c4883-c93f-49ac-b966-18d9c6d57bfe, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16436183564145670524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643618356414567052416436183564145670524164361835641456705241643618356414567052416436183564145670524164361835641456705241643618356414567052416436183564145670524164361835641456705241643618356414567052416436183564145670524164361835641456705241643618356414567052416436183564145670524164361835641456705241643618356414567052416436183564145670524164361835641456705241643618356414567052416436183564145670524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f212086b-d219-4838-9e2b-d8618ff4904f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 242c4883-c93f-49ac-b966-18d9c6d57bfe, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a8fac65-f1f5-4cf9-8882-66adbf24755d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, beba9951-a279-4e33-beca-bc7f21b8cd02, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a8fac65-f1f5-4cf9-8882-66adbf24755d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5341772391051086133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53417723910510861335341772391051086133534177239105108613353417723910510861335341772391051086133534177239105108613353417723910510861335341772391051086133534177239105108613353417723910510861335341772391051086133534177239105108613353417723910510861335341772391051086133534177239105108613353417723910510861335341772391051086133534177239105108613353417723910510861335341772391051086133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beba9951-a279-4e33-beca-bc7f21b8cd02, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6535395183695636136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65353951836956361366535395183695636136653539518369563613665353951836956361366535395183695636136653539518369563613665353951836956361366535395183695636136653539518369563613665353951836956361366535395183695636136653539518369563613665353951836956361366535395183695636136653539518369563613665353951836956361366535395183695636136653539518369563613665353951836956361366535395183695636136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a8fac65-f1f5-4cf9-8882-66adbf24755d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9628d4d3-b7a5-4622-84f6-37df446ce73f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9628d4d3-b7a5-4622-84f6-37df446ce73f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13810086162147262043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381008616214726204313810086162147262043138100861621472620431381008616214726204313810086162147262043138100861621472620431381008616214726204313810086162147262043138100861621472620431381008616214726204313810086162147262043138100861621472620431381008616214726204313810086162147262043138100861621472620431381008616214726204313810086162147262043138100861621472620431381008616214726204313810086162147262043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beba9951-a279-4e33-beca-bc7f21b8cd02, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9fa6d5e-677a-475c-89aa-5038bd06b8eb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9fa6d5e-677a-475c-89aa-5038bd06b8eb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9219343755158676886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92193437551586768869219343755158676886921934375515867688692193437551586768869219343755158676886921934375515867688692193437551586768869219343755158676886921934375515867688692193437551586768869219343755158676886921934375515867688692193437551586768869219343755158676886921934375515867688692193437551586768869219343755158676886921934375515867688692193437551586768869219343755158676886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9628d4d3-b7a5-4622-84f6-37df446ce73f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddad9c97-fe04-45a0-9d22-4ff5df9d7bd9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddad9c97-fe04-45a0-9d22-4ff5df9d7bd9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14509611488154733152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450961148815473315214509611488154733152145096114881547331521450961148815473315214509611488154733152145096114881547331521450961148815473315214509611488154733152145096114881547331521450961148815473315214509611488154733152145096114881547331521450961148815473315214509611488154733152145096114881547331521450961148815473315214509611488154733152145096114881547331521450961148815473315214509611488154733152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9fa6d5e-677a-475c-89aa-5038bd06b8eb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67c7b431-b75a-4a6c-827c-7ca00f7eef0a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67c7b431-b75a-4a6c-827c-7ca00f7eef0a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11369238320326077867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136923832032607786711369238320326077867113692383203260778671136923832032607786711369238320326077867113692383203260778671136923832032607786711369238320326077867113692383203260778671136923832032607786711369238320326077867113692383203260778671136923832032607786711369238320326077867113692383203260778671136923832032607786711369238320326077867113692383203260778671136923832032607786711369238320326077867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddad9c97-fe04-45a0-9d22-4ff5df9d7bd9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f9371d6-f870-4323-a306-b5e47c0063e0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f9371d6-f870-4323-a306-b5e47c0063e0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10131098341598955064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013109834159895506410131098341598955064101310983415989550641013109834159895506410131098341598955064101310983415989550641013109834159895506410131098341598955064101310983415989550641013109834159895506410131098341598955064101310983415989550641013109834159895506410131098341598955064101310983415989550641013109834159895506410131098341598955064101310983415989550641013109834159895506410131098341598955064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67c7b431-b75a-4a6c-827c-7ca00f7eef0a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a14606e8-77c3-4d97-84c6-d869f2101b61, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a14606e8-77c3-4d97-84c6-d869f2101b61, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8817597159292808893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88175971592928088938817597159292808893881759715929280889388175971592928088938817597159292808893881759715929280889388175971592928088938817597159292808893881759715929280889388175971592928088938817597159292808893881759715929280889388175971592928088938817597159292808893881759715929280889388175971592928088938817597159292808893881759715929280889388175971592928088938817597159292808893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f9371d6-f870-4323-a306-b5e47c0063e0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c07ab631-8b96-41ca-b0fc-4ed6c4198fa4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c07ab631-8b96-41ca-b0fc-4ed6c4198fa4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14491864136474525596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449186413647452559614491864136474525596144918641364745255961449186413647452559614491864136474525596144918641364745255961449186413647452559614491864136474525596144918641364745255961449186413647452559614491864136474525596144918641364745255961449186413647452559614491864136474525596144918641364745255961449186413647452559614491864136474525596144918641364745255961449186413647452559614491864136474525596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a14606e8-77c3-4d97-84c6-d869f2101b61, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 616662e6-4a30-401e-bf40-d9752f26ad7e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 616662e6-4a30-401e-bf40-d9752f26ad7e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10534769942608914954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053476994260891495410534769942608914954105347699426089149541053476994260891495410534769942608914954105347699426089149541053476994260891495410534769942608914954105347699426089149541053476994260891495410534769942608914954105347699426089149541053476994260891495410534769942608914954105347699426089149541053476994260891495410534769942608914954105347699426089149541053476994260891495410534769942608914954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c07ab631-8b96-41ca-b0fc-4ed6c4198fa4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 616662e6-4a30-401e-bf40-d9752f26ad7e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd5cca1c-3b2a-410e-9c95-e827fcbcb434, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd5cca1c-3b2a-410e-9c95-e827fcbcb434, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16908354345928687283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690835434592868728316908354345928687283169083543459286872831690835434592868728316908354345928687283169083543459286872831690835434592868728316908354345928687283169083543459286872831690835434592868728316908354345928687283169083543459286872831690835434592868728316908354345928687283169083543459286872831690835434592868728316908354345928687283169083543459286872831690835434592868728316908354345928687283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84b8cc92-0361-437e-a8ea-cb7878ea347e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84b8cc92-0361-437e-a8ea-cb7878ea347e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17733610279728965301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773361027972896530117733610279728965301177336102797289653011773361027972896530117733610279728965301177336102797289653011773361027972896530117733610279728965301177336102797289653011773361027972896530117733610279728965301177336102797289653011773361027972896530117733610279728965301177336102797289653011773361027972896530117733610279728965301177336102797289653011773361027972896530117733610279728965301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd5cca1c-3b2a-410e-9c95-e827fcbcb434, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a45e9a72-9d9f-41ad-ab8e-d9fd10767461, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a45e9a72-9d9f-41ad-ab8e-d9fd10767461, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9292094621777611685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92920946217776116859292094621777611685929209462177761168592920946217776116859292094621777611685929209462177761168592920946217776116859292094621777611685929209462177761168592920946217776116859292094621777611685929209462177761168592920946217776116859292094621777611685929209462177761168592920946217776116859292094621777611685929209462177761168592920946217776116859292094621777611685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84b8cc92-0361-437e-a8ea-cb7878ea347e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d2cbb7d-d0af-4b93-b7ae-b6ae0da324a1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d2cbb7d-d0af-4b93-b7ae-b6ae0da324a1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 827505007754719353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "827505007754719353827505007754719353827505007754719353827505007754719353827505007754719353827505007754719353827505007754719353827505007754719353827505007754719353827505007754719353827505007754719353827505007754719353827505007754719353827505007754719353827505007754719353827505007754719353827505007754719353827505007754719353827505007754719353827505007754719353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a45e9a72-9d9f-41ad-ab8e-d9fd10767461, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b9349c3-8a04-4a61-916b-5c5fefba134c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b9349c3-8a04-4a61-916b-5c5fefba134c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16823359817352607397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682335981735260739716823359817352607397168233598173526073971682335981735260739716823359817352607397168233598173526073971682335981735260739716823359817352607397168233598173526073971682335981735260739716823359817352607397168233598173526073971682335981735260739716823359817352607397168233598173526073971682335981735260739716823359817352607397168233598173526073971682335981735260739716823359817352607397" } } } 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:281 Stopped node localhost:7193/2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d2cbb7d-d0af-4b93-b7ae-b6ae0da324a1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffde9640-b39c-413f-8a40-cb6bab33c0e6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b9349c3-8a04-4a61-916b-5c5fefba134c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffde9640-b39c-413f-8a40-cb6bab33c0e6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11651429018858972374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165142901885897237411651429018858972374116514290188589723741165142901885897237411651429018858972374116514290188589723741165142901885897237411651429018858972374116514290188589723741165142901885897237411651429018858972374116514290188589723741165142901885897237411651429018858972374116514290188589723741165142901885897237411651429018858972374116514290188589723741165142901885897237411651429018858972374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee9b25ab-eb02-4659-96a2-77e559c53b5d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee9b25ab-eb02-4659-96a2-77e559c53b5d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14398335410487441524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439833541048744152414398335410487441524143983354104874415241439833541048744152414398335410487441524143983354104874415241439833541048744152414398335410487441524143983354104874415241439833541048744152414398335410487441524143983354104874415241439833541048744152414398335410487441524143983354104874415241439833541048744152414398335410487441524143983354104874415241439833541048744152414398335410487441524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffde9640-b39c-413f-8a40-cb6bab33c0e6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e00a3da7-7983-45e8-a50c-5eda9cd87d00, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee9b25ab-eb02-4659-96a2-77e559c53b5d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e00a3da7-7983-45e8-a50c-5eda9cd87d00, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9117223098732003156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91172230987320031569117223098732003156911722309873200315691172230987320031569117223098732003156911722309873200315691172230987320031569117223098732003156911722309873200315691172230987320031569117223098732003156911722309873200315691172230987320031569117223098732003156911722309873200315691172230987320031569117223098732003156911722309873200315691172230987320031569117223098732003156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d918f83-edf1-4416-9be3-b8c5b4ab86cc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d918f83-edf1-4416-9be3-b8c5b4ab86cc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9600677314155966473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96006773141559664739600677314155966473960067731415596647396006773141559664739600677314155966473960067731415596647396006773141559664739600677314155966473960067731415596647396006773141559664739600677314155966473960067731415596647396006773141559664739600677314155966473960067731415596647396006773141559664739600677314155966473960067731415596647396006773141559664739600677314155966473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e00a3da7-7983-45e8-a50c-5eda9cd87d00, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebb44624-6040-40b0-aeb4-6586e3b1e5a8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebb44624-6040-40b0-aeb4-6586e3b1e5a8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4994180803535899424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49941808035358994244994180803535899424499418080353589942449941808035358994244994180803535899424499418080353589942449941808035358994244994180803535899424499418080353589942449941808035358994244994180803535899424499418080353589942449941808035358994244994180803535899424499418080353589942449941808035358994244994180803535899424499418080353589942449941808035358994244994180803535899424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d918f83-edf1-4416-9be3-b8c5b4ab86cc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc2162f5-1da3-4031-9dd1-fd69e72988c6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc2162f5-1da3-4031-9dd1-fd69e72988c6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6635285980155001700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66352859801550017006635285980155001700663528598015500170066352859801550017006635285980155001700663528598015500170066352859801550017006635285980155001700663528598015500170066352859801550017006635285980155001700663528598015500170066352859801550017006635285980155001700663528598015500170066352859801550017006635285980155001700663528598015500170066352859801550017006635285980155001700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebb44624-6040-40b0-aeb4-6586e3b1e5a8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41c23ca9-aa37-49e9-8695-cd880c976f34, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc2162f5-1da3-4031-9dd1-fd69e72988c6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41c23ca9-aa37-49e9-8695-cd880c976f34, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9113660535357865222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91136605353578652229113660535357865222911366053535786522291136605353578652229113660535357865222911366053535786522291136605353578652229113660535357865222911366053535786522291136605353578652229113660535357865222911366053535786522291136605353578652229113660535357865222911366053535786522291136605353578652229113660535357865222911366053535786522291136605353578652229113660535357865222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 016b906c-15c4-4697-9580-9d2288902942, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 016b906c-15c4-4697-9580-9d2288902942, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13915414218191662674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391541421819166267413915414218191662674139154142181916626741391541421819166267413915414218191662674139154142181916626741391541421819166267413915414218191662674139154142181916626741391541421819166267413915414218191662674139154142181916626741391541421819166267413915414218191662674139154142181916626741391541421819166267413915414218191662674139154142181916626741391541421819166267413915414218191662674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41c23ca9-aa37-49e9-8695-cd880c976f34, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d79d6190-d096-404c-90e5-e32db74433bc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d79d6190-d096-404c-90e5-e32db74433bc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16109446228334646291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610944622833464629116109446228334646291161094462283346462911610944622833464629116109446228334646291161094462283346462911610944622833464629116109446228334646291161094462283346462911610944622833464629116109446228334646291161094462283346462911610944622833464629116109446228334646291161094462283346462911610944622833464629116109446228334646291161094462283346462911610944622833464629116109446228334646291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 016b906c-15c4-4697-9580-9d2288902942, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df555252-4c73-4417-8911-ee3efb3386d0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df555252-4c73-4417-8911-ee3efb3386d0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5457607459246657557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54576074592466575575457607459246657557545760745924665755754576074592466575575457607459246657557545760745924665755754576074592466575575457607459246657557545760745924665755754576074592466575575457607459246657557545760745924665755754576074592466575575457607459246657557545760745924665755754576074592466575575457607459246657557545760745924665755754576074592466575575457607459246657557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d79d6190-d096-404c-90e5-e32db74433bc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2639c3f-bf56-4fb3-aa63-288c42700e99, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df555252-4c73-4417-8911-ee3efb3386d0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 815f616a-4b22-4b0f-8ad4-82cc6184c6e0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 815f616a-4b22-4b0f-8ad4-82cc6184c6e0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5947952456997359315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59479524569973593155947952456997359315594795245699735931559479524569973593155947952456997359315594795245699735931559479524569973593155947952456997359315594795245699735931559479524569973593155947952456997359315594795245699735931559479524569973593155947952456997359315594795245699735931559479524569973593155947952456997359315594795245699735931559479524569973593155947952456997359315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2639c3f-bf56-4fb3-aa63-288c42700e99, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9114612701643232830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91146127016432328309114612701643232830911461270164323283091146127016432328309114612701643232830911461270164323283091146127016432328309114612701643232830911461270164323283091146127016432328309114612701643232830911461270164323283091146127016432328309114612701643232830911461270164323283091146127016432328309114612701643232830911461270164323283091146127016432328309114612701643232830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2639c3f-bf56-4fb3-aa63-288c42700e99, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81427573-e3f3-441f-b318-fcd229a2f3db, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81427573-e3f3-441f-b318-fcd229a2f3db, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1676316089570920592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16763160895709205921676316089570920592167631608957092059216763160895709205921676316089570920592167631608957092059216763160895709205921676316089570920592167631608957092059216763160895709205921676316089570920592167631608957092059216763160895709205921676316089570920592167631608957092059216763160895709205921676316089570920592167631608957092059216763160895709205921676316089570920592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 815f616a-4b22-4b0f-8ad4-82cc6184c6e0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cea61cf7-048e-47b9-b92e-9569d8c8355e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cea61cf7-048e-47b9-b92e-9569d8c8355e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12547907308108885779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254790730810888577912547907308108885779125479073081088857791254790730810888577912547907308108885779125479073081088857791254790730810888577912547907308108885779125479073081088857791254790730810888577912547907308108885779125479073081088857791254790730810888577912547907308108885779125479073081088857791254790730810888577912547907308108885779125479073081088857791254790730810888577912547907308108885779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81427573-e3f3-441f-b318-fcd229a2f3db, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7d0d3da-2dbf-4f16-8533-c81a24b5aae5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cea61cf7-048e-47b9-b92e-9569d8c8355e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7d0d3da-2dbf-4f16-8533-c81a24b5aae5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7901153542796980398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79011535427969803987901153542796980398790115354279698039879011535427969803987901153542796980398790115354279698039879011535427969803987901153542796980398790115354279698039879011535427969803987901153542796980398790115354279698039879011535427969803987901153542796980398790115354279698039879011535427969803987901153542796980398790115354279698039879011535427969803987901153542796980398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88488dcc-90b1-4b52-b9e1-5b60e18f5ca1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88488dcc-90b1-4b52-b9e1-5b60e18f5ca1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7611291615098321026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76112916150983210267611291615098321026761129161509832102676112916150983210267611291615098321026761129161509832102676112916150983210267611291615098321026761129161509832102676112916150983210267611291615098321026761129161509832102676112916150983210267611291615098321026761129161509832102676112916150983210267611291615098321026761129161509832102676112916150983210267611291615098321026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7d0d3da-2dbf-4f16-8533-c81a24b5aae5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e23534f7-f46b-4e93-a650-03680d5fa331, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e23534f7-f46b-4e93-a650-03680d5fa331, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9772483254775330237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97724832547753302379772483254775330237977248325477533023797724832547753302379772483254775330237977248325477533023797724832547753302379772483254775330237977248325477533023797724832547753302379772483254775330237977248325477533023797724832547753302379772483254775330237977248325477533023797724832547753302379772483254775330237977248325477533023797724832547753302379772483254775330237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e23534f7-f46b-4e93-a650-03680d5fa331, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04cef327-4b56-441c-8f30-88ce2d6bd83a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04cef327-4b56-441c-8f30-88ce2d6bd83a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 30170421917888324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3017042191788832430170421917888324301704219178883243017042191788832430170421917888324301704219178883243017042191788832430170421917888324301704219178883243017042191788832430170421917888324301704219178883243017042191788832430170421917888324301704219178883243017042191788832430170421917888324301704219178883243017042191788832430170421917888324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88488dcc-90b1-4b52-b9e1-5b60e18f5ca1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f8880fd-f6b8-4315-a74e-b4e89d0856fe, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f8880fd-f6b8-4315-a74e-b4e89d0856fe, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16939364338436474708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693936433843647470816939364338436474708169393643384364747081693936433843647470816939364338436474708169393643384364747081693936433843647470816939364338436474708169393643384364747081693936433843647470816939364338436474708169393643384364747081693936433843647470816939364338436474708169393643384364747081693936433843647470816939364338436474708169393643384364747081693936433843647470816939364338436474708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f8880fd-f6b8-4315-a74e-b4e89d0856fe, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a58ab48-a931-4d3a-973d-252282004d96, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a58ab48-a931-4d3a-973d-252282004d96, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17916768585966096016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791676858596609601617916768585966096016179167685859660960161791676858596609601617916768585966096016179167685859660960161791676858596609601617916768585966096016179167685859660960161791676858596609601617916768585966096016179167685859660960161791676858596609601617916768585966096016179167685859660960161791676858596609601617916768585966096016179167685859660960161791676858596609601617916768585966096016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04cef327-4b56-441c-8f30-88ce2d6bd83a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03a8cd18-d751-47aa-9023-a7ca18962934, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03a8cd18-d751-47aa-9023-a7ca18962934, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9548428847097965899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95484288470979658999548428847097965899954842884709796589995484288470979658999548428847097965899954842884709796589995484288470979658999548428847097965899954842884709796589995484288470979658999548428847097965899954842884709796589995484288470979658999548428847097965899954842884709796589995484288470979658999548428847097965899954842884709796589995484288470979658999548428847097965899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a58ab48-a931-4d3a-973d-252282004d96, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9f96f8a-fa9b-4794-a0e6-bad398ba9f55, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9f96f8a-fa9b-4794-a0e6-bad398ba9f55, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 653080859876575400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "653080859876575400653080859876575400653080859876575400653080859876575400653080859876575400653080859876575400653080859876575400653080859876575400653080859876575400653080859876575400653080859876575400653080859876575400653080859876575400653080859876575400653080859876575400653080859876575400653080859876575400653080859876575400653080859876575400653080859876575400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03a8cd18-d751-47aa-9023-a7ca18962934, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bb8e618-9b18-4534-9472-f7af4b7522dc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9f96f8a-fa9b-4794-a0e6-bad398ba9f55, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c01fe12-4be0-45f7-be37-2e7227c7821b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c01fe12-4be0-45f7-be37-2e7227c7821b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7335999059729805962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73359990597298059627335999059729805962733599905972980596273359990597298059627335999059729805962733599905972980596273359990597298059627335999059729805962733599905972980596273359990597298059627335999059729805962733599905972980596273359990597298059627335999059729805962733599905972980596273359990597298059627335999059729805962733599905972980596273359990597298059627335999059729805962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bb8e618-9b18-4534-9472-f7af4b7522dc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12893510700261286538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289351070026128653812893510700261286538128935107002612865381289351070026128653812893510700261286538128935107002612865381289351070026128653812893510700261286538128935107002612865381289351070026128653812893510700261286538128935107002612865381289351070026128653812893510700261286538128935107002612865381289351070026128653812893510700261286538128935107002612865381289351070026128653812893510700261286538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bb8e618-9b18-4534-9472-f7af4b7522dc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c01fe12-4be0-45f7-be37-2e7227c7821b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcf984da-ffc9-4c30-8e5e-595990755fbf, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcf984da-ffc9-4c30-8e5e-595990755fbf, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13165604521390669138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316560452139066913813165604521390669138131656045213906691381316560452139066913813165604521390669138131656045213906691381316560452139066913813165604521390669138131656045213906691381316560452139066913813165604521390669138131656045213906691381316560452139066913813165604521390669138131656045213906691381316560452139066913813165604521390669138131656045213906691381316560452139066913813165604521390669138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b65e59ed-1be9-49c4-ab67-815b9badf454, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b65e59ed-1be9-49c4-ab67-815b9badf454, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5907707416837315842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59077074168373158425907707416837315842590770741683731584259077074168373158425907707416837315842590770741683731584259077074168373158425907707416837315842590770741683731584259077074168373158425907707416837315842590770741683731584259077074168373158425907707416837315842590770741683731584259077074168373158425907707416837315842590770741683731584259077074168373158425907707416837315842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcf984da-ffc9-4c30-8e5e-595990755fbf, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd0bf532-9443-4992-b0c0-1e01073e4a68, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd0bf532-9443-4992-b0c0-1e01073e4a68, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3759026240396383655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37590262403963836553759026240396383655375902624039638365537590262403963836553759026240396383655375902624039638365537590262403963836553759026240396383655375902624039638365537590262403963836553759026240396383655375902624039638365537590262403963836553759026240396383655375902624039638365537590262403963836553759026240396383655375902624039638365537590262403963836553759026240396383655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b65e59ed-1be9-49c4-ab67-815b9badf454, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53a5a882-1d07-4b9c-a409-4c7f901fe76e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53a5a882-1d07-4b9c-a409-4c7f901fe76e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 41734017781091967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4173401778109196741734017781091967417340177810919674173401778109196741734017781091967417340177810919674173401778109196741734017781091967417340177810919674173401778109196741734017781091967417340177810919674173401778109196741734017781091967417340177810919674173401778109196741734017781091967417340177810919674173401778109196741734017781091967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd0bf532-9443-4992-b0c0-1e01073e4a68, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6a6e7a5-4241-46b9-bb45-f1832594c442, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6a6e7a5-4241-46b9-bb45-f1832594c442, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17839159094056225354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783915909405622535417839159094056225354178391590940562253541783915909405622535417839159094056225354178391590940562253541783915909405622535417839159094056225354178391590940562253541783915909405622535417839159094056225354178391590940562253541783915909405622535417839159094056225354178391590940562253541783915909405622535417839159094056225354178391590940562253541783915909405622535417839159094056225354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53a5a882-1d07-4b9c-a409-4c7f901fe76e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0f1f332-8a0a-4a48-8a21-258c49be34bb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0f1f332-8a0a-4a48-8a21-258c49be34bb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7781286555634855485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77812865556348554857781286555634855485778128655563485548577812865556348554857781286555634855485778128655563485548577812865556348554857781286555634855485778128655563485548577812865556348554857781286555634855485778128655563485548577812865556348554857781286555634855485778128655563485548577812865556348554857781286555634855485778128655563485548577812865556348554857781286555634855485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6a6e7a5-4241-46b9-bb45-f1832594c442, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4301910e-45df-4a2c-ae31-7e597a42ddf5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4301910e-45df-4a2c-ae31-7e597a42ddf5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 653164711077526688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "653164711077526688653164711077526688653164711077526688653164711077526688653164711077526688653164711077526688653164711077526688653164711077526688653164711077526688653164711077526688653164711077526688653164711077526688653164711077526688653164711077526688653164711077526688653164711077526688653164711077526688653164711077526688653164711077526688653164711077526688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0f1f332-8a0a-4a48-8a21-258c49be34bb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 108cd6a4-4dc9-4032-9f16-22e511c744e0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 108cd6a4-4dc9-4032-9f16-22e511c744e0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7828832110670059482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78288321106700594827828832110670059482782883211067005948278288321106700594827828832110670059482782883211067005948278288321106700594827828832110670059482782883211067005948278288321106700594827828832110670059482782883211067005948278288321106700594827828832110670059482782883211067005948278288321106700594827828832110670059482782883211067005948278288321106700594827828832110670059482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4301910e-45df-4a2c-ae31-7e597a42ddf5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e56ff761-264c-4a63-be49-99721151bc3d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e56ff761-264c-4a63-be49-99721151bc3d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 857561878419413473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "857561878419413473857561878419413473857561878419413473857561878419413473857561878419413473857561878419413473857561878419413473857561878419413473857561878419413473857561878419413473857561878419413473857561878419413473857561878419413473857561878419413473857561878419413473857561878419413473857561878419413473857561878419413473857561878419413473857561878419413473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 108cd6a4-4dc9-4032-9f16-22e511c744e0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 075eb61f-5803-406f-b7f1-d0061cdf677a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 075eb61f-5803-406f-b7f1-d0061cdf677a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2898554238433529487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28985542384335294872898554238433529487289855423843352948728985542384335294872898554238433529487289855423843352948728985542384335294872898554238433529487289855423843352948728985542384335294872898554238433529487289855423843352948728985542384335294872898554238433529487289855423843352948728985542384335294872898554238433529487289855423843352948728985542384335294872898554238433529487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e56ff761-264c-4a63-be49-99721151bc3d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4dd12a5-bd61-4f76-b8e7-e5379ecf526f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4dd12a5-bd61-4f76-b8e7-e5379ecf526f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6640765524886974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66407655248869746640765524886974664076552488697466407655248869746640765524886974664076552488697466407655248869746640765524886974664076552488697466407655248869746640765524886974664076552488697466407655248869746640765524886974664076552488697466407655248869746640765524886974664076552488697466407655248869746640765524886974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 075eb61f-5803-406f-b7f1-d0061cdf677a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4dd12a5-bd61-4f76-b8e7-e5379ecf526f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e82e2859-4b6c-44d8-bcf0-f9cf58d01183, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e82e2859-4b6c-44d8-bcf0-f9cf58d01183, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4522116724604657671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45221167246046576714522116724604657671452211672460465767145221167246046576714522116724604657671452211672460465767145221167246046576714522116724604657671452211672460465767145221167246046576714522116724604657671452211672460465767145221167246046576714522116724604657671452211672460465767145221167246046576714522116724604657671452211672460465767145221167246046576714522116724604657671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d74f4ee5-57ac-4c42-93f4-b42069530ee3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d74f4ee5-57ac-4c42-93f4-b42069530ee3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11226068595368899330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122606859536889933011226068595368899330112260685953688993301122606859536889933011226068595368899330112260685953688993301122606859536889933011226068595368899330112260685953688993301122606859536889933011226068595368899330112260685953688993301122606859536889933011226068595368899330112260685953688993301122606859536889933011226068595368899330112260685953688993301122606859536889933011226068595368899330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e82e2859-4b6c-44d8-bcf0-f9cf58d01183, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bab3853-1c02-4edd-abae-bb94e52f9317, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bab3853-1c02-4edd-abae-bb94e52f9317, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 64417807588445790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6441780758844579064417807588445790644178075884457906441780758844579064417807588445790644178075884457906441780758844579064417807588445790644178075884457906441780758844579064417807588445790644178075884457906441780758844579064417807588445790644178075884457906441780758844579064417807588445790644178075884457906441780758844579064417807588445790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d74f4ee5-57ac-4c42-93f4-b42069530ee3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3199cee-40df-4b9e-8f9c-a984285ca669, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3199cee-40df-4b9e-8f9c-a984285ca669, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13279736948013672613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327973694801367261313279736948013672613132797369480136726131327973694801367261313279736948013672613132797369480136726131327973694801367261313279736948013672613132797369480136726131327973694801367261313279736948013672613132797369480136726131327973694801367261313279736948013672613132797369480136726131327973694801367261313279736948013672613132797369480136726131327973694801367261313279736948013672613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bab3853-1c02-4edd-abae-bb94e52f9317, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f44e282c-f9ad-4d2c-9b1a-3e69b80b63b5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f44e282c-f9ad-4d2c-9b1a-3e69b80b63b5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10148313979190447906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014831397919044790610148313979190447906101483139791904479061014831397919044790610148313979190447906101483139791904479061014831397919044790610148313979190447906101483139791904479061014831397919044790610148313979190447906101483139791904479061014831397919044790610148313979190447906101483139791904479061014831397919044790610148313979190447906101483139791904479061014831397919044790610148313979190447906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3199cee-40df-4b9e-8f9c-a984285ca669, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 189888f5-d26b-4969-a4ca-9213fe0472f6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 189888f5-d26b-4969-a4ca-9213fe0472f6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1094332181989549041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10943321819895490411094332181989549041109433218198954904110943321819895490411094332181989549041109433218198954904110943321819895490411094332181989549041109433218198954904110943321819895490411094332181989549041109433218198954904110943321819895490411094332181989549041109433218198954904110943321819895490411094332181989549041109433218198954904110943321819895490411094332181989549041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f44e282c-f9ad-4d2c-9b1a-3e69b80b63b5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddc8baf2-84b4-47cc-a5ad-ec76cde4a5a2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddc8baf2-84b4-47cc-a5ad-ec76cde4a5a2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13229772154778368857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322977215477836885713229772154778368857132297721547783688571322977215477836885713229772154778368857132297721547783688571322977215477836885713229772154778368857132297721547783688571322977215477836885713229772154778368857132297721547783688571322977215477836885713229772154778368857132297721547783688571322977215477836885713229772154778368857132297721547783688571322977215477836885713229772154778368857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 189888f5-d26b-4969-a4ca-9213fe0472f6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a86533d4-a339-4093-b22a-f54217e57327, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a86533d4-a339-4093-b22a-f54217e57327, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13361416559281315128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336141655928131512813361416559281315128133614165592813151281336141655928131512813361416559281315128133614165592813151281336141655928131512813361416559281315128133614165592813151281336141655928131512813361416559281315128133614165592813151281336141655928131512813361416559281315128133614165592813151281336141655928131512813361416559281315128133614165592813151281336141655928131512813361416559281315128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddc8baf2-84b4-47cc-a5ad-ec76cde4a5a2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7e57dec-0924-4857-ae7a-a6e7b84238b5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7e57dec-0924-4857-ae7a-a6e7b84238b5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 888604264362105833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "888604264362105833888604264362105833888604264362105833888604264362105833888604264362105833888604264362105833888604264362105833888604264362105833888604264362105833888604264362105833888604264362105833888604264362105833888604264362105833888604264362105833888604264362105833888604264362105833888604264362105833888604264362105833888604264362105833888604264362105833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7e57dec-0924-4857-ae7a-a6e7b84238b5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea21811b-57b1-4968-9450-dc4a73f9daf3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea21811b-57b1-4968-9450-dc4a73f9daf3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15771655951933777332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577165595193377733215771655951933777332157716559519337773321577165595193377733215771655951933777332157716559519337773321577165595193377733215771655951933777332157716559519337773321577165595193377733215771655951933777332157716559519337773321577165595193377733215771655951933777332157716559519337773321577165595193377733215771655951933777332157716559519337773321577165595193377733215771655951933777332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a86533d4-a339-4093-b22a-f54217e57327, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e1d533e-0792-4ef1-bfe2-24d2cc82561b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e1d533e-0792-4ef1-bfe2-24d2cc82561b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11297058500959425032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129705850095942503211297058500959425032112970585009594250321129705850095942503211297058500959425032112970585009594250321129705850095942503211297058500959425032112970585009594250321129705850095942503211297058500959425032112970585009594250321129705850095942503211297058500959425032112970585009594250321129705850095942503211297058500959425032112970585009594250321129705850095942503211297058500959425032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea21811b-57b1-4968-9450-dc4a73f9daf3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4c842d7-020e-4342-8069-3038c5085440, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4c842d7-020e-4342-8069-3038c5085440, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5759978714757437181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57599787147574371815759978714757437181575997871475743718157599787147574371815759978714757437181575997871475743718157599787147574371815759978714757437181575997871475743718157599787147574371815759978714757437181575997871475743718157599787147574371815759978714757437181575997871475743718157599787147574371815759978714757437181575997871475743718157599787147574371815759978714757437181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e1d533e-0792-4ef1-bfe2-24d2cc82561b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5924c25d-1ba3-44ac-b25a-273e20a06940, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5924c25d-1ba3-44ac-b25a-273e20a06940, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16387065195639792480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638706519563979248016387065195639792480163870651956397924801638706519563979248016387065195639792480163870651956397924801638706519563979248016387065195639792480163870651956397924801638706519563979248016387065195639792480163870651956397924801638706519563979248016387065195639792480163870651956397924801638706519563979248016387065195639792480163870651956397924801638706519563979248016387065195639792480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4c842d7-020e-4342-8069-3038c5085440, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abd9d9d9-af2c-4a47-9641-04ac9f77079e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abd9d9d9-af2c-4a47-9641-04ac9f77079e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4845094030576776652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48450940305767766524845094030576776652484509403057677665248450940305767766524845094030576776652484509403057677665248450940305767766524845094030576776652484509403057677665248450940305767766524845094030576776652484509403057677665248450940305767766524845094030576776652484509403057677665248450940305767766524845094030576776652484509403057677665248450940305767766524845094030576776652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5924c25d-1ba3-44ac-b25a-273e20a06940, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6405295-2270-4dc0-89e5-3b1a20e1d4a9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6405295-2270-4dc0-89e5-3b1a20e1d4a9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15267224615441392439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526722461544139243915267224615441392439152672246154413924391526722461544139243915267224615441392439152672246154413924391526722461544139243915267224615441392439152672246154413924391526722461544139243915267224615441392439152672246154413924391526722461544139243915267224615441392439152672246154413924391526722461544139243915267224615441392439152672246154413924391526722461544139243915267224615441392439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abd9d9d9-af2c-4a47-9641-04ac9f77079e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2008148f-8c9f-42f2-b03d-f66ac6a925b4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2008148f-8c9f-42f2-b03d-f66ac6a925b4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11296845786449758905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129684578644975890511296845786449758905112968457864497589051129684578644975890511296845786449758905112968457864497589051129684578644975890511296845786449758905112968457864497589051129684578644975890511296845786449758905112968457864497589051129684578644975890511296845786449758905112968457864497589051129684578644975890511296845786449758905112968457864497589051129684578644975890511296845786449758905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6405295-2270-4dc0-89e5-3b1a20e1d4a9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2008148f-8c9f-42f2-b03d-f66ac6a925b4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81491046-5eed-4000-8f4f-53d7c8573109, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 294a3c69-a291-4dc4-a150-f52ae3514cbc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 294a3c69-a291-4dc4-a150-f52ae3514cbc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10677126328702559074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067712632870255907410677126328702559074106771263287025590741067712632870255907410677126328702559074106771263287025590741067712632870255907410677126328702559074106771263287025590741067712632870255907410677126328702559074106771263287025590741067712632870255907410677126328702559074106771263287025590741067712632870255907410677126328702559074106771263287025590741067712632870255907410677126328702559074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81491046-5eed-4000-8f4f-53d7c8573109, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4227547551878912328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42275475518789123284227547551878912328422754755187891232842275475518789123284227547551878912328422754755187891232842275475518789123284227547551878912328422754755187891232842275475518789123284227547551878912328422754755187891232842275475518789123284227547551878912328422754755187891232842275475518789123284227547551878912328422754755187891232842275475518789123284227547551878912328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81491046-5eed-4000-8f4f-53d7c8573109, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f19a254c-a014-43a4-ad7c-6b93d930342e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 294a3c69-a291-4dc4-a150-f52ae3514cbc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f19a254c-a014-43a4-ad7c-6b93d930342e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2621329414113903011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26213294141139030112621329414113903011262132941411390301126213294141139030112621329414113903011262132941411390301126213294141139030112621329414113903011262132941411390301126213294141139030112621329414113903011262132941411390301126213294141139030112621329414113903011262132941411390301126213294141139030112621329414113903011262132941411390301126213294141139030112621329414113903011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b685ff2e-0a47-4571-9f8b-1c329f1d416d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b685ff2e-0a47-4571-9f8b-1c329f1d416d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15819812335129542531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581981233512954253115819812335129542531158198123351295425311581981233512954253115819812335129542531158198123351295425311581981233512954253115819812335129542531158198123351295425311581981233512954253115819812335129542531158198123351295425311581981233512954253115819812335129542531158198123351295425311581981233512954253115819812335129542531158198123351295425311581981233512954253115819812335129542531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b685ff2e-0a47-4571-9f8b-1c329f1d416d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f19a254c-a014-43a4-ad7c-6b93d930342e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83868775-94dd-4b29-b6a5-bfb4f81cdabe, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83868775-94dd-4b29-b6a5-bfb4f81cdabe, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1955899887888489824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19558998878884898241955899887888489824195589988788848982419558998878884898241955899887888489824195589988788848982419558998878884898241955899887888489824195589988788848982419558998878884898241955899887888489824195589988788848982419558998878884898241955899887888489824195589988788848982419558998878884898241955899887888489824195589988788848982419558998878884898241955899887888489824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4e58958-207c-409f-b7dd-cbff27aeb502, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4e58958-207c-409f-b7dd-cbff27aeb502, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8774241803822540453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87742418038225404538774241803822540453877424180382254045387742418038225404538774241803822540453877424180382254045387742418038225404538774241803822540453877424180382254045387742418038225404538774241803822540453877424180382254045387742418038225404538774241803822540453877424180382254045387742418038225404538774241803822540453877424180382254045387742418038225404538774241803822540453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83868775-94dd-4b29-b6a5-bfb4f81cdabe, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eef3ad40-16c3-45c5-8ec8-e8d75398063d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4e58958-207c-409f-b7dd-cbff27aeb502, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eef3ad40-16c3-45c5-8ec8-e8d75398063d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2933417963285522013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29334179632855220132933417963285522013293341796328552201329334179632855220132933417963285522013293341796328552201329334179632855220132933417963285522013293341796328552201329334179632855220132933417963285522013293341796328552201329334179632855220132933417963285522013293341796328552201329334179632855220132933417963285522013293341796328552201329334179632855220132933417963285522013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76a30529-38f1-4c6e-b13f-c7201e7878ac, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76a30529-38f1-4c6e-b13f-c7201e7878ac, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8471074127308545769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84710741273085457698471074127308545769847107412730854576984710741273085457698471074127308545769847107412730854576984710741273085457698471074127308545769847107412730854576984710741273085457698471074127308545769847107412730854576984710741273085457698471074127308545769847107412730854576984710741273085457698471074127308545769847107412730854576984710741273085457698471074127308545769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eef3ad40-16c3-45c5-8ec8-e8d75398063d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33dd1086-ad63-4242-b9e6-97fc96d97d68, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33dd1086-ad63-4242-b9e6-97fc96d97d68, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11868865234220934176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186886523422093417611868865234220934176118688652342209341761186886523422093417611868865234220934176118688652342209341761186886523422093417611868865234220934176118688652342209341761186886523422093417611868865234220934176118688652342209341761186886523422093417611868865234220934176118688652342209341761186886523422093417611868865234220934176118688652342209341761186886523422093417611868865234220934176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76a30529-38f1-4c6e-b13f-c7201e7878ac, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 491817ea-5e4a-4fa6-a8a9-efa455a25a47, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 491817ea-5e4a-4fa6-a8a9-efa455a25a47, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1142368929124752958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11423689291247529581142368929124752958114236892912475295811423689291247529581142368929124752958114236892912475295811423689291247529581142368929124752958114236892912475295811423689291247529581142368929124752958114236892912475295811423689291247529581142368929124752958114236892912475295811423689291247529581142368929124752958114236892912475295811423689291247529581142368929124752958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33dd1086-ad63-4242-b9e6-97fc96d97d68, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5938878-246a-403a-ac12-d871540df6ef, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5938878-246a-403a-ac12-d871540df6ef, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4262895118840917421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42628951188409174214262895118840917421426289511884091742142628951188409174214262895118840917421426289511884091742142628951188409174214262895118840917421426289511884091742142628951188409174214262895118840917421426289511884091742142628951188409174214262895118840917421426289511884091742142628951188409174214262895118840917421426289511884091742142628951188409174214262895118840917421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 491817ea-5e4a-4fa6-a8a9-efa455a25a47, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 370952f5-a984-4e6d-b347-a4d98a52e817, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5938878-246a-403a-ac12-d871540df6ef, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02124608-e2d3-4276-be08-cd8e642c4478, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 370952f5-a984-4e6d-b347-a4d98a52e817, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9333161809747493222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93331618097474932229333161809747493222933316180974749322293331618097474932229333161809747493222933316180974749322293331618097474932229333161809747493222933316180974749322293331618097474932229333161809747493222933316180974749322293331618097474932229333161809747493222933316180974749322293331618097474932229333161809747493222933316180974749322293331618097474932229333161809747493222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02124608-e2d3-4276-be08-cd8e642c4478, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18352723828556745100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835272382855674510018352723828556745100183527238285567451001835272382855674510018352723828556745100183527238285567451001835272382855674510018352723828556745100183527238285567451001835272382855674510018352723828556745100183527238285567451001835272382855674510018352723828556745100183527238285567451001835272382855674510018352723828556745100183527238285567451001835272382855674510018352723828556745100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 370952f5-a984-4e6d-b347-a4d98a52e817, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02124608-e2d3-4276-be08-cd8e642c4478, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80eae72a-acc7-479c-9965-9b90ebfd6bbd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80eae72a-acc7-479c-9965-9b90ebfd6bbd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14462388699650250035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446238869965025003514462388699650250035144623886996502500351446238869965025003514462388699650250035144623886996502500351446238869965025003514462388699650250035144623886996502500351446238869965025003514462388699650250035144623886996502500351446238869965025003514462388699650250035144623886996502500351446238869965025003514462388699650250035144623886996502500351446238869965025003514462388699650250035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea3d5ca3-9467-4d4b-a496-ffe74a357501, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea3d5ca3-9467-4d4b-a496-ffe74a357501, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2775194088304836241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27751940883048362412775194088304836241277519408830483624127751940883048362412775194088304836241277519408830483624127751940883048362412775194088304836241277519408830483624127751940883048362412775194088304836241277519408830483624127751940883048362412775194088304836241277519408830483624127751940883048362412775194088304836241277519408830483624127751940883048362412775194088304836241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80eae72a-acc7-479c-9965-9b90ebfd6bbd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea3d5ca3-9467-4d4b-a496-ffe74a357501, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 969af1a2-a043-45fe-8b4e-d563c7f57b30, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0c2ad7c-434e-46de-9e5e-e618da144f71, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 969af1a2-a043-45fe-8b4e-d563c7f57b30, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16062385680623782400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606238568062378240016062385680623782400160623856806237824001606238568062378240016062385680623782400160623856806237824001606238568062378240016062385680623782400160623856806237824001606238568062378240016062385680623782400160623856806237824001606238568062378240016062385680623782400160623856806237824001606238568062378240016062385680623782400160623856806237824001606238568062378240016062385680623782400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0c2ad7c-434e-46de-9e5e-e618da144f71, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2387255044531228157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23872550445312281572387255044531228157238725504453122815723872550445312281572387255044531228157238725504453122815723872550445312281572387255044531228157238725504453122815723872550445312281572387255044531228157238725504453122815723872550445312281572387255044531228157238725504453122815723872550445312281572387255044531228157238725504453122815723872550445312281572387255044531228157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0c2ad7c-434e-46de-9e5e-e618da144f71, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 969af1a2-a043-45fe-8b4e-d563c7f57b30, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cd0b1e8-6733-4b39-aaff-9dee1f39396a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cd0b1e8-6733-4b39-aaff-9dee1f39396a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10474618678917888473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047461867891788847310474618678917888473104746186789178884731047461867891788847310474618678917888473104746186789178884731047461867891788847310474618678917888473104746186789178884731047461867891788847310474618678917888473104746186789178884731047461867891788847310474618678917888473104746186789178884731047461867891788847310474618678917888473104746186789178884731047461867891788847310474618678917888473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35032cba-cefe-452f-b76c-a563bba352e6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35032cba-cefe-452f-b76c-a563bba352e6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6618256020039222829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66182560200392228296618256020039222829661825602003922282966182560200392228296618256020039222829661825602003922282966182560200392228296618256020039222829661825602003922282966182560200392228296618256020039222829661825602003922282966182560200392228296618256020039222829661825602003922282966182560200392228296618256020039222829661825602003922282966182560200392228296618256020039222829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cd0b1e8-6733-4b39-aaff-9dee1f39396a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35032cba-cefe-452f-b76c-a563bba352e6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53a85667-3417-4c19-add1-8c9c85be81a9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53a85667-3417-4c19-add1-8c9c85be81a9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 891686513994599994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "891686513994599994891686513994599994891686513994599994891686513994599994891686513994599994891686513994599994891686513994599994891686513994599994891686513994599994891686513994599994891686513994599994891686513994599994891686513994599994891686513994599994891686513994599994891686513994599994891686513994599994891686513994599994891686513994599994891686513994599994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da80c5b7-ac81-415d-9ab9-09caf610e5a2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da80c5b7-ac81-415d-9ab9-09caf610e5a2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9283079025072938645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92830790250729386459283079025072938645928307902507293864592830790250729386459283079025072938645928307902507293864592830790250729386459283079025072938645928307902507293864592830790250729386459283079025072938645928307902507293864592830790250729386459283079025072938645928307902507293864592830790250729386459283079025072938645928307902507293864592830790250729386459283079025072938645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53a85667-3417-4c19-add1-8c9c85be81a9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33686acc-b293-4914-ba4d-762e6db4ba32, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33686acc-b293-4914-ba4d-762e6db4ba32, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3084573603526627647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30845736035266276473084573603526627647308457360352662764730845736035266276473084573603526627647308457360352662764730845736035266276473084573603526627647308457360352662764730845736035266276473084573603526627647308457360352662764730845736035266276473084573603526627647308457360352662764730845736035266276473084573603526627647308457360352662764730845736035266276473084573603526627647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da80c5b7-ac81-415d-9ab9-09caf610e5a2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35a533eb-1bc9-4110-992b-76ae468d1cb6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33686acc-b293-4914-ba4d-762e6db4ba32, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35a533eb-1bc9-4110-992b-76ae468d1cb6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17701524232771092772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770152423277109277217701524232771092772177015242327710927721770152423277109277217701524232771092772177015242327710927721770152423277109277217701524232771092772177015242327710927721770152423277109277217701524232771092772177015242327710927721770152423277109277217701524232771092772177015242327710927721770152423277109277217701524232771092772177015242327710927721770152423277109277217701524232771092772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b90f9ba-6461-444c-b012-e567282319b7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b90f9ba-6461-444c-b012-e567282319b7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3338523216065961636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33385232160659616363338523216065961636333852321606596163633385232160659616363338523216065961636333852321606596163633385232160659616363338523216065961636333852321606596163633385232160659616363338523216065961636333852321606596163633385232160659616363338523216065961636333852321606596163633385232160659616363338523216065961636333852321606596163633385232160659616363338523216065961636" } } } 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 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62323 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_bfn6j6d9.log --grpc-port=7193 --mon-port=64371 --ic-port=1486 --key-file /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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:62323', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_bfn6j6d9.log', '--grpc-port=7193', '--mon-port=64371', '--ic-port=1486', '--key-file', '/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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: 961115
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:7193/2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35a533eb-1bc9-4110-992b-76ae468d1cb6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b90f9ba-6461-444c-b012-e567282319b7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d96de310-c083-4569-b652-e3ea5cb8d4ed, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d96de310-c083-4569-b652-e3ea5cb8d4ed, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18277650111500181266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827765011150018126618277650111500181266182776501115001812661827765011150018126618277650111500181266182776501115001812661827765011150018126618277650111500181266182776501115001812661827765011150018126618277650111500181266182776501115001812661827765011150018126618277650111500181266182776501115001812661827765011150018126618277650111500181266182776501115001812661827765011150018126618277650111500181266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a8a3d4c-4cf4-48cc-82c2-594569e4c29c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a8a3d4c-4cf4-48cc-82c2-594569e4c29c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16829233442931104897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682923344293110489716829233442931104897168292334429311048971682923344293110489716829233442931104897168292334429311048971682923344293110489716829233442931104897168292334429311048971682923344293110489716829233442931104897168292334429311048971682923344293110489716829233442931104897168292334429311048971682923344293110489716829233442931104897168292334429311048971682923344293110489716829233442931104897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 961116
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d96de310-c083-4569-b652-e3ea5cb8d4ed, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a8a3d4c-4cf4-48cc-82c2-594569e4c29c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1164f4e9-310b-433e-987a-7472ab683f31, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1164f4e9-310b-433e-987a-7472ab683f31, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7472075939124440326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74720759391244403267472075939124440326747207593912444032674720759391244403267472075939124440326747207593912444032674720759391244403267472075939124440326747207593912444032674720759391244403267472075939124440326747207593912444032674720759391244403267472075939124440326747207593912444032674720759391244403267472075939124440326747207593912444032674720759391244403267472075939124440326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4946512d-5df1-41c4-a22d-f8025da2280c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4946512d-5df1-41c4-a22d-f8025da2280c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3928070320862265419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39280703208622654193928070320862265419392807032086226541939280703208622654193928070320862265419392807032086226541939280703208622654193928070320862265419392807032086226541939280703208622654193928070320862265419392807032086226541939280703208622654193928070320862265419392807032086226541939280703208622654193928070320862265419392807032086226541939280703208622654193928070320862265419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1164f4e9-310b-433e-987a-7472ab683f31, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2c89d21-8f2f-4006-8d90-159cbed84449, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4946512d-5df1-41c4-a22d-f8025da2280c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2c89d21-8f2f-4006-8d90-159cbed84449, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7750197541570685330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77501975415706853307750197541570685330775019754157068533077501975415706853307750197541570685330775019754157068533077501975415706853307750197541570685330775019754157068533077501975415706853307750197541570685330775019754157068533077501975415706853307750197541570685330775019754157068533077501975415706853307750197541570685330775019754157068533077501975415706853307750197541570685330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45fc54aa-265d-4937-85e9-989c8d2baac8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45fc54aa-265d-4937-85e9-989c8d2baac8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 449275407968362839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "449275407968362839449275407968362839449275407968362839449275407968362839449275407968362839449275407968362839449275407968362839449275407968362839449275407968362839449275407968362839449275407968362839449275407968362839449275407968362839449275407968362839449275407968362839449275407968362839449275407968362839449275407968362839449275407968362839449275407968362839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45fc54aa-265d-4937-85e9-989c8d2baac8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2c89d21-8f2f-4006-8d90-159cbed84449, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 159e7a1c-1a08-4464-b53b-22fba565f54e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 159e7a1c-1a08-4464-b53b-22fba565f54e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13866662544446411274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386666254444641127413866662544446411274138666625444464112741386666254444641127413866662544446411274138666625444464112741386666254444641127413866662544446411274138666625444464112741386666254444641127413866662544446411274138666625444464112741386666254444641127413866662544446411274138666625444464112741386666254444641127413866662544446411274138666625444464112741386666254444641127413866662544446411274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3effe675-517b-445f-8ff5-953537c55b4f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3effe675-517b-445f-8ff5-953537c55b4f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14174846650979691686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417484665097969168614174846650979691686141748466509796916861417484665097969168614174846650979691686141748466509796916861417484665097969168614174846650979691686141748466509796916861417484665097969168614174846650979691686141748466509796916861417484665097969168614174846650979691686141748466509796916861417484665097969168614174846650979691686141748466509796916861417484665097969168614174846650979691686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3effe675-517b-445f-8ff5-953537c55b4f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 159e7a1c-1a08-4464-b53b-22fba565f54e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4a852d2-4088-414b-8cda-f84286489ac3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4a852d2-4088-414b-8cda-f84286489ac3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9993407723840254960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99934077238402549609993407723840254960999340772384025496099934077238402549609993407723840254960999340772384025496099934077238402549609993407723840254960999340772384025496099934077238402549609993407723840254960999340772384025496099934077238402549609993407723840254960999340772384025496099934077238402549609993407723840254960999340772384025496099934077238402549609993407723840254960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4cef4c2-9eca-4318-98cf-0a034f616b06, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4cef4c2-9eca-4318-98cf-0a034f616b06, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 992690720300322059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "992690720300322059992690720300322059992690720300322059992690720300322059992690720300322059992690720300322059992690720300322059992690720300322059992690720300322059992690720300322059992690720300322059992690720300322059992690720300322059992690720300322059992690720300322059992690720300322059992690720300322059992690720300322059992690720300322059992690720300322059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4a852d2-4088-414b-8cda-f84286489ac3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62f1c3ce-70a7-4db7-ad17-3350e8767195, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62f1c3ce-70a7-4db7-ad17-3350e8767195, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12364120153991576120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236412015399157612012364120153991576120123641201539915761201236412015399157612012364120153991576120123641201539915761201236412015399157612012364120153991576120123641201539915761201236412015399157612012364120153991576120123641201539915761201236412015399157612012364120153991576120123641201539915761201236412015399157612012364120153991576120123641201539915761201236412015399157612012364120153991576120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4cef4c2-9eca-4318-98cf-0a034f616b06, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73e23336-cf56-4d9c-95e1-e795609f45f4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73e23336-cf56-4d9c-95e1-e795609f45f4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16162225039271014672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616222503927101467216162225039271014672161622250392710146721616222503927101467216162225039271014672161622250392710146721616222503927101467216162225039271014672161622250392710146721616222503927101467216162225039271014672161622250392710146721616222503927101467216162225039271014672161622250392710146721616222503927101467216162225039271014672161622250392710146721616222503927101467216162225039271014672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62f1c3ce-70a7-4db7-ad17-3350e8767195, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8f33eca-3af3-46c4-9cd9-e7fe179e74c6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8f33eca-3af3-46c4-9cd9-e7fe179e74c6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14717014188034025344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471701418803402534414717014188034025344147170141880340253441471701418803402534414717014188034025344147170141880340253441471701418803402534414717014188034025344147170141880340253441471701418803402534414717014188034025344147170141880340253441471701418803402534414717014188034025344147170141880340253441471701418803402534414717014188034025344147170141880340253441471701418803402534414717014188034025344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73e23336-cf56-4d9c-95e1-e795609f45f4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8f33eca-3af3-46c4-9cd9-e7fe179e74c6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c009bd09-a181-405f-b934-e96ac924b182, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c009bd09-a181-405f-b934-e96ac924b182, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11432435078410632790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143243507841063279011432435078410632790114324350784106327901143243507841063279011432435078410632790114324350784106327901143243507841063279011432435078410632790114324350784106327901143243507841063279011432435078410632790114324350784106327901143243507841063279011432435078410632790114324350784106327901143243507841063279011432435078410632790114324350784106327901143243507841063279011432435078410632790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8079a2a8-2e33-4dfa-bf48-ac78a2819879, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8079a2a8-2e33-4dfa-bf48-ac78a2819879, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17628719248397672184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762871924839767218417628719248397672184176287192483976721841762871924839767218417628719248397672184176287192483976721841762871924839767218417628719248397672184176287192483976721841762871924839767218417628719248397672184176287192483976721841762871924839767218417628719248397672184176287192483976721841762871924839767218417628719248397672184176287192483976721841762871924839767218417628719248397672184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c009bd09-a181-405f-b934-e96ac924b182, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7aa43df1-404b-475a-abfd-bd7ea886df94, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aa43df1-404b-475a-abfd-bd7ea886df94, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12384219388319109595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238421938831910959512384219388319109595123842193883191095951238421938831910959512384219388319109595123842193883191095951238421938831910959512384219388319109595123842193883191095951238421938831910959512384219388319109595123842193883191095951238421938831910959512384219388319109595123842193883191095951238421938831910959512384219388319109595123842193883191095951238421938831910959512384219388319109595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8079a2a8-2e33-4dfa-bf48-ac78a2819879, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6a335b1-a2ef-459c-ae31-27ef11c8c5f2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a335b1-a2ef-459c-ae31-27ef11c8c5f2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16338867914147410959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633886791414741095916338867914147410959163388679141474109591633886791414741095916338867914147410959163388679141474109591633886791414741095916338867914147410959163388679141474109591633886791414741095916338867914147410959163388679141474109591633886791414741095916338867914147410959163388679141474109591633886791414741095916338867914147410959163388679141474109591633886791414741095916338867914147410959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aa43df1-404b-475a-abfd-bd7ea886df94, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 733a9a66-4113-4372-9731-3c71eb104db6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 733a9a66-4113-4372-9731-3c71eb104db6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15366494617648154572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536649461764815457215366494617648154572153664946176481545721536649461764815457215366494617648154572153664946176481545721536649461764815457215366494617648154572153664946176481545721536649461764815457215366494617648154572153664946176481545721536649461764815457215366494617648154572153664946176481545721536649461764815457215366494617648154572153664946176481545721536649461764815457215366494617648154572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a335b1-a2ef-459c-ae31-27ef11c8c5f2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 296083cc-2014-4ac7-9f4a-b98e5f40b3bf, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 296083cc-2014-4ac7-9f4a-b98e5f40b3bf, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2028118546258414025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20281185462584140252028118546258414025202811854625841402520281185462584140252028118546258414025202811854625841402520281185462584140252028118546258414025202811854625841402520281185462584140252028118546258414025202811854625841402520281185462584140252028118546258414025202811854625841402520281185462584140252028118546258414025202811854625841402520281185462584140252028118546258414025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 733a9a66-4113-4372-9731-3c71eb104db6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd5aaa7d-c908-4420-be3f-2ce9424e421f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd5aaa7d-c908-4420-be3f-2ce9424e421f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3543987608139130685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35439876081391306853543987608139130685354398760813913068535439876081391306853543987608139130685354398760813913068535439876081391306853543987608139130685354398760813913068535439876081391306853543987608139130685354398760813913068535439876081391306853543987608139130685354398760813913068535439876081391306853543987608139130685354398760813913068535439876081391306853543987608139130685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 296083cc-2014-4ac7-9f4a-b98e5f40b3bf, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23059c63-5f27-44d2-a92f-d61ee9bdb3b6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23059c63-5f27-44d2-a92f-d61ee9bdb3b6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 827086994605288183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "827086994605288183827086994605288183827086994605288183827086994605288183827086994605288183827086994605288183827086994605288183827086994605288183827086994605288183827086994605288183827086994605288183827086994605288183827086994605288183827086994605288183827086994605288183827086994605288183827086994605288183827086994605288183827086994605288183827086994605288183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd5aaa7d-c908-4420-be3f-2ce9424e421f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e7b1634-f97e-482b-a9bb-2a054902880b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e7b1634-f97e-482b-a9bb-2a054902880b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1238224365553574439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12382243655535744391238224365553574439123822436555357443912382243655535744391238224365553574439123822436555357443912382243655535744391238224365553574439123822436555357443912382243655535744391238224365553574439123822436555357443912382243655535744391238224365553574439123822436555357443912382243655535744391238224365553574439123822436555357443912382243655535744391238224365553574439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23059c63-5f27-44d2-a92f-d61ee9bdb3b6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f65f66dd-52df-4573-8c77-866c484451a6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e7b1634-f97e-482b-a9bb-2a054902880b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 951ce150-562b-4223-bc53-acfdbc21eeed, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 951ce150-562b-4223-bc53-acfdbc21eeed, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15686843960774767778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568684396077476777815686843960774767778156868439607747677781568684396077476777815686843960774767778156868439607747677781568684396077476777815686843960774767778156868439607747677781568684396077476777815686843960774767778156868439607747677781568684396077476777815686843960774767778156868439607747677781568684396077476777815686843960774767778156868439607747677781568684396077476777815686843960774767778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f65f66dd-52df-4573-8c77-866c484451a6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2064627861797412574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20646278617974125742064627861797412574206462786179741257420646278617974125742064627861797412574206462786179741257420646278617974125742064627861797412574206462786179741257420646278617974125742064627861797412574206462786179741257420646278617974125742064627861797412574206462786179741257420646278617974125742064627861797412574206462786179741257420646278617974125742064627861797412574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 951ce150-562b-4223-bc53-acfdbc21eeed, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 608348da-d7ed-481e-9649-192aa0cd8d27, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 608348da-d7ed-481e-9649-192aa0cd8d27, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5364041435382658759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53640414353826587595364041435382658759536404143538265875953640414353826587595364041435382658759536404143538265875953640414353826587595364041435382658759536404143538265875953640414353826587595364041435382658759536404143538265875953640414353826587595364041435382658759536404143538265875953640414353826587595364041435382658759536404143538265875953640414353826587595364041435382658759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f65f66dd-52df-4573-8c77-866c484451a6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32e5f19c-f458-456c-8ee0-b374709281a1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32e5f19c-f458-456c-8ee0-b374709281a1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3752766186820406541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37527661868204065413752766186820406541375276618682040654137527661868204065413752766186820406541375276618682040654137527661868204065413752766186820406541375276618682040654137527661868204065413752766186820406541375276618682040654137527661868204065413752766186820406541375276618682040654137527661868204065413752766186820406541375276618682040654137527661868204065413752766186820406541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 608348da-d7ed-481e-9649-192aa0cd8d27, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32e5f19c-f458-456c-8ee0-b374709281a1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb68b540-b46f-45b0-82bc-eb451f057bb0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb68b540-b46f-45b0-82bc-eb451f057bb0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9268168818815172059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92681688188151720599268168818815172059926816881881517205992681688188151720599268168818815172059926816881881517205992681688188151720599268168818815172059926816881881517205992681688188151720599268168818815172059926816881881517205992681688188151720599268168818815172059926816881881517205992681688188151720599268168818815172059926816881881517205992681688188151720599268168818815172059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9340cc6b-44f7-401b-8ff5-c99beca8dfdc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9340cc6b-44f7-401b-8ff5-c99beca8dfdc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14262644973255439401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426264497325543940114262644973255439401142626449732554394011426264497325543940114262644973255439401142626449732554394011426264497325543940114262644973255439401142626449732554394011426264497325543940114262644973255439401142626449732554394011426264497325543940114262644973255439401142626449732554394011426264497325543940114262644973255439401142626449732554394011426264497325543940114262644973255439401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb68b540-b46f-45b0-82bc-eb451f057bb0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1237a117-3f44-4fd3-9396-88c56c574af9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9340cc6b-44f7-401b-8ff5-c99beca8dfdc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1237a117-3f44-4fd3-9396-88c56c574af9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10915762334630888180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091576233463088818010915762334630888180109157623346308881801091576233463088818010915762334630888180109157623346308881801091576233463088818010915762334630888180109157623346308881801091576233463088818010915762334630888180109157623346308881801091576233463088818010915762334630888180109157623346308881801091576233463088818010915762334630888180109157623346308881801091576233463088818010915762334630888180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 066fa56e-f379-4b5f-a2d7-ff2b34294cf7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 066fa56e-f379-4b5f-a2d7-ff2b34294cf7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7547094344346295890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75470943443462958907547094344346295890754709434434629589075470943443462958907547094344346295890754709434434629589075470943443462958907547094344346295890754709434434629589075470943443462958907547094344346295890754709434434629589075470943443462958907547094344346295890754709434434629589075470943443462958907547094344346295890754709434434629589075470943443462958907547094344346295890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1237a117-3f44-4fd3-9396-88c56c574af9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a352442-be9f-4fc3-bf89-6ea9ad95d144, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a352442-be9f-4fc3-bf89-6ea9ad95d144, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7423435072071375973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74234350720713759737423435072071375973742343507207137597374234350720713759737423435072071375973742343507207137597374234350720713759737423435072071375973742343507207137597374234350720713759737423435072071375973742343507207137597374234350720713759737423435072071375973742343507207137597374234350720713759737423435072071375973742343507207137597374234350720713759737423435072071375973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 066fa56e-f379-4b5f-a2d7-ff2b34294cf7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ff0027f-88c7-4e63-bb90-2d0d5bc2d36a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ff0027f-88c7-4e63-bb90-2d0d5bc2d36a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5090918543360526042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50909185433605260425090918543360526042509091854336052604250909185433605260425090918543360526042509091854336052604250909185433605260425090918543360526042509091854336052604250909185433605260425090918543360526042509091854336052604250909185433605260425090918543360526042509091854336052604250909185433605260425090918543360526042509091854336052604250909185433605260425090918543360526042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a352442-be9f-4fc3-bf89-6ea9ad95d144, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ff0027f-88c7-4e63-bb90-2d0d5bc2d36a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 334ded41-136c-45bd-b0a3-f8239860d7d7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53a29a6c-d1bb-4774-89b4-b2d15a871116, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53a29a6c-d1bb-4774-89b4-b2d15a871116, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8525339253266192347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85253392532661923478525339253266192347852533925326619234785253392532661923478525339253266192347852533925326619234785253392532661923478525339253266192347852533925326619234785253392532661923478525339253266192347852533925326619234785253392532661923478525339253266192347852533925326619234785253392532661923478525339253266192347852533925326619234785253392532661923478525339253266192347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 334ded41-136c-45bd-b0a3-f8239860d7d7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2693006062460185398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26930060624601853982693006062460185398269300606246018539826930060624601853982693006062460185398269300606246018539826930060624601853982693006062460185398269300606246018539826930060624601853982693006062460185398269300606246018539826930060624601853982693006062460185398269300606246018539826930060624601853982693006062460185398269300606246018539826930060624601853982693006062460185398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53a29a6c-d1bb-4774-89b4-b2d15a871116, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00a937e2-f10f-4e23-969b-7f051754d07a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 334ded41-136c-45bd-b0a3-f8239860d7d7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00a937e2-f10f-4e23-969b-7f051754d07a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15585385396385293127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558538539638529312715585385396385293127155853853963852931271558538539638529312715585385396385293127155853853963852931271558538539638529312715585385396385293127155853853963852931271558538539638529312715585385396385293127155853853963852931271558538539638529312715585385396385293127155853853963852931271558538539638529312715585385396385293127155853853963852931271558538539638529312715585385396385293127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51d553bc-b40a-431f-82d7-71a0cfdb2cdf, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51d553bc-b40a-431f-82d7-71a0cfdb2cdf, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 266001887145644393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "266001887145644393266001887145644393266001887145644393266001887145644393266001887145644393266001887145644393266001887145644393266001887145644393266001887145644393266001887145644393266001887145644393266001887145644393266001887145644393266001887145644393266001887145644393266001887145644393266001887145644393266001887145644393266001887145644393266001887145644393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00a937e2-f10f-4e23-969b-7f051754d07a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10d87264-a817-4bfe-93c8-fd1d4c274ad9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d87264-a817-4bfe-93c8-fd1d4c274ad9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12871823564777824993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287182356477782499312871823564777824993128718235647778249931287182356477782499312871823564777824993128718235647778249931287182356477782499312871823564777824993128718235647778249931287182356477782499312871823564777824993128718235647778249931287182356477782499312871823564777824993128718235647778249931287182356477782499312871823564777824993128718235647778249931287182356477782499312871823564777824993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51d553bc-b40a-431f-82d7-71a0cfdb2cdf, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8b6bd05-4480-40ba-b4b4-c090bd796159, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8b6bd05-4480-40ba-b4b4-c090bd796159, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11388060481396644069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138806048139664406911388060481396644069113880604813966440691138806048139664406911388060481396644069113880604813966440691138806048139664406911388060481396644069113880604813966440691138806048139664406911388060481396644069113880604813966440691138806048139664406911388060481396644069113880604813966440691138806048139664406911388060481396644069113880604813966440691138806048139664406911388060481396644069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d87264-a817-4bfe-93c8-fd1d4c274ad9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8b6bd05-4480-40ba-b4b4-c090bd796159, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78f63d4d-3ecd-4240-86dd-6b54d64ad074, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78f63d4d-3ecd-4240-86dd-6b54d64ad074, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16062201821721386256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606220182172138625616062201821721386256160622018217213862561606220182172138625616062201821721386256160622018217213862561606220182172138625616062201821721386256160622018217213862561606220182172138625616062201821721386256160622018217213862561606220182172138625616062201821721386256160622018217213862561606220182172138625616062201821721386256160622018217213862561606220182172138625616062201821721386256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc97f75d-5da6-4fcb-b1b8-11e3784450e9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc97f75d-5da6-4fcb-b1b8-11e3784450e9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2411017857197598189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24110178571975981892411017857197598189241101785719759818924110178571975981892411017857197598189241101785719759818924110178571975981892411017857197598189241101785719759818924110178571975981892411017857197598189241101785719759818924110178571975981892411017857197598189241101785719759818924110178571975981892411017857197598189241101785719759818924110178571975981892411017857197598189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78f63d4d-3ecd-4240-86dd-6b54d64ad074, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b922077d-fcbb-4527-be6d-26390363753c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b922077d-fcbb-4527-be6d-26390363753c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10629117650762105121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062911765076210512110629117650762105121106291176507621051211062911765076210512110629117650762105121106291176507621051211062911765076210512110629117650762105121106291176507621051211062911765076210512110629117650762105121106291176507621051211062911765076210512110629117650762105121106291176507621051211062911765076210512110629117650762105121106291176507621051211062911765076210512110629117650762105121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc97f75d-5da6-4fcb-b1b8-11e3784450e9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0076f7f9-4486-4bcc-8949-407a341a5cd8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0076f7f9-4486-4bcc-8949-407a341a5cd8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14522384849764671557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452238484976467155714522384849764671557145223848497646715571452238484976467155714522384849764671557145223848497646715571452238484976467155714522384849764671557145223848497646715571452238484976467155714522384849764671557145223848497646715571452238484976467155714522384849764671557145223848497646715571452238484976467155714522384849764671557145223848497646715571452238484976467155714522384849764671557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b922077d-fcbb-4527-be6d-26390363753c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0076f7f9-4486-4bcc-8949-407a341a5cd8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 123fa73c-106b-4077-93b2-5ef330645d26, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 123fa73c-106b-4077-93b2-5ef330645d26, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6970747788820838412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69707477888208384126970747788820838412697074778882083841269707477888208384126970747788820838412697074778882083841269707477888208384126970747788820838412697074778882083841269707477888208384126970747788820838412697074778882083841269707477888208384126970747788820838412697074778882083841269707477888208384126970747788820838412697074778882083841269707477888208384126970747788820838412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ccceb90-5b99-43f0-9d8a-5c0aa8600263, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ccceb90-5b99-43f0-9d8a-5c0aa8600263, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13879622355166559027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387962235516655902713879622355166559027138796223551665590271387962235516655902713879622355166559027138796223551665590271387962235516655902713879622355166559027138796223551665590271387962235516655902713879622355166559027138796223551665590271387962235516655902713879622355166559027138796223551665590271387962235516655902713879622355166559027138796223551665590271387962235516655902713879622355166559027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 123fa73c-106b-4077-93b2-5ef330645d26, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccc8675b-7131-4ccc-aa99-36a86ee7825c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccc8675b-7131-4ccc-aa99-36a86ee7825c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1638510553197984083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16385105531979840831638510553197984083163851055319798408316385105531979840831638510553197984083163851055319798408316385105531979840831638510553197984083163851055319798408316385105531979840831638510553197984083163851055319798408316385105531979840831638510553197984083163851055319798408316385105531979840831638510553197984083163851055319798408316385105531979840831638510553197984083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ccceb90-5b99-43f0-9d8a-5c0aa8600263, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6232f03f-e609-4900-93fa-2b451a564d10, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6232f03f-e609-4900-93fa-2b451a564d10, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17510480599090898868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751048059909089886817510480599090898868175104805990908988681751048059909089886817510480599090898868175104805990908988681751048059909089886817510480599090898868175104805990908988681751048059909089886817510480599090898868175104805990908988681751048059909089886817510480599090898868175104805990908988681751048059909089886817510480599090898868175104805990908988681751048059909089886817510480599090898868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccc8675b-7131-4ccc-aa99-36a86ee7825c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f50c7da-9be2-44ad-8924-3881e0b17e23, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f50c7da-9be2-44ad-8924-3881e0b17e23, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8524973492674991391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85249734926749913918524973492674991391852497349267499139185249734926749913918524973492674991391852497349267499139185249734926749913918524973492674991391852497349267499139185249734926749913918524973492674991391852497349267499139185249734926749913918524973492674991391852497349267499139185249734926749913918524973492674991391852497349267499139185249734926749913918524973492674991391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6232f03f-e609-4900-93fa-2b451a564d10, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 166c5d72-dd10-40ce-a72b-7a506fa5d7bd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 166c5d72-dd10-40ce-a72b-7a506fa5d7bd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16861189029873798336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686118902987379833616861189029873798336168611890298737983361686118902987379833616861189029873798336168611890298737983361686118902987379833616861189029873798336168611890298737983361686118902987379833616861189029873798336168611890298737983361686118902987379833616861189029873798336168611890298737983361686118902987379833616861189029873798336168611890298737983361686118902987379833616861189029873798336" } } } 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 961116) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 961116) elapsed time (sec): 0.7837772369384766
DEBUG    ya.test:process.py:263 Command (pid 961116) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 961116) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 961116) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 961116) ixrss: 0
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f50c7da-9be2-44ad-8924-3881e0b17e23, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 961116) majflt: 0
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 166c5d72-dd10-40ce-a72b-7a506fa5d7bd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cb77f5b-1599-4542-9cbc-d2819d27e33b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ya.test:process.py:263 Command (pid 961116) maxrss: 958876
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb77f5b-1599-4542-9cbc-d2819d27e33b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4345672345273423363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43456723452734233634345672345273423363434567234527342336343456723452734233634345672345273423363434567234527342336343456723452734233634345672345273423363434567234527342336343456723452734233634345672345273423363434567234527342336343456723452734233634345672345273423363434567234527342336343456723452734233634345672345273423363434567234527342336343456723452734233634345672345273423363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ya.test:process.py:263 Command (pid 961116) minflt: 45620
DEBUG    ya.test:process.py:263 Command (pid 961116) msgrcv: 0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 934a5b2d-fbd1-4716-a6fa-42f15591187b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb77f5b-1599-4542-9cbc-d2819d27e33b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 934a5b2d-fbd1-4716-a6fa-42f15591187b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15113211410674792917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511321141067479291715113211410674792917151132114106747929171511321141067479291715113211410674792917151132114106747929171511321141067479291715113211410674792917151132114106747929171511321141067479291715113211410674792917151132114106747929171511321141067479291715113211410674792917151132114106747929171511321141067479291715113211410674792917151132114106747929171511321141067479291715113211410674792917" } } } 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 961116) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 961116) nivcsw: 147
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ya.test:process.py:263 Command (pid 961116) nsignals: 0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3baf626b-1398-4172-8928-9fb20d14f914, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ya.test:process.py:263 Command (pid 961116) nswap: 0
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3baf626b-1398-4172-8928-9fb20d14f914, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9030128041372265648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90301280413722656489030128041372265648903012804137226564890301280413722656489030128041372265648903012804137226564890301280413722656489030128041372265648903012804137226564890301280413722656489030128041372265648903012804137226564890301280413722656489030128041372265648903012804137226564890301280413722656489030128041372265648903012804137226564890301280413722656489030128041372265648" } } } 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 961116) nvcsw: 14
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 934a5b2d-fbd1-4716-a6fa-42f15591187b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ya.test:process.py:263 Command (pid 961116) oublock: 8
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, caaa9e72-f5cd-4f15-b350-cafc68a69b06, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ya.test:process.py:263 Command (pid 961116) stime: 0.19036599999999998
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caaa9e72-f5cd-4f15-b350-cafc68a69b06, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17288706997298679234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728870699729867923417288706997298679234172887069972986792341728870699729867923417288706997298679234172887069972986792341728870699729867923417288706997298679234172887069972986792341728870699729867923417288706997298679234172887069972986792341728870699729867923417288706997298679234172887069972986792341728870699729867923417288706997298679234172887069972986792341728870699729867923417288706997298679234" } } } 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 961116) utime: 0.472721
DEBUG    ya.test:process.py:263 Command (pid 961116) wtime: 0.786
DEBUG    ya.test:process.py:275 Command (pid 961116) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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:52 RpcState(ExecuteDataQuery, 3baf626b-1398-4172-8928-9fb20d14f914, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:276 Command (pid 961116) errors:

DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 2 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caaa9e72-f5cd-4f15-b350-cafc68a69b06, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90cb31ae-eb94-4b9f-96cd-9530b2e9dbf0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90cb31ae-eb94-4b9f-96cd-9530b2e9dbf0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12632038133420511486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263203813342051148612632038133420511486126320381334205114861263203813342051148612632038133420511486126320381334205114861263203813342051148612632038133420511486126320381334205114861263203813342051148612632038133420511486126320381334205114861263203813342051148612632038133420511486126320381334205114861263203813342051148612632038133420511486126320381334205114861263203813342051148612632038133420511486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6662805-ba40-44d3-ad96-5bf8b59426d0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6662805-ba40-44d3-ad96-5bf8b59426d0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2052438250832261409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20524382508322614092052438250832261409205243825083226140920524382508322614092052438250832261409205243825083226140920524382508322614092052438250832261409205243825083226140920524382508322614092052438250832261409205243825083226140920524382508322614092052438250832261409205243825083226140920524382508322614092052438250832261409205243825083226140920524382508322614092052438250832261409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90cb31ae-eb94-4b9f-96cd-9530b2e9dbf0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6662805-ba40-44d3-ad96-5bf8b59426d0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36ff0eee-8784-41c8-9b5c-73fb80ebd7f7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36ff0eee-8784-41c8-9b5c-73fb80ebd7f7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13327875798486614792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332787579848661479213327875798486614792133278757984866147921332787579848661479213327875798486614792133278757984866147921332787579848661479213327875798486614792133278757984866147921332787579848661479213327875798486614792133278757984866147921332787579848661479213327875798486614792133278757984866147921332787579848661479213327875798486614792133278757984866147921332787579848661479213327875798486614792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68eb0de1-f4ca-4e75-b497-f75be3e2b005, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68eb0de1-f4ca-4e75-b497-f75be3e2b005, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2019224195773433282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20192241957734332822019224195773433282201922419577343328220192241957734332822019224195773433282201922419577343328220192241957734332822019224195773433282201922419577343328220192241957734332822019224195773433282201922419577343328220192241957734332822019224195773433282201922419577343328220192241957734332822019224195773433282201922419577343328220192241957734332822019224195773433282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36ff0eee-8784-41c8-9b5c-73fb80ebd7f7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3204aa7-078e-470d-8b24-12c9ca5a4424, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68eb0de1-f4ca-4e75-b497-f75be3e2b005, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=694440cf-a2cfab3a-3c6f9152-e8a7a5ad" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3204aa7-078e-470d-8b24-12c9ca5a4424, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13992379889420400241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399237988942040024113992379889420400241139923798894204002411399237988942040024113992379889420400241139923798894204002411399237988942040024113992379889420400241139923798894204002411399237988942040024113992379889420400241139923798894204002411399237988942040024113992379889420400241139923798894204002411399237988942040024113992379889420400241139923798894204002411399237988942040024113992379889420400241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1e180ffdb0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1e180ffdb0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 9c99822a-7fcb-4ad9-a316-775710b13e5d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3204aa7-078e-470d-8b24-12c9ca5a4424, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 9c99822a-7fcb-4ad9-a316-775710b13e5d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NGMyNzNiNGQtYjMyNjZmMTMtZGM5ZWVjZGUtY2ExODk5NQ==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 9c99822a-7fcb-4ad9-a316-775710b13e5d, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 9c99822a-7fcb-4ad9-a316-775710b13e5d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 9c99822a-7fcb-4ad9-a316-775710b13e5d, ghrun-saptlbqaqq.auto.internal:28695): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c1e180ffdb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfb619b1-253b-4ab7-ba75-5f0be1ded3c4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfb619b1-253b-4ab7-ba75-5f0be1ded3c4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16893692842239030879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689369284223903087916893692842239030879168936928422390308791689369284223903087916893692842239030879168936928422390308791689369284223903087916893692842239030879168936928422390308791689369284223903087916893692842239030879168936928422390308791689369284223903087916893692842239030879168936928422390308791689369284223903087916893692842239030879168936928422390308791689369284223903087916893692842239030879" } } } query_cache_policy { keep_in_cache: true } 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 0x7c1e159584b0 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 0x7c1e1597a9b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ed14400c-735e-4a3a-aba4-5369f2e1ef37, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ed14400c-735e-4a3a-aba4-5369f2e1ef37, ghrun-saptlbqaqq.auto.internal:28695): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, ed14400c-735e-4a3a-aba4-5369f2e1ef37, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, ed14400c-735e-4a3a-aba4-5369f2e1ef37, ghrun-saptlbqaqq.auto.internal:28695): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Cannot create session: system shutdown requested.", grpc_status:8, created_time:"2025-11-27T14:10:26.822009745+00:00"}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, ed14400c-735e-4a3a-aba4-5369f2e1ef37, ghrun-saptlbqaqq.auto.internal:28695): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-saptlbqaqq.auto.internal:28695
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Cannot create session: system shutdown requested.", grpc_status:8, created_time:"2025-11-27T14:10:26.822009745+00:00"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e1597a9b0>
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(CreateSession, 0b7f51ab-2a47-4503-9db5-759f7b5b35fb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfb619b1-253b-4ab7-ba75-5f0be1ded3c4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0b7f51ab-2a47-4503-9db5-759f7b5b35fb, ghrun-saptlbqaqq.auto.internal:22054): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 51319f0c-1ce7-445e-ba8c-e9e5a0b5531d, localhost:62323): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 51319f0c-1ce7-445e-ba8c-e9e5a0b5531d, localhost:62323): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 0b7f51ab-2a47-4503-9db5-759f7b5b35fb, ghrun-saptlbqaqq.auto.internal:22054): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0b7f51ab-2a47-4503-9db5-759f7b5b35fb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" } } } }
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 0b7f51ab-2a47-4503-9db5-759f7b5b35fb, ghrun-saptlbqaqq.auto.internal:22054): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 51319f0c-1ce7-445e-ba8c-e9e5a0b5531d, localhost:62323): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-saptlbqaqq.auto.internal" port: 22054 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-saptlbqaqq.auto.internal" port: 28695 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.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 8c1092fc-407d-44b9-999f-b2ff13c08664, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_simple_encryption_1: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-saptlbqaqq.auto.internal:22054, location , ssl: False>, <Endpoint ghrun-saptlbqaqq.auto.internal:28695, location , ssl: False>]>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 8c1092fc-407d-44b9-999f-b2ff13c08664, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" 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: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(ExecuteDataQuery, cace4b25-731b-4223-a97c-eca0f3d2f616, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cace4b25-731b-4223-a97c-eca0f3d2f616, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11593724867806133025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159372486780613302511593724867806133025115937248678061330251159372486780613302511593724867806133025115937248678061330251159372486780613302511593724867806133025115937248678061330251159372486780613302511593724867806133025115937248678061330251159372486780613302511593724867806133025115937248678061330251159372486780613302511593724867806133025115937248678061330251159372486780613302511593724867806133025" } } } 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, 8c1092fc-407d-44b9-999f-b2ff13c08664, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=f7ab422d-9d9a5a31-88220993-a82cb50c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db0379e8-e195-486b-9594-f78e75803085, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db0379e8-e195-486b-9594-f78e75803085, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17807212042032309069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780721204203230906917807212042032309069178072120420323090691780721204203230906917807212042032309069178072120420323090691780721204203230906917807212042032309069178072120420323090691780721204203230906917807212042032309069178072120420323090691780721204203230906917807212042032309069178072120420323090691780721204203230906917807212042032309069178072120420323090691780721204203230906917807212042032309069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cace4b25-731b-4223-a97c-eca0f3d2f616, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdbzbeyq8d3y1mc0mqp93" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c69126a9-b028-475f-95ce-b3aba450ddd0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c69126a9-b028-475f-95ce-b3aba450ddd0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11593724867806133025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159372486780613302511593724867806133025115937248678061330251159372486780613302511593724867806133025115937248678061330251159372486780613302511593724867806133025115937248678061330251159372486780613302511593724867806133025115937248678061330251159372486780613302511593724867806133025115937248678061330251159372486780613302511593724867806133025115937248678061330251159372486780613302511593724867806133025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db0379e8-e195-486b-9594-f78e75803085, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdbzmf36snaxyw5bnmk7f" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78fdafe0-61e9-4aec-aa9c-cd2aab153504, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78fdafe0-61e9-4aec-aa9c-cd2aab153504, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17807212042032309069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780721204203230906917807212042032309069178072120420323090691780721204203230906917807212042032309069178072120420323090691780721204203230906917807212042032309069178072120420323090691780721204203230906917807212042032309069178072120420323090691780721204203230906917807212042032309069178072120420323090691780721204203230906917807212042032309069178072120420323090691780721204203230906917807212042032309069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c69126a9-b028-475f-95ce-b3aba450ddd0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c220323-80b8-49a6-bdaa-614df50889d0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c220323-80b8-49a6-bdaa-614df50889d0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10448125101534551097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044812510153455109710448125101534551097104481251015345510971044812510153455109710448125101534551097104481251015345510971044812510153455109710448125101534551097104481251015345510971044812510153455109710448125101534551097104481251015345510971044812510153455109710448125101534551097104481251015345510971044812510153455109710448125101534551097104481251015345510971044812510153455109710448125101534551097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78fdafe0-61e9-4aec-aa9c-cd2aab153504, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a42dde65-4d0b-4153-a587-dcae1c8f0011, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c220323-80b8-49a6-bdaa-614df50889d0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a42dde65-4d0b-4153-a587-dcae1c8f0011, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6274005587732311526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62740055877323115266274005587732311526627400558773231152662740055877323115266274005587732311526627400558773231152662740055877323115266274005587732311526627400558773231152662740055877323115266274005587732311526627400558773231152662740055877323115266274005587732311526627400558773231152662740055877323115266274005587732311526627400558773231152662740055877323115266274005587732311526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88f33a06-3845-4273-818c-73cd76132ef3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f33a06-3845-4273-818c-73cd76132ef3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 109220125125766845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "109220125125766845109220125125766845109220125125766845109220125125766845109220125125766845109220125125766845109220125125766845109220125125766845109220125125766845109220125125766845109220125125766845109220125125766845109220125125766845109220125125766845109220125125766845109220125125766845109220125125766845109220125125766845109220125125766845109220125125766845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f33a06-3845-4273-818c-73cd76132ef3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccb912f0-1282-4a47-ae61-776603cf9d1d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a42dde65-4d0b-4153-a587-dcae1c8f0011, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f66c533c-5c25-4af7-896d-a35d1c1a70ae, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb912f0-1282-4a47-ae61-776603cf9d1d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15519966611233222934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551996661123322293415519966611233222934155199666112332229341551996661123322293415519966611233222934155199666112332229341551996661123322293415519966611233222934155199666112332229341551996661123322293415519966611233222934155199666112332229341551996661123322293415519966611233222934155199666112332229341551996661123322293415519966611233222934155199666112332229341551996661123322293415519966611233222934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f66c533c-5c25-4af7-896d-a35d1c1a70ae, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5106134250753915985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51061342507539159855106134250753915985510613425075391598551061342507539159855106134250753915985510613425075391598551061342507539159855106134250753915985510613425075391598551061342507539159855106134250753915985510613425075391598551061342507539159855106134250753915985510613425075391598551061342507539159855106134250753915985510613425075391598551061342507539159855106134250753915985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb912f0-1282-4a47-ae61-776603cf9d1d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8f4b10a-76f5-4b9d-8d08-119f53ce6758, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8f4b10a-76f5-4b9d-8d08-119f53ce6758, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10990832331048145168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099083233104814516810990832331048145168109908323310481451681099083233104814516810990832331048145168109908323310481451681099083233104814516810990832331048145168109908323310481451681099083233104814516810990832331048145168109908323310481451681099083233104814516810990832331048145168109908323310481451681099083233104814516810990832331048145168109908323310481451681099083233104814516810990832331048145168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f66c533c-5c25-4af7-896d-a35d1c1a70ae, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee5184b1-319a-4c52-9748-f4f4f1f4c8e1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee5184b1-319a-4c52-9748-f4f4f1f4c8e1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15172542942301462628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517254294230146262815172542942301462628151725429423014626281517254294230146262815172542942301462628151725429423014626281517254294230146262815172542942301462628151725429423014626281517254294230146262815172542942301462628151725429423014626281517254294230146262815172542942301462628151725429423014626281517254294230146262815172542942301462628151725429423014626281517254294230146262815172542942301462628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8f4b10a-76f5-4b9d-8d08-119f53ce6758, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5517a15c-ace5-4d58-8559-a65c1470b764, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5517a15c-ace5-4d58-8559-a65c1470b764, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11420158302577020907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142015830257702090711420158302577020907114201583025770209071142015830257702090711420158302577020907114201583025770209071142015830257702090711420158302577020907114201583025770209071142015830257702090711420158302577020907114201583025770209071142015830257702090711420158302577020907114201583025770209071142015830257702090711420158302577020907114201583025770209071142015830257702090711420158302577020907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee5184b1-319a-4c52-9748-f4f4f1f4c8e1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ac36a58-4f79-4760-9233-399eb5adf857, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5517a15c-ace5-4d58-8559-a65c1470b764, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ac36a58-4f79-4760-9233-399eb5adf857, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11829951592428152249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182995159242815224911829951592428152249118299515924281522491182995159242815224911829951592428152249118299515924281522491182995159242815224911829951592428152249118299515924281522491182995159242815224911829951592428152249118299515924281522491182995159242815224911829951592428152249118299515924281522491182995159242815224911829951592428152249118299515924281522491182995159242815224911829951592428152249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c6291c7-f824-40d8-9a28-07b2966a1274, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c6291c7-f824-40d8-9a28-07b2966a1274, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10593531295645255185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059353129564525518510593531295645255185105935312956452551851059353129564525518510593531295645255185105935312956452551851059353129564525518510593531295645255185105935312956452551851059353129564525518510593531295645255185105935312956452551851059353129564525518510593531295645255185105935312956452551851059353129564525518510593531295645255185105935312956452551851059353129564525518510593531295645255185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c6291c7-f824-40d8-9a28-07b2966a1274, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ac36a58-4f79-4760-9233-399eb5adf857, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfd03bf4-7b78-47ed-a813-94fbb38feb5b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfd03bf4-7b78-47ed-a813-94fbb38feb5b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10943056382976417875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094305638297641787510943056382976417875109430563829764178751094305638297641787510943056382976417875109430563829764178751094305638297641787510943056382976417875109430563829764178751094305638297641787510943056382976417875109430563829764178751094305638297641787510943056382976417875109430563829764178751094305638297641787510943056382976417875109430563829764178751094305638297641787510943056382976417875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd582bba-1de1-42ae-92dc-53049ac3a3ed, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd582bba-1de1-42ae-92dc-53049ac3a3ed, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2786688345416634114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27866883454166341142786688345416634114278668834541663411427866883454166341142786688345416634114278668834541663411427866883454166341142786688345416634114278668834541663411427866883454166341142786688345416634114278668834541663411427866883454166341142786688345416634114278668834541663411427866883454166341142786688345416634114278668834541663411427866883454166341142786688345416634114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfd03bf4-7b78-47ed-a813-94fbb38feb5b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd582bba-1de1-42ae-92dc-53049ac3a3ed, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3038ae4f-5551-4b39-a4f2-32b8b3f4ad7e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3038ae4f-5551-4b39-a4f2-32b8b3f4ad7e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13098056989165135499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309805698916513549913098056989165135499130980569891651354991309805698916513549913098056989165135499130980569891651354991309805698916513549913098056989165135499130980569891651354991309805698916513549913098056989165135499130980569891651354991309805698916513549913098056989165135499130980569891651354991309805698916513549913098056989165135499130980569891651354991309805698916513549913098056989165135499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b647144-1f91-419e-b902-ac6ce752edeb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b647144-1f91-419e-b902-ac6ce752edeb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5454740464640110962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54547404646401109625454740464640110962545474046464011096254547404646401109625454740464640110962545474046464011096254547404646401109625454740464640110962545474046464011096254547404646401109625454740464640110962545474046464011096254547404646401109625454740464640110962545474046464011096254547404646401109625454740464640110962545474046464011096254547404646401109625454740464640110962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3038ae4f-5551-4b39-a4f2-32b8b3f4ad7e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6712378e-ce1e-4ddc-b079-609964c7c7f4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b647144-1f91-419e-b902-ac6ce752edeb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 252ffcfd-72c5-4c0f-9261-e036543bf09c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6712378e-ce1e-4ddc-b079-609964c7c7f4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7302996095030345245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73029960950303452457302996095030345245730299609503034524573029960950303452457302996095030345245730299609503034524573029960950303452457302996095030345245730299609503034524573029960950303452457302996095030345245730299609503034524573029960950303452457302996095030345245730299609503034524573029960950303452457302996095030345245730299609503034524573029960950303452457302996095030345245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 252ffcfd-72c5-4c0f-9261-e036543bf09c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16897830707535127792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689783070753512779216897830707535127792168978307075351277921689783070753512779216897830707535127792168978307075351277921689783070753512779216897830707535127792168978307075351277921689783070753512779216897830707535127792168978307075351277921689783070753512779216897830707535127792168978307075351277921689783070753512779216897830707535127792168978307075351277921689783070753512779216897830707535127792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 252ffcfd-72c5-4c0f-9261-e036543bf09c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ae64487-e5cf-4005-ad5c-560ec90081b9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ae64487-e5cf-4005-ad5c-560ec90081b9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2632921961081232706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26329219610812327062632921961081232706263292196108123270626329219610812327062632921961081232706263292196108123270626329219610812327062632921961081232706263292196108123270626329219610812327062632921961081232706263292196108123270626329219610812327062632921961081232706263292196108123270626329219610812327062632921961081232706263292196108123270626329219610812327062632921961081232706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6712378e-ce1e-4ddc-b079-609964c7c7f4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 592dbcc5-3047-412f-adcf-aaa2aa24b73e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 592dbcc5-3047-412f-adcf-aaa2aa24b73e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3811734743232593006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38117347432325930063811734743232593006381173474323259300638117347432325930063811734743232593006381173474323259300638117347432325930063811734743232593006381173474323259300638117347432325930063811734743232593006381173474323259300638117347432325930063811734743232593006381173474323259300638117347432325930063811734743232593006381173474323259300638117347432325930063811734743232593006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ae64487-e5cf-4005-ad5c-560ec90081b9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6625cb37-c7e1-416c-84eb-9c598cd401a5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 592dbcc5-3047-412f-adcf-aaa2aa24b73e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6625cb37-c7e1-416c-84eb-9c598cd401a5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 296317430228164740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "296317430228164740296317430228164740296317430228164740296317430228164740296317430228164740296317430228164740296317430228164740296317430228164740296317430228164740296317430228164740296317430228164740296317430228164740296317430228164740296317430228164740296317430228164740296317430228164740296317430228164740296317430228164740296317430228164740296317430228164740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a8baa93-53ee-4ce3-9047-793410ea5892, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a8baa93-53ee-4ce3-9047-793410ea5892, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13958632308093906253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395863230809390625313958632308093906253139586323080939062531395863230809390625313958632308093906253139586323080939062531395863230809390625313958632308093906253139586323080939062531395863230809390625313958632308093906253139586323080939062531395863230809390625313958632308093906253139586323080939062531395863230809390625313958632308093906253139586323080939062531395863230809390625313958632308093906253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a8baa93-53ee-4ce3-9047-793410ea5892, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65e1be86-b1de-43f7-8bbd-1b0b15ca4058, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e1be86-b1de-43f7-8bbd-1b0b15ca4058, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1203149603327859106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12031496033278591061203149603327859106120314960332785910612031496033278591061203149603327859106120314960332785910612031496033278591061203149603327859106120314960332785910612031496033278591061203149603327859106120314960332785910612031496033278591061203149603327859106120314960332785910612031496033278591061203149603327859106120314960332785910612031496033278591061203149603327859106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6625cb37-c7e1-416c-84eb-9c598cd401a5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98a28d4f-e0d4-4e02-a9f0-fd819407489f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98a28d4f-e0d4-4e02-a9f0-fd819407489f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15002973814907211430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500297381490721143015002973814907211430150029738149072114301500297381490721143015002973814907211430150029738149072114301500297381490721143015002973814907211430150029738149072114301500297381490721143015002973814907211430150029738149072114301500297381490721143015002973814907211430150029738149072114301500297381490721143015002973814907211430150029738149072114301500297381490721143015002973814907211430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e1be86-b1de-43f7-8bbd-1b0b15ca4058, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4de9f545-7254-419b-8fad-8c685dca539d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de9f545-7254-419b-8fad-8c685dca539d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5926416081363483271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59264160813634832715926416081363483271592641608136348327159264160813634832715926416081363483271592641608136348327159264160813634832715926416081363483271592641608136348327159264160813634832715926416081363483271592641608136348327159264160813634832715926416081363483271592641608136348327159264160813634832715926416081363483271592641608136348327159264160813634832715926416081363483271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98a28d4f-e0d4-4e02-a9f0-fd819407489f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ec64287-8fa8-4daa-b69c-8ea2343a318e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ec64287-8fa8-4daa-b69c-8ea2343a318e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4818803573538009020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48188035735380090204818803573538009020481880357353800902048188035735380090204818803573538009020481880357353800902048188035735380090204818803573538009020481880357353800902048188035735380090204818803573538009020481880357353800902048188035735380090204818803573538009020481880357353800902048188035735380090204818803573538009020481880357353800902048188035735380090204818803573538009020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de9f545-7254-419b-8fad-8c685dca539d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ec64287-8fa8-4daa-b69c-8ea2343a318e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b50deb6b-43b2-480d-9127-930c02005c59, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80e3bc6c-ad0d-4c06-b682-5b7f2c97ce18, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e3bc6c-ad0d-4c06-b682-5b7f2c97ce18, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5305717159178957607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53057171591789576075305717159178957607530571715917895760753057171591789576075305717159178957607530571715917895760753057171591789576075305717159178957607530571715917895760753057171591789576075305717159178957607530571715917895760753057171591789576075305717159178957607530571715917895760753057171591789576075305717159178957607530571715917895760753057171591789576075305717159178957607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50deb6b-43b2-480d-9127-930c02005c59, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9279648042011568198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92796480420115681989279648042011568198927964804201156819892796480420115681989279648042011568198927964804201156819892796480420115681989279648042011568198927964804201156819892796480420115681989279648042011568198927964804201156819892796480420115681989279648042011568198927964804201156819892796480420115681989279648042011568198927964804201156819892796480420115681989279648042011568198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e3bc6c-ad0d-4c06-b682-5b7f2c97ce18, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af99cd42-a5cc-4f8d-a869-3988c7eea3ab, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af99cd42-a5cc-4f8d-a869-3988c7eea3ab, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7153065003330297933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71530650033302979337153065003330297933715306500333029793371530650033302979337153065003330297933715306500333029793371530650033302979337153065003330297933715306500333029793371530650033302979337153065003330297933715306500333029793371530650033302979337153065003330297933715306500333029793371530650033302979337153065003330297933715306500333029793371530650033302979337153065003330297933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50deb6b-43b2-480d-9127-930c02005c59, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3af59fe-ec8d-4bb9-ba0b-0dc77f0188f0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3af59fe-ec8d-4bb9-ba0b-0dc77f0188f0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6883271741186177389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68832717411861773896883271741186177389688327174118617738968832717411861773896883271741186177389688327174118617738968832717411861773896883271741186177389688327174118617738968832717411861773896883271741186177389688327174118617738968832717411861773896883271741186177389688327174118617738968832717411861773896883271741186177389688327174118617738968832717411861773896883271741186177389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af99cd42-a5cc-4f8d-a869-3988c7eea3ab, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b25d2f5-0543-4ff6-b32a-58127bd84f49, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3af59fe-ec8d-4bb9-ba0b-0dc77f0188f0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b25d2f5-0543-4ff6-b32a-58127bd84f49, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10309056971692352735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030905697169235273510309056971692352735103090569716923527351030905697169235273510309056971692352735103090569716923527351030905697169235273510309056971692352735103090569716923527351030905697169235273510309056971692352735103090569716923527351030905697169235273510309056971692352735103090569716923527351030905697169235273510309056971692352735103090569716923527351030905697169235273510309056971692352735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b5f6408-5481-4920-8010-f64f29cacd03, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b5f6408-5481-4920-8010-f64f29cacd03, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14645231109093963257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464523110909396325714645231109093963257146452311090939632571464523110909396325714645231109093963257146452311090939632571464523110909396325714645231109093963257146452311090939632571464523110909396325714645231109093963257146452311090939632571464523110909396325714645231109093963257146452311090939632571464523110909396325714645231109093963257146452311090939632571464523110909396325714645231109093963257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b25d2f5-0543-4ff6-b32a-58127bd84f49, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0980aece-2c3c-4443-937e-46250e29b863, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0980aece-2c3c-4443-937e-46250e29b863, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16713266369380345269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671326636938034526916713266369380345269167132663693803452691671326636938034526916713266369380345269167132663693803452691671326636938034526916713266369380345269167132663693803452691671326636938034526916713266369380345269167132663693803452691671326636938034526916713266369380345269167132663693803452691671326636938034526916713266369380345269167132663693803452691671326636938034526916713266369380345269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b5f6408-5481-4920-8010-f64f29cacd03, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3538c454-c532-4f65-877a-0bf38bba1e65, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0980aece-2c3c-4443-937e-46250e29b863, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3538c454-c532-4f65-877a-0bf38bba1e65, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16096398351887090520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609639835188709052016096398351887090520160963983518870905201609639835188709052016096398351887090520160963983518870905201609639835188709052016096398351887090520160963983518870905201609639835188709052016096398351887090520160963983518870905201609639835188709052016096398351887090520160963983518870905201609639835188709052016096398351887090520160963983518870905201609639835188709052016096398351887090520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4812b39-4372-445b-a956-4f3ebb012abe, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4812b39-4372-445b-a956-4f3ebb012abe, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4173417046224388039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41734170462243880394173417046224388039417341704622438803941734170462243880394173417046224388039417341704622438803941734170462243880394173417046224388039417341704622438803941734170462243880394173417046224388039417341704622438803941734170462243880394173417046224388039417341704622438803941734170462243880394173417046224388039417341704622438803941734170462243880394173417046224388039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3538c454-c532-4f65-877a-0bf38bba1e65, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4812b39-4372-445b-a956-4f3ebb012abe, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f90316a-df9e-4d39-b69f-30076ed9bf58, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f90316a-df9e-4d39-b69f-30076ed9bf58, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10341332798338900152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034133279833890015210341332798338900152103413327983389001521034133279833890015210341332798338900152103413327983389001521034133279833890015210341332798338900152103413327983389001521034133279833890015210341332798338900152103413327983389001521034133279833890015210341332798338900152103413327983389001521034133279833890015210341332798338900152103413327983389001521034133279833890015210341332798338900152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cb48ad5-4e63-421e-9e68-f733dbea3260, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cb48ad5-4e63-421e-9e68-f733dbea3260, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1486473890839817537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14864738908398175371486473890839817537148647389083981753714864738908398175371486473890839817537148647389083981753714864738908398175371486473890839817537148647389083981753714864738908398175371486473890839817537148647389083981753714864738908398175371486473890839817537148647389083981753714864738908398175371486473890839817537148647389083981753714864738908398175371486473890839817537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f90316a-df9e-4d39-b69f-30076ed9bf58, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 523cdc48-b280-4ead-8751-620a68e8e7ca, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 523cdc48-b280-4ead-8751-620a68e8e7ca, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1801189460106453486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18011894601064534861801189460106453486180118946010645348618011894601064534861801189460106453486180118946010645348618011894601064534861801189460106453486180118946010645348618011894601064534861801189460106453486180118946010645348618011894601064534861801189460106453486180118946010645348618011894601064534861801189460106453486180118946010645348618011894601064534861801189460106453486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cb48ad5-4e63-421e-9e68-f733dbea3260, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a898442a-506a-4d75-b18f-8436e6217f4f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a898442a-506a-4d75-b18f-8436e6217f4f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17208064972587255660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720806497258725566017208064972587255660172080649725872556601720806497258725566017208064972587255660172080649725872556601720806497258725566017208064972587255660172080649725872556601720806497258725566017208064972587255660172080649725872556601720806497258725566017208064972587255660172080649725872556601720806497258725566017208064972587255660172080649725872556601720806497258725566017208064972587255660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 523cdc48-b280-4ead-8751-620a68e8e7ca, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 782a7bc2-7673-4c58-96c4-9a5d2617d20e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 782a7bc2-7673-4c58-96c4-9a5d2617d20e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16786278198155978797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678627819815597879716786278198155978797167862781981559787971678627819815597879716786278198155978797167862781981559787971678627819815597879716786278198155978797167862781981559787971678627819815597879716786278198155978797167862781981559787971678627819815597879716786278198155978797167862781981559787971678627819815597879716786278198155978797167862781981559787971678627819815597879716786278198155978797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 782a7bc2-7673-4c58-96c4-9a5d2617d20e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1db660f-9d26-4c9d-849c-36498c35ba11, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1db660f-9d26-4c9d-849c-36498c35ba11, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10257624138444435648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025762413844443564810257624138444435648102576241384444356481025762413844443564810257624138444435648102576241384444356481025762413844443564810257624138444435648102576241384444356481025762413844443564810257624138444435648102576241384444356481025762413844443564810257624138444435648102576241384444356481025762413844443564810257624138444435648102576241384444356481025762413844443564810257624138444435648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a898442a-506a-4d75-b18f-8436e6217f4f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccb0bc40-3cba-48b1-9700-1f30e02f5bd4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb0bc40-3cba-48b1-9700-1f30e02f5bd4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9536614191873985440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95366141918739854409536614191873985440953661419187398544095366141918739854409536614191873985440953661419187398544095366141918739854409536614191873985440953661419187398544095366141918739854409536614191873985440953661419187398544095366141918739854409536614191873985440953661419187398544095366141918739854409536614191873985440953661419187398544095366141918739854409536614191873985440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1db660f-9d26-4c9d-849c-36498c35ba11, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb0bc40-3cba-48b1-9700-1f30e02f5bd4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8364ab7c-e791-4431-b869-871bd0a845fc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8364ab7c-e791-4431-b869-871bd0a845fc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11152160848395542768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115216084839554276811152160848395542768111521608483955427681115216084839554276811152160848395542768111521608483955427681115216084839554276811152160848395542768111521608483955427681115216084839554276811152160848395542768111521608483955427681115216084839554276811152160848395542768111521608483955427681115216084839554276811152160848395542768111521608483955427681115216084839554276811152160848395542768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ce5f5e9-8b98-4718-89e6-d884626b73cc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8364ab7c-e791-4431-b869-871bd0a845fc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5476e06-220b-4f24-9c3c-9a685eb2c6f1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ce5f5e9-8b98-4718-89e6-d884626b73cc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8594645144973837876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85946451449738378768594645144973837876859464514497383787685946451449738378768594645144973837876859464514497383787685946451449738378768594645144973837876859464514497383787685946451449738378768594645144973837876859464514497383787685946451449738378768594645144973837876859464514497383787685946451449738378768594645144973837876859464514497383787685946451449738378768594645144973837876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5476e06-220b-4f24-9c3c-9a685eb2c6f1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7746781773429145818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77467817734291458187746781773429145818774678177342914581877467817734291458187746781773429145818774678177342914581877467817734291458187746781773429145818774678177342914581877467817734291458187746781773429145818774678177342914581877467817734291458187746781773429145818774678177342914581877467817734291458187746781773429145818774678177342914581877467817734291458187746781773429145818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5476e06-220b-4f24-9c3c-9a685eb2c6f1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96ede08f-bc6d-4879-b637-174ace94a5b0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96ede08f-bc6d-4879-b637-174ace94a5b0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1656638478524940931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16566384785249409311656638478524940931165663847852494093116566384785249409311656638478524940931165663847852494093116566384785249409311656638478524940931165663847852494093116566384785249409311656638478524940931165663847852494093116566384785249409311656638478524940931165663847852494093116566384785249409311656638478524940931165663847852494093116566384785249409311656638478524940931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ce5f5e9-8b98-4718-89e6-d884626b73cc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 010d6f33-131f-451f-8d2f-88123aecbcc2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 010d6f33-131f-451f-8d2f-88123aecbcc2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15657021139021636508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565702113902163650815657021139021636508156570211390216365081565702113902163650815657021139021636508156570211390216365081565702113902163650815657021139021636508156570211390216365081565702113902163650815657021139021636508156570211390216365081565702113902163650815657021139021636508156570211390216365081565702113902163650815657021139021636508156570211390216365081565702113902163650815657021139021636508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96ede08f-bc6d-4879-b637-174ace94a5b0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea96f2e7-fb7c-4001-b19e-9d6f639daa42, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea96f2e7-fb7c-4001-b19e-9d6f639daa42, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8543669499919631277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85436694999196312778543669499919631277854366949991963127785436694999196312778543669499919631277854366949991963127785436694999196312778543669499919631277854366949991963127785436694999196312778543669499919631277854366949991963127785436694999196312778543669499919631277854366949991963127785436694999196312778543669499919631277854366949991963127785436694999196312778543669499919631277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 010d6f33-131f-451f-8d2f-88123aecbcc2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea96f2e7-fb7c-4001-b19e-9d6f639daa42, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90d303de-106e-476e-a092-1da163f53bd9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90d303de-106e-476e-a092-1da163f53bd9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14206796314571046129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420679631457104612914206796314571046129142067963145710461291420679631457104612914206796314571046129142067963145710461291420679631457104612914206796314571046129142067963145710461291420679631457104612914206796314571046129142067963145710461291420679631457104612914206796314571046129142067963145710461291420679631457104612914206796314571046129142067963145710461291420679631457104612914206796314571046129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d5659d9-0d13-4fb6-b234-f34a931f2728, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d5659d9-0d13-4fb6-b234-f34a931f2728, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13570653942637837084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357065394263783708413570653942637837084135706539426378370841357065394263783708413570653942637837084135706539426378370841357065394263783708413570653942637837084135706539426378370841357065394263783708413570653942637837084135706539426378370841357065394263783708413570653942637837084135706539426378370841357065394263783708413570653942637837084135706539426378370841357065394263783708413570653942637837084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d5659d9-0d13-4fb6-b234-f34a931f2728, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ac8aa09-e449-4b19-b382-8c828dc4e152, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ac8aa09-e449-4b19-b382-8c828dc4e152, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13474810092444669016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347481009244466901613474810092444669016134748100924446690161347481009244466901613474810092444669016134748100924446690161347481009244466901613474810092444669016134748100924446690161347481009244466901613474810092444669016134748100924446690161347481009244466901613474810092444669016134748100924446690161347481009244466901613474810092444669016134748100924446690161347481009244466901613474810092444669016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90d303de-106e-476e-a092-1da163f53bd9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 400fd9ec-22f6-48e2-a8ed-01f720bbce32, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 400fd9ec-22f6-48e2-a8ed-01f720bbce32, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7229789460178571554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72297894601785715547229789460178571554722978946017857155472297894601785715547229789460178571554722978946017857155472297894601785715547229789460178571554722978946017857155472297894601785715547229789460178571554722978946017857155472297894601785715547229789460178571554722978946017857155472297894601785715547229789460178571554722978946017857155472297894601785715547229789460178571554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ac8aa09-e449-4b19-b382-8c828dc4e152, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0a9c254-3e25-4dc9-9fbc-29a0ebaae00c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0a9c254-3e25-4dc9-9fbc-29a0ebaae00c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12543471526436658869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254347152643665886912543471526436658869125434715264366588691254347152643665886912543471526436658869125434715264366588691254347152643665886912543471526436658869125434715264366588691254347152643665886912543471526436658869125434715264366588691254347152643665886912543471526436658869125434715264366588691254347152643665886912543471526436658869125434715264366588691254347152643665886912543471526436658869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 400fd9ec-22f6-48e2-a8ed-01f720bbce32, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80a7a8a6-7607-4fc5-a08c-185c79ede6fa, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80a7a8a6-7607-4fc5-a08c-185c79ede6fa, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 848766746114078466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "848766746114078466848766746114078466848766746114078466848766746114078466848766746114078466848766746114078466848766746114078466848766746114078466848766746114078466848766746114078466848766746114078466848766746114078466848766746114078466848766746114078466848766746114078466848766746114078466848766746114078466848766746114078466848766746114078466848766746114078466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0a9c254-3e25-4dc9-9fbc-29a0ebaae00c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5fe66e4-fdb5-4d5c-8d45-4a7154521665, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5fe66e4-fdb5-4d5c-8d45-4a7154521665, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11219974685433014972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121997468543301497211219974685433014972112199746854330149721121997468543301497211219974685433014972112199746854330149721121997468543301497211219974685433014972112199746854330149721121997468543301497211219974685433014972112199746854330149721121997468543301497211219974685433014972112199746854330149721121997468543301497211219974685433014972112199746854330149721121997468543301497211219974685433014972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80a7a8a6-7607-4fc5-a08c-185c79ede6fa, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3bdc985-03c1-44a0-9431-7d548cd7ffa1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3bdc985-03c1-44a0-9431-7d548cd7ffa1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10051131864949100557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005113186494910055710051131864949100557100511318649491005571005113186494910055710051131864949100557100511318649491005571005113186494910055710051131864949100557100511318649491005571005113186494910055710051131864949100557100511318649491005571005113186494910055710051131864949100557100511318649491005571005113186494910055710051131864949100557100511318649491005571005113186494910055710051131864949100557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5fe66e4-fdb5-4d5c-8d45-4a7154521665, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8fb6cb8-261e-4d2a-b720-85ebee1cfc53, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8fb6cb8-261e-4d2a-b720-85ebee1cfc53, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7845044889125234105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78450448891252341057845044889125234105784504488912523410578450448891252341057845044889125234105784504488912523410578450448891252341057845044889125234105784504488912523410578450448891252341057845044889125234105784504488912523410578450448891252341057845044889125234105784504488912523410578450448891252341057845044889125234105784504488912523410578450448891252341057845044889125234105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3bdc985-03c1-44a0-9431-7d548cd7ffa1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2caed851-77f2-4c9a-9b25-6f4008e4bd87, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2caed851-77f2-4c9a-9b25-6f4008e4bd87, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11164657103318400981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116465710331840098111164657103318400981111646571033184009811116465710331840098111164657103318400981111646571033184009811116465710331840098111164657103318400981111646571033184009811116465710331840098111164657103318400981111646571033184009811116465710331840098111164657103318400981111646571033184009811116465710331840098111164657103318400981111646571033184009811116465710331840098111164657103318400981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8fb6cb8-261e-4d2a-b720-85ebee1cfc53, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4a3f8e1-89c8-45bf-af4d-58940ef8d53a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4a3f8e1-89c8-45bf-af4d-58940ef8d53a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3580924310659563405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35809243106595634053580924310659563405358092431065956340535809243106595634053580924310659563405358092431065956340535809243106595634053580924310659563405358092431065956340535809243106595634053580924310659563405358092431065956340535809243106595634053580924310659563405358092431065956340535809243106595634053580924310659563405358092431065956340535809243106595634053580924310659563405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2caed851-77f2-4c9a-9b25-6f4008e4bd87, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e89d6f89-71f6-426b-8ca0-2682b13846a2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e89d6f89-71f6-426b-8ca0-2682b13846a2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12114757559420988065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211475755942098806512114757559420988065121147575594209880651211475755942098806512114757559420988065121147575594209880651211475755942098806512114757559420988065121147575594209880651211475755942098806512114757559420988065121147575594209880651211475755942098806512114757559420988065121147575594209880651211475755942098806512114757559420988065121147575594209880651211475755942098806512114757559420988065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4a3f8e1-89c8-45bf-af4d-58940ef8d53a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb9fd2ab-d2a6-4c79-a419-c70d3b743ba7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb9fd2ab-d2a6-4c79-a419-c70d3b743ba7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15011200402160584499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501120040216058449915011200402160584499150112004021605844991501120040216058449915011200402160584499150112004021605844991501120040216058449915011200402160584499150112004021605844991501120040216058449915011200402160584499150112004021605844991501120040216058449915011200402160584499150112004021605844991501120040216058449915011200402160584499150112004021605844991501120040216058449915011200402160584499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e89d6f89-71f6-426b-8ca0-2682b13846a2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 479e1fd4-1e73-4c59-85ad-2902a8dc6b3d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 479e1fd4-1e73-4c59-85ad-2902a8dc6b3d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7291286412401971507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72912864124019715077291286412401971507729128641240197150772912864124019715077291286412401971507729128641240197150772912864124019715077291286412401971507729128641240197150772912864124019715077291286412401971507729128641240197150772912864124019715077291286412401971507729128641240197150772912864124019715077291286412401971507729128641240197150772912864124019715077291286412401971507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb9fd2ab-d2a6-4c79-a419-c70d3b743ba7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 479e1fd4-1e73-4c59-85ad-2902a8dc6b3d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8b3cd5d-796f-4be0-88bd-54712aff9852, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8b3cd5d-796f-4be0-88bd-54712aff9852, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6573061346462653496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65730613464626534966573061346462653496657306134646265349665730613464626534966573061346462653496657306134646265349665730613464626534966573061346462653496657306134646265349665730613464626534966573061346462653496657306134646265349665730613464626534966573061346462653496657306134646265349665730613464626534966573061346462653496657306134646265349665730613464626534966573061346462653496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98e23642-2c78-4753-8eb5-4b8f20f784da, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98e23642-2c78-4753-8eb5-4b8f20f784da, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16933412773686369979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693341277368636997916933412773686369979169334127736863699791693341277368636997916933412773686369979169334127736863699791693341277368636997916933412773686369979169334127736863699791693341277368636997916933412773686369979169334127736863699791693341277368636997916933412773686369979169334127736863699791693341277368636997916933412773686369979169334127736863699791693341277368636997916933412773686369979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8b3cd5d-796f-4be0-88bd-54712aff9852, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98e23642-2c78-4753-8eb5-4b8f20f784da, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4594ad3f-9e0a-4247-9182-e88806e8eddd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15e62f12-cbcd-4270-b2da-6e0550155d9e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4594ad3f-9e0a-4247-9182-e88806e8eddd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11864473446793396618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186447344679339661811864473446793396618118644734467933966181186447344679339661811864473446793396618118644734467933966181186447344679339661811864473446793396618118644734467933966181186447344679339661811864473446793396618118644734467933966181186447344679339661811864473446793396618118644734467933966181186447344679339661811864473446793396618118644734467933966181186447344679339661811864473446793396618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15e62f12-cbcd-4270-b2da-6e0550155d9e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2449359393882156820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24493593938821568202449359393882156820244935939388215682024493593938821568202449359393882156820244935939388215682024493593938821568202449359393882156820244935939388215682024493593938821568202449359393882156820244935939388215682024493593938821568202449359393882156820244935939388215682024493593938821568202449359393882156820244935939388215682024493593938821568202449359393882156820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15e62f12-cbcd-4270-b2da-6e0550155d9e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4af7f41f-177c-4b06-a189-400e705d2766, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4af7f41f-177c-4b06-a189-400e705d2766, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 663638033378804618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "663638033378804618663638033378804618663638033378804618663638033378804618663638033378804618663638033378804618663638033378804618663638033378804618663638033378804618663638033378804618663638033378804618663638033378804618663638033378804618663638033378804618663638033378804618663638033378804618663638033378804618663638033378804618663638033378804618663638033378804618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4594ad3f-9e0a-4247-9182-e88806e8eddd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3b791b8-513a-4092-b6ef-15a8a0b0344c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4af7f41f-177c-4b06-a189-400e705d2766, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3b791b8-513a-4092-b6ef-15a8a0b0344c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6365944944625870191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63659449446258701916365944944625870191636594494462587019163659449446258701916365944944625870191636594494462587019163659449446258701916365944944625870191636594494462587019163659449446258701916365944944625870191636594494462587019163659449446258701916365944944625870191636594494462587019163659449446258701916365944944625870191636594494462587019163659449446258701916365944944625870191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a491da6c-b76c-4fab-8b3a-1fac5f3b3878, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a491da6c-b76c-4fab-8b3a-1fac5f3b3878, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11776411843005085760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177641184300508576011776411843005085760117764118430050857601177641184300508576011776411843005085760117764118430050857601177641184300508576011776411843005085760117764118430050857601177641184300508576011776411843005085760117764118430050857601177641184300508576011776411843005085760117764118430050857601177641184300508576011776411843005085760117764118430050857601177641184300508576011776411843005085760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3b791b8-513a-4092-b6ef-15a8a0b0344c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f72954d8-64da-4a59-bb51-a368484b3e33, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f72954d8-64da-4a59-bb51-a368484b3e33, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7922559057129463479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79225590571294634797922559057129463479792255905712946347979225590571294634797922559057129463479792255905712946347979225590571294634797922559057129463479792255905712946347979225590571294634797922559057129463479792255905712946347979225590571294634797922559057129463479792255905712946347979225590571294634797922559057129463479792255905712946347979225590571294634797922559057129463479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a491da6c-b76c-4fab-8b3a-1fac5f3b3878, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 879abaac-b65f-49e3-91eb-117223586c05, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 879abaac-b65f-49e3-91eb-117223586c05, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12901708195759859470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290170819575985947012901708195759859470129017081957598594701290170819575985947012901708195759859470129017081957598594701290170819575985947012901708195759859470129017081957598594701290170819575985947012901708195759859470129017081957598594701290170819575985947012901708195759859470129017081957598594701290170819575985947012901708195759859470129017081957598594701290170819575985947012901708195759859470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f72954d8-64da-4a59-bb51-a368484b3e33, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 664f0ba1-d4a5-4bd2-90f9-d5015ead3ae3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 664f0ba1-d4a5-4bd2-90f9-d5015ead3ae3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16650753654771949952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665075365477194995216650753654771949952166507536547719499521665075365477194995216650753654771949952166507536547719499521665075365477194995216650753654771949952166507536547719499521665075365477194995216650753654771949952166507536547719499521665075365477194995216650753654771949952166507536547719499521665075365477194995216650753654771949952166507536547719499521665075365477194995216650753654771949952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 879abaac-b65f-49e3-91eb-117223586c05, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 664f0ba1-d4a5-4bd2-90f9-d5015ead3ae3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7f56dfe-1cd5-4f51-81f5-78e373f7cbc4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7f56dfe-1cd5-4f51-81f5-78e373f7cbc4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11518001362454862874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151800136245486287411518001362454862874115180013624548628741151800136245486287411518001362454862874115180013624548628741151800136245486287411518001362454862874115180013624548628741151800136245486287411518001362454862874115180013624548628741151800136245486287411518001362454862874115180013624548628741151800136245486287411518001362454862874115180013624548628741151800136245486287411518001362454862874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aea02944-0d86-460a-850c-bd827cc38556, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aea02944-0d86-460a-850c-bd827cc38556, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8297715775723626546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82977157757236265468297715775723626546829771577572362654682977157757236265468297715775723626546829771577572362654682977157757236265468297715775723626546829771577572362654682977157757236265468297715775723626546829771577572362654682977157757236265468297715775723626546829771577572362654682977157757236265468297715775723626546829771577572362654682977157757236265468297715775723626546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7f56dfe-1cd5-4f51-81f5-78e373f7cbc4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fae3edc-5345-487b-ba60-585281b47ea4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fae3edc-5345-487b-ba60-585281b47ea4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2749251855481093925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27492518554810939252749251855481093925274925185548109392527492518554810939252749251855481093925274925185548109392527492518554810939252749251855481093925274925185548109392527492518554810939252749251855481093925274925185548109392527492518554810939252749251855481093925274925185548109392527492518554810939252749251855481093925274925185548109392527492518554810939252749251855481093925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aea02944-0d86-460a-850c-bd827cc38556, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b319624-21ff-41ea-9509-35c54f79c8a8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b319624-21ff-41ea-9509-35c54f79c8a8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10688342715800621575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068834271580062157510688342715800621575106883427158006215751068834271580062157510688342715800621575106883427158006215751068834271580062157510688342715800621575106883427158006215751068834271580062157510688342715800621575106883427158006215751068834271580062157510688342715800621575106883427158006215751068834271580062157510688342715800621575106883427158006215751068834271580062157510688342715800621575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fae3edc-5345-487b-ba60-585281b47ea4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b319624-21ff-41ea-9509-35c54f79c8a8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4e51c20-7cf7-4107-bedf-bb5208aa8480, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4e51c20-7cf7-4107-bedf-bb5208aa8480, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11596131701155742590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159613170115574259011596131701155742590115961317011557425901159613170115574259011596131701155742590115961317011557425901159613170115574259011596131701155742590115961317011557425901159613170115574259011596131701155742590115961317011557425901159613170115574259011596131701155742590115961317011557425901159613170115574259011596131701155742590115961317011557425901159613170115574259011596131701155742590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca702bd3-3d1f-4719-a5a0-b14a2fe44fcb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca702bd3-3d1f-4719-a5a0-b14a2fe44fcb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10318715948553042357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031871594855304235710318715948553042357103187159485530423571031871594855304235710318715948553042357103187159485530423571031871594855304235710318715948553042357103187159485530423571031871594855304235710318715948553042357103187159485530423571031871594855304235710318715948553042357103187159485530423571031871594855304235710318715948553042357103187159485530423571031871594855304235710318715948553042357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4e51c20-7cf7-4107-bedf-bb5208aa8480, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 336651cc-1afb-42f3-9ded-5b2d2e27f16a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca702bd3-3d1f-4719-a5a0-b14a2fe44fcb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 336651cc-1afb-42f3-9ded-5b2d2e27f16a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16097061465198839409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609706146519883940916097061465198839409160970614651988394091609706146519883940916097061465198839409160970614651988394091609706146519883940916097061465198839409160970614651988394091609706146519883940916097061465198839409160970614651988394091609706146519883940916097061465198839409160970614651988394091609706146519883940916097061465198839409160970614651988394091609706146519883940916097061465198839409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 607c17a8-23e2-46ff-93be-de13b58539bf, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 607c17a8-23e2-46ff-93be-de13b58539bf, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4451214897502397239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44512148975023972394451214897502397239445121489750239723944512148975023972394451214897502397239445121489750239723944512148975023972394451214897502397239445121489750239723944512148975023972394451214897502397239445121489750239723944512148975023972394451214897502397239445121489750239723944512148975023972394451214897502397239445121489750239723944512148975023972394451214897502397239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 336651cc-1afb-42f3-9ded-5b2d2e27f16a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 607c17a8-23e2-46ff-93be-de13b58539bf, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bdd3f90-c6fd-4abf-9877-0782b70e4641, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bdd3f90-c6fd-4abf-9877-0782b70e4641, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16152801447518942266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615280144751894226616152801447518942266161528014475189422661615280144751894226616152801447518942266161528014475189422661615280144751894226616152801447518942266161528014475189422661615280144751894226616152801447518942266161528014475189422661615280144751894226616152801447518942266161528014475189422661615280144751894226616152801447518942266161528014475189422661615280144751894226616152801447518942266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3373fe66-60f1-4eb9-bea4-4b23e28caa5d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3373fe66-60f1-4eb9-bea4-4b23e28caa5d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12382161549399893257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238216154939989325712382161549399893257123821615493998932571238216154939989325712382161549399893257123821615493998932571238216154939989325712382161549399893257123821615493998932571238216154939989325712382161549399893257123821615493998932571238216154939989325712382161549399893257123821615493998932571238216154939989325712382161549399893257123821615493998932571238216154939989325712382161549399893257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bdd3f90-c6fd-4abf-9877-0782b70e4641, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b00385a7-b443-4d3b-82dc-80991310b2ab, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b00385a7-b443-4d3b-82dc-80991310b2ab, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12042981164751305796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204298116475130579612042981164751305796120429811647513057961204298116475130579612042981164751305796120429811647513057961204298116475130579612042981164751305796120429811647513057961204298116475130579612042981164751305796120429811647513057961204298116475130579612042981164751305796120429811647513057961204298116475130579612042981164751305796120429811647513057961204298116475130579612042981164751305796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3373fe66-60f1-4eb9-bea4-4b23e28caa5d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1056414d-3be0-4f6b-a9c1-6fa7451a095e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1056414d-3be0-4f6b-a9c1-6fa7451a095e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12176331851531053255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217633185153105325512176331851531053255121763318515310532551217633185153105325512176331851531053255121763318515310532551217633185153105325512176331851531053255121763318515310532551217633185153105325512176331851531053255121763318515310532551217633185153105325512176331851531053255121763318515310532551217633185153105325512176331851531053255121763318515310532551217633185153105325512176331851531053255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b00385a7-b443-4d3b-82dc-80991310b2ab, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61a008a2-8c67-4e1b-ac82-bef76d3a0ac3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61a008a2-8c67-4e1b-ac82-bef76d3a0ac3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7753766223657878620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77537662236578786207753766223657878620775376622365787862077537662236578786207753766223657878620775376622365787862077537662236578786207753766223657878620775376622365787862077537662236578786207753766223657878620775376622365787862077537662236578786207753766223657878620775376622365787862077537662236578786207753766223657878620775376622365787862077537662236578786207753766223657878620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1056414d-3be0-4f6b-a9c1-6fa7451a095e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2241c16e-d14c-4d15-ad75-231a3dc5844d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2241c16e-d14c-4d15-ad75-231a3dc5844d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12543331746051033454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254333174605103345412543331746051033454125433317460510334541254333174605103345412543331746051033454125433317460510334541254333174605103345412543331746051033454125433317460510334541254333174605103345412543331746051033454125433317460510334541254333174605103345412543331746051033454125433317460510334541254333174605103345412543331746051033454125433317460510334541254333174605103345412543331746051033454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61a008a2-8c67-4e1b-ac82-bef76d3a0ac3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5547af37-0d06-44d5-8f99-21a76eefe232, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5547af37-0d06-44d5-8f99-21a76eefe232, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5263282566205649272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52632825662056492725263282566205649272526328256620564927252632825662056492725263282566205649272526328256620564927252632825662056492725263282566205649272526328256620564927252632825662056492725263282566205649272526328256620564927252632825662056492725263282566205649272526328256620564927252632825662056492725263282566205649272526328256620564927252632825662056492725263282566205649272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2241c16e-d14c-4d15-ad75-231a3dc5844d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c65af26-e5fe-4e41-ac93-b9536a89abe9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c65af26-e5fe-4e41-ac93-b9536a89abe9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18292645912333901850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829264591233390185018292645912333901850182926459123339018501829264591233390185018292645912333901850182926459123339018501829264591233390185018292645912333901850182926459123339018501829264591233390185018292645912333901850182926459123339018501829264591233390185018292645912333901850182926459123339018501829264591233390185018292645912333901850182926459123339018501829264591233390185018292645912333901850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5547af37-0d06-44d5-8f99-21a76eefe232, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, feed973f-26e1-4205-a96d-68573ed81538, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feed973f-26e1-4205-a96d-68573ed81538, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13031890899574923418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303189089957492341813031890899574923418130318908995749234181303189089957492341813031890899574923418130318908995749234181303189089957492341813031890899574923418130318908995749234181303189089957492341813031890899574923418130318908995749234181303189089957492341813031890899574923418130318908995749234181303189089957492341813031890899574923418130318908995749234181303189089957492341813031890899574923418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c65af26-e5fe-4e41-ac93-b9536a89abe9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c31bf044-f079-4479-a1ba-c7a3cd50ff06, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c31bf044-f079-4479-a1ba-c7a3cd50ff06, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17232366114649599989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723236611464959998917232366114649599989172323661146495999891723236611464959998917232366114649599989172323661146495999891723236611464959998917232366114649599989172323661146495999891723236611464959998917232366114649599989172323661146495999891723236611464959998917232366114649599989172323661146495999891723236611464959998917232366114649599989172323661146495999891723236611464959998917232366114649599989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feed973f-26e1-4205-a96d-68573ed81538, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c31bf044-f079-4479-a1ba-c7a3cd50ff06, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24a43a4b-27f7-490d-9238-d47bcdf41536, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24a43a4b-27f7-490d-9238-d47bcdf41536, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8555260501478275856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85552605014782758568555260501478275856855526050147827585685552605014782758568555260501478275856855526050147827585685552605014782758568555260501478275856855526050147827585685552605014782758568555260501478275856855526050147827585685552605014782758568555260501478275856855526050147827585685552605014782758568555260501478275856855526050147827585685552605014782758568555260501478275856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c631285-4df4-4f2d-bb05-6bb4f192de44, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c631285-4df4-4f2d-bb05-6bb4f192de44, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8901310476029208018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89013104760292080188901310476029208018890131047602920801889013104760292080188901310476029208018890131047602920801889013104760292080188901310476029208018890131047602920801889013104760292080188901310476029208018890131047602920801889013104760292080188901310476029208018890131047602920801889013104760292080188901310476029208018890131047602920801889013104760292080188901310476029208018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24a43a4b-27f7-490d-9238-d47bcdf41536, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 044ce51c-6dc8-46ca-85b5-c4c0cfee9bad, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 044ce51c-6dc8-46ca-85b5-c4c0cfee9bad, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4821265478914780184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48212654789147801844821265478914780184482126547891478018448212654789147801844821265478914780184482126547891478018448212654789147801844821265478914780184482126547891478018448212654789147801844821265478914780184482126547891478018448212654789147801844821265478914780184482126547891478018448212654789147801844821265478914780184482126547891478018448212654789147801844821265478914780184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c631285-4df4-4f2d-bb05-6bb4f192de44, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9d40b34-ab58-41ce-a7d5-494e07190c38, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9d40b34-ab58-41ce-a7d5-494e07190c38, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4244513996609844452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42445139966098444524244513996609844452424451399660984445242445139966098444524244513996609844452424451399660984445242445139966098444524244513996609844452424451399660984445242445139966098444524244513996609844452424451399660984445242445139966098444524244513996609844452424451399660984445242445139966098444524244513996609844452424451399660984445242445139966098444524244513996609844452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 044ce51c-6dc8-46ca-85b5-c4c0cfee9bad, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27a35411-dd3a-460c-b60c-e3c69eb24d52, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9d40b34-ab58-41ce-a7d5-494e07190c38, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27a35411-dd3a-460c-b60c-e3c69eb24d52, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8351819259591722896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83518192595917228968351819259591722896835181925959172289683518192595917228968351819259591722896835181925959172289683518192595917228968351819259591722896835181925959172289683518192595917228968351819259591722896835181925959172289683518192595917228968351819259591722896835181925959172289683518192595917228968351819259591722896835181925959172289683518192595917228968351819259591722896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e694f66-5b66-4247-9e64-71b3797b9def, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e694f66-5b66-4247-9e64-71b3797b9def, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2062589203163905766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20625892031639057662062589203163905766206258920316390576620625892031639057662062589203163905766206258920316390576620625892031639057662062589203163905766206258920316390576620625892031639057662062589203163905766206258920316390576620625892031639057662062589203163905766206258920316390576620625892031639057662062589203163905766206258920316390576620625892031639057662062589203163905766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27a35411-dd3a-460c-b60c-e3c69eb24d52, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f42f1b8-3ef7-466f-a3f4-3244fe88fb44, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f42f1b8-3ef7-466f-a3f4-3244fe88fb44, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 755444608951425109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "755444608951425109755444608951425109755444608951425109755444608951425109755444608951425109755444608951425109755444608951425109755444608951425109755444608951425109755444608951425109755444608951425109755444608951425109755444608951425109755444608951425109755444608951425109755444608951425109755444608951425109755444608951425109755444608951425109755444608951425109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e694f66-5b66-4247-9e64-71b3797b9def, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a4ef3e6-2624-4372-a74a-9cb46ec7af64, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f42f1b8-3ef7-466f-a3f4-3244fe88fb44, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a4ef3e6-2624-4372-a74a-9cb46ec7af64, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10193340437107593112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019334043710759311210193340437107593112101933404371075931121019334043710759311210193340437107593112101933404371075931121019334043710759311210193340437107593112101933404371075931121019334043710759311210193340437107593112101933404371075931121019334043710759311210193340437107593112101933404371075931121019334043710759311210193340437107593112101933404371075931121019334043710759311210193340437107593112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0de7f12a-1762-4ff3-99e1-9cb20ae3ec6f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0de7f12a-1762-4ff3-99e1-9cb20ae3ec6f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13611939225625585091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361193922562558509113611939225625585091136119392256255850911361193922562558509113611939225625585091136119392256255850911361193922562558509113611939225625585091136119392256255850911361193922562558509113611939225625585091136119392256255850911361193922562558509113611939225625585091136119392256255850911361193922562558509113611939225625585091136119392256255850911361193922562558509113611939225625585091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a4ef3e6-2624-4372-a74a-9cb46ec7af64, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2b8400f-3a7a-497d-bc66-8d8107858118, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2b8400f-3a7a-497d-bc66-8d8107858118, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14247829912999110067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424782991299911006714247829912999110067142478299129991100671424782991299911006714247829912999110067142478299129991100671424782991299911006714247829912999110067142478299129991100671424782991299911006714247829912999110067142478299129991100671424782991299911006714247829912999110067142478299129991100671424782991299911006714247829912999110067142478299129991100671424782991299911006714247829912999110067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0de7f12a-1762-4ff3-99e1-9cb20ae3ec6f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17dda1f1-a70e-469c-8ee5-42aa732b7474, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17dda1f1-a70e-469c-8ee5-42aa732b7474, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4580480407592325200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45804804075923252004580480407592325200458048040759232520045804804075923252004580480407592325200458048040759232520045804804075923252004580480407592325200458048040759232520045804804075923252004580480407592325200458048040759232520045804804075923252004580480407592325200458048040759232520045804804075923252004580480407592325200458048040759232520045804804075923252004580480407592325200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2b8400f-3a7a-497d-bc66-8d8107858118, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34d72a64-bbe9-4bbe-8373-b86da9d8fcfc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d72a64-bbe9-4bbe-8373-b86da9d8fcfc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3345398795262796032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33453987952627960323345398795262796032334539879526279603233453987952627960323345398795262796032334539879526279603233453987952627960323345398795262796032334539879526279603233453987952627960323345398795262796032334539879526279603233453987952627960323345398795262796032334539879526279603233453987952627960323345398795262796032334539879526279603233453987952627960323345398795262796032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17dda1f1-a70e-469c-8ee5-42aa732b7474, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41d0b018-4ca2-4c1c-90d2-d385e06ff214, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41d0b018-4ca2-4c1c-90d2-d385e06ff214, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10697495863903302240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069749586390330224010697495863903302240106974958639033022401069749586390330224010697495863903302240106974958639033022401069749586390330224010697495863903302240106974958639033022401069749586390330224010697495863903302240106974958639033022401069749586390330224010697495863903302240106974958639033022401069749586390330224010697495863903302240106974958639033022401069749586390330224010697495863903302240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d72a64-bbe9-4bbe-8373-b86da9d8fcfc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eae3c408-a33a-4e43-b7d4-5ed4581d032a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eae3c408-a33a-4e43-b7d4-5ed4581d032a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11332123129097870210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133212312909787021011332123129097870210113321231290978702101133212312909787021011332123129097870210113321231290978702101133212312909787021011332123129097870210113321231290978702101133212312909787021011332123129097870210113321231290978702101133212312909787021011332123129097870210113321231290978702101133212312909787021011332123129097870210113321231290978702101133212312909787021011332123129097870210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41d0b018-4ca2-4c1c-90d2-d385e06ff214, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 770d31de-5aac-4cb1-b1dd-7e320a550b97, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 770d31de-5aac-4cb1-b1dd-7e320a550b97, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 272206608795897956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "272206608795897956272206608795897956272206608795897956272206608795897956272206608795897956272206608795897956272206608795897956272206608795897956272206608795897956272206608795897956272206608795897956272206608795897956272206608795897956272206608795897956272206608795897956272206608795897956272206608795897956272206608795897956272206608795897956272206608795897956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eae3c408-a33a-4e43-b7d4-5ed4581d032a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f096ec33-e643-45fd-8463-b1d648083793, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 770d31de-5aac-4cb1-b1dd-7e320a550b97, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f096ec33-e643-45fd-8463-b1d648083793, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 763013748087239172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "763013748087239172763013748087239172763013748087239172763013748087239172763013748087239172763013748087239172763013748087239172763013748087239172763013748087239172763013748087239172763013748087239172763013748087239172763013748087239172763013748087239172763013748087239172763013748087239172763013748087239172763013748087239172763013748087239172763013748087239172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bef9e3e6-9449-4335-8d0e-4f81f3d3097b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bef9e3e6-9449-4335-8d0e-4f81f3d3097b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8409144699690203608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84091446996902036088409144699690203608840914469969020360884091446996902036088409144699690203608840914469969020360884091446996902036088409144699690203608840914469969020360884091446996902036088409144699690203608840914469969020360884091446996902036088409144699690203608840914469969020360884091446996902036088409144699690203608840914469969020360884091446996902036088409144699690203608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f096ec33-e643-45fd-8463-b1d648083793, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46ffb2b8-0cd1-43e2-8306-1c52475dfe36, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46ffb2b8-0cd1-43e2-8306-1c52475dfe36, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 45421146484733482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4542114648473348245421146484733482454211464847334824542114648473348245421146484733482454211464847334824542114648473348245421146484733482454211464847334824542114648473348245421146484733482454211464847334824542114648473348245421146484733482454211464847334824542114648473348245421146484733482454211464847334824542114648473348245421146484733482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bef9e3e6-9449-4335-8d0e-4f81f3d3097b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f62e024-1b6d-4ff0-bd9c-188cd48a1d53, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f62e024-1b6d-4ff0-bd9c-188cd48a1d53, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9507862907239773254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95078629072397732549507862907239773254950786290723977325495078629072397732549507862907239773254950786290723977325495078629072397732549507862907239773254950786290723977325495078629072397732549507862907239773254950786290723977325495078629072397732549507862907239773254950786290723977325495078629072397732549507862907239773254950786290723977325495078629072397732549507862907239773254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46ffb2b8-0cd1-43e2-8306-1c52475dfe36, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d81c07d-10e8-477d-8066-a69070b37fbd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d81c07d-10e8-477d-8066-a69070b37fbd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15493421687704567166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549342168770456716615493421687704567166154934216877045671661549342168770456716615493421687704567166154934216877045671661549342168770456716615493421687704567166154934216877045671661549342168770456716615493421687704567166154934216877045671661549342168770456716615493421687704567166154934216877045671661549342168770456716615493421687704567166154934216877045671661549342168770456716615493421687704567166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f62e024-1b6d-4ff0-bd9c-188cd48a1d53, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4d1767b-abed-4198-82af-35f053426eb9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4d1767b-abed-4198-82af-35f053426eb9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12671029236913844809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267102923691384480912671029236913844809126710292369138448091267102923691384480912671029236913844809126710292369138448091267102923691384480912671029236913844809126710292369138448091267102923691384480912671029236913844809126710292369138448091267102923691384480912671029236913844809126710292369138448091267102923691384480912671029236913844809126710292369138448091267102923691384480912671029236913844809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d81c07d-10e8-477d-8066-a69070b37fbd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5be629a9-50aa-4aea-9e59-4ffce0f964f4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5be629a9-50aa-4aea-9e59-4ffce0f964f4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1154876271363570655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11548762713635706551154876271363570655115487627136357065511548762713635706551154876271363570655115487627136357065511548762713635706551154876271363570655115487627136357065511548762713635706551154876271363570655115487627136357065511548762713635706551154876271363570655115487627136357065511548762713635706551154876271363570655115487627136357065511548762713635706551154876271363570655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4d1767b-abed-4198-82af-35f053426eb9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5be629a9-50aa-4aea-9e59-4ffce0f964f4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22ac18fa-f0f6-4077-9e99-1bd38f391c32, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 733679a9-ef77-4843-9b71-834503953707, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 733679a9-ef77-4843-9b71-834503953707, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4374457249211137371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43744572492111373714374457249211137371437445724921113737143744572492111373714374457249211137371437445724921113737143744572492111373714374457249211137371437445724921113737143744572492111373714374457249211137371437445724921113737143744572492111373714374457249211137371437445724921113737143744572492111373714374457249211137371437445724921113737143744572492111373714374457249211137371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22ac18fa-f0f6-4077-9e99-1bd38f391c32, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2442690848387654870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24426908483876548702442690848387654870244269084838765487024426908483876548702442690848387654870244269084838765487024426908483876548702442690848387654870244269084838765487024426908483876548702442690848387654870244269084838765487024426908483876548702442690848387654870244269084838765487024426908483876548702442690848387654870244269084838765487024426908483876548702442690848387654870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 733679a9-ef77-4843-9b71-834503953707, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5c30b35-e38a-4e1b-8c17-8f7eb3a35989, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5c30b35-e38a-4e1b-8c17-8f7eb3a35989, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16333843435680527746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633384343568052774616333843435680527746163338434356805277461633384343568052774616333843435680527746163338434356805277461633384343568052774616333843435680527746163338434356805277461633384343568052774616333843435680527746163338434356805277461633384343568052774616333843435680527746163338434356805277461633384343568052774616333843435680527746163338434356805277461633384343568052774616333843435680527746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22ac18fa-f0f6-4077-9e99-1bd38f391c32, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6f5c609-b40d-401c-90a8-25e6efdf1f11, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6f5c609-b40d-401c-90a8-25e6efdf1f11, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7302707665863977451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73027076658639774517302707665863977451730270766586397745173027076658639774517302707665863977451730270766586397745173027076658639774517302707665863977451730270766586397745173027076658639774517302707665863977451730270766586397745173027076658639774517302707665863977451730270766586397745173027076658639774517302707665863977451730270766586397745173027076658639774517302707665863977451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5c30b35-e38a-4e1b-8c17-8f7eb3a35989, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7595824-26ce-4e7a-91e9-d7457b671337, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7595824-26ce-4e7a-91e9-d7457b671337, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4275256134272105832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42752561342721058324275256134272105832427525613427210583242752561342721058324275256134272105832427525613427210583242752561342721058324275256134272105832427525613427210583242752561342721058324275256134272105832427525613427210583242752561342721058324275256134272105832427525613427210583242752561342721058324275256134272105832427525613427210583242752561342721058324275256134272105832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6f5c609-b40d-401c-90a8-25e6efdf1f11, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06bb13e2-e3e9-47ed-bf24-906c91a11f12, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06bb13e2-e3e9-47ed-bf24-906c91a11f12, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4426399269934343959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44263992699343439594426399269934343959442639926993434395944263992699343439594426399269934343959442639926993434395944263992699343439594426399269934343959442639926993434395944263992699343439594426399269934343959442639926993434395944263992699343439594426399269934343959442639926993434395944263992699343439594426399269934343959442639926993434395944263992699343439594426399269934343959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7595824-26ce-4e7a-91e9-d7457b671337, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a316c4b-6e0c-4225-b283-297618db16c7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06bb13e2-e3e9-47ed-bf24-906c91a11f12, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a316c4b-6e0c-4225-b283-297618db16c7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14917382523239354424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491738252323935442414917382523239354424149173825232393544241491738252323935442414917382523239354424149173825232393544241491738252323935442414917382523239354424149173825232393544241491738252323935442414917382523239354424149173825232393544241491738252323935442414917382523239354424149173825232393544241491738252323935442414917382523239354424149173825232393544241491738252323935442414917382523239354424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ce2b912-02b5-42a3-8758-891e82280258, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ce2b912-02b5-42a3-8758-891e82280258, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6940703707474068212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69407037074740682126940703707474068212694070370747406821269407037074740682126940703707474068212694070370747406821269407037074740682126940703707474068212694070370747406821269407037074740682126940703707474068212694070370747406821269407037074740682126940703707474068212694070370747406821269407037074740682126940703707474068212694070370747406821269407037074740682126940703707474068212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a316c4b-6e0c-4225-b283-297618db16c7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ce2b912-02b5-42a3-8758-891e82280258, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3632a02-5b3c-4299-8bc9-c957ebae1e1a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3632a02-5b3c-4299-8bc9-c957ebae1e1a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7569021742674164706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75690217426741647067569021742674164706756902174267416470675690217426741647067569021742674164706756902174267416470675690217426741647067569021742674164706756902174267416470675690217426741647067569021742674164706756902174267416470675690217426741647067569021742674164706756902174267416470675690217426741647067569021742674164706756902174267416470675690217426741647067569021742674164706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d38145d5-fd66-41f2-a90d-e2346bd6c901, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d38145d5-fd66-41f2-a90d-e2346bd6c901, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 975599601517586499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "975599601517586499975599601517586499975599601517586499975599601517586499975599601517586499975599601517586499975599601517586499975599601517586499975599601517586499975599601517586499975599601517586499975599601517586499975599601517586499975599601517586499975599601517586499975599601517586499975599601517586499975599601517586499975599601517586499975599601517586499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3632a02-5b3c-4299-8bc9-c957ebae1e1a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02d076a5-ef07-4ee9-a51c-b4e4ae2b1bb0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02d076a5-ef07-4ee9-a51c-b4e4ae2b1bb0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4627261173705188793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46272611737051887934627261173705188793462726117370518879346272611737051887934627261173705188793462726117370518879346272611737051887934627261173705188793462726117370518879346272611737051887934627261173705188793462726117370518879346272611737051887934627261173705188793462726117370518879346272611737051887934627261173705188793462726117370518879346272611737051887934627261173705188793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d38145d5-fd66-41f2-a90d-e2346bd6c901, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd945097-0b4a-485a-b7f7-494906c77108, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd945097-0b4a-485a-b7f7-494906c77108, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12912659611463074292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291265961146307429212912659611463074292129126596114630742921291265961146307429212912659611463074292129126596114630742921291265961146307429212912659611463074292129126596114630742921291265961146307429212912659611463074292129126596114630742921291265961146307429212912659611463074292129126596114630742921291265961146307429212912659611463074292129126596114630742921291265961146307429212912659611463074292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02d076a5-ef07-4ee9-a51c-b4e4ae2b1bb0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80dcdfd0-3933-43cb-a17a-7886d7b8ab2b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80dcdfd0-3933-43cb-a17a-7886d7b8ab2b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 51435319273131131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5143531927313113151435319273131131514353192731311315143531927313113151435319273131131514353192731311315143531927313113151435319273131131514353192731311315143531927313113151435319273131131514353192731311315143531927313113151435319273131131514353192731311315143531927313113151435319273131131514353192731311315143531927313113151435319273131131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd945097-0b4a-485a-b7f7-494906c77108, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a700b63e-68e2-4742-a55c-a293a096c749, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a700b63e-68e2-4742-a55c-a293a096c749, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16382597911512386559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638259791151238655916382597911512386559163825979115123865591638259791151238655916382597911512386559163825979115123865591638259791151238655916382597911512386559163825979115123865591638259791151238655916382597911512386559163825979115123865591638259791151238655916382597911512386559163825979115123865591638259791151238655916382597911512386559163825979115123865591638259791151238655916382597911512386559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80dcdfd0-3933-43cb-a17a-7886d7b8ab2b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05b6a07f-3607-426b-8076-9b6c3bcce179, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05b6a07f-3607-426b-8076-9b6c3bcce179, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13611600143552999708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361160014355299970813611600143552999708136116001435529997081361160014355299970813611600143552999708136116001435529997081361160014355299970813611600143552999708136116001435529997081361160014355299970813611600143552999708136116001435529997081361160014355299970813611600143552999708136116001435529997081361160014355299970813611600143552999708136116001435529997081361160014355299970813611600143552999708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a700b63e-68e2-4742-a55c-a293a096c749, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4c374f9-3259-4e84-9956-4ae4a2ffb296, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4c374f9-3259-4e84-9956-4ae4a2ffb296, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 667032342437648050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "667032342437648050667032342437648050667032342437648050667032342437648050667032342437648050667032342437648050667032342437648050667032342437648050667032342437648050667032342437648050667032342437648050667032342437648050667032342437648050667032342437648050667032342437648050667032342437648050667032342437648050667032342437648050667032342437648050667032342437648050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05b6a07f-3607-426b-8076-9b6c3bcce179, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd29b384-222a-49df-ba29-0a328cc469f7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd29b384-222a-49df-ba29-0a328cc469f7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3920791472454218024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39207914724542180243920791472454218024392079147245421802439207914724542180243920791472454218024392079147245421802439207914724542180243920791472454218024392079147245421802439207914724542180243920791472454218024392079147245421802439207914724542180243920791472454218024392079147245421802439207914724542180243920791472454218024392079147245421802439207914724542180243920791472454218024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4c374f9-3259-4e84-9956-4ae4a2ffb296, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ed95871-7775-48b1-9a95-ac22767d676b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ed95871-7775-48b1-9a95-ac22767d676b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18029641337917635567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802964133791763556718029641337917635567180296413379176355671802964133791763556718029641337917635567180296413379176355671802964133791763556718029641337917635567180296413379176355671802964133791763556718029641337917635567180296413379176355671802964133791763556718029641337917635567180296413379176355671802964133791763556718029641337917635567180296413379176355671802964133791763556718029641337917635567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd29b384-222a-49df-ba29-0a328cc469f7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2255dcee-aa9f-4022-8c3e-c49fc37ddf5d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2255dcee-aa9f-4022-8c3e-c49fc37ddf5d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 553367401408247231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "553367401408247231553367401408247231553367401408247231553367401408247231553367401408247231553367401408247231553367401408247231553367401408247231553367401408247231553367401408247231553367401408247231553367401408247231553367401408247231553367401408247231553367401408247231553367401408247231553367401408247231553367401408247231553367401408247231553367401408247231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ed95871-7775-48b1-9a95-ac22767d676b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2255dcee-aa9f-4022-8c3e-c49fc37ddf5d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a6e9c13-eac7-4366-81bb-840d5264fd98, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a6e9c13-eac7-4366-81bb-840d5264fd98, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3996974644325509077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39969746443255090773996974644325509077399697464432550907739969746443255090773996974644325509077399697464432550907739969746443255090773996974644325509077399697464432550907739969746443255090773996974644325509077399697464432550907739969746443255090773996974644325509077399697464432550907739969746443255090773996974644325509077399697464432550907739969746443255090773996974644325509077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3b5efc4-524f-498d-89f4-65773df669fc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3b5efc4-524f-498d-89f4-65773df669fc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1651495931423716036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16514959314237160361651495931423716036165149593142371603616514959314237160361651495931423716036165149593142371603616514959314237160361651495931423716036165149593142371603616514959314237160361651495931423716036165149593142371603616514959314237160361651495931423716036165149593142371603616514959314237160361651495931423716036165149593142371603616514959314237160361651495931423716036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a6e9c13-eac7-4366-81bb-840d5264fd98, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a3babd1-512e-45d9-abf4-03091db478d0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a3babd1-512e-45d9-abf4-03091db478d0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1728871990891308871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17288719908913088711728871990891308871172887199089130887117288719908913088711728871990891308871172887199089130887117288719908913088711728871990891308871172887199089130887117288719908913088711728871990891308871172887199089130887117288719908913088711728871990891308871172887199089130887117288719908913088711728871990891308871172887199089130887117288719908913088711728871990891308871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3b5efc4-524f-498d-89f4-65773df669fc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 340811a5-a2c6-45dd-aa72-259a882d8515, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 340811a5-a2c6-45dd-aa72-259a882d8515, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1583959382436369971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15839593824363699711583959382436369971158395938243636997115839593824363699711583959382436369971158395938243636997115839593824363699711583959382436369971158395938243636997115839593824363699711583959382436369971158395938243636997115839593824363699711583959382436369971158395938243636997115839593824363699711583959382436369971158395938243636997115839593824363699711583959382436369971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a3babd1-512e-45d9-abf4-03091db478d0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 340811a5-a2c6-45dd-aa72-259a882d8515, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 508637b8-8164-4a46-8c54-462a4c39ab43, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 508637b8-8164-4a46-8c54-462a4c39ab43, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9385872160346583246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93858721603465832469385872160346583246938587216034658324693858721603465832469385872160346583246938587216034658324693858721603465832469385872160346583246938587216034658324693858721603465832469385872160346583246938587216034658324693858721603465832469385872160346583246938587216034658324693858721603465832469385872160346583246938587216034658324693858721603465832469385872160346583246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba95e0de-b1ca-4249-ac49-00e250f60a01, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 508637b8-8164-4a46-8c54-462a4c39ab43, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba95e0de-b1ca-4249-ac49-00e250f60a01, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5336817746142454445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53368177461424544455336817746142454445533681774614245444553368177461424544455336817746142454445533681774614245444553368177461424544455336817746142454445533681774614245444553368177461424544455336817746142454445533681774614245444553368177461424544455336817746142454445533681774614245444553368177461424544455336817746142454445533681774614245444553368177461424544455336817746142454445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8b3c353-af1a-4a9c-afaa-50ac38911e5b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8b3c353-af1a-4a9c-afaa-50ac38911e5b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15132391541199724827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513239154119972482715132391541199724827151323915411997248271513239154119972482715132391541199724827151323915411997248271513239154119972482715132391541199724827151323915411997248271513239154119972482715132391541199724827151323915411997248271513239154119972482715132391541199724827151323915411997248271513239154119972482715132391541199724827151323915411997248271513239154119972482715132391541199724827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba95e0de-b1ca-4249-ac49-00e250f60a01, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fd1cf04-2b5c-4b23-834e-0f92ffcd85e7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8b3c353-af1a-4a9c-afaa-50ac38911e5b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fd1cf04-2b5c-4b23-834e-0f92ffcd85e7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17867008475479066075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786700847547906607517867008475479066075178670084754790660751786700847547906607517867008475479066075178670084754790660751786700847547906607517867008475479066075178670084754790660751786700847547906607517867008475479066075178670084754790660751786700847547906607517867008475479066075178670084754790660751786700847547906607517867008475479066075178670084754790660751786700847547906607517867008475479066075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-saptlbqaqq.auto.internal:28695
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15ac2354-626d-4371-8fce-c7e589b7348b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fd1cf04-2b5c-4b23-834e-0f92ffcd85e7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1600569f-7007-4066-a5ad-fbf9bacaf451, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1600569f-7007-4066-a5ad-fbf9bacaf451, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10047604630510953064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004760463051095306410047604630510953064100476046305109530641004760463051095306410047604630510953064100476046305109530641004760463051095306410047604630510953064100476046305109530641004760463051095306410047604630510953064100476046305109530641004760463051095306410047604630510953064100476046305109530641004760463051095306410047604630510953064100476046305109530641004760463051095306410047604630510953064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15ac2354-626d-4371-8fce-c7e589b7348b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 51050903643817817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5105090364381781751050903643817817510509036438178175105090364381781751050903643817817510509036438178175105090364381781751050903643817817510509036438178175105090364381781751050903643817817510509036438178175105090364381781751050903643817817510509036438178175105090364381781751050903643817817510509036438178175105090364381781751050903643817817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15ac2354-626d-4371-8fce-c7e589b7348b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ed78b9a-eb68-4481-a3ad-bb3f4975011a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ed78b9a-eb68-4481-a3ad-bb3f4975011a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10347964234678741751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034796423467874175110347964234678741751103479642346787417511034796423467874175110347964234678741751103479642346787417511034796423467874175110347964234678741751103479642346787417511034796423467874175110347964234678741751103479642346787417511034796423467874175110347964234678741751103479642346787417511034796423467874175110347964234678741751103479642346787417511034796423467874175110347964234678741751" } } } 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:62323
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ed78b9a-eb68-4481-a3ad-bb3f4975011a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4047b147-758c-41b7-b098-7badd275ee64, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4047b147-758c-41b7-b098-7badd275ee64, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13410733093946592428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341073309394659242813410733093946592428134107330939465924281341073309394659242813410733093946592428134107330939465924281341073309394659242813410733093946592428134107330939465924281341073309394659242813410733093946592428134107330939465924281341073309394659242813410733093946592428134107330939465924281341073309394659242813410733093946592428134107330939465924281341073309394659242813410733093946592428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1600569f-7007-4066-a5ad-fbf9bacaf451, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 980bd0d6-ee17-4d8d-b542-498b57fe0650, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 980bd0d6-ee17-4d8d-b542-498b57fe0650, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 451191318108817701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "451191318108817701451191318108817701451191318108817701451191318108817701451191318108817701451191318108817701451191318108817701451191318108817701451191318108817701451191318108817701451191318108817701451191318108817701451191318108817701451191318108817701451191318108817701451191318108817701451191318108817701451191318108817701451191318108817701451191318108817701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4047b147-758c-41b7-b098-7badd275ee64, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab643dfd-3b2d-407f-a31f-602edcc50785, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab643dfd-3b2d-407f-a31f-602edcc50785, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8126246021947307069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81262460219473070698126246021947307069812624602194730706981262460219473070698126246021947307069812624602194730706981262460219473070698126246021947307069812624602194730706981262460219473070698126246021947307069812624602194730706981262460219473070698126246021947307069812624602194730706981262460219473070698126246021947307069812624602194730706981262460219473070698126246021947307069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 980bd0d6-ee17-4d8d-b542-498b57fe0650, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63adcf9e-b88d-44bc-930f-dc71f1e8a18d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63adcf9e-b88d-44bc-930f-dc71f1e8a18d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1149077984842149581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11490779848421495811149077984842149581114907798484214958111490779848421495811149077984842149581114907798484214958111490779848421495811149077984842149581114907798484214958111490779848421495811149077984842149581114907798484214958111490779848421495811149077984842149581114907798484214958111490779848421495811149077984842149581114907798484214958111490779848421495811149077984842149581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab643dfd-3b2d-407f-a31f-602edcc50785, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 299d32ed-349f-4181-af45-be32a879edbb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 299d32ed-349f-4181-af45-be32a879edbb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3393422530840762175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33934225308407621753393422530840762175339342253084076217533934225308407621753393422530840762175339342253084076217533934225308407621753393422530840762175339342253084076217533934225308407621753393422530840762175339342253084076217533934225308407621753393422530840762175339342253084076217533934225308407621753393422530840762175339342253084076217533934225308407621753393422530840762175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63adcf9e-b88d-44bc-930f-dc71f1e8a18d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7fd7a4f-4c23-44b1-a558-faa60492daea, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7fd7a4f-4c23-44b1-a558-faa60492daea, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14483751195469062882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448375119546906288214483751195469062882144837511954690628821448375119546906288214483751195469062882144837511954690628821448375119546906288214483751195469062882144837511954690628821448375119546906288214483751195469062882144837511954690628821448375119546906288214483751195469062882144837511954690628821448375119546906288214483751195469062882144837511954690628821448375119546906288214483751195469062882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 299d32ed-349f-4181-af45-be32a879edbb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7fd7a4f-4c23-44b1-a558-faa60492daea, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d3eaad0-1061-4590-9467-3d0270cbfaa7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d3eaad0-1061-4590-9467-3d0270cbfaa7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8987849062612856182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89878490626128561828987849062612856182898784906261285618289878490626128561828987849062612856182898784906261285618289878490626128561828987849062612856182898784906261285618289878490626128561828987849062612856182898784906261285618289878490626128561828987849062612856182898784906261285618289878490626128561828987849062612856182898784906261285618289878490626128561828987849062612856182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c2258ae-b718-47d6-9cb7-8668d89e3d85, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c2258ae-b718-47d6-9cb7-8668d89e3d85, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12563577567243041475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256357756724304147512563577567243041475125635775672430414751256357756724304147512563577567243041475125635775672430414751256357756724304147512563577567243041475125635775672430414751256357756724304147512563577567243041475125635775672430414751256357756724304147512563577567243041475125635775672430414751256357756724304147512563577567243041475125635775672430414751256357756724304147512563577567243041475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d3eaad0-1061-4590-9467-3d0270cbfaa7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c2258ae-b718-47d6-9cb7-8668d89e3d85, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eead02d-5092-4424-b8e3-4ed9c288136b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eead02d-5092-4424-b8e3-4ed9c288136b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3357563003453740076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33575630034537400763357563003453740076335756300345374007633575630034537400763357563003453740076335756300345374007633575630034537400763357563003453740076335756300345374007633575630034537400763357563003453740076335756300345374007633575630034537400763357563003453740076335756300345374007633575630034537400763357563003453740076335756300345374007633575630034537400763357563003453740076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 450fc424-da0a-4cfd-8401-6901a11d0bf4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 450fc424-da0a-4cfd-8401-6901a11d0bf4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5744492230588392962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57444922305883929625744492230588392962574449223058839296257444922305883929625744492230588392962574449223058839296257444922305883929625744492230588392962574449223058839296257444922305883929625744492230588392962574449223058839296257444922305883929625744492230588392962574449223058839296257444922305883929625744492230588392962574449223058839296257444922305883929625744492230588392962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 450fc424-da0a-4cfd-8401-6901a11d0bf4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bafe5c96-eb55-41ec-be38-d6a7cc58b7c1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bafe5c96-eb55-41ec-be38-d6a7cc58b7c1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15033139931028104790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503313993102810479015033139931028104790150331399310281047901503313993102810479015033139931028104790150331399310281047901503313993102810479015033139931028104790150331399310281047901503313993102810479015033139931028104790150331399310281047901503313993102810479015033139931028104790150331399310281047901503313993102810479015033139931028104790150331399310281047901503313993102810479015033139931028104790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eead02d-5092-4424-b8e3-4ed9c288136b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 291d3fcb-369e-488b-b837-938d09eefd1f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 291d3fcb-369e-488b-b837-938d09eefd1f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 452610580356104316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "452610580356104316452610580356104316452610580356104316452610580356104316452610580356104316452610580356104316452610580356104316452610580356104316452610580356104316452610580356104316452610580356104316452610580356104316452610580356104316452610580356104316452610580356104316452610580356104316452610580356104316452610580356104316452610580356104316452610580356104316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bafe5c96-eb55-41ec-be38-d6a7cc58b7c1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1ba8d8a-f3b7-4f6b-a3c5-16fcb17aa373, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1ba8d8a-f3b7-4f6b-a3c5-16fcb17aa373, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17953045283933367110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795304528393336711017953045283933367110179530452839333671101795304528393336711017953045283933367110179530452839333671101795304528393336711017953045283933367110179530452839333671101795304528393336711017953045283933367110179530452839333671101795304528393336711017953045283933367110179530452839333671101795304528393336711017953045283933367110179530452839333671101795304528393336711017953045283933367110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 291d3fcb-369e-488b-b837-938d09eefd1f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31b7286e-881c-4e20-a05e-02475992a9c3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31b7286e-881c-4e20-a05e-02475992a9c3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2786825024109082432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27868250241090824322786825024109082432278682502410908243227868250241090824322786825024109082432278682502410908243227868250241090824322786825024109082432278682502410908243227868250241090824322786825024109082432278682502410908243227868250241090824322786825024109082432278682502410908243227868250241090824322786825024109082432278682502410908243227868250241090824322786825024109082432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1ba8d8a-f3b7-4f6b-a3c5-16fcb17aa373, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21b7afe3-e203-4ec1-8141-bff64357e97c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21b7afe3-e203-4ec1-8141-bff64357e97c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13158743230000136118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315874323000013611813158743230000136118131587432300001361181315874323000013611813158743230000136118131587432300001361181315874323000013611813158743230000136118131587432300001361181315874323000013611813158743230000136118131587432300001361181315874323000013611813158743230000136118131587432300001361181315874323000013611813158743230000136118131587432300001361181315874323000013611813158743230000136118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31b7286e-881c-4e20-a05e-02475992a9c3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc788d09-f882-4372-aac8-06d0e4c5d05e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21b7afe3-e203-4ec1-8141-bff64357e97c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc788d09-f882-4372-aac8-06d0e4c5d05e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6753870577222522927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67538705772225229276753870577222522927675387057722252292767538705772225229276753870577222522927675387057722252292767538705772225229276753870577222522927675387057722252292767538705772225229276753870577222522927675387057722252292767538705772225229276753870577222522927675387057722252292767538705772225229276753870577222522927675387057722252292767538705772225229276753870577222522927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09789f77-3273-4470-aa7f-3acda2f3af60, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09789f77-3273-4470-aa7f-3acda2f3af60, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5306329680030923569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53063296800309235695306329680030923569530632968003092356953063296800309235695306329680030923569530632968003092356953063296800309235695306329680030923569530632968003092356953063296800309235695306329680030923569530632968003092356953063296800309235695306329680030923569530632968003092356953063296800309235695306329680030923569530632968003092356953063296800309235695306329680030923569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc788d09-f882-4372-aac8-06d0e4c5d05e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0df50b7f-2faa-4367-8346-a0f98b8297b2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09789f77-3273-4470-aa7f-3acda2f3af60, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0df50b7f-2faa-4367-8346-a0f98b8297b2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4645255619184702007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46452556191847020074645255619184702007464525561918470200746452556191847020074645255619184702007464525561918470200746452556191847020074645255619184702007464525561918470200746452556191847020074645255619184702007464525561918470200746452556191847020074645255619184702007464525561918470200746452556191847020074645255619184702007464525561918470200746452556191847020074645255619184702007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dba1332d-0edf-4a90-b444-72be04e9fa99, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dba1332d-0edf-4a90-b444-72be04e9fa99, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14470180795035935870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447018079503593587014470180795035935870144701807950359358701447018079503593587014470180795035935870144701807950359358701447018079503593587014470180795035935870144701807950359358701447018079503593587014470180795035935870144701807950359358701447018079503593587014470180795035935870144701807950359358701447018079503593587014470180795035935870144701807950359358701447018079503593587014470180795035935870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0df50b7f-2faa-4367-8346-a0f98b8297b2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6dd9273-d502-4af4-97e7-25f6a6f485d1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6dd9273-d502-4af4-97e7-25f6a6f485d1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 931314256065279828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "931314256065279828931314256065279828931314256065279828931314256065279828931314256065279828931314256065279828931314256065279828931314256065279828931314256065279828931314256065279828931314256065279828931314256065279828931314256065279828931314256065279828931314256065279828931314256065279828931314256065279828931314256065279828931314256065279828931314256065279828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dba1332d-0edf-4a90-b444-72be04e9fa99, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f379a82f-45ed-49a9-9c45-219bef07c3b8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f379a82f-45ed-49a9-9c45-219bef07c3b8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6710720208689564123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67107202086895641236710720208689564123671072020868956412367107202086895641236710720208689564123671072020868956412367107202086895641236710720208689564123671072020868956412367107202086895641236710720208689564123671072020868956412367107202086895641236710720208689564123671072020868956412367107202086895641236710720208689564123671072020868956412367107202086895641236710720208689564123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6dd9273-d502-4af4-97e7-25f6a6f485d1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83358560-c549-4938-9f95-1307413cf8d6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83358560-c549-4938-9f95-1307413cf8d6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3228592414644594617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32285924146445946173228592414644594617322859241464459461732285924146445946173228592414644594617322859241464459461732285924146445946173228592414644594617322859241464459461732285924146445946173228592414644594617322859241464459461732285924146445946173228592414644594617322859241464459461732285924146445946173228592414644594617322859241464459461732285924146445946173228592414644594617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f379a82f-45ed-49a9-9c45-219bef07c3b8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fd7403f-c7c4-4b18-b792-5f85b7bae0ed, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fd7403f-c7c4-4b18-b792-5f85b7bae0ed, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1364301450396061935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13643014503960619351364301450396061935136430145039606193513643014503960619351364301450396061935136430145039606193513643014503960619351364301450396061935136430145039606193513643014503960619351364301450396061935136430145039606193513643014503960619351364301450396061935136430145039606193513643014503960619351364301450396061935136430145039606193513643014503960619351364301450396061935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83358560-c549-4938-9f95-1307413cf8d6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1980972-4b1e-45e0-b2d4-bcd1903e8216, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1980972-4b1e-45e0-b2d4-bcd1903e8216, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4834328014060240369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48343280140602403694834328014060240369483432801406024036948343280140602403694834328014060240369483432801406024036948343280140602403694834328014060240369483432801406024036948343280140602403694834328014060240369483432801406024036948343280140602403694834328014060240369483432801406024036948343280140602403694834328014060240369483432801406024036948343280140602403694834328014060240369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fd7403f-c7c4-4b18-b792-5f85b7bae0ed, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd408eca-a173-471b-a66b-b68d090bc0d7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd408eca-a173-471b-a66b-b68d090bc0d7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 345733356571272506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "345733356571272506345733356571272506345733356571272506345733356571272506345733356571272506345733356571272506345733356571272506345733356571272506345733356571272506345733356571272506345733356571272506345733356571272506345733356571272506345733356571272506345733356571272506345733356571272506345733356571272506345733356571272506345733356571272506345733356571272506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1980972-4b1e-45e0-b2d4-bcd1903e8216, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 757b4822-a2a9-471b-91c1-9275fa919098, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 757b4822-a2a9-471b-91c1-9275fa919098, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12382677789794446231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238267778979444623112382677789794446231123826777897944462311238267778979444623112382677789794446231123826777897944462311238267778979444623112382677789794446231123826777897944462311238267778979444623112382677789794446231123826777897944462311238267778979444623112382677789794446231123826777897944462311238267778979444623112382677789794446231123826777897944462311238267778979444623112382677789794446231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd408eca-a173-471b-a66b-b68d090bc0d7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d04f41f-bde9-41e2-a73b-4bb894c5762a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 757b4822-a2a9-471b-91c1-9275fa919098, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d04f41f-bde9-41e2-a73b-4bb894c5762a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13633647740298168009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363364774029816800913633647740298168009136336477402981680091363364774029816800913633647740298168009136336477402981680091363364774029816800913633647740298168009136336477402981680091363364774029816800913633647740298168009136336477402981680091363364774029816800913633647740298168009136336477402981680091363364774029816800913633647740298168009136336477402981680091363364774029816800913633647740298168009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38452173-5942-42c5-82e3-cce4de851832, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38452173-5942-42c5-82e3-cce4de851832, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4596882521995125046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45968825219951250464596882521995125046459688252199512504645968825219951250464596882521995125046459688252199512504645968825219951250464596882521995125046459688252199512504645968825219951250464596882521995125046459688252199512504645968825219951250464596882521995125046459688252199512504645968825219951250464596882521995125046459688252199512504645968825219951250464596882521995125046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d04f41f-bde9-41e2-a73b-4bb894c5762a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8063630-5c5e-4f52-ace5-aa4180197586, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8063630-5c5e-4f52-ace5-aa4180197586, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 75241214203080365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7524121420308036575241214203080365752412142030803657524121420308036575241214203080365752412142030803657524121420308036575241214203080365752412142030803657524121420308036575241214203080365752412142030803657524121420308036575241214203080365752412142030803657524121420308036575241214203080365752412142030803657524121420308036575241214203080365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38452173-5942-42c5-82e3-cce4de851832, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ac3adbc-d865-4447-ad51-6f8fbec87076, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ac3adbc-d865-4447-ad51-6f8fbec87076, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15140851345038195835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514085134503819583515140851345038195835151408513450381958351514085134503819583515140851345038195835151408513450381958351514085134503819583515140851345038195835151408513450381958351514085134503819583515140851345038195835151408513450381958351514085134503819583515140851345038195835151408513450381958351514085134503819583515140851345038195835151408513450381958351514085134503819583515140851345038195835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8063630-5c5e-4f52-ace5-aa4180197586, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8606c8ce-882a-4055-99e6-c7055776dff3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8606c8ce-882a-4055-99e6-c7055776dff3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6754584487662744387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67545844876627443876754584487662744387675458448766274438767545844876627443876754584487662744387675458448766274438767545844876627443876754584487662744387675458448766274438767545844876627443876754584487662744387675458448766274438767545844876627443876754584487662744387675458448766274438767545844876627443876754584487662744387675458448766274438767545844876627443876754584487662744387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ac3adbc-d865-4447-ad51-6f8fbec87076, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50489027-2eb5-4401-96d3-61e7ccf5610d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50489027-2eb5-4401-96d3-61e7ccf5610d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3124215354697537581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31242153546975375813124215354697537581312421535469753758131242153546975375813124215354697537581312421535469753758131242153546975375813124215354697537581312421535469753758131242153546975375813124215354697537581312421535469753758131242153546975375813124215354697537581312421535469753758131242153546975375813124215354697537581312421535469753758131242153546975375813124215354697537581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8606c8ce-882a-4055-99e6-c7055776dff3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26b265dc-9cf8-4bf3-a4c4-f059824ced1e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26b265dc-9cf8-4bf3-a4c4-f059824ced1e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6420589461889804360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64205894618898043606420589461889804360642058946188980436064205894618898043606420589461889804360642058946188980436064205894618898043606420589461889804360642058946188980436064205894618898043606420589461889804360642058946188980436064205894618898043606420589461889804360642058946188980436064205894618898043606420589461889804360642058946188980436064205894618898043606420589461889804360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50489027-2eb5-4401-96d3-61e7ccf5610d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 106ee89c-107c-4574-9581-d5bc9d971f3c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 106ee89c-107c-4574-9581-d5bc9d971f3c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14622041938639946594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462204193863994659414622041938639946594146220419386399465941462204193863994659414622041938639946594146220419386399465941462204193863994659414622041938639946594146220419386399465941462204193863994659414622041938639946594146220419386399465941462204193863994659414622041938639946594146220419386399465941462204193863994659414622041938639946594146220419386399465941462204193863994659414622041938639946594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26b265dc-9cf8-4bf3-a4c4-f059824ced1e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e91d6e9-000d-4a87-9595-6a79da82ba34, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 106ee89c-107c-4574-9581-d5bc9d971f3c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e91d6e9-000d-4a87-9595-6a79da82ba34, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10953799649547339363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095379964954733936310953799649547339363109537996495473393631095379964954733936310953799649547339363109537996495473393631095379964954733936310953799649547339363109537996495473393631095379964954733936310953799649547339363109537996495473393631095379964954733936310953799649547339363109537996495473393631095379964954733936310953799649547339363109537996495473393631095379964954733936310953799649547339363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 042c762f-c9b7-4733-84f5-5c659bfdfe05, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 042c762f-c9b7-4733-84f5-5c659bfdfe05, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12488995630004212108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248899563000421210812488995630004212108124889956300042121081248899563000421210812488995630004212108124889956300042121081248899563000421210812488995630004212108124889956300042121081248899563000421210812488995630004212108124889956300042121081248899563000421210812488995630004212108124889956300042121081248899563000421210812488995630004212108124889956300042121081248899563000421210812488995630004212108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e91d6e9-000d-4a87-9595-6a79da82ba34, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c04d5ed-5b17-419d-b0bc-88749914dda8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 042c762f-c9b7-4733-84f5-5c659bfdfe05, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c04d5ed-5b17-419d-b0bc-88749914dda8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9420305628509052853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94203056285090528539420305628509052853942030562850905285394203056285090528539420305628509052853942030562850905285394203056285090528539420305628509052853942030562850905285394203056285090528539420305628509052853942030562850905285394203056285090528539420305628509052853942030562850905285394203056285090528539420305628509052853942030562850905285394203056285090528539420305628509052853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42f1507b-7775-4193-a3cf-53f8f9569d7c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42f1507b-7775-4193-a3cf-53f8f9569d7c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 258793279053765270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "258793279053765270258793279053765270258793279053765270258793279053765270258793279053765270258793279053765270258793279053765270258793279053765270258793279053765270258793279053765270258793279053765270258793279053765270258793279053765270258793279053765270258793279053765270258793279053765270258793279053765270258793279053765270258793279053765270258793279053765270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c04d5ed-5b17-419d-b0bc-88749914dda8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42f1507b-7775-4193-a3cf-53f8f9569d7c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1103e330-ae9b-474a-b925-d8b14c1f01b2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1103e330-ae9b-474a-b925-d8b14c1f01b2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2702017116374018705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27020171163740187052702017116374018705270201711637401870527020171163740187052702017116374018705270201711637401870527020171163740187052702017116374018705270201711637401870527020171163740187052702017116374018705270201711637401870527020171163740187052702017116374018705270201711637401870527020171163740187052702017116374018705270201711637401870527020171163740187052702017116374018705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cbfc8cd-9d98-40ee-927a-b44b336f983b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cbfc8cd-9d98-40ee-927a-b44b336f983b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10396524170603952174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039652417060395217410396524170603952174103965241706039521741039652417060395217410396524170603952174103965241706039521741039652417060395217410396524170603952174103965241706039521741039652417060395217410396524170603952174103965241706039521741039652417060395217410396524170603952174103965241706039521741039652417060395217410396524170603952174103965241706039521741039652417060395217410396524170603952174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1103e330-ae9b-474a-b925-d8b14c1f01b2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de93aac6-46f1-42f7-82d1-9fbe6d3e94f7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de93aac6-46f1-42f7-82d1-9fbe6d3e94f7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17086495231427482597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708649523142748259717086495231427482597170864952314274825971708649523142748259717086495231427482597170864952314274825971708649523142748259717086495231427482597170864952314274825971708649523142748259717086495231427482597170864952314274825971708649523142748259717086495231427482597170864952314274825971708649523142748259717086495231427482597170864952314274825971708649523142748259717086495231427482597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cbfc8cd-9d98-40ee-927a-b44b336f983b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68bd7952-850f-4f8a-9a38-e0d7cd7f355d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de93aac6-46f1-42f7-82d1-9fbe6d3e94f7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68bd7952-850f-4f8a-9a38-e0d7cd7f355d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11237633521425472634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123763352142547263411237633521425472634112376335214254726341123763352142547263411237633521425472634112376335214254726341123763352142547263411237633521425472634112376335214254726341123763352142547263411237633521425472634112376335214254726341123763352142547263411237633521425472634112376335214254726341123763352142547263411237633521425472634112376335214254726341123763352142547263411237633521425472634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c1c3eb0-45e2-4c74-a4d6-8270f2e386a4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68bd7952-850f-4f8a-9a38-e0d7cd7f355d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c1c3eb0-45e2-4c74-a4d6-8270f2e386a4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9787743650811552858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97877436508115528589787743650811552858978774365081155285897877436508115528589787743650811552858978774365081155285897877436508115528589787743650811552858978774365081155285897877436508115528589787743650811552858978774365081155285897877436508115528589787743650811552858978774365081155285897877436508115528589787743650811552858978774365081155285897877436508115528589787743650811552858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c156a13-9297-47c0-9e1b-0de383ecbbdd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c156a13-9297-47c0-9e1b-0de383ecbbdd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10770069522294508199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077006952229450819910770069522294508199107700695222945081991077006952229450819910770069522294508199107700695222945081991077006952229450819910770069522294508199107700695222945081991077006952229450819910770069522294508199107700695222945081991077006952229450819910770069522294508199107700695222945081991077006952229450819910770069522294508199107700695222945081991077006952229450819910770069522294508199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c1c3eb0-45e2-4c74-a4d6-8270f2e386a4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd2a5fd5-d055-424d-a762-a2ef9e74981e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd2a5fd5-d055-424d-a762-a2ef9e74981e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17903600338232286787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790360033823228678717903600338232286787179036003382322867871790360033823228678717903600338232286787179036003382322867871790360033823228678717903600338232286787179036003382322867871790360033823228678717903600338232286787179036003382322867871790360033823228678717903600338232286787179036003382322867871790360033823228678717903600338232286787179036003382322867871790360033823228678717903600338232286787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c156a13-9297-47c0-9e1b-0de383ecbbdd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd2a5fd5-d055-424d-a762-a2ef9e74981e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b9ace8d-08a2-4616-adc4-090ffa332ed1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a36b8121-7d9e-4d03-ac2e-f7fb7338bdc2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a36b8121-7d9e-4d03-ac2e-f7fb7338bdc2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10286023310291335356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028602331029133535610286023310291335356102860233102913353561028602331029133535610286023310291335356102860233102913353561028602331029133535610286023310291335356102860233102913353561028602331029133535610286023310291335356102860233102913353561028602331029133535610286023310291335356102860233102913353561028602331029133535610286023310291335356102860233102913353561028602331029133535610286023310291335356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b9ace8d-08a2-4616-adc4-090ffa332ed1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4024202117573387131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40242021175733871314024202117573387131402420211757338713140242021175733871314024202117573387131402420211757338713140242021175733871314024202117573387131402420211757338713140242021175733871314024202117573387131402420211757338713140242021175733871314024202117573387131402420211757338713140242021175733871314024202117573387131402420211757338713140242021175733871314024202117573387131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a36b8121-7d9e-4d03-ac2e-f7fb7338bdc2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b9ace8d-08a2-4616-adc4-090ffa332ed1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 736937c7-0124-4013-ac08-8a609ce83e82, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 736937c7-0124-4013-ac08-8a609ce83e82, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15003737004400882958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500373700440088295815003737004400882958150037370044008829581500373700440088295815003737004400882958150037370044008829581500373700440088295815003737004400882958150037370044008829581500373700440088295815003737004400882958150037370044008829581500373700440088295815003737004400882958150037370044008829581500373700440088295815003737004400882958150037370044008829581500373700440088295815003737004400882958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0b62526-2da5-4ca2-87e9-6eb526e18721, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0b62526-2da5-4ca2-87e9-6eb526e18721, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3725789878765536059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37257898787655360593725789878765536059372578987876553605937257898787655360593725789878765536059372578987876553605937257898787655360593725789878765536059372578987876553605937257898787655360593725789878765536059372578987876553605937257898787655360593725789878765536059372578987876553605937257898787655360593725789878765536059372578987876553605937257898787655360593725789878765536059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 736937c7-0124-4013-ac08-8a609ce83e82, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0b62526-2da5-4ca2-87e9-6eb526e18721, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76672e53-4399-492e-80e2-6e9437aa0c72, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a83f7c11-fa1d-4bd6-a36e-68810070c0cf, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76672e53-4399-492e-80e2-6e9437aa0c72, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13334186003281830866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333418600328183086613334186003281830866133341860032818308661333418600328183086613334186003281830866133341860032818308661333418600328183086613334186003281830866133341860032818308661333418600328183086613334186003281830866133341860032818308661333418600328183086613334186003281830866133341860032818308661333418600328183086613334186003281830866133341860032818308661333418600328183086613334186003281830866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a83f7c11-fa1d-4bd6-a36e-68810070c0cf, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15794326772676003025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579432677267600302515794326772676003025157943267726760030251579432677267600302515794326772676003025157943267726760030251579432677267600302515794326772676003025157943267726760030251579432677267600302515794326772676003025157943267726760030251579432677267600302515794326772676003025157943267726760030251579432677267600302515794326772676003025157943267726760030251579432677267600302515794326772676003025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76672e53-4399-492e-80e2-6e9437aa0c72, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd681d9b-e893-4f1c-a1b6-75e3b88d6cc1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a83f7c11-fa1d-4bd6-a36e-68810070c0cf, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd681d9b-e893-4f1c-a1b6-75e3b88d6cc1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17521661908406882830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752166190840688283017521661908406882830175216619084068828301752166190840688283017521661908406882830175216619084068828301752166190840688283017521661908406882830175216619084068828301752166190840688283017521661908406882830175216619084068828301752166190840688283017521661908406882830175216619084068828301752166190840688283017521661908406882830175216619084068828301752166190840688283017521661908406882830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6494489e-3c5b-4bae-97f1-f018969c1db1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6494489e-3c5b-4bae-97f1-f018969c1db1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16147268274177088899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614726827417708889916147268274177088899161472682741770888991614726827417708889916147268274177088899161472682741770888991614726827417708889916147268274177088899161472682741770888991614726827417708889916147268274177088899161472682741770888991614726827417708889916147268274177088899161472682741770888991614726827417708889916147268274177088899161472682741770888991614726827417708889916147268274177088899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd681d9b-e893-4f1c-a1b6-75e3b88d6cc1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbaedb17-b061-442c-91da-8cde4aff3b95, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbaedb17-b061-442c-91da-8cde4aff3b95, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4297324277434662536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42973242774346625364297324277434662536429732427743466253642973242774346625364297324277434662536429732427743466253642973242774346625364297324277434662536429732427743466253642973242774346625364297324277434662536429732427743466253642973242774346625364297324277434662536429732427743466253642973242774346625364297324277434662536429732427743466253642973242774346625364297324277434662536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6494489e-3c5b-4bae-97f1-f018969c1db1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffab213e-e9c6-47ae-abc1-562cea070b86, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffab213e-e9c6-47ae-abc1-562cea070b86, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4147326592373421691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41473265923734216914147326592373421691414732659237342169141473265923734216914147326592373421691414732659237342169141473265923734216914147326592373421691414732659237342169141473265923734216914147326592373421691414732659237342169141473265923734216914147326592373421691414732659237342169141473265923734216914147326592373421691414732659237342169141473265923734216914147326592373421691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbaedb17-b061-442c-91da-8cde4aff3b95, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45192e4e-745e-4417-b261-7d65e59a1dd3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffab213e-e9c6-47ae-abc1-562cea070b86, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45192e4e-745e-4417-b261-7d65e59a1dd3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14100140689580201502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410014068958020150214100140689580201502141001406895802015021410014068958020150214100140689580201502141001406895802015021410014068958020150214100140689580201502141001406895802015021410014068958020150214100140689580201502141001406895802015021410014068958020150214100140689580201502141001406895802015021410014068958020150214100140689580201502141001406895802015021410014068958020150214100140689580201502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 568be4ed-4b19-408d-b8e1-07b75fca8402, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 568be4ed-4b19-408d-b8e1-07b75fca8402, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3188076830958481902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31880768309584819023188076830958481902318807683095848190231880768309584819023188076830958481902318807683095848190231880768309584819023188076830958481902318807683095848190231880768309584819023188076830958481902318807683095848190231880768309584819023188076830958481902318807683095848190231880768309584819023188076830958481902318807683095848190231880768309584819023188076830958481902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45192e4e-745e-4417-b261-7d65e59a1dd3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8faa283a-4dc5-4c4f-a785-b66d51e60664, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8faa283a-4dc5-4c4f-a785-b66d51e60664, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13101812204115383110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310181220411538311013101812204115383110131018122041153831101310181220411538311013101812204115383110131018122041153831101310181220411538311013101812204115383110131018122041153831101310181220411538311013101812204115383110131018122041153831101310181220411538311013101812204115383110131018122041153831101310181220411538311013101812204115383110131018122041153831101310181220411538311013101812204115383110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 568be4ed-4b19-408d-b8e1-07b75fca8402, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e183f757-28ee-4af1-a697-4df06d68940f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e183f757-28ee-4af1-a697-4df06d68940f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3381664580281519524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33816645802815195243381664580281519524338166458028151952433816645802815195243381664580281519524338166458028151952433816645802815195243381664580281519524338166458028151952433816645802815195243381664580281519524338166458028151952433816645802815195243381664580281519524338166458028151952433816645802815195243381664580281519524338166458028151952433816645802815195243381664580281519524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8faa283a-4dc5-4c4f-a785-b66d51e60664, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8be05fd6-c3c3-40c9-8b00-842e8d1a1371, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8be05fd6-c3c3-40c9-8b00-842e8d1a1371, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9684232494906294872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96842324949062948729684232494906294872968423249490629487296842324949062948729684232494906294872968423249490629487296842324949062948729684232494906294872968423249490629487296842324949062948729684232494906294872968423249490629487296842324949062948729684232494906294872968423249490629487296842324949062948729684232494906294872968423249490629487296842324949062948729684232494906294872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e183f757-28ee-4af1-a697-4df06d68940f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2709829-24d0-4583-9583-334ecc68e148, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2709829-24d0-4583-9583-334ecc68e148, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18255404791867135153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825540479186713515318255404791867135153182554047918671351531825540479186713515318255404791867135153182554047918671351531825540479186713515318255404791867135153182554047918671351531825540479186713515318255404791867135153182554047918671351531825540479186713515318255404791867135153182554047918671351531825540479186713515318255404791867135153182554047918671351531825540479186713515318255404791867135153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8be05fd6-c3c3-40c9-8b00-842e8d1a1371, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b593b32-3670-4236-baef-1381f0f356ab, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b593b32-3670-4236-baef-1381f0f356ab, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12040721474397741103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204072147439774110312040721474397741103120407214743977411031204072147439774110312040721474397741103120407214743977411031204072147439774110312040721474397741103120407214743977411031204072147439774110312040721474397741103120407214743977411031204072147439774110312040721474397741103120407214743977411031204072147439774110312040721474397741103120407214743977411031204072147439774110312040721474397741103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2709829-24d0-4583-9583-334ecc68e148, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2902f5d-45c8-4fa0-b534-3e83e5df4c7e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2902f5d-45c8-4fa0-b534-3e83e5df4c7e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16329145496571877209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632914549657187720916329145496571877209163291454965718772091632914549657187720916329145496571877209163291454965718772091632914549657187720916329145496571877209163291454965718772091632914549657187720916329145496571877209163291454965718772091632914549657187720916329145496571877209163291454965718772091632914549657187720916329145496571877209163291454965718772091632914549657187720916329145496571877209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b593b32-3670-4236-baef-1381f0f356ab, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c4a9b72-872b-47a1-a2d0-190b8f388437, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c4a9b72-872b-47a1-a2d0-190b8f388437, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15260374034757909154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526037403475790915415260374034757909154152603740347579091541526037403475790915415260374034757909154152603740347579091541526037403475790915415260374034757909154152603740347579091541526037403475790915415260374034757909154152603740347579091541526037403475790915415260374034757909154152603740347579091541526037403475790915415260374034757909154152603740347579091541526037403475790915415260374034757909154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2902f5d-45c8-4fa0-b534-3e83e5df4c7e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c65a1d39-1dfa-4b5c-a42a-b8d89ff74a96, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c65a1d39-1dfa-4b5c-a42a-b8d89ff74a96, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11227699264379229591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122769926437922959111227699264379229591112276992643792295911122769926437922959111227699264379229591112276992643792295911122769926437922959111227699264379229591112276992643792295911122769926437922959111227699264379229591112276992643792295911122769926437922959111227699264379229591112276992643792295911122769926437922959111227699264379229591112276992643792295911122769926437922959111227699264379229591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c4a9b72-872b-47a1-a2d0-190b8f388437, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e63597ca-872e-4ded-bfc0-497c540b82f9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e63597ca-872e-4ded-bfc0-497c540b82f9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 106295047710036301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "106295047710036301106295047710036301106295047710036301106295047710036301106295047710036301106295047710036301106295047710036301106295047710036301106295047710036301106295047710036301106295047710036301106295047710036301106295047710036301106295047710036301106295047710036301106295047710036301106295047710036301106295047710036301106295047710036301106295047710036301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c65a1d39-1dfa-4b5c-a42a-b8d89ff74a96, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c60a6eb-b067-4c06-8220-4740b8af8062, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c60a6eb-b067-4c06-8220-4740b8af8062, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10758206527495388919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075820652749538891910758206527495388919107582065274953889191075820652749538891910758206527495388919107582065274953889191075820652749538891910758206527495388919107582065274953889191075820652749538891910758206527495388919107582065274953889191075820652749538891910758206527495388919107582065274953889191075820652749538891910758206527495388919107582065274953889191075820652749538891910758206527495388919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e63597ca-872e-4ded-bfc0-497c540b82f9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6dd407a-39f1-4920-9dd4-3983a38ce990, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6dd407a-39f1-4920-9dd4-3983a38ce990, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10068726632096216267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006872663209621626710068726632096216267100687266320962162671006872663209621626710068726632096216267100687266320962162671006872663209621626710068726632096216267100687266320962162671006872663209621626710068726632096216267100687266320962162671006872663209621626710068726632096216267100687266320962162671006872663209621626710068726632096216267100687266320962162671006872663209621626710068726632096216267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c60a6eb-b067-4c06-8220-4740b8af8062, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b87eff57-a9e3-4dec-9642-21032442d126, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b87eff57-a9e3-4dec-9642-21032442d126, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1961414174132834481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19614141741328344811961414174132834481196141417413283448119614141741328344811961414174132834481196141417413283448119614141741328344811961414174132834481196141417413283448119614141741328344811961414174132834481196141417413283448119614141741328344811961414174132834481196141417413283448119614141741328344811961414174132834481196141417413283448119614141741328344811961414174132834481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6dd407a-39f1-4920-9dd4-3983a38ce990, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, baf4217c-d792-4052-a5f6-d5936dc2b02f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baf4217c-d792-4052-a5f6-d5936dc2b02f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3261629427976700982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32616294279767009823261629427976700982326162942797670098232616294279767009823261629427976700982326162942797670098232616294279767009823261629427976700982326162942797670098232616294279767009823261629427976700982326162942797670098232616294279767009823261629427976700982326162942797670098232616294279767009823261629427976700982326162942797670098232616294279767009823261629427976700982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b87eff57-a9e3-4dec-9642-21032442d126, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abd4643b-4726-414b-8c47-e7d7b821c1f9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baf4217c-d792-4052-a5f6-d5936dc2b02f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abd4643b-4726-414b-8c47-e7d7b821c1f9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5547349629741449965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55473496297414499655547349629741449965554734962974144996555473496297414499655547349629741449965554734962974144996555473496297414499655547349629741449965554734962974144996555473496297414499655547349629741449965554734962974144996555473496297414499655547349629741449965554734962974144996555473496297414499655547349629741449965554734962974144996555473496297414499655547349629741449965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6621bbbf-f23e-4ef3-8997-7110ff48346b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6621bbbf-f23e-4ef3-8997-7110ff48346b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6901693675365878751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69016936753658787516901693675365878751690169367536587875169016936753658787516901693675365878751690169367536587875169016936753658787516901693675365878751690169367536587875169016936753658787516901693675365878751690169367536587875169016936753658787516901693675365878751690169367536587875169016936753658787516901693675365878751690169367536587875169016936753658787516901693675365878751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abd4643b-4726-414b-8c47-e7d7b821c1f9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31f07778-21bc-45a4-87fb-9fcafff2e636, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31f07778-21bc-45a4-87fb-9fcafff2e636, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3441029966488269877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34410299664882698773441029966488269877344102996648826987734410299664882698773441029966488269877344102996648826987734410299664882698773441029966488269877344102996648826987734410299664882698773441029966488269877344102996648826987734410299664882698773441029966488269877344102996648826987734410299664882698773441029966488269877344102996648826987734410299664882698773441029966488269877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6621bbbf-f23e-4ef3-8997-7110ff48346b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f52a41f-4236-4b66-9f34-ec4820de111b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f52a41f-4236-4b66-9f34-ec4820de111b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15730247246227280544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573024724622728054415730247246227280544157302472462272805441573024724622728054415730247246227280544157302472462272805441573024724622728054415730247246227280544157302472462272805441573024724622728054415730247246227280544157302472462272805441573024724622728054415730247246227280544157302472462272805441573024724622728054415730247246227280544157302472462272805441573024724622728054415730247246227280544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31f07778-21bc-45a4-87fb-9fcafff2e636, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55cdaeeb-03b7-4ae1-8f0a-d8387f9ff48b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55cdaeeb-03b7-4ae1-8f0a-d8387f9ff48b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2219813279736064932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22198132797360649322219813279736064932221981327973606493222198132797360649322219813279736064932221981327973606493222198132797360649322219813279736064932221981327973606493222198132797360649322219813279736064932221981327973606493222198132797360649322219813279736064932221981327973606493222198132797360649322219813279736064932221981327973606493222198132797360649322219813279736064932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f52a41f-4236-4b66-9f34-ec4820de111b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8d54771-9b17-4f2a-bbbf-60af558ef506, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8d54771-9b17-4f2a-bbbf-60af558ef506, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 378124668653063649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "378124668653063649378124668653063649378124668653063649378124668653063649378124668653063649378124668653063649378124668653063649378124668653063649378124668653063649378124668653063649378124668653063649378124668653063649378124668653063649378124668653063649378124668653063649378124668653063649378124668653063649378124668653063649378124668653063649378124668653063649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55cdaeeb-03b7-4ae1-8f0a-d8387f9ff48b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e438f29f-5280-495e-89c3-87e73ebdf315, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e438f29f-5280-495e-89c3-87e73ebdf315, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14475416441318964020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447541644131896402014475416441318964020144754164413189640201447541644131896402014475416441318964020144754164413189640201447541644131896402014475416441318964020144754164413189640201447541644131896402014475416441318964020144754164413189640201447541644131896402014475416441318964020144754164413189640201447541644131896402014475416441318964020144754164413189640201447541644131896402014475416441318964020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8d54771-9b17-4f2a-bbbf-60af558ef506, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 758eec70-aaf7-4db6-8e84-2164cc76bc3c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 758eec70-aaf7-4db6-8e84-2164cc76bc3c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6331361829913684268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63313618299136842686331361829913684268633136182991368426863313618299136842686331361829913684268633136182991368426863313618299136842686331361829913684268633136182991368426863313618299136842686331361829913684268633136182991368426863313618299136842686331361829913684268633136182991368426863313618299136842686331361829913684268633136182991368426863313618299136842686331361829913684268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e438f29f-5280-495e-89c3-87e73ebdf315, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 758eec70-aaf7-4db6-8e84-2164cc76bc3c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd20ad16-47b7-4d70-8fbe-4eed1d6ad90e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 484b67c6-21d5-4a06-a7a3-2df08f375bc6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd20ad16-47b7-4d70-8fbe-4eed1d6ad90e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12145871034773854080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214587103477385408012145871034773854080121458710347738540801214587103477385408012145871034773854080121458710347738540801214587103477385408012145871034773854080121458710347738540801214587103477385408012145871034773854080121458710347738540801214587103477385408012145871034773854080121458710347738540801214587103477385408012145871034773854080121458710347738540801214587103477385408012145871034773854080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd20ad16-47b7-4d70-8fbe-4eed1d6ad90e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 484b67c6-21d5-4a06-a7a3-2df08f375bc6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13160651407300159489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316065140730015948913160651407300159489131606514073001594891316065140730015948913160651407300159489131606514073001594891316065140730015948913160651407300159489131606514073001594891316065140730015948913160651407300159489131606514073001594891316065140730015948913160651407300159489131606514073001594891316065140730015948913160651407300159489131606514073001594891316065140730015948913160651407300159489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b15c7d3-4bf8-4b69-a6b6-9a4fe0478101, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b15c7d3-4bf8-4b69-a6b6-9a4fe0478101, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14004744239916339085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400474423991633908514004744239916339085140047442399163390851400474423991633908514004744239916339085140047442399163390851400474423991633908514004744239916339085140047442399163390851400474423991633908514004744239916339085140047442399163390851400474423991633908514004744239916339085140047442399163390851400474423991633908514004744239916339085140047442399163390851400474423991633908514004744239916339085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 484b67c6-21d5-4a06-a7a3-2df08f375bc6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec82eff0-a4bb-4ed4-aa81-186ef0ae38da, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec82eff0-a4bb-4ed4-aa81-186ef0ae38da, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11379504475188302650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137950447518830265011379504475188302650113795044751883026501137950447518830265011379504475188302650113795044751883026501137950447518830265011379504475188302650113795044751883026501137950447518830265011379504475188302650113795044751883026501137950447518830265011379504475188302650113795044751883026501137950447518830265011379504475188302650113795044751883026501137950447518830265011379504475188302650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b15c7d3-4bf8-4b69-a6b6-9a4fe0478101, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 296cf54b-b8a5-42bc-9b6d-495234e5ba7e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 296cf54b-b8a5-42bc-9b6d-495234e5ba7e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10201317035368721031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020131703536872103110201317035368721031102013170353687210311020131703536872103110201317035368721031102013170353687210311020131703536872103110201317035368721031102013170353687210311020131703536872103110201317035368721031102013170353687210311020131703536872103110201317035368721031102013170353687210311020131703536872103110201317035368721031102013170353687210311020131703536872103110201317035368721031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec82eff0-a4bb-4ed4-aa81-186ef0ae38da, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02821e31-b0b8-4333-8dfd-efe6778fd64b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02821e31-b0b8-4333-8dfd-efe6778fd64b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 673184587038553458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "673184587038553458673184587038553458673184587038553458673184587038553458673184587038553458673184587038553458673184587038553458673184587038553458673184587038553458673184587038553458673184587038553458673184587038553458673184587038553458673184587038553458673184587038553458673184587038553458673184587038553458673184587038553458673184587038553458673184587038553458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 296cf54b-b8a5-42bc-9b6d-495234e5ba7e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c671ced7-ebcc-4871-890d-29fb838c1c4b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c671ced7-ebcc-4871-890d-29fb838c1c4b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14667409880745598317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466740988074559831714667409880745598317146674098807455983171466740988074559831714667409880745598317146674098807455983171466740988074559831714667409880745598317146674098807455983171466740988074559831714667409880745598317146674098807455983171466740988074559831714667409880745598317146674098807455983171466740988074559831714667409880745598317146674098807455983171466740988074559831714667409880745598317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02821e31-b0b8-4333-8dfd-efe6778fd64b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7ece2e6-25cc-4c3e-ae81-4f9c42f3fe7f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c671ced7-ebcc-4871-890d-29fb838c1c4b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7ece2e6-25cc-4c3e-ae81-4f9c42f3fe7f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6821467696482113563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68214676964821135636821467696482113563682146769648211356368214676964821135636821467696482113563682146769648211356368214676964821135636821467696482113563682146769648211356368214676964821135636821467696482113563682146769648211356368214676964821135636821467696482113563682146769648211356368214676964821135636821467696482113563682146769648211356368214676964821135636821467696482113563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 501c76ee-a529-4223-94a4-e0df2b8eeb4c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 501c76ee-a529-4223-94a4-e0df2b8eeb4c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 410203693181480650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "410203693181480650410203693181480650410203693181480650410203693181480650410203693181480650410203693181480650410203693181480650410203693181480650410203693181480650410203693181480650410203693181480650410203693181480650410203693181480650410203693181480650410203693181480650410203693181480650410203693181480650410203693181480650410203693181480650410203693181480650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7ece2e6-25cc-4c3e-ae81-4f9c42f3fe7f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 214ce1d5-a17a-4a55-a48a-2cfa9927c01f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 214ce1d5-a17a-4a55-a48a-2cfa9927c01f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7765150900469011179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77651509004690111797765150900469011179776515090046901117977651509004690111797765150900469011179776515090046901117977651509004690111797765150900469011179776515090046901117977651509004690111797765150900469011179776515090046901117977651509004690111797765150900469011179776515090046901117977651509004690111797765150900469011179776515090046901117977651509004690111797765150900469011179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 501c76ee-a529-4223-94a4-e0df2b8eeb4c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 214ce1d5-a17a-4a55-a48a-2cfa9927c01f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e02d3839-5c71-433c-b437-ee0323a2e194, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e02d3839-5c71-433c-b437-ee0323a2e194, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15896091898733882691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589609189873388269115896091898733882691158960918987338826911589609189873388269115896091898733882691158960918987338826911589609189873388269115896091898733882691158960918987338826911589609189873388269115896091898733882691158960918987338826911589609189873388269115896091898733882691158960918987338826911589609189873388269115896091898733882691158960918987338826911589609189873388269115896091898733882691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ff3e28f-24fd-462d-9677-7b3fa5fe4e08, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ff3e28f-24fd-462d-9677-7b3fa5fe4e08, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17976889168271519445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797688916827151944517976889168271519445179768891682715194451797688916827151944517976889168271519445179768891682715194451797688916827151944517976889168271519445179768891682715194451797688916827151944517976889168271519445179768891682715194451797688916827151944517976889168271519445179768891682715194451797688916827151944517976889168271519445179768891682715194451797688916827151944517976889168271519445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e02d3839-5c71-433c-b437-ee0323a2e194, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c51b928-827d-45e0-8a01-82bcff112be1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c51b928-827d-45e0-8a01-82bcff112be1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12045395784498802013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204539578449880201312045395784498802013120453957844988020131204539578449880201312045395784498802013120453957844988020131204539578449880201312045395784498802013120453957844988020131204539578449880201312045395784498802013120453957844988020131204539578449880201312045395784498802013120453957844988020131204539578449880201312045395784498802013120453957844988020131204539578449880201312045395784498802013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ff3e28f-24fd-462d-9677-7b3fa5fe4e08, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c079c61d-ce93-427c-97d5-9f339e2dbd42, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c079c61d-ce93-427c-97d5-9f339e2dbd42, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3902087246153578349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39020872461535783493902087246153578349390208724615357834939020872461535783493902087246153578349390208724615357834939020872461535783493902087246153578349390208724615357834939020872461535783493902087246153578349390208724615357834939020872461535783493902087246153578349390208724615357834939020872461535783493902087246153578349390208724615357834939020872461535783493902087246153578349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c51b928-827d-45e0-8a01-82bcff112be1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 834e78c7-8e73-49e2-a222-255af79272da, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 834e78c7-8e73-49e2-a222-255af79272da, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7897089951804265994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78970899518042659947897089951804265994789708995180426599478970899518042659947897089951804265994789708995180426599478970899518042659947897089951804265994789708995180426599478970899518042659947897089951804265994789708995180426599478970899518042659947897089951804265994789708995180426599478970899518042659947897089951804265994789708995180426599478970899518042659947897089951804265994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c079c61d-ce93-427c-97d5-9f339e2dbd42, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7ad639c-c478-4a40-acca-471c8d881e4e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7ad639c-c478-4a40-acca-471c8d881e4e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 866034002861676633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "866034002861676633866034002861676633866034002861676633866034002861676633866034002861676633866034002861676633866034002861676633866034002861676633866034002861676633866034002861676633866034002861676633866034002861676633866034002861676633866034002861676633866034002861676633866034002861676633866034002861676633866034002861676633866034002861676633866034002861676633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 834e78c7-8e73-49e2-a222-255af79272da, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7ad639c-c478-4a40-acca-471c8d881e4e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 162c891d-e136-4cf1-b9dd-3fab247eb726, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69e01bc8-4bd3-47ee-9b12-f1d0241b5edc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69e01bc8-4bd3-47ee-9b12-f1d0241b5edc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9256649992576876089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92566499925768760899256649992576876089925664999257687608992566499925768760899256649992576876089925664999257687608992566499925768760899256649992576876089925664999257687608992566499925768760899256649992576876089925664999257687608992566499925768760899256649992576876089925664999257687608992566499925768760899256649992576876089925664999257687608992566499925768760899256649992576876089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 162c891d-e136-4cf1-b9dd-3fab247eb726, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17455997852194616500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745599785219461650017455997852194616500174559978521946165001745599785219461650017455997852194616500174559978521946165001745599785219461650017455997852194616500174559978521946165001745599785219461650017455997852194616500174559978521946165001745599785219461650017455997852194616500174559978521946165001745599785219461650017455997852194616500174559978521946165001745599785219461650017455997852194616500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69e01bc8-4bd3-47ee-9b12-f1d0241b5edc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dadbe62f-57e9-4109-90cd-165daad28dde, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dadbe62f-57e9-4109-90cd-165daad28dde, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13826761058413296445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382676105841329644513826761058413296445138267610584132964451382676105841329644513826761058413296445138267610584132964451382676105841329644513826761058413296445138267610584132964451382676105841329644513826761058413296445138267610584132964451382676105841329644513826761058413296445138267610584132964451382676105841329644513826761058413296445138267610584132964451382676105841329644513826761058413296445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 162c891d-e136-4cf1-b9dd-3fab247eb726, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dadbe62f-57e9-4109-90cd-165daad28dde, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7c18a4f-aa40-486d-b305-93cb80295993, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c18a4f-aa40-486d-b305-93cb80295993, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14851498446348141704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485149844634814170414851498446348141704148514984463481417041485149844634814170414851498446348141704148514984463481417041485149844634814170414851498446348141704148514984463481417041485149844634814170414851498446348141704148514984463481417041485149844634814170414851498446348141704148514984463481417041485149844634814170414851498446348141704148514984463481417041485149844634814170414851498446348141704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b4b1bc2-a02f-4436-801c-aa48bed1256b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b4b1bc2-a02f-4436-801c-aa48bed1256b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11901837038356816711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190183703835681671111901837038356816711119018370383568167111190183703835681671111901837038356816711119018370383568167111190183703835681671111901837038356816711119018370383568167111190183703835681671111901837038356816711119018370383568167111190183703835681671111901837038356816711119018370383568167111190183703835681671111901837038356816711119018370383568167111190183703835681671111901837038356816711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c18a4f-aa40-486d-b305-93cb80295993, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b4b1bc2-a02f-4436-801c-aa48bed1256b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad957e29-6dd4-485c-b9db-ec36b663ed83, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad957e29-6dd4-485c-b9db-ec36b663ed83, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15094516536579596152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509451653657959615215094516536579596152150945165365795961521509451653657959615215094516536579596152150945165365795961521509451653657959615215094516536579596152150945165365795961521509451653657959615215094516536579596152150945165365795961521509451653657959615215094516536579596152150945165365795961521509451653657959615215094516536579596152150945165365795961521509451653657959615215094516536579596152" } } } 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:281 Stopped node localhost:28695/3
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d550b31c-29de-46b7-a9c9-c6b46d08fba9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d550b31c-29de-46b7-a9c9-c6b46d08fba9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17326243057490817364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732624305749081736417326243057490817364173262430574908173641732624305749081736417326243057490817364173262430574908173641732624305749081736417326243057490817364173262430574908173641732624305749081736417326243057490817364173262430574908173641732624305749081736417326243057490817364173262430574908173641732624305749081736417326243057490817364173262430574908173641732624305749081736417326243057490817364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad957e29-6dd4-485c-b9db-ec36b663ed83, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ab624e0-b8f6-48ad-bfec-de090f894783, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d550b31c-29de-46b7-a9c9-c6b46d08fba9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ab624e0-b8f6-48ad-bfec-de090f894783, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 616866828740775240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "616866828740775240616866828740775240616866828740775240616866828740775240616866828740775240616866828740775240616866828740775240616866828740775240616866828740775240616866828740775240616866828740775240616866828740775240616866828740775240616866828740775240616866828740775240616866828740775240616866828740775240616866828740775240616866828740775240616866828740775240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a69cb309-eb2b-43da-ac82-26be002939ed, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a69cb309-eb2b-43da-ac82-26be002939ed, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17985732629607609281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798573262960760928117985732629607609281179857326296076092811798573262960760928117985732629607609281179857326296076092811798573262960760928117985732629607609281179857326296076092811798573262960760928117985732629607609281179857326296076092811798573262960760928117985732629607609281179857326296076092811798573262960760928117985732629607609281179857326296076092811798573262960760928117985732629607609281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ab624e0-b8f6-48ad-bfec-de090f894783, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f102a3a-44a4-4e58-83e4-039b5de4da68, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f102a3a-44a4-4e58-83e4-039b5de4da68, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18021276267826820619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802127626782682061918021276267826820619180212762678268206191802127626782682061918021276267826820619180212762678268206191802127626782682061918021276267826820619180212762678268206191802127626782682061918021276267826820619180212762678268206191802127626782682061918021276267826820619180212762678268206191802127626782682061918021276267826820619180212762678268206191802127626782682061918021276267826820619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a69cb309-eb2b-43da-ac82-26be002939ed, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cf6ece0-beb7-4e9f-b1ee-470706cf3f5e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cf6ece0-beb7-4e9f-b1ee-470706cf3f5e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9207258392814604485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92072583928146044859207258392814604485920725839281460448592072583928146044859207258392814604485920725839281460448592072583928146044859207258392814604485920725839281460448592072583928146044859207258392814604485920725839281460448592072583928146044859207258392814604485920725839281460448592072583928146044859207258392814604485920725839281460448592072583928146044859207258392814604485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f102a3a-44a4-4e58-83e4-039b5de4da68, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87517c34-ddb4-4510-8a8b-8babb49570fc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cf6ece0-beb7-4e9f-b1ee-470706cf3f5e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87517c34-ddb4-4510-8a8b-8babb49570fc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17603397917036850523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760339791703685052317603397917036850523176033979170368505231760339791703685052317603397917036850523176033979170368505231760339791703685052317603397917036850523176033979170368505231760339791703685052317603397917036850523176033979170368505231760339791703685052317603397917036850523176033979170368505231760339791703685052317603397917036850523176033979170368505231760339791703685052317603397917036850523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89d5b2a8-e7e8-410a-9a83-763af3e22452, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89d5b2a8-e7e8-410a-9a83-763af3e22452, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1972421570360016420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19724215703600164201972421570360016420197242157036001642019724215703600164201972421570360016420197242157036001642019724215703600164201972421570360016420197242157036001642019724215703600164201972421570360016420197242157036001642019724215703600164201972421570360016420197242157036001642019724215703600164201972421570360016420197242157036001642019724215703600164201972421570360016420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87517c34-ddb4-4510-8a8b-8babb49570fc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 132e4506-1fc3-4846-b1d8-8e4f4d9706e1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 132e4506-1fc3-4846-b1d8-8e4f4d9706e1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 691894434312903651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "691894434312903651691894434312903651691894434312903651691894434312903651691894434312903651691894434312903651691894434312903651691894434312903651691894434312903651691894434312903651691894434312903651691894434312903651691894434312903651691894434312903651691894434312903651691894434312903651691894434312903651691894434312903651691894434312903651691894434312903651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89d5b2a8-e7e8-410a-9a83-763af3e22452, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c74b968-e67d-490b-a8a4-f79432a5967d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 132e4506-1fc3-4846-b1d8-8e4f4d9706e1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c74b968-e67d-490b-a8a4-f79432a5967d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15014448643221468309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501444864322146830915014448643221468309150144486432214683091501444864322146830915014448643221468309150144486432214683091501444864322146830915014448643221468309150144486432214683091501444864322146830915014448643221468309150144486432214683091501444864322146830915014448643221468309150144486432214683091501444864322146830915014448643221468309150144486432214683091501444864322146830915014448643221468309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c09d29f-64ec-4d12-89de-2d10c65ff56b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c09d29f-64ec-4d12-89de-2d10c65ff56b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14916032830117755073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491603283011775507314916032830117755073149160328301177550731491603283011775507314916032830117755073149160328301177550731491603283011775507314916032830117755073149160328301177550731491603283011775507314916032830117755073149160328301177550731491603283011775507314916032830117755073149160328301177550731491603283011775507314916032830117755073149160328301177550731491603283011775507314916032830117755073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c74b968-e67d-490b-a8a4-f79432a5967d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7ad1e9d-f6e9-4c02-a8b7-c93fcba9feeb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c09d29f-64ec-4d12-89de-2d10c65ff56b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7ad1e9d-f6e9-4c02-a8b7-c93fcba9feeb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11911471443099189985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191147144309918998511911471443099189985119114714430991899851191147144309918998511911471443099189985119114714430991899851191147144309918998511911471443099189985119114714430991899851191147144309918998511911471443099189985119114714430991899851191147144309918998511911471443099189985119114714430991899851191147144309918998511911471443099189985119114714430991899851191147144309918998511911471443099189985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad832c0d-2b2b-47c6-8db4-b87b7c1039d8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad832c0d-2b2b-47c6-8db4-b87b7c1039d8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 633050578978300767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "633050578978300767633050578978300767633050578978300767633050578978300767633050578978300767633050578978300767633050578978300767633050578978300767633050578978300767633050578978300767633050578978300767633050578978300767633050578978300767633050578978300767633050578978300767633050578978300767633050578978300767633050578978300767633050578978300767633050578978300767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7ad1e9d-f6e9-4c02-a8b7-c93fcba9feeb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad832c0d-2b2b-47c6-8db4-b87b7c1039d8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2077171-d75b-47fa-b307-54417cafa54b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59898971-ef29-4336-a3aa-944b81faacad, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59898971-ef29-4336-a3aa-944b81faacad, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9743250732016053568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97432507320160535689743250732016053568974325073201605356897432507320160535689743250732016053568974325073201605356897432507320160535689743250732016053568974325073201605356897432507320160535689743250732016053568974325073201605356897432507320160535689743250732016053568974325073201605356897432507320160535689743250732016053568974325073201605356897432507320160535689743250732016053568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2077171-d75b-47fa-b307-54417cafa54b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11166284068613437506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116628406861343750611166284068613437506111662840686134375061116628406861343750611166284068613437506111662840686134375061116628406861343750611166284068613437506111662840686134375061116628406861343750611166284068613437506111662840686134375061116628406861343750611166284068613437506111662840686134375061116628406861343750611166284068613437506111662840686134375061116628406861343750611166284068613437506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2077171-d75b-47fa-b307-54417cafa54b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59898971-ef29-4336-a3aa-944b81faacad, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 703beef3-7584-4d4b-b400-3fe7162f815e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 703beef3-7584-4d4b-b400-3fe7162f815e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15125456398062951837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512545639806295183715125456398062951837151254563980629518371512545639806295183715125456398062951837151254563980629518371512545639806295183715125456398062951837151254563980629518371512545639806295183715125456398062951837151254563980629518371512545639806295183715125456398062951837151254563980629518371512545639806295183715125456398062951837151254563980629518371512545639806295183715125456398062951837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba6599cd-2e6b-47ce-bc5d-56cbe7aca2d5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba6599cd-2e6b-47ce-bc5d-56cbe7aca2d5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17539885590995125094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753988559099512509417539885590995125094175398855909951250941753988559099512509417539885590995125094175398855909951250941753988559099512509417539885590995125094175398855909951250941753988559099512509417539885590995125094175398855909951250941753988559099512509417539885590995125094175398855909951250941753988559099512509417539885590995125094175398855909951250941753988559099512509417539885590995125094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 703beef3-7584-4d4b-b400-3fe7162f815e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc8b1469-dbae-48b7-9c51-47178f151026, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba6599cd-2e6b-47ce-bc5d-56cbe7aca2d5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8b1469-dbae-48b7-9c51-47178f151026, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16288480348638053575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628848034863805357516288480348638053575162884803486380535751628848034863805357516288480348638053575162884803486380535751628848034863805357516288480348638053575162884803486380535751628848034863805357516288480348638053575162884803486380535751628848034863805357516288480348638053575162884803486380535751628848034863805357516288480348638053575162884803486380535751628848034863805357516288480348638053575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b418533-5882-4193-84f7-e18fbc7d4d57, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b418533-5882-4193-84f7-e18fbc7d4d57, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12415425890401595470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241542589040159547012415425890401595470124154258904015954701241542589040159547012415425890401595470124154258904015954701241542589040159547012415425890401595470124154258904015954701241542589040159547012415425890401595470124154258904015954701241542589040159547012415425890401595470124154258904015954701241542589040159547012415425890401595470124154258904015954701241542589040159547012415425890401595470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8b1469-dbae-48b7-9c51-47178f151026, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18747bfc-e4e7-4ef5-82c6-12e9e05d909d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18747bfc-e4e7-4ef5-82c6-12e9e05d909d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13188250198107906405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318825019810790640513188250198107906405131882501981079064051318825019810790640513188250198107906405131882501981079064051318825019810790640513188250198107906405131882501981079064051318825019810790640513188250198107906405131882501981079064051318825019810790640513188250198107906405131882501981079064051318825019810790640513188250198107906405131882501981079064051318825019810790640513188250198107906405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b418533-5882-4193-84f7-e18fbc7d4d57, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67a8fd6f-031b-4bf0-9764-37483d86da9d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67a8fd6f-031b-4bf0-9764-37483d86da9d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3149211592398664769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31492115923986647693149211592398664769314921159239866476931492115923986647693149211592398664769314921159239866476931492115923986647693149211592398664769314921159239866476931492115923986647693149211592398664769314921159239866476931492115923986647693149211592398664769314921159239866476931492115923986647693149211592398664769314921159239866476931492115923986647693149211592398664769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18747bfc-e4e7-4ef5-82c6-12e9e05d909d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b747137-61ef-41f8-9c52-deaebec07e89, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b747137-61ef-41f8-9c52-deaebec07e89, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13750581964003814530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375058196400381453013750581964003814530137505819640038145301375058196400381453013750581964003814530137505819640038145301375058196400381453013750581964003814530137505819640038145301375058196400381453013750581964003814530137505819640038145301375058196400381453013750581964003814530137505819640038145301375058196400381453013750581964003814530137505819640038145301375058196400381453013750581964003814530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67a8fd6f-031b-4bf0-9764-37483d86da9d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e2d3408-b4be-49d3-8344-e903fb22fdff, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e2d3408-b4be-49d3-8344-e903fb22fdff, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11649199563958099237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164919956395809923711649199563958099237116491995639580992371164919956395809923711649199563958099237116491995639580992371164919956395809923711649199563958099237116491995639580992371164919956395809923711649199563958099237116491995639580992371164919956395809923711649199563958099237116491995639580992371164919956395809923711649199563958099237116491995639580992371164919956395809923711649199563958099237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b747137-61ef-41f8-9c52-deaebec07e89, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9e3158a-4255-4e2a-a006-9a3cc7f839d9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e2d3408-b4be-49d3-8344-e903fb22fdff, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9e3158a-4255-4e2a-a006-9a3cc7f839d9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1879524038696956821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18795240386969568211879524038696956821187952403869695682118795240386969568211879524038696956821187952403869695682118795240386969568211879524038696956821187952403869695682118795240386969568211879524038696956821187952403869695682118795240386969568211879524038696956821187952403869695682118795240386969568211879524038696956821187952403869695682118795240386969568211879524038696956821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b48d601b-bcb2-4c5e-9e5d-7a3fcbe2a6b9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b48d601b-bcb2-4c5e-9e5d-7a3fcbe2a6b9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3547835668029774518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35478356680297745183547835668029774518354783566802977451835478356680297745183547835668029774518354783566802977451835478356680297745183547835668029774518354783566802977451835478356680297745183547835668029774518354783566802977451835478356680297745183547835668029774518354783566802977451835478356680297745183547835668029774518354783566802977451835478356680297745183547835668029774518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9e3158a-4255-4e2a-a006-9a3cc7f839d9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 818b68b0-1fda-442f-a45f-543495e968ad, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 818b68b0-1fda-442f-a45f-543495e968ad, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4869521665412977061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48695216654129770614869521665412977061486952166541297706148695216654129770614869521665412977061486952166541297706148695216654129770614869521665412977061486952166541297706148695216654129770614869521665412977061486952166541297706148695216654129770614869521665412977061486952166541297706148695216654129770614869521665412977061486952166541297706148695216654129770614869521665412977061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b48d601b-bcb2-4c5e-9e5d-7a3fcbe2a6b9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13354299-8679-47bd-ba29-c338ec70280b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13354299-8679-47bd-ba29-c338ec70280b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17380867680069016933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738086768006901693317380867680069016933173808676800690169331738086768006901693317380867680069016933173808676800690169331738086768006901693317380867680069016933173808676800690169331738086768006901693317380867680069016933173808676800690169331738086768006901693317380867680069016933173808676800690169331738086768006901693317380867680069016933173808676800690169331738086768006901693317380867680069016933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 818b68b0-1fda-442f-a45f-543495e968ad, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de21c725-5b67-4048-852e-018df8eb9852, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13354299-8679-47bd-ba29-c338ec70280b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de21c725-5b67-4048-852e-018df8eb9852, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1013802528380468642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10138025283804686421013802528380468642101380252838046864210138025283804686421013802528380468642101380252838046864210138025283804686421013802528380468642101380252838046864210138025283804686421013802528380468642101380252838046864210138025283804686421013802528380468642101380252838046864210138025283804686421013802528380468642101380252838046864210138025283804686421013802528380468642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da737487-c74d-4182-8341-6fa28b8c2667, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da737487-c74d-4182-8341-6fa28b8c2667, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4367466811352442949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43674668113524429494367466811352442949436746681135244294943674668113524429494367466811352442949436746681135244294943674668113524429494367466811352442949436746681135244294943674668113524429494367466811352442949436746681135244294943674668113524429494367466811352442949436746681135244294943674668113524429494367466811352442949436746681135244294943674668113524429494367466811352442949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de21c725-5b67-4048-852e-018df8eb9852, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac4da8fc-f5ec-4cbe-8a1f-8fbe44551369, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac4da8fc-f5ec-4cbe-8a1f-8fbe44551369, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14330485609546916931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433048560954691693114330485609546916931143304856095469169311433048560954691693114330485609546916931143304856095469169311433048560954691693114330485609546916931143304856095469169311433048560954691693114330485609546916931143304856095469169311433048560954691693114330485609546916931143304856095469169311433048560954691693114330485609546916931143304856095469169311433048560954691693114330485609546916931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da737487-c74d-4182-8341-6fa28b8c2667, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae4787f7-46d8-438b-8c20-293b28d95da6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae4787f7-46d8-438b-8c20-293b28d95da6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3886691074113999641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38866910741139996413886691074113999641388669107411399964138866910741139996413886691074113999641388669107411399964138866910741139996413886691074113999641388669107411399964138866910741139996413886691074113999641388669107411399964138866910741139996413886691074113999641388669107411399964138866910741139996413886691074113999641388669107411399964138866910741139996413886691074113999641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac4da8fc-f5ec-4cbe-8a1f-8fbe44551369, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae4787f7-46d8-438b-8c20-293b28d95da6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f73c463-48e9-4d3f-8a7b-44610609ef8a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f73c463-48e9-4d3f-8a7b-44610609ef8a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2732646963878559352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27326469638785593522732646963878559352273264696387855935227326469638785593522732646963878559352273264696387855935227326469638785593522732646963878559352273264696387855935227326469638785593522732646963878559352273264696387855935227326469638785593522732646963878559352273264696387855935227326469638785593522732646963878559352273264696387855935227326469638785593522732646963878559352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86f2ee42-98e0-407a-ae9d-93f9dd94c97f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86f2ee42-98e0-407a-ae9d-93f9dd94c97f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1929422663052759963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19294226630527599631929422663052759963192942266305275996319294226630527599631929422663052759963192942266305275996319294226630527599631929422663052759963192942266305275996319294226630527599631929422663052759963192942266305275996319294226630527599631929422663052759963192942266305275996319294226630527599631929422663052759963192942266305275996319294226630527599631929422663052759963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f73c463-48e9-4d3f-8a7b-44610609ef8a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc541438-f380-4351-b867-8b7adae65994, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86f2ee42-98e0-407a-ae9d-93f9dd94c97f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc541438-f380-4351-b867-8b7adae65994, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 625206056321324870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "625206056321324870625206056321324870625206056321324870625206056321324870625206056321324870625206056321324870625206056321324870625206056321324870625206056321324870625206056321324870625206056321324870625206056321324870625206056321324870625206056321324870625206056321324870625206056321324870625206056321324870625206056321324870625206056321324870625206056321324870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9333514-69c1-447c-964c-4b8e5ecd514e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9333514-69c1-447c-964c-4b8e5ecd514e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4110597524470707911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41105975244707079114110597524470707911411059752447070791141105975244707079114110597524470707911411059752447070791141105975244707079114110597524470707911411059752447070791141105975244707079114110597524470707911411059752447070791141105975244707079114110597524470707911411059752447070791141105975244707079114110597524470707911411059752447070791141105975244707079114110597524470707911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc541438-f380-4351-b867-8b7adae65994, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd76d7b9-ece3-4924-999d-7184fd2cf010, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd76d7b9-ece3-4924-999d-7184fd2cf010, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8505003497156892606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85050034971568926068505003497156892606850500349715689260685050034971568926068505003497156892606850500349715689260685050034971568926068505003497156892606850500349715689260685050034971568926068505003497156892606850500349715689260685050034971568926068505003497156892606850500349715689260685050034971568926068505003497156892606850500349715689260685050034971568926068505003497156892606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9333514-69c1-447c-964c-4b8e5ecd514e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd76d7b9-ece3-4924-999d-7184fd2cf010, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78483f06-194e-47a4-b636-216caba0f8a6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78483f06-194e-47a4-b636-216caba0f8a6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6355851035753727763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63558510357537277636355851035753727763635585103575372776363558510357537277636355851035753727763635585103575372776363558510357537277636355851035753727763635585103575372776363558510357537277636355851035753727763635585103575372776363558510357537277636355851035753727763635585103575372776363558510357537277636355851035753727763635585103575372776363558510357537277636355851035753727763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f54c5006-a274-4c15-a919-e408bde6f337, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f54c5006-a274-4c15-a919-e408bde6f337, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13288405798988461416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328840579898846141613288405798988461416132884057989884614161328840579898846141613288405798988461416132884057989884614161328840579898846141613288405798988461416132884057989884614161328840579898846141613288405798988461416132884057989884614161328840579898846141613288405798988461416132884057989884614161328840579898846141613288405798988461416132884057989884614161328840579898846141613288405798988461416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78483f06-194e-47a4-b636-216caba0f8a6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff6b2772-017a-4eb9-b3df-33617368c72f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff6b2772-017a-4eb9-b3df-33617368c72f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 498591694643938693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "498591694643938693498591694643938693498591694643938693498591694643938693498591694643938693498591694643938693498591694643938693498591694643938693498591694643938693498591694643938693498591694643938693498591694643938693498591694643938693498591694643938693498591694643938693498591694643938693498591694643938693498591694643938693498591694643938693498591694643938693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f54c5006-a274-4c15-a919-e408bde6f337, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 308d5cd7-1bda-466c-b4f5-e2f08cccf3dd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 308d5cd7-1bda-466c-b4f5-e2f08cccf3dd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3628122934045054830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36281229340450548303628122934045054830362812293404505483036281229340450548303628122934045054830362812293404505483036281229340450548303628122934045054830362812293404505483036281229340450548303628122934045054830362812293404505483036281229340450548303628122934045054830362812293404505483036281229340450548303628122934045054830362812293404505483036281229340450548303628122934045054830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff6b2772-017a-4eb9-b3df-33617368c72f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9640167b-9ba1-4212-93fb-36fa3c5a5234, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9640167b-9ba1-4212-93fb-36fa3c5a5234, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15196741314284912215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519674131428491221515196741314284912215151967413142849122151519674131428491221515196741314284912215151967413142849122151519674131428491221515196741314284912215151967413142849122151519674131428491221515196741314284912215151967413142849122151519674131428491221515196741314284912215151967413142849122151519674131428491221515196741314284912215151967413142849122151519674131428491221515196741314284912215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 308d5cd7-1bda-466c-b4f5-e2f08cccf3dd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23fdc35c-ed4b-45bc-8db9-1b202d96b156, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23fdc35c-ed4b-45bc-8db9-1b202d96b156, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12296519338428017330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229651933842801733012296519338428017330122965193384280173301229651933842801733012296519338428017330122965193384280173301229651933842801733012296519338428017330122965193384280173301229651933842801733012296519338428017330122965193384280173301229651933842801733012296519338428017330122965193384280173301229651933842801733012296519338428017330122965193384280173301229651933842801733012296519338428017330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9640167b-9ba1-4212-93fb-36fa3c5a5234, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77760128-2c00-4a57-a1b9-db48c08ee3d1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77760128-2c00-4a57-a1b9-db48c08ee3d1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3295272206246854920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32952722062468549203295272206246854920329527220624685492032952722062468549203295272206246854920329527220624685492032952722062468549203295272206246854920329527220624685492032952722062468549203295272206246854920329527220624685492032952722062468549203295272206246854920329527220624685492032952722062468549203295272206246854920329527220624685492032952722062468549203295272206246854920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23fdc35c-ed4b-45bc-8db9-1b202d96b156, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fb68107-dd3c-4865-8db1-7673a2c580af, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77760128-2c00-4a57-a1b9-db48c08ee3d1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fb68107-dd3c-4865-8db1-7673a2c580af, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3721867845437913241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37218678454379132413721867845437913241372186784543791324137218678454379132413721867845437913241372186784543791324137218678454379132413721867845437913241372186784543791324137218678454379132413721867845437913241372186784543791324137218678454379132413721867845437913241372186784543791324137218678454379132413721867845437913241372186784543791324137218678454379132413721867845437913241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7b16461-fa7f-46c2-ace3-c90dd3a490d3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:63 RpcState(ExecuteDataQuery, e7b16461-fa7f-46c2-ace3-c90dd3a490d3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 333501136139473158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "333501136139473158333501136139473158333501136139473158333501136139473158333501136139473158333501136139473158333501136139473158333501136139473158333501136139473158333501136139473158333501136139473158333501136139473158333501136139473158333501136139473158333501136139473158333501136139473158333501136139473158333501136139473158333501136139473158333501136139473158" } } } 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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62323 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_zbmydjnq.log --grpc-port=28695 --mon-port=19032 --ic-port=4925 --key-file /home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fb68107-dd3c-4865-8db1-7673a2c580af, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" 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/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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:62323', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_zbmydjnq.log', '--grpc-port=28695', '--mon-port=19032', '--ic-port=4925', '--key-file', '/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3' (no wait)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bdec8e3-dcce-41bc-85b3-36bc731ba794, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bdec8e3-dcce-41bc-85b3-36bc731ba794, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15252519092161340820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525251909216134082015252519092161340820152525190921613408201525251909216134082015252519092161340820152525190921613408201525251909216134082015252519092161340820152525190921613408201525251909216134082015252519092161340820152525190921613408201525251909216134082015252519092161340820152525190921613408201525251909216134082015252519092161340820152525190921613408201525251909216134082015252519092161340820" } } } 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: 962882
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7b16461-fa7f-46c2-ace3-c90dd3a490d3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:28695/3
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85d1de97-7973-433f-abd9-1c1fb40f9263, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bdec8e3-dcce-41bc-85b3-36bc731ba794, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7e221bb-1cd5-496c-a264-7eb1879eb57d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7e221bb-1cd5-496c-a264-7eb1879eb57d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9879953089355213673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98799530893552136739879953089355213673987995308935521367398799530893552136739879953089355213673987995308935521367398799530893552136739879953089355213673987995308935521367398799530893552136739879953089355213673987995308935521367398799530893552136739879953089355213673987995308935521367398799530893552136739879953089355213673987995308935521367398799530893552136739879953089355213673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85d1de97-7973-433f-abd9-1c1fb40f9263, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16239351043445469594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623935104344546959416239351043445469594162393510434454695941623935104344546959416239351043445469594162393510434454695941623935104344546959416239351043445469594162393510434454695941623935104344546959416239351043445469594162393510434454695941623935104344546959416239351043445469594162393510434454695941623935104344546959416239351043445469594162393510434454695941623935104344546959416239351043445469594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85d1de97-7973-433f-abd9-1c1fb40f9263, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7e221bb-1cd5-496c-a264-7eb1879eb57d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" 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/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ya.test:process.py:628 Command pid: 962905
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fdedbb4-f541-416f-9b52-58f4a7e84d0d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6dbff5f0-1fb0-4035-ad2a-9cf67998de11, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fdedbb4-f541-416f-9b52-58f4a7e84d0d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8252674751823225250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82526747518232252508252674751823225250825267475182322525082526747518232252508252674751823225250825267475182322525082526747518232252508252674751823225250825267475182322525082526747518232252508252674751823225250825267475182322525082526747518232252508252674751823225250825267475182322525082526747518232252508252674751823225250825267475182322525082526747518232252508252674751823225250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dbff5f0-1fb0-4035-ad2a-9cf67998de11, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12027073145816602661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202707314581660266112027073145816602661120270731458166026611202707314581660266112027073145816602661120270731458166026611202707314581660266112027073145816602661120270731458166026611202707314581660266112027073145816602661120270731458166026611202707314581660266112027073145816602661120270731458166026611202707314581660266112027073145816602661120270731458166026611202707314581660266112027073145816602661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fdedbb4-f541-416f-9b52-58f4a7e84d0d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e2c143d-5047-4f4c-9051-259ad0becc87, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e2c143d-5047-4f4c-9051-259ad0becc87, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4088877223998139254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40888772239981392544088877223998139254408887722399813925440888772239981392544088877223998139254408887722399813925440888772239981392544088877223998139254408887722399813925440888772239981392544088877223998139254408887722399813925440888772239981392544088877223998139254408887722399813925440888772239981392544088877223998139254408887722399813925440888772239981392544088877223998139254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dbff5f0-1fb0-4035-ad2a-9cf67998de11, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99e6f67c-4bbf-4edc-b8b2-6d49ac6af126, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99e6f67c-4bbf-4edc-b8b2-6d49ac6af126, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2378052182016546300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23780521820165463002378052182016546300237805218201654630023780521820165463002378052182016546300237805218201654630023780521820165463002378052182016546300237805218201654630023780521820165463002378052182016546300237805218201654630023780521820165463002378052182016546300237805218201654630023780521820165463002378052182016546300237805218201654630023780521820165463002378052182016546300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e2c143d-5047-4f4c-9051-259ad0becc87, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cc9d50b-7c55-432a-832a-383abc06add9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99e6f67c-4bbf-4edc-b8b2-6d49ac6af126, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc9d50b-7c55-432a-832a-383abc06add9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2146825328191696778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21468253281916967782146825328191696778214682532819169677821468253281916967782146825328191696778214682532819169677821468253281916967782146825328191696778214682532819169677821468253281916967782146825328191696778214682532819169677821468253281916967782146825328191696778214682532819169677821468253281916967782146825328191696778214682532819169677821468253281916967782146825328191696778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc9d50b-7c55-432a-832a-383abc06add9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5a13947-0c5e-455d-8efe-2350c4cb1d32, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5a13947-0c5e-455d-8efe-2350c4cb1d32, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9074611506257280689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90746115062572806899074611506257280689907461150625728068990746115062572806899074611506257280689907461150625728068990746115062572806899074611506257280689907461150625728068990746115062572806899074611506257280689907461150625728068990746115062572806899074611506257280689907461150625728068990746115062572806899074611506257280689907461150625728068990746115062572806899074611506257280689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7be98b01-1cf1-40a5-8049-125f8739f375, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5a13947-0c5e-455d-8efe-2350c4cb1d32, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7be98b01-1cf1-40a5-8049-125f8739f375, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11307495205453403548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130749520545340354811307495205453403548113074952054534035481130749520545340354811307495205453403548113074952054534035481130749520545340354811307495205453403548113074952054534035481130749520545340354811307495205453403548113074952054534035481130749520545340354811307495205453403548113074952054534035481130749520545340354811307495205453403548113074952054534035481130749520545340354811307495205453403548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c19acf2d-aee2-49ed-a88e-22f9fd9a5f03, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c19acf2d-aee2-49ed-a88e-22f9fd9a5f03, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6544322648671706905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65443226486717069056544322648671706905654432264867170690565443226486717069056544322648671706905654432264867170690565443226486717069056544322648671706905654432264867170690565443226486717069056544322648671706905654432264867170690565443226486717069056544322648671706905654432264867170690565443226486717069056544322648671706905654432264867170690565443226486717069056544322648671706905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7be98b01-1cf1-40a5-8049-125f8739f375, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b702a563-b64c-43a7-92ed-f0c667becc57, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c19acf2d-aee2-49ed-a88e-22f9fd9a5f03, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b702a563-b64c-43a7-92ed-f0c667becc57, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13752815760389460244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375281576038946024413752815760389460244137528157603894602441375281576038946024413752815760389460244137528157603894602441375281576038946024413752815760389460244137528157603894602441375281576038946024413752815760389460244137528157603894602441375281576038946024413752815760389460244137528157603894602441375281576038946024413752815760389460244137528157603894602441375281576038946024413752815760389460244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 311cac3f-5c86-4c51-b9af-0b4bfe25b273, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 311cac3f-5c86-4c51-b9af-0b4bfe25b273, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12360396653727897635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236039665372789763512360396653727897635123603966537278976351236039665372789763512360396653727897635123603966537278976351236039665372789763512360396653727897635123603966537278976351236039665372789763512360396653727897635123603966537278976351236039665372789763512360396653727897635123603966537278976351236039665372789763512360396653727897635123603966537278976351236039665372789763512360396653727897635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b702a563-b64c-43a7-92ed-f0c667becc57, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 125c205e-4efe-4369-9e0a-4a67472fd8ad, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 311cac3f-5c86-4c51-b9af-0b4bfe25b273, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 125c205e-4efe-4369-9e0a-4a67472fd8ad, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8790031418498757373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87900314184987573738790031418498757373879003141849875737387900314184987573738790031418498757373879003141849875737387900314184987573738790031418498757373879003141849875737387900314184987573738790031418498757373879003141849875737387900314184987573738790031418498757373879003141849875737387900314184987573738790031418498757373879003141849875737387900314184987573738790031418498757373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a64bd7e-97f5-4853-9c1f-fe4e3589d542, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 125c205e-4efe-4369-9e0a-4a67472fd8ad, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a64bd7e-97f5-4853-9c1f-fe4e3589d542, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9720173223578928277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97201732235789282779720173223578928277972017322357892827797201732235789282779720173223578928277972017322357892827797201732235789282779720173223578928277972017322357892827797201732235789282779720173223578928277972017322357892827797201732235789282779720173223578928277972017322357892827797201732235789282779720173223578928277972017322357892827797201732235789282779720173223578928277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32292278-74de-4676-af8a-58d480a46dfa, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32292278-74de-4676-af8a-58d480a46dfa, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 45152062523558280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4515206252355828045152062523558280451520625235582804515206252355828045152062523558280451520625235582804515206252355828045152062523558280451520625235582804515206252355828045152062523558280451520625235582804515206252355828045152062523558280451520625235582804515206252355828045152062523558280451520625235582804515206252355828045152062523558280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a64bd7e-97f5-4853-9c1f-fe4e3589d542, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69ee8eed-cba4-41f8-a064-6aabf89bec9a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69ee8eed-cba4-41f8-a064-6aabf89bec9a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2456577279453779111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24565772794537791112456577279453779111245657727945377911124565772794537791112456577279453779111245657727945377911124565772794537791112456577279453779111245657727945377911124565772794537791112456577279453779111245657727945377911124565772794537791112456577279453779111245657727945377911124565772794537791112456577279453779111245657727945377911124565772794537791112456577279453779111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32292278-74de-4676-af8a-58d480a46dfa, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69ee8eed-cba4-41f8-a064-6aabf89bec9a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6323eec5-bf42-4abb-91f9-63be20c59a86, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6323eec5-bf42-4abb-91f9-63be20c59a86, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3002605418624846947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30026054186248469473002605418624846947300260541862484694730026054186248469473002605418624846947300260541862484694730026054186248469473002605418624846947300260541862484694730026054186248469473002605418624846947300260541862484694730026054186248469473002605418624846947300260541862484694730026054186248469473002605418624846947300260541862484694730026054186248469473002605418624846947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a455aab-1744-4453-80b6-3a56dc9d10d5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a455aab-1744-4453-80b6-3a56dc9d10d5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8535760041303402720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85357600413034027208535760041303402720853576004130340272085357600413034027208535760041303402720853576004130340272085357600413034027208535760041303402720853576004130340272085357600413034027208535760041303402720853576004130340272085357600413034027208535760041303402720853576004130340272085357600413034027208535760041303402720853576004130340272085357600413034027208535760041303402720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6323eec5-bf42-4abb-91f9-63be20c59a86, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a49eba8-ecf6-4c53-a151-9fd3759ccfc3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a49eba8-ecf6-4c53-a151-9fd3759ccfc3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14912872937355070923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491287293735507092314912872937355070923149128729373550709231491287293735507092314912872937355070923149128729373550709231491287293735507092314912872937355070923149128729373550709231491287293735507092314912872937355070923149128729373550709231491287293735507092314912872937355070923149128729373550709231491287293735507092314912872937355070923149128729373550709231491287293735507092314912872937355070923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a455aab-1744-4453-80b6-3a56dc9d10d5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da6936fa-ba4d-4cd8-9658-a5fd07e505f6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a49eba8-ecf6-4c53-a151-9fd3759ccfc3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da6936fa-ba4d-4cd8-9658-a5fd07e505f6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1503887260496435357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15038872604964353571503887260496435357150388726049643535715038872604964353571503887260496435357150388726049643535715038872604964353571503887260496435357150388726049643535715038872604964353571503887260496435357150388726049643535715038872604964353571503887260496435357150388726049643535715038872604964353571503887260496435357150388726049643535715038872604964353571503887260496435357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89b9f09a-60a8-463f-a716-c62eaa1b4795, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89b9f09a-60a8-463f-a716-c62eaa1b4795, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 886134190089510974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "886134190089510974886134190089510974886134190089510974886134190089510974886134190089510974886134190089510974886134190089510974886134190089510974886134190089510974886134190089510974886134190089510974886134190089510974886134190089510974886134190089510974886134190089510974886134190089510974886134190089510974886134190089510974886134190089510974886134190089510974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89b9f09a-60a8-463f-a716-c62eaa1b4795, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 373baac8-fb7d-413a-899d-c0182835ee06, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da6936fa-ba4d-4cd8-9658-a5fd07e505f6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 373baac8-fb7d-413a-899d-c0182835ee06, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 185793090795150116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "185793090795150116185793090795150116185793090795150116185793090795150116185793090795150116185793090795150116185793090795150116185793090795150116185793090795150116185793090795150116185793090795150116185793090795150116185793090795150116185793090795150116185793090795150116185793090795150116185793090795150116185793090795150116185793090795150116185793090795150116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6057b39-15b8-450e-9acc-bd38a7f70428, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6057b39-15b8-450e-9acc-bd38a7f70428, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17914311651822529940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791431165182252994017914311651822529940179143116518225299401791431165182252994017914311651822529940179143116518225299401791431165182252994017914311651822529940179143116518225299401791431165182252994017914311651822529940179143116518225299401791431165182252994017914311651822529940179143116518225299401791431165182252994017914311651822529940179143116518225299401791431165182252994017914311651822529940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 373baac8-fb7d-413a-899d-c0182835ee06, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6057b39-15b8-450e-9acc-bd38a7f70428, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bec03663-12be-4d97-9848-bf87b0fbd1a1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bec03663-12be-4d97-9848-bf87b0fbd1a1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5466892421687390013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54668924216873900135466892421687390013546689242168739001354668924216873900135466892421687390013546689242168739001354668924216873900135466892421687390013546689242168739001354668924216873900135466892421687390013546689242168739001354668924216873900135466892421687390013546689242168739001354668924216873900135466892421687390013546689242168739001354668924216873900135466892421687390013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c1dbab7-1c91-4ab7-9c6c-fa5d3e29d0d7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c1dbab7-1c91-4ab7-9c6c-fa5d3e29d0d7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14701505094563232146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470150509456323214614701505094563232146147015050945632321461470150509456323214614701505094563232146147015050945632321461470150509456323214614701505094563232146147015050945632321461470150509456323214614701505094563232146147015050945632321461470150509456323214614701505094563232146147015050945632321461470150509456323214614701505094563232146147015050945632321461470150509456323214614701505094563232146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bec03663-12be-4d97-9848-bf87b0fbd1a1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed57638c-a59c-4ff3-84cf-8712ead433ca, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c1dbab7-1c91-4ab7-9c6c-fa5d3e29d0d7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed57638c-a59c-4ff3-84cf-8712ead433ca, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13233669551674335385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323366955167433538513233669551674335385132336695516743353851323366955167433538513233669551674335385132336695516743353851323366955167433538513233669551674335385132336695516743353851323366955167433538513233669551674335385132336695516743353851323366955167433538513233669551674335385132336695516743353851323366955167433538513233669551674335385132336695516743353851323366955167433538513233669551674335385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61796e0d-9d6f-4128-bb32-0d9ceac75bbc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed57638c-a59c-4ff3-84cf-8712ead433ca, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61796e0d-9d6f-4128-bb32-0d9ceac75bbc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5066543311842666821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50665433118426668215066543311842666821506654331184266682150665433118426668215066543311842666821506654331184266682150665433118426668215066543311842666821506654331184266682150665433118426668215066543311842666821506654331184266682150665433118426668215066543311842666821506654331184266682150665433118426668215066543311842666821506654331184266682150665433118426668215066543311842666821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac820174-e86a-4257-bfec-cad85948dd67, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac820174-e86a-4257-bfec-cad85948dd67, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10523810536352518450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052381053635251845010523810536352518450105238105363525184501052381053635251845010523810536352518450105238105363525184501052381053635251845010523810536352518450105238105363525184501052381053635251845010523810536352518450105238105363525184501052381053635251845010523810536352518450105238105363525184501052381053635251845010523810536352518450105238105363525184501052381053635251845010523810536352518450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61796e0d-9d6f-4128-bb32-0d9ceac75bbc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fb6c22f-76b0-45a1-8c9f-9214f101df0b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fb6c22f-76b0-45a1-8c9f-9214f101df0b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4457918005519552137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44579180055195521374457918005519552137445791800551955213744579180055195521374457918005519552137445791800551955213744579180055195521374457918005519552137445791800551955213744579180055195521374457918005519552137445791800551955213744579180055195521374457918005519552137445791800551955213744579180055195521374457918005519552137445791800551955213744579180055195521374457918005519552137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac820174-e86a-4257-bfec-cad85948dd67, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b490719-3408-490e-848b-a80e3d46a8f8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b490719-3408-490e-848b-a80e3d46a8f8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2833790287007524570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28337902870075245702833790287007524570283379028700752457028337902870075245702833790287007524570283379028700752457028337902870075245702833790287007524570283379028700752457028337902870075245702833790287007524570283379028700752457028337902870075245702833790287007524570283379028700752457028337902870075245702833790287007524570283379028700752457028337902870075245702833790287007524570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fb6c22f-76b0-45a1-8c9f-9214f101df0b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:259 Command (pid 962905) rc: 0
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b490719-3408-490e-848b-a80e3d46a8f8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ya.test:process.py:260 Command (pid 962905) elapsed time (sec): 0.736259937286377
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ya.test:process.py:263 Command (pid 962905) idrss: 0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85d3609f-0512-429b-ba58-939eb9423cc6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85d3609f-0512-429b-ba58-939eb9423cc6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13185778605666626772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318577860566662677213185778605666626772131857786056666267721318577860566662677213185778605666626772131857786056666267721318577860566662677213185778605666626772131857786056666267721318577860566662677213185778605666626772131857786056666267721318577860566662677213185778605666626772131857786056666267721318577860566662677213185778605666626772131857786056666267721318577860566662677213185778605666626772" } } } 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 962905) inblock: 0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ac903cf-89bd-4fb3-bf71-ddfd3078edb6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ya.test:process.py:263 Command (pid 962905) isrss: 0
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ac903cf-89bd-4fb3-bf71-ddfd3078edb6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11918422741121549123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191842274112154912311918422741121549123119184227411215491231191842274112154912311918422741121549123119184227411215491231191842274112154912311918422741121549123119184227411215491231191842274112154912311918422741121549123119184227411215491231191842274112154912311918422741121549123119184227411215491231191842274112154912311918422741121549123119184227411215491231191842274112154912311918422741121549123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85d3609f-0512-429b-ba58-939eb9423cc6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 962905) ixrss: 0
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36dd10ea-8e5c-4564-8fe2-01bfa43230e3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ya.test:process.py:263 Command (pid 962905) majflt: 0
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36dd10ea-8e5c-4564-8fe2-01bfa43230e3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8634129970139794578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86341299701397945788634129970139794578863412997013979457886341299701397945788634129970139794578863412997013979457886341299701397945788634129970139794578863412997013979457886341299701397945788634129970139794578863412997013979457886341299701397945788634129970139794578863412997013979457886341299701397945788634129970139794578863412997013979457886341299701397945788634129970139794578" } } } 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 962905) maxrss: 958876
DEBUG    ya.test:process.py:263 Command (pid 962905) minflt: 45570
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ac903cf-89bd-4fb3-bf71-ddfd3078edb6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 962905) msgrcv: 0
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36dd10ea-8e5c-4564-8fe2-01bfa43230e3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ya.test:process.py:263 Command (pid 962905) msgsnd: 0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18bc7cca-2e36-42a4-8b8c-c6e5c428b0e8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ya.test:process.py:263 Command (pid 962905) nivcsw: 105
DEBUG    ya.test:process.py:263 Command (pid 962905) nsignals: 0
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18bc7cca-2e36-42a4-8b8c-c6e5c428b0e8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11258196789327970703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125819678932797070311258196789327970703112581967893279707031125819678932797070311258196789327970703112581967893279707031125819678932797070311258196789327970703112581967893279707031125819678932797070311258196789327970703112581967893279707031125819678932797070311258196789327970703112581967893279707031125819678932797070311258196789327970703112581967893279707031125819678932797070311258196789327970703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ya.test:process.py:263 Command (pid 962905) nswap: 0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0df51870-56bf-4e5b-84b5-dda696944cea, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ya.test:process.py:263 Command (pid 962905) nvcsw: 13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0df51870-56bf-4e5b-84b5-dda696944cea, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8230917828822437209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82309178288224372098230917828822437209823091782882243720982309178288224372098230917828822437209823091782882243720982309178288224372098230917828822437209823091782882243720982309178288224372098230917828822437209823091782882243720982309178288224372098230917828822437209823091782882243720982309178288224372098230917828822437209823091782882243720982309178288224372098230917828822437209" } } } 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 962905) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 962905) stime: 0.147475
DEBUG    ya.test:process.py:263 Command (pid 962905) utime: 0.484189
DEBUG    ya.test:process.py:263 Command (pid 962905) wtime: 0.757
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0df51870-56bf-4e5b-84b5-dda696944cea, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18bc7cca-2e36-42a4-8b8c-c6e5c428b0e8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:275 Command (pid 962905) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ya.test:process.py:276 Command (pid 962905) errors:

DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4eac1f0-4c3a-47bf-b796-90e3e7ff8d33, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1597a9b0>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 3 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4eac1f0-4c3a-47bf-b796-90e3e7ff8d33, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 766869793053240090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "766869793053240090766869793053240090766869793053240090766869793053240090766869793053240090766869793053240090766869793053240090766869793053240090766869793053240090766869793053240090766869793053240090766869793053240090766869793053240090766869793053240090766869793053240090766869793053240090766869793053240090766869793053240090766869793053240090766869793053240090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9375c274-d4a4-4c6f-ab11-513785ae301e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9375c274-d4a4-4c6f-ab11-513785ae301e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=NmQwZjc2MWYtZTY5ZmU0NjYtNjRmNjE2NjMtNDIxMjhjNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7465594678205529293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74655946782055292937465594678205529293746559467820552929374655946782055292937465594678205529293746559467820552929374655946782055292937465594678205529293746559467820552929374655946782055292937465594678205529293746559467820552929374655946782055292937465594678205529293746559467820552929374655946782055292937465594678205529293746559467820552929374655946782055292937465594678205529293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4eac1f0-4c3a-47bf-b796-90e3e7ff8d33, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e180e63b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1e180e63b0>, reason: session-close
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9375c274-d4a4-4c6f-ab11-513785ae301e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2760e89d-eb86c445-a14956e6-8dfeeb2a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1e180e63b0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, e09e0c5d-c499-451d-a584-8a9d342f42ff, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, e09e0c5d-c499-451d-a584-8a9d342f42ff, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=YjdlMGI5NmUtOTFjM2JiZmEtNTE5N2MwMzItYTJjOTlmM2Q=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, e09e0c5d-c499-451d-a584-8a9d342f42ff, ghrun-saptlbqaqq.auto.internal:22054): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, e09e0c5d-c499-451d-a584-8a9d342f42ff, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, e09e0c5d-c499-451d-a584-8a9d342f42ff, ghrun-saptlbqaqq.auto.internal:22054): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c1e180e63b0>
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 0x7c1e18716eb0 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 0x7c1e187154b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, afd5906c-53e6-467d-b8f3-fd826df0bf59, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, afd5906c-53e6-467d-b8f3-fd826df0bf59, ghrun-saptlbqaqq.auto.internal:22054): 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 0x7c1e1597a9b0>
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, afd5906c-53e6-467d-b8f3-fd826df0bf59, ghrun-saptlbqaqq.auto.internal:22054): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, afd5906c-53e6-467d-b8f3-fd826df0bf59, ghrun-saptlbqaqq.auto.internal:22054): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Cannot create session: system shutdown requested.", grpc_status:8, created_time:"2025-11-27T14:10:35.779013071+00:00"}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, afd5906c-53e6-467d-b8f3-fd826df0bf59, ghrun-saptlbqaqq.auto.internal:22054): unhandled rpc error, disconnecting channel
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1e1597a9b0>, reason: session-close
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-saptlbqaqq.auto.internal:22054
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1e1597a9b0> is no longer active. Current active count 1.
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:156 In flight waiters: 1, preparing session <ydb.table.Session object at 0x7c1e1597a9b0> replacement.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e18732630>
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:173 Sent delete on session <ydb.table.Session object at 0x7c1e1597a9b0>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for 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-11-27T14:10:35.779013071+00:00"}"
>
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 0bf8f5e1-2c40-41d8-a5c3-1db316b8c5b8, localhost:62323): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0bf8f5e1-2c40-41d8-a5c3-1db316b8c5b8, localhost:62323): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7c1e18704870 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 0x7c1e186ebab0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e186ebab0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0bf8f5e1-2c40-41d8-a5c3-1db316b8c5b8, localhost:62323): 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:62323". 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:62323
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, 80e30ca3-1a84-4f2b-87bc-637a26731c20, localhost:62323): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 80e30ca3-1a84-4f2b-87bc-637a26731c20, localhost:62323): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 80e30ca3-1a84-4f2b-87bc-637a26731c20, localhost:62323): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-saptlbqaqq.auto.internal" port: 28695 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-saptlbqaqq.auto.internal:28695, 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:62323
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 93b64b87-82d7-4c2d-811e-0743ed9c29af, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 93b64b87-82d7-4c2d-811e-0743ed9c29af, ghrun-saptlbqaqq.auto.internal:28695): 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 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3b006e5c-861f-4771-83c4-358cd3a31616, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3b006e5c-861f-4771-83c4-358cd3a31616, ghrun-saptlbqaqq.auto.internal:28695): 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 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 65d89ebe-272a-49cc-b4dc-bb746ff43252, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 65d89ebe-272a-49cc-b4dc-bb746ff43252, ghrun-saptlbqaqq.auto.internal:28695): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 93b64b87-82d7-4c2d-811e-0743ed9c29af, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 93b64b87-82d7-4c2d-811e-0743ed9c29af, ghrun-saptlbqaqq.auto.internal:28695): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {grpc_status:4, created_time:"2025-11-27T14:10:40.281259962+00:00"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 3b006e5c-861f-4771-83c4-358cd3a31616, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 3b006e5c-861f-4771-83c4-358cd3a31616, ghrun-saptlbqaqq.auto.internal:28695): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-11-27T14:10:40.28519905+00:00", grpc_status:4}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 65d89ebe-272a-49cc-b4dc-bb746ff43252, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 65d89ebe-272a-49cc-b4dc-bb746ff43252, ghrun-saptlbqaqq.auto.internal:28695): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-11-27T14:10:40.293240609+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 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8eaa6bc4-fd72-48f7-96b7-a058fd672d9f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8eaa6bc4-fd72-48f7-96b7-a058fd672d9f, ghrun-saptlbqaqq.auto.internal:28695): 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 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5355c2fa-950d-4582-8456-f507ad2e6d04, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5355c2fa-950d-4582-8456-f507ad2e6d04, ghrun-saptlbqaqq.auto.internal:28695): 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 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b87684c9-d141-44cb-976a-44fe93353f75, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b87684c9-d141-44cb-976a-44fe93353f75, ghrun-saptlbqaqq.auto.internal:28695): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1e18716eb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1e18704870 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 0x7c1e186986f0 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 0x7c1e18697470>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 59a7b2d2-64f7-46c0-8f1f-4d125502531d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 59a7b2d2-64f7-46c0-8f1f-4d125502531d, ghrun-saptlbqaqq.auto.internal:28695): 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 0x7c1e186998b0 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 0x7c1e1869e570>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, dfadeedb-16f3-45c7-9fa0-681b2abc6e49, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, dfadeedb-16f3-45c7-9fa0-681b2abc6e49, ghrun-saptlbqaqq.auto.internal:28695): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 8eaa6bc4-fd72-48f7-96b7-a058fd672d9f, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8eaa6bc4-fd72-48f7-96b7-a058fd672d9f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, c252c9e8-9664-421a-b3d0-c98659db792e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 8eaa6bc4-fd72-48f7-96b7-a058fd672d9f, ghrun-saptlbqaqq.auto.internal:28695): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, c252c9e8-9664-421a-b3d0-c98659db792e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, b87684c9-d141-44cb-976a-44fe93353f75, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b87684c9-d141-44cb-976a-44fe93353f75, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 567edbe4-ebb5-44d2-9b27-42d078ed8164, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, b87684c9-d141-44cb-976a-44fe93353f75, ghrun-saptlbqaqq.auto.internal:28695): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 567edbe4-ebb5-44d2-9b27-42d078ed8164, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 5355c2fa-950d-4582-8456-f507ad2e6d04, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5355c2fa-950d-4582-8456-f507ad2e6d04, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 5355c2fa-950d-4582-8456-f507ad2e6d04, ghrun-saptlbqaqq.auto.internal:28695): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, dfadeedb-16f3-45c7-9fa0-681b2abc6e49, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, dfadeedb-16f3-45c7-9fa0-681b2abc6e49, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, dfadeedb-16f3-45c7-9fa0-681b2abc6e49, ghrun-saptlbqaqq.auto.internal:28695): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 59a7b2d2-64f7-46c0-8f1f-4d125502531d, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 59a7b2d2-64f7-46c0-8f1f-4d125502531d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 59a7b2d2-64f7-46c0-8f1f-4d125502531d, ghrun-saptlbqaqq.auto.internal:28695): on response callback success
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, c252c9e8-9664-421a-b3d0-c98659db792e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=b4166722-ce4366ab-475dcb58-7685490c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff71590f-8f2a-4bae-a6e7-705c6bda490c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 567edbe4-ebb5-44d2-9b27-42d078ed8164, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=b4166722-ce4366ab-475dcb58-7685490c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff71590f-8f2a-4bae-a6e7-705c6bda490c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5198683402823942316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51986834028239423165198683402823942316519868340282394231651986834028239423165198683402823942316519868340282394231651986834028239423165198683402823942316519868340282394231651986834028239423165198683402823942316519868340282394231651986834028239423165198683402823942316519868340282394231651986834028239423165198683402823942316519868340282394231651986834028239423165198683402823942316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5963249-2ee2-410f-bb70-8b42a1735978, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5963249-2ee2-410f-bb70-8b42a1735978, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11077739389238412614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107773938923841261411077739389238412614110777393892384126141107773938923841261411077739389238412614110777393892384126141107773938923841261411077739389238412614110777393892384126141107773938923841261411077739389238412614110777393892384126141107773938923841261411077739389238412614110777393892384126141107773938923841261411077739389238412614110777393892384126141107773938923841261411077739389238412614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff71590f-8f2a-4bae-a6e7-705c6bda490c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 6f05010a-f1b9-4a98-8bb0-3abbac17b405, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5963249-2ee2-410f-bb70-8b42a1735978, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 6f05010a-f1b9-4a98-8bb0-3abbac17b405, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" 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 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, ec056d0f-ba19-4842-ab37-1efad3c92d13, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, ec056d0f-ba19-4842-ab37-1efad3c92d13, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" 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, 6f05010a-f1b9-4a98-8bb0-3abbac17b405, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=b4166722-ce4366ab-475dcb58-7685490c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12af9011-1e87-4a70-a45d-4387b0627bbe, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, ec056d0f-ba19-4842-ab37-1efad3c92d13, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=b4166722-ce4366ab-475dcb58-7685490c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12af9011-1e87-4a70-a45d-4387b0627bbe, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9539893794753219523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95398937947532195239539893794753219523953989379475321952395398937947532195239539893794753219523953989379475321952395398937947532195239539893794753219523953989379475321952395398937947532195239539893794753219523953989379475321952395398937947532195239539893794753219523953989379475321952395398937947532195239539893794753219523953989379475321952395398937947532195239539893794753219523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 545721fa-bb76-4918-b91b-cb3bbfc5636c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 545721fa-bb76-4918-b91b-cb3bbfc5636c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8109085000147891884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81090850001478918848109085000147891884810908500014789188481090850001478918848109085000147891884810908500014789188481090850001478918848109085000147891884810908500014789188481090850001478918848109085000147891884810908500014789188481090850001478918848109085000147891884810908500014789188481090850001478918848109085000147891884810908500014789188481090850001478918848109085000147891884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12af9011-1e87-4a70-a45d-4387b0627bbe, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 98fc4097-0650-4311-8a0f-f8100924966c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 98fc4097-0650-4311-8a0f-f8100924966c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 545721fa-bb76-4918-b91b-cb3bbfc5636c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f857527-2db1-4e6a-91fd-62300cc73c5e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f857527-2db1-4e6a-91fd-62300cc73c5e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3207797970065471546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32077979700654715463207797970065471546320779797006547154632077979700654715463207797970065471546320779797006547154632077979700654715463207797970065471546320779797006547154632077979700654715463207797970065471546320779797006547154632077979700654715463207797970065471546320779797006547154632077979700654715463207797970065471546320779797006547154632077979700654715463207797970065471546" } } } 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, 98fc4097-0650-4311-8a0f-f8100924966c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=b4166722-ce4366ab-475dcb58-7685490c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f4eb2dc-6cd5-4491-9f5b-481c8f9c8b16, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f4eb2dc-6cd5-4491-9f5b-481c8f9c8b16, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2090289793979394485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20902897939793944852090289793979394485209028979397939448520902897939793944852090289793979394485209028979397939448520902897939793944852090289793979394485209028979397939448520902897939793944852090289793979394485209028979397939448520902897939793944852090289793979394485209028979397939448520902897939793944852090289793979394485209028979397939448520902897939793944852090289793979394485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f857527-2db1-4e6a-91fd-62300cc73c5e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a68fa1f-c221-459b-ac43-2d4882b99ac5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a68fa1f-c221-459b-ac43-2d4882b99ac5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14349078051586929756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434907805158692975614349078051586929756143490780515869297561434907805158692975614349078051586929756143490780515869297561434907805158692975614349078051586929756143490780515869297561434907805158692975614349078051586929756143490780515869297561434907805158692975614349078051586929756143490780515869297561434907805158692975614349078051586929756143490780515869297561434907805158692975614349078051586929756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f4eb2dc-6cd5-4491-9f5b-481c8f9c8b16, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c9bf695-db1e-434a-9a45-f3402fd8afbf, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9bf695-db1e-434a-9a45-f3402fd8afbf, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15581276213707267163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558127621370726716315581276213707267163155812762137072671631558127621370726716315581276213707267163155812762137072671631558127621370726716315581276213707267163155812762137072671631558127621370726716315581276213707267163155812762137072671631558127621370726716315581276213707267163155812762137072671631558127621370726716315581276213707267163155812762137072671631558127621370726716315581276213707267163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a68fa1f-c221-459b-ac43-2d4882b99ac5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f67f19e7-d5df-4837-b88e-ae10808842a1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f67f19e7-d5df-4837-b88e-ae10808842a1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4430825209926097334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44308252099260973344430825209926097334443082520992609733444308252099260973344430825209926097334443082520992609733444308252099260973344430825209926097334443082520992609733444308252099260973344430825209926097334443082520992609733444308252099260973344430825209926097334443082520992609733444308252099260973344430825209926097334443082520992609733444308252099260973344430825209926097334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9bf695-db1e-434a-9a45-f3402fd8afbf, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 388e25ea-bb97-44a1-af82-c19d630add7d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 388e25ea-bb97-44a1-af82-c19d630add7d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16249648977497489967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624964897749748996716249648977497489967162496489774974899671624964897749748996716249648977497489967162496489774974899671624964897749748996716249648977497489967162496489774974899671624964897749748996716249648977497489967162496489774974899671624964897749748996716249648977497489967162496489774974899671624964897749748996716249648977497489967162496489774974899671624964897749748996716249648977497489967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f67f19e7-d5df-4837-b88e-ae10808842a1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d08cc688-0ed9-4676-a545-97e8853e607a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d08cc688-0ed9-4676-a545-97e8853e607a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13782789024891420407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378278902489142040713782789024891420407137827890248914204071378278902489142040713782789024891420407137827890248914204071378278902489142040713782789024891420407137827890248914204071378278902489142040713782789024891420407137827890248914204071378278902489142040713782789024891420407137827890248914204071378278902489142040713782789024891420407137827890248914204071378278902489142040713782789024891420407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 388e25ea-bb97-44a1-af82-c19d630add7d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a58989ba-7b81-425f-a8e2-36d983e789c6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a58989ba-7b81-425f-a8e2-36d983e789c6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17933591261214510808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793359126121451080817933591261214510808179335912612145108081793359126121451080817933591261214510808179335912612145108081793359126121451080817933591261214510808179335912612145108081793359126121451080817933591261214510808179335912612145108081793359126121451080817933591261214510808179335912612145108081793359126121451080817933591261214510808179335912612145108081793359126121451080817933591261214510808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d08cc688-0ed9-4676-a545-97e8853e607a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 701b7dbf-c32e-482f-8a20-f4fd44c60aa8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a58989ba-7b81-425f-a8e2-36d983e789c6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eabc45e6-a404-42b7-b846-bf0b21927fa7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eabc45e6-a404-42b7-b846-bf0b21927fa7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7280515362372422422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72805153623724224227280515362372422422728051536237242242272805153623724224227280515362372422422728051536237242242272805153623724224227280515362372422422728051536237242242272805153623724224227280515362372422422728051536237242242272805153623724224227280515362372422422728051536237242242272805153623724224227280515362372422422728051536237242242272805153623724224227280515362372422422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 701b7dbf-c32e-482f-8a20-f4fd44c60aa8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11143045040959968688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114304504095996868811143045040959968688111430450409599686881114304504095996868811143045040959968688111430450409599686881114304504095996868811143045040959968688111430450409599686881114304504095996868811143045040959968688111430450409599686881114304504095996868811143045040959968688111430450409599686881114304504095996868811143045040959968688111430450409599686881114304504095996868811143045040959968688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eabc45e6-a404-42b7-b846-bf0b21927fa7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef1e81af-958b-4ba5-b160-bc099c5824fa, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef1e81af-958b-4ba5-b160-bc099c5824fa, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5061460041150617755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50614600411506177555061460041150617755506146004115061775550614600411506177555061460041150617755506146004115061775550614600411506177555061460041150617755506146004115061775550614600411506177555061460041150617755506146004115061775550614600411506177555061460041150617755506146004115061775550614600411506177555061460041150617755506146004115061775550614600411506177555061460041150617755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef1e81af-958b-4ba5-b160-bc099c5824fa, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4324c656-72f0-426b-abb8-f88aa24a902c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4324c656-72f0-426b-abb8-f88aa24a902c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12684381618350015534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268438161835001553412684381618350015534126843816183500155341268438161835001553412684381618350015534126843816183500155341268438161835001553412684381618350015534126843816183500155341268438161835001553412684381618350015534126843816183500155341268438161835001553412684381618350015534126843816183500155341268438161835001553412684381618350015534126843816183500155341268438161835001553412684381618350015534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 701b7dbf-c32e-482f-8a20-f4fd44c60aa8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 793f3e2f-02ad-45c3-bc72-8725693080fa, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 793f3e2f-02ad-45c3-bc72-8725693080fa, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6337652022866337665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63376520228663376656337652022866337665633765202286633766563376520228663376656337652022866337665633765202286633766563376520228663376656337652022866337665633765202286633766563376520228663376656337652022866337665633765202286633766563376520228663376656337652022866337665633765202286633766563376520228663376656337652022866337665633765202286633766563376520228663376656337652022866337665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4324c656-72f0-426b-abb8-f88aa24a902c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9261db1a-6dea-4469-ba9a-916fdcc01f8a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9261db1a-6dea-4469-ba9a-916fdcc01f8a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8384911342513257410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83849113425132574108384911342513257410838491134251325741083849113425132574108384911342513257410838491134251325741083849113425132574108384911342513257410838491134251325741083849113425132574108384911342513257410838491134251325741083849113425132574108384911342513257410838491134251325741083849113425132574108384911342513257410838491134251325741083849113425132574108384911342513257410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 793f3e2f-02ad-45c3-bc72-8725693080fa, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65d343d0-c742-4bf4-a486-aa815864ead4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65d343d0-c742-4bf4-a486-aa815864ead4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2156892436549623455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21568924365496234552156892436549623455215689243654962345521568924365496234552156892436549623455215689243654962345521568924365496234552156892436549623455215689243654962345521568924365496234552156892436549623455215689243654962345521568924365496234552156892436549623455215689243654962345521568924365496234552156892436549623455215689243654962345521568924365496234552156892436549623455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9261db1a-6dea-4469-ba9a-916fdcc01f8a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0d5293d-8354-460b-a233-67285027c12e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0d5293d-8354-460b-a233-67285027c12e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1975232480310741922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19752324803107419221975232480310741922197523248031074192219752324803107419221975232480310741922197523248031074192219752324803107419221975232480310741922197523248031074192219752324803107419221975232480310741922197523248031074192219752324803107419221975232480310741922197523248031074192219752324803107419221975232480310741922197523248031074192219752324803107419221975232480310741922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65d343d0-c742-4bf4-a486-aa815864ead4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1722905a-7cab-45b9-80eb-6542e2df1776, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1722905a-7cab-45b9-80eb-6542e2df1776, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4189884021340130549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41898840213401305494189884021340130549418988402134013054941898840213401305494189884021340130549418988402134013054941898840213401305494189884021340130549418988402134013054941898840213401305494189884021340130549418988402134013054941898840213401305494189884021340130549418988402134013054941898840213401305494189884021340130549418988402134013054941898840213401305494189884021340130549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0d5293d-8354-460b-a233-67285027c12e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 515d98e9-5562-405c-b690-e730b0056476, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 515d98e9-5562-405c-b690-e730b0056476, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 276018202212525995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "276018202212525995276018202212525995276018202212525995276018202212525995276018202212525995276018202212525995276018202212525995276018202212525995276018202212525995276018202212525995276018202212525995276018202212525995276018202212525995276018202212525995276018202212525995276018202212525995276018202212525995276018202212525995276018202212525995276018202212525995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1722905a-7cab-45b9-80eb-6542e2df1776, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebf33603-dec7-42e3-a085-df3cb4509f98, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf33603-dec7-42e3-a085-df3cb4509f98, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6529441595257370870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65294415952573708706529441595257370870652944159525737087065294415952573708706529441595257370870652944159525737087065294415952573708706529441595257370870652944159525737087065294415952573708706529441595257370870652944159525737087065294415952573708706529441595257370870652944159525737087065294415952573708706529441595257370870652944159525737087065294415952573708706529441595257370870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 515d98e9-5562-405c-b690-e730b0056476, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58d73e12-709d-4e51-8048-b3f884f24378, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58d73e12-709d-4e51-8048-b3f884f24378, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9911900119291850793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99119001192918507939911900119291850793991190011929185079399119001192918507939911900119291850793991190011929185079399119001192918507939911900119291850793991190011929185079399119001192918507939911900119291850793991190011929185079399119001192918507939911900119291850793991190011929185079399119001192918507939911900119291850793991190011929185079399119001192918507939911900119291850793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf33603-dec7-42e3-a085-df3cb4509f98, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12c01ec5-25b6-4488-9134-08a3a5095076, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12c01ec5-25b6-4488-9134-08a3a5095076, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5202572071457436601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52025720714574366015202572071457436601520257207145743660152025720714574366015202572071457436601520257207145743660152025720714574366015202572071457436601520257207145743660152025720714574366015202572071457436601520257207145743660152025720714574366015202572071457436601520257207145743660152025720714574366015202572071457436601520257207145743660152025720714574366015202572071457436601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58d73e12-709d-4e51-8048-b3f884f24378, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae087a74-3ff4-43ff-b392-70f69d7c4ea4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae087a74-3ff4-43ff-b392-70f69d7c4ea4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5623402707043439209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56234027070434392095623402707043439209562340270704343920956234027070434392095623402707043439209562340270704343920956234027070434392095623402707043439209562340270704343920956234027070434392095623402707043439209562340270704343920956234027070434392095623402707043439209562340270704343920956234027070434392095623402707043439209562340270704343920956234027070434392095623402707043439209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12c01ec5-25b6-4488-9134-08a3a5095076, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db5e6ddf-c48e-444c-9e59-9a89f9effa1c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db5e6ddf-c48e-444c-9e59-9a89f9effa1c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3463110003938198855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34631100039381988553463110003938198855346311000393819885534631100039381988553463110003938198855346311000393819885534631100039381988553463110003938198855346311000393819885534631100039381988553463110003938198855346311000393819885534631100039381988553463110003938198855346311000393819885534631100039381988553463110003938198855346311000393819885534631100039381988553463110003938198855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae087a74-3ff4-43ff-b392-70f69d7c4ea4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6134b1d0-7b78-4774-9d78-8aca18e99aec, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6134b1d0-7b78-4774-9d78-8aca18e99aec, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15739205313510671153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573920531351067115315739205313510671153157392053135106711531573920531351067115315739205313510671153157392053135106711531573920531351067115315739205313510671153157392053135106711531573920531351067115315739205313510671153157392053135106711531573920531351067115315739205313510671153157392053135106711531573920531351067115315739205313510671153157392053135106711531573920531351067115315739205313510671153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db5e6ddf-c48e-444c-9e59-9a89f9effa1c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f960b11f-0af1-4252-ae19-3636bee2ac9e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f960b11f-0af1-4252-ae19-3636bee2ac9e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16751941791916006090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675194179191600609016751941791916006090167519417919160060901675194179191600609016751941791916006090167519417919160060901675194179191600609016751941791916006090167519417919160060901675194179191600609016751941791916006090167519417919160060901675194179191600609016751941791916006090167519417919160060901675194179191600609016751941791916006090167519417919160060901675194179191600609016751941791916006090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6134b1d0-7b78-4774-9d78-8aca18e99aec, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e01f1a5-79f8-4061-99fd-8c997cf212c2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e01f1a5-79f8-4061-99fd-8c997cf212c2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16193888858869123445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619388885886912344516193888858869123445161938888588691234451619388885886912344516193888858869123445161938888588691234451619388885886912344516193888858869123445161938888588691234451619388885886912344516193888858869123445161938888588691234451619388885886912344516193888858869123445161938888588691234451619388885886912344516193888858869123445161938888588691234451619388885886912344516193888858869123445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f960b11f-0af1-4252-ae19-3636bee2ac9e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12be8d40-e460-47b1-a80b-a76fa108d2a0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12be8d40-e460-47b1-a80b-a76fa108d2a0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6932592153992362885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69325921539923628856932592153992362885693259215399236288569325921539923628856932592153992362885693259215399236288569325921539923628856932592153992362885693259215399236288569325921539923628856932592153992362885693259215399236288569325921539923628856932592153992362885693259215399236288569325921539923628856932592153992362885693259215399236288569325921539923628856932592153992362885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e01f1a5-79f8-4061-99fd-8c997cf212c2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff73e749-5b6a-4b23-8d5e-a88523d64a8b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff73e749-5b6a-4b23-8d5e-a88523d64a8b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4063965741524920221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40639657415249202214063965741524920221406396574152492022140639657415249202214063965741524920221406396574152492022140639657415249202214063965741524920221406396574152492022140639657415249202214063965741524920221406396574152492022140639657415249202214063965741524920221406396574152492022140639657415249202214063965741524920221406396574152492022140639657415249202214063965741524920221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12be8d40-e460-47b1-a80b-a76fa108d2a0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55dbfd60-3982-4d4e-bf2a-43f86e14f71a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55dbfd60-3982-4d4e-bf2a-43f86e14f71a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16344671512417381863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634467151241738186316344671512417381863163446715124173818631634467151241738186316344671512417381863163446715124173818631634467151241738186316344671512417381863163446715124173818631634467151241738186316344671512417381863163446715124173818631634467151241738186316344671512417381863163446715124173818631634467151241738186316344671512417381863163446715124173818631634467151241738186316344671512417381863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff73e749-5b6a-4b23-8d5e-a88523d64a8b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0a6c59e-8d10-4976-825a-f9e9c685b3af, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0a6c59e-8d10-4976-825a-f9e9c685b3af, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 962769133389780903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "962769133389780903962769133389780903962769133389780903962769133389780903962769133389780903962769133389780903962769133389780903962769133389780903962769133389780903962769133389780903962769133389780903962769133389780903962769133389780903962769133389780903962769133389780903962769133389780903962769133389780903962769133389780903962769133389780903962769133389780903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55dbfd60-3982-4d4e-bf2a-43f86e14f71a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 958cda26-ac01-4173-bdc5-0762ea1ec9d6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0a6c59e-8d10-4976-825a-f9e9c685b3af, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 848efb9b-55d3-498c-ad08-3dfc685228cc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 848efb9b-55d3-498c-ad08-3dfc685228cc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17574026993865519083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757402699386551908317574026993865519083175740269938655190831757402699386551908317574026993865519083175740269938655190831757402699386551908317574026993865519083175740269938655190831757402699386551908317574026993865519083175740269938655190831757402699386551908317574026993865519083175740269938655190831757402699386551908317574026993865519083175740269938655190831757402699386551908317574026993865519083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 958cda26-ac01-4173-bdc5-0762ea1ec9d6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10623553663929235661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062355366392923566110623553663929235661106235536639292356611062355366392923566110623553663929235661106235536639292356611062355366392923566110623553663929235661106235536639292356611062355366392923566110623553663929235661106235536639292356611062355366392923566110623553663929235661106235536639292356611062355366392923566110623553663929235661106235536639292356611062355366392923566110623553663929235661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 958cda26-ac01-4173-bdc5-0762ea1ec9d6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 848efb9b-55d3-498c-ad08-3dfc685228cc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2f0eebe-76ff-40e4-9919-3d5ca9fe254a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c52563c-87d4-45bd-89dd-ebda9615f52c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c52563c-87d4-45bd-89dd-ebda9615f52c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10080468025523502494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008046802552350249410080468025523502494100804680255235024941008046802552350249410080468025523502494100804680255235024941008046802552350249410080468025523502494100804680255235024941008046802552350249410080468025523502494100804680255235024941008046802552350249410080468025523502494100804680255235024941008046802552350249410080468025523502494100804680255235024941008046802552350249410080468025523502494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2f0eebe-76ff-40e4-9919-3d5ca9fe254a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12668893471124538461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266889347112453846112668893471124538461126688934711245384611266889347112453846112668893471124538461126688934711245384611266889347112453846112668893471124538461126688934711245384611266889347112453846112668893471124538461126688934711245384611266889347112453846112668893471124538461126688934711245384611266889347112453846112668893471124538461126688934711245384611266889347112453846112668893471124538461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c52563c-87d4-45bd-89dd-ebda9615f52c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76103a2f-fbdc-45f9-a213-b199f5328374, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2f0eebe-76ff-40e4-9919-3d5ca9fe254a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 811f9832-5085-45fd-9efd-9153367a9f6f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 811f9832-5085-45fd-9efd-9153367a9f6f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2186767144951903088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21867671449519030882186767144951903088218676714495190308821867671449519030882186767144951903088218676714495190308821867671449519030882186767144951903088218676714495190308821867671449519030882186767144951903088218676714495190308821867671449519030882186767144951903088218676714495190308821867671449519030882186767144951903088218676714495190308821867671449519030882186767144951903088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76103a2f-fbdc-45f9-a213-b199f5328374, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6589751205587590240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65897512055875902406589751205587590240658975120558759024065897512055875902406589751205587590240658975120558759024065897512055875902406589751205587590240658975120558759024065897512055875902406589751205587590240658975120558759024065897512055875902406589751205587590240658975120558759024065897512055875902406589751205587590240658975120558759024065897512055875902406589751205587590240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 811f9832-5085-45fd-9efd-9153367a9f6f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77510859-1359-4ab5-8d50-8b704e5e64b2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77510859-1359-4ab5-8d50-8b704e5e64b2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14398824959652464887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439882495965246488714398824959652464887143988249596524648871439882495965246488714398824959652464887143988249596524648871439882495965246488714398824959652464887143988249596524648871439882495965246488714398824959652464887143988249596524648871439882495965246488714398824959652464887143988249596524648871439882495965246488714398824959652464887143988249596524648871439882495965246488714398824959652464887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76103a2f-fbdc-45f9-a213-b199f5328374, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08aeb84b-032c-4b6a-b96a-966e71ff4913, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08aeb84b-032c-4b6a-b96a-966e71ff4913, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17491681483057498949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749168148305749894917491681483057498949174916814830574989491749168148305749894917491681483057498949174916814830574989491749168148305749894917491681483057498949174916814830574989491749168148305749894917491681483057498949174916814830574989491749168148305749894917491681483057498949174916814830574989491749168148305749894917491681483057498949174916814830574989491749168148305749894917491681483057498949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77510859-1359-4ab5-8d50-8b704e5e64b2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76db901b-6a91-4df6-a9d5-cefc9f21900c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76db901b-6a91-4df6-a9d5-cefc9f21900c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5597945730452002870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55979457304520028705597945730452002870559794573045200287055979457304520028705597945730452002870559794573045200287055979457304520028705597945730452002870559794573045200287055979457304520028705597945730452002870559794573045200287055979457304520028705597945730452002870559794573045200287055979457304520028705597945730452002870559794573045200287055979457304520028705597945730452002870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08aeb84b-032c-4b6a-b96a-966e71ff4913, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76db901b-6a91-4df6-a9d5-cefc9f21900c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee3bded1-127a-4113-a713-e7e18b65ac1c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee3bded1-127a-4113-a713-e7e18b65ac1c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5836616775378040792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58366167753780407925836616775378040792583661677537804079258366167753780407925836616775378040792583661677537804079258366167753780407925836616775378040792583661677537804079258366167753780407925836616775378040792583661677537804079258366167753780407925836616775378040792583661677537804079258366167753780407925836616775378040792583661677537804079258366167753780407925836616775378040792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf63fc3d-dc4f-4262-a0f5-3328993adb53, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf63fc3d-dc4f-4262-a0f5-3328993adb53, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8922830334811865922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89228303348118659228922830334811865922892283033481186592289228303348118659228922830334811865922892283033481186592289228303348118659228922830334811865922892283033481186592289228303348118659228922830334811865922892283033481186592289228303348118659228922830334811865922892283033481186592289228303348118659228922830334811865922892283033481186592289228303348118659228922830334811865922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee3bded1-127a-4113-a713-e7e18b65ac1c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af7a993a-03da-41f2-8206-5ccac3df6787, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf63fc3d-dc4f-4262-a0f5-3328993adb53, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af7a993a-03da-41f2-8206-5ccac3df6787, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11691128108971964676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169112810897196467611691128108971964676116911281089719646761169112810897196467611691128108971964676116911281089719646761169112810897196467611691128108971964676116911281089719646761169112810897196467611691128108971964676116911281089719646761169112810897196467611691128108971964676116911281089719646761169112810897196467611691128108971964676116911281089719646761169112810897196467611691128108971964676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b8e67e5-d9e6-438e-8b77-2963a3dcb6ef, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b8e67e5-d9e6-438e-8b77-2963a3dcb6ef, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14256057631077403439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425605763107740343914256057631077403439142560576310774034391425605763107740343914256057631077403439142560576310774034391425605763107740343914256057631077403439142560576310774034391425605763107740343914256057631077403439142560576310774034391425605763107740343914256057631077403439142560576310774034391425605763107740343914256057631077403439142560576310774034391425605763107740343914256057631077403439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af7a993a-03da-41f2-8206-5ccac3df6787, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fea324b-2962-4e55-8a84-099a5f0ad8c8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fea324b-2962-4e55-8a84-099a5f0ad8c8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3529987141799405349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35299871417994053493529987141799405349352998714179940534935299871417994053493529987141799405349352998714179940534935299871417994053493529987141799405349352998714179940534935299871417994053493529987141799405349352998714179940534935299871417994053493529987141799405349352998714179940534935299871417994053493529987141799405349352998714179940534935299871417994053493529987141799405349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b8e67e5-d9e6-438e-8b77-2963a3dcb6ef, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, becc911d-a1ba-4341-8204-b05db770a350, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fea324b-2962-4e55-8a84-099a5f0ad8c8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, becc911d-a1ba-4341-8204-b05db770a350, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6954718572953754717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69547185729537547176954718572953754717695471857295375471769547185729537547176954718572953754717695471857295375471769547185729537547176954718572953754717695471857295375471769547185729537547176954718572953754717695471857295375471769547185729537547176954718572953754717695471857295375471769547185729537547176954718572953754717695471857295375471769547185729537547176954718572953754717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71acaa20-028c-4f10-bde3-2f8b84adee6e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71acaa20-028c-4f10-bde3-2f8b84adee6e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3501621101386501973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35016211013865019733501621101386501973350162110138650197335016211013865019733501621101386501973350162110138650197335016211013865019733501621101386501973350162110138650197335016211013865019733501621101386501973350162110138650197335016211013865019733501621101386501973350162110138650197335016211013865019733501621101386501973350162110138650197335016211013865019733501621101386501973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, becc911d-a1ba-4341-8204-b05db770a350, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41f3c212-02e9-4a54-8812-cf431f8e5de3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41f3c212-02e9-4a54-8812-cf431f8e5de3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18443373880178206229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844337388017820622918443373880178206229184433738801782062291844337388017820622918443373880178206229184433738801782062291844337388017820622918443373880178206229184433738801782062291844337388017820622918443373880178206229184433738801782062291844337388017820622918443373880178206229184433738801782062291844337388017820622918443373880178206229184433738801782062291844337388017820622918443373880178206229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71acaa20-028c-4f10-bde3-2f8b84adee6e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b914ced-bd3e-4618-8325-d29319c9c777, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41f3c212-02e9-4a54-8812-cf431f8e5de3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b914ced-bd3e-4618-8325-d29319c9c777, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8412854708116459819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84128547081164598198412854708116459819841285470811645981984128547081164598198412854708116459819841285470811645981984128547081164598198412854708116459819841285470811645981984128547081164598198412854708116459819841285470811645981984128547081164598198412854708116459819841285470811645981984128547081164598198412854708116459819841285470811645981984128547081164598198412854708116459819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b914ced-bd3e-4618-8325-d29319c9c777, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2edb8095-f53e-4ee9-8c43-0969ed2e203c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2edb8095-f53e-4ee9-8c43-0969ed2e203c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5074657502328642051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50746575023286420515074657502328642051507465750232864205150746575023286420515074657502328642051507465750232864205150746575023286420515074657502328642051507465750232864205150746575023286420515074657502328642051507465750232864205150746575023286420515074657502328642051507465750232864205150746575023286420515074657502328642051507465750232864205150746575023286420515074657502328642051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7dc2ac3-4d61-4750-9163-92b2f1962d68, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7dc2ac3-4d61-4750-9163-92b2f1962d68, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2076962432988677319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20769624329886773192076962432988677319207696243298867731920769624329886773192076962432988677319207696243298867731920769624329886773192076962432988677319207696243298867731920769624329886773192076962432988677319207696243298867731920769624329886773192076962432988677319207696243298867731920769624329886773192076962432988677319207696243298867731920769624329886773192076962432988677319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2edb8095-f53e-4ee9-8c43-0969ed2e203c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68c415d2-f088-4b1d-92f1-18df006f6e8b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c415d2-f088-4b1d-92f1-18df006f6e8b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15511492860446994296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551149286044699429615511492860446994296155114928604469942961551149286044699429615511492860446994296155114928604469942961551149286044699429615511492860446994296155114928604469942961551149286044699429615511492860446994296155114928604469942961551149286044699429615511492860446994296155114928604469942961551149286044699429615511492860446994296155114928604469942961551149286044699429615511492860446994296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7dc2ac3-4d61-4750-9163-92b2f1962d68, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c304b7fa-5a2e-48ab-8594-cd36f563a46e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c415d2-f088-4b1d-92f1-18df006f6e8b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c304b7fa-5a2e-48ab-8594-cd36f563a46e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 979642475031267672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "979642475031267672979642475031267672979642475031267672979642475031267672979642475031267672979642475031267672979642475031267672979642475031267672979642475031267672979642475031267672979642475031267672979642475031267672979642475031267672979642475031267672979642475031267672979642475031267672979642475031267672979642475031267672979642475031267672979642475031267672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4787c93c-2ac2-4fa4-bdeb-561b73af8a2c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4787c93c-2ac2-4fa4-bdeb-561b73af8a2c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 613600211421093506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "613600211421093506613600211421093506613600211421093506613600211421093506613600211421093506613600211421093506613600211421093506613600211421093506613600211421093506613600211421093506613600211421093506613600211421093506613600211421093506613600211421093506613600211421093506613600211421093506613600211421093506613600211421093506613600211421093506613600211421093506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c304b7fa-5a2e-48ab-8594-cd36f563a46e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d621d78-e784-4f50-a9d3-6f36c1054e37, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d621d78-e784-4f50-a9d3-6f36c1054e37, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 216616633838467106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "216616633838467106216616633838467106216616633838467106216616633838467106216616633838467106216616633838467106216616633838467106216616633838467106216616633838467106216616633838467106216616633838467106216616633838467106216616633838467106216616633838467106216616633838467106216616633838467106216616633838467106216616633838467106216616633838467106216616633838467106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4787c93c-2ac2-4fa4-bdeb-561b73af8a2c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d621d78-e784-4f50-a9d3-6f36c1054e37, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 024280ee-b695-4b82-b8b7-2c94bd8c6061, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f259f1b-e8f0-4cdf-adcc-2a68586644bd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f259f1b-e8f0-4cdf-adcc-2a68586644bd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10307765633973390347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030776563397339034710307765633973390347103077656339733903471030776563397339034710307765633973390347103077656339733903471030776563397339034710307765633973390347103077656339733903471030776563397339034710307765633973390347103077656339733903471030776563397339034710307765633973390347103077656339733903471030776563397339034710307765633973390347103077656339733903471030776563397339034710307765633973390347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 024280ee-b695-4b82-b8b7-2c94bd8c6061, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15962268175898302567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596226817589830256715962268175898302567159622681758983025671596226817589830256715962268175898302567159622681758983025671596226817589830256715962268175898302567159622681758983025671596226817589830256715962268175898302567159622681758983025671596226817589830256715962268175898302567159622681758983025671596226817589830256715962268175898302567159622681758983025671596226817589830256715962268175898302567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f259f1b-e8f0-4cdf-adcc-2a68586644bd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 024280ee-b695-4b82-b8b7-2c94bd8c6061, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13558362-4ea9-4b30-9cf4-0d919f6c4968, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13558362-4ea9-4b30-9cf4-0d919f6c4968, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16707027369267940313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670702736926794031316707027369267940313167070273692679403131670702736926794031316707027369267940313167070273692679403131670702736926794031316707027369267940313167070273692679403131670702736926794031316707027369267940313167070273692679403131670702736926794031316707027369267940313167070273692679403131670702736926794031316707027369267940313167070273692679403131670702736926794031316707027369267940313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e8a5a95-d4d5-4dc6-895d-25d6b6bb1fad, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8a5a95-d4d5-4dc6-895d-25d6b6bb1fad, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8900184601302967697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89001846013029676978900184601302967697890018460130296769789001846013029676978900184601302967697890018460130296769789001846013029676978900184601302967697890018460130296769789001846013029676978900184601302967697890018460130296769789001846013029676978900184601302967697890018460130296769789001846013029676978900184601302967697890018460130296769789001846013029676978900184601302967697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13558362-4ea9-4b30-9cf4-0d919f6c4968, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45c82277-52e7-45ff-88be-28b387f9f06b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8a5a95-d4d5-4dc6-895d-25d6b6bb1fad, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45c82277-52e7-45ff-88be-28b387f9f06b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11906391340222553513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190639134022255351311906391340222553513119063913402225535131190639134022255351311906391340222553513119063913402225535131190639134022255351311906391340222553513119063913402225535131190639134022255351311906391340222553513119063913402225535131190639134022255351311906391340222553513119063913402225535131190639134022255351311906391340222553513119063913402225535131190639134022255351311906391340222553513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 733c50b7-0ce3-45db-acb8-be8d0b7e0baf, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 733c50b7-0ce3-45db-acb8-be8d0b7e0baf, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15025972094482714822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502597209448271482215025972094482714822150259720944827148221502597209448271482215025972094482714822150259720944827148221502597209448271482215025972094482714822150259720944827148221502597209448271482215025972094482714822150259720944827148221502597209448271482215025972094482714822150259720944827148221502597209448271482215025972094482714822150259720944827148221502597209448271482215025972094482714822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45c82277-52e7-45ff-88be-28b387f9f06b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31aeefa4-4b93-4b5c-91af-8b6c6b0310d0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31aeefa4-4b93-4b5c-91af-8b6c6b0310d0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2738879825585011264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27388798255850112642738879825585011264273887982558501126427388798255850112642738879825585011264273887982558501126427388798255850112642738879825585011264273887982558501126427388798255850112642738879825585011264273887982558501126427388798255850112642738879825585011264273887982558501126427388798255850112642738879825585011264273887982558501126427388798255850112642738879825585011264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 733c50b7-0ce3-45db-acb8-be8d0b7e0baf, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c5cb6a6-6845-4edb-80d7-8e707ac91a26, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31aeefa4-4b93-4b5c-91af-8b6c6b0310d0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d9934e2-46e5-4b9c-af54-beb08c181658, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d9934e2-46e5-4b9c-af54-beb08c181658, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10435928595358912322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043592859535891232210435928595358912322104359285953589123221043592859535891232210435928595358912322104359285953589123221043592859535891232210435928595358912322104359285953589123221043592859535891232210435928595358912322104359285953589123221043592859535891232210435928595358912322104359285953589123221043592859535891232210435928595358912322104359285953589123221043592859535891232210435928595358912322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c5cb6a6-6845-4edb-80d7-8e707ac91a26, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 232081585884753036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "232081585884753036232081585884753036232081585884753036232081585884753036232081585884753036232081585884753036232081585884753036232081585884753036232081585884753036232081585884753036232081585884753036232081585884753036232081585884753036232081585884753036232081585884753036232081585884753036232081585884753036232081585884753036232081585884753036232081585884753036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d9934e2-46e5-4b9c-af54-beb08c181658, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4d77f6b-0b9c-4aab-9b00-a66478ab0750, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4d77f6b-0b9c-4aab-9b00-a66478ab0750, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10357329098036067227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035732909803606722710357329098036067227103573290980360672271035732909803606722710357329098036067227103573290980360672271035732909803606722710357329098036067227103573290980360672271035732909803606722710357329098036067227103573290980360672271035732909803606722710357329098036067227103573290980360672271035732909803606722710357329098036067227103573290980360672271035732909803606722710357329098036067227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c5cb6a6-6845-4edb-80d7-8e707ac91a26, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc1b9e3a-d8f6-412e-b393-334dda037776, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc1b9e3a-d8f6-412e-b393-334dda037776, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5513457467627269387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55134574676272693875513457467627269387551345746762726938755134574676272693875513457467627269387551345746762726938755134574676272693875513457467627269387551345746762726938755134574676272693875513457467627269387551345746762726938755134574676272693875513457467627269387551345746762726938755134574676272693875513457467627269387551345746762726938755134574676272693875513457467627269387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc1b9e3a-d8f6-412e-b393-334dda037776, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cc2cb3b-e19e-4387-bb94-2d4a4230d7d7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cc2cb3b-e19e-4387-bb94-2d4a4230d7d7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9409073284594549956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94090732845945499569409073284594549956940907328459454995694090732845945499569409073284594549956940907328459454995694090732845945499569409073284594549956940907328459454995694090732845945499569409073284594549956940907328459454995694090732845945499569409073284594549956940907328459454995694090732845945499569409073284594549956940907328459454995694090732845945499569409073284594549956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4d77f6b-0b9c-4aab-9b00-a66478ab0750, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78959ac4-e163-42e0-a93e-3f7ddb5aafc5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78959ac4-e163-42e0-a93e-3f7ddb5aafc5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7253558082071831084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72535580820718310847253558082071831084725355808207183108472535580820718310847253558082071831084725355808207183108472535580820718310847253558082071831084725355808207183108472535580820718310847253558082071831084725355808207183108472535580820718310847253558082071831084725355808207183108472535580820718310847253558082071831084725355808207183108472535580820718310847253558082071831084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cc2cb3b-e19e-4387-bb94-2d4a4230d7d7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3e41690-e4a3-4fc2-8cfc-ccea2d0f5bf9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78959ac4-e163-42e0-a93e-3f7ddb5aafc5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3e41690-e4a3-4fc2-8cfc-ccea2d0f5bf9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5234106866105480795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52341068661054807955234106866105480795523410686610548079552341068661054807955234106866105480795523410686610548079552341068661054807955234106866105480795523410686610548079552341068661054807955234106866105480795523410686610548079552341068661054807955234106866105480795523410686610548079552341068661054807955234106866105480795523410686610548079552341068661054807955234106866105480795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bd4624d-1edb-4160-a4ec-5752873f8d71, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bd4624d-1edb-4160-a4ec-5752873f8d71, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16076141269922790073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607614126992279007316076141269922790073160761412699227900731607614126992279007316076141269922790073160761412699227900731607614126992279007316076141269922790073160761412699227900731607614126992279007316076141269922790073160761412699227900731607614126992279007316076141269922790073160761412699227900731607614126992279007316076141269922790073160761412699227900731607614126992279007316076141269922790073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3e41690-e4a3-4fc2-8cfc-ccea2d0f5bf9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0a251b7-33f9-4c01-88ec-d4c7ae00edf8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a251b7-33f9-4c01-88ec-d4c7ae00edf8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11272421082152278201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127242108215227820111272421082152278201112724210821522782011127242108215227820111272421082152278201112724210821522782011127242108215227820111272421082152278201112724210821522782011127242108215227820111272421082152278201112724210821522782011127242108215227820111272421082152278201112724210821522782011127242108215227820111272421082152278201112724210821522782011127242108215227820111272421082152278201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bd4624d-1edb-4160-a4ec-5752873f8d71, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 722d0bff-2ffd-411f-8b92-c318e5246434, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 722d0bff-2ffd-411f-8b92-c318e5246434, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5105229471070573824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51052294710705738245105229471070573824510522947107057382451052294710705738245105229471070573824510522947107057382451052294710705738245105229471070573824510522947107057382451052294710705738245105229471070573824510522947107057382451052294710705738245105229471070573824510522947107057382451052294710705738245105229471070573824510522947107057382451052294710705738245105229471070573824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a251b7-33f9-4c01-88ec-d4c7ae00edf8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 033d0838-8386-49c4-b6de-3ded1e65579e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 033d0838-8386-49c4-b6de-3ded1e65579e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1737550896738161570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17375508967381615701737550896738161570173755089673816157017375508967381615701737550896738161570173755089673816157017375508967381615701737550896738161570173755089673816157017375508967381615701737550896738161570173755089673816157017375508967381615701737550896738161570173755089673816157017375508967381615701737550896738161570173755089673816157017375508967381615701737550896738161570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 722d0bff-2ffd-411f-8b92-c318e5246434, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 324f9745-8c04-4bda-8b9d-f35ac66b8e6f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 324f9745-8c04-4bda-8b9d-f35ac66b8e6f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14212365870579940711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421236587057994071114212365870579940711142123658705799407111421236587057994071114212365870579940711142123658705799407111421236587057994071114212365870579940711142123658705799407111421236587057994071114212365870579940711142123658705799407111421236587057994071114212365870579940711142123658705799407111421236587057994071114212365870579940711142123658705799407111421236587057994071114212365870579940711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 033d0838-8386-49c4-b6de-3ded1e65579e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7609894a-10f2-4045-ac7e-7ee3f89bae2f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7609894a-10f2-4045-ac7e-7ee3f89bae2f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2237438405127800485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22374384051278004852237438405127800485223743840512780048522374384051278004852237438405127800485223743840512780048522374384051278004852237438405127800485223743840512780048522374384051278004852237438405127800485223743840512780048522374384051278004852237438405127800485223743840512780048522374384051278004852237438405127800485223743840512780048522374384051278004852237438405127800485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 324f9745-8c04-4bda-8b9d-f35ac66b8e6f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf483bbe-3fff-4d2e-bc95-07ecdef1dbe3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf483bbe-3fff-4d2e-bc95-07ecdef1dbe3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7822315990621085504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78223159906210855047822315990621085504782231599062108550478223159906210855047822315990621085504782231599062108550478223159906210855047822315990621085504782231599062108550478223159906210855047822315990621085504782231599062108550478223159906210855047822315990621085504782231599062108550478223159906210855047822315990621085504782231599062108550478223159906210855047822315990621085504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7609894a-10f2-4045-ac7e-7ee3f89bae2f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5652db0-8315-4b75-84f7-3683cbdbfec3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5652db0-8315-4b75-84f7-3683cbdbfec3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5836552374149040590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58365523741490405905836552374149040590583655237414904059058365523741490405905836552374149040590583655237414904059058365523741490405905836552374149040590583655237414904059058365523741490405905836552374149040590583655237414904059058365523741490405905836552374149040590583655237414904059058365523741490405905836552374149040590583655237414904059058365523741490405905836552374149040590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf483bbe-3fff-4d2e-bc95-07ecdef1dbe3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f4b50f3-eade-4b7f-8f2e-e7073bdcba21, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5652db0-8315-4b75-84f7-3683cbdbfec3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f811628-5bcd-46eb-8cbe-374be5b7771b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f811628-5bcd-46eb-8cbe-374be5b7771b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16122812936429064719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612281293642906471916122812936429064719161228129364290647191612281293642906471916122812936429064719161228129364290647191612281293642906471916122812936429064719161228129364290647191612281293642906471916122812936429064719161228129364290647191612281293642906471916122812936429064719161228129364290647191612281293642906471916122812936429064719161228129364290647191612281293642906471916122812936429064719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f4b50f3-eade-4b7f-8f2e-e7073bdcba21, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4309085772060005253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43090857720600052534309085772060005253430908577206000525343090857720600052534309085772060005253430908577206000525343090857720600052534309085772060005253430908577206000525343090857720600052534309085772060005253430908577206000525343090857720600052534309085772060005253430908577206000525343090857720600052534309085772060005253430908577206000525343090857720600052534309085772060005253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f4b50f3-eade-4b7f-8f2e-e7073bdcba21, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17b87d2c-66c4-4afe-89e5-ec8de8e2136b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17b87d2c-66c4-4afe-89e5-ec8de8e2136b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6854258514676093051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68542585146760930516854258514676093051685425851467609305168542585146760930516854258514676093051685425851467609305168542585146760930516854258514676093051685425851467609305168542585146760930516854258514676093051685425851467609305168542585146760930516854258514676093051685425851467609305168542585146760930516854258514676093051685425851467609305168542585146760930516854258514676093051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f811628-5bcd-46eb-8cbe-374be5b7771b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5f91670-ba2d-463d-8f28-98b4d44f54a2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5f91670-ba2d-463d-8f28-98b4d44f54a2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8286754652338332384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82867546523383323848286754652338332384828675465233833238482867546523383323848286754652338332384828675465233833238482867546523383323848286754652338332384828675465233833238482867546523383323848286754652338332384828675465233833238482867546523383323848286754652338332384828675465233833238482867546523383323848286754652338332384828675465233833238482867546523383323848286754652338332384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17b87d2c-66c4-4afe-89e5-ec8de8e2136b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d7c2973-f278-42d0-b036-b3de04d7741d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d7c2973-f278-42d0-b036-b3de04d7741d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1817765225783156672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18177652257831566721817765225783156672181776522578315667218177652257831566721817765225783156672181776522578315667218177652257831566721817765225783156672181776522578315667218177652257831566721817765225783156672181776522578315667218177652257831566721817765225783156672181776522578315667218177652257831566721817765225783156672181776522578315667218177652257831566721817765225783156672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5f91670-ba2d-463d-8f28-98b4d44f54a2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ed8bc7c-c567-4ad5-8afd-06b04dd4dcd4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d7c2973-f278-42d0-b036-b3de04d7741d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ed8bc7c-c567-4ad5-8afd-06b04dd4dcd4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10006247169888034310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000624716988803431010006247169888034310100062471698880343101000624716988803431010006247169888034310100062471698880343101000624716988803431010006247169888034310100062471698880343101000624716988803431010006247169888034310100062471698880343101000624716988803431010006247169888034310100062471698880343101000624716988803431010006247169888034310100062471698880343101000624716988803431010006247169888034310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa2bfce0-267d-47f8-873e-01669d0bb8fe, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa2bfce0-267d-47f8-873e-01669d0bb8fe, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2477411004154666669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24774110041546666692477411004154666669247741100415466666924774110041546666692477411004154666669247741100415466666924774110041546666692477411004154666669247741100415466666924774110041546666692477411004154666669247741100415466666924774110041546666692477411004154666669247741100415466666924774110041546666692477411004154666669247741100415466666924774110041546666692477411004154666669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ed8bc7c-c567-4ad5-8afd-06b04dd4dcd4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 112b8827-5b82-49df-84f8-0f1e7930b5e2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 112b8827-5b82-49df-84f8-0f1e7930b5e2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15163513114599295756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516351311459929575615163513114599295756151635131145992957561516351311459929575615163513114599295756151635131145992957561516351311459929575615163513114599295756151635131145992957561516351311459929575615163513114599295756151635131145992957561516351311459929575615163513114599295756151635131145992957561516351311459929575615163513114599295756151635131145992957561516351311459929575615163513114599295756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa2bfce0-267d-47f8-873e-01669d0bb8fe, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98a25518-e7de-4774-bb20-f1e6576ba41a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98a25518-e7de-4774-bb20-f1e6576ba41a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9682765960109505990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96827659601095059909682765960109505990968276596010950599096827659601095059909682765960109505990968276596010950599096827659601095059909682765960109505990968276596010950599096827659601095059909682765960109505990968276596010950599096827659601095059909682765960109505990968276596010950599096827659601095059909682765960109505990968276596010950599096827659601095059909682765960109505990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 112b8827-5b82-49df-84f8-0f1e7930b5e2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c7502c4-9915-403b-ae5d-c2b2e559f154, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98a25518-e7de-4774-bb20-f1e6576ba41a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c7502c4-9915-403b-ae5d-c2b2e559f154, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5694332688126863242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56943326881268632425694332688126863242569433268812686324256943326881268632425694332688126863242569433268812686324256943326881268632425694332688126863242569433268812686324256943326881268632425694332688126863242569433268812686324256943326881268632425694332688126863242569433268812686324256943326881268632425694332688126863242569433268812686324256943326881268632425694332688126863242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 413ba302-4edc-4696-80f4-d6a1a3c12c76, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 413ba302-4edc-4696-80f4-d6a1a3c12c76, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1642831090264859215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16428310902648592151642831090264859215164283109026485921516428310902648592151642831090264859215164283109026485921516428310902648592151642831090264859215164283109026485921516428310902648592151642831090264859215164283109026485921516428310902648592151642831090264859215164283109026485921516428310902648592151642831090264859215164283109026485921516428310902648592151642831090264859215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c7502c4-9915-403b-ae5d-c2b2e559f154, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ee06c96-ae91-429a-adef-a46a6eb6e98c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ee06c96-ae91-429a-adef-a46a6eb6e98c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14853649930449765783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485364993044976578314853649930449765783148536499304497657831485364993044976578314853649930449765783148536499304497657831485364993044976578314853649930449765783148536499304497657831485364993044976578314853649930449765783148536499304497657831485364993044976578314853649930449765783148536499304497657831485364993044976578314853649930449765783148536499304497657831485364993044976578314853649930449765783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 413ba302-4edc-4696-80f4-d6a1a3c12c76, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5cfb89d-8770-4647-939d-3835adcee5d7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5cfb89d-8770-4647-939d-3835adcee5d7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11362191672673779119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136219167267377911911362191672673779119113621916726737791191136219167267377911911362191672673779119113621916726737791191136219167267377911911362191672673779119113621916726737791191136219167267377911911362191672673779119113621916726737791191136219167267377911911362191672673779119113621916726737791191136219167267377911911362191672673779119113621916726737791191136219167267377911911362191672673779119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ee06c96-ae91-429a-adef-a46a6eb6e98c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c4bdb5d-c8f1-45b3-97b8-38fecd386089, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c4bdb5d-c8f1-45b3-97b8-38fecd386089, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12994610251568258591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299461025156825859112994610251568258591129946102515682585911299461025156825859112994610251568258591129946102515682585911299461025156825859112994610251568258591129946102515682585911299461025156825859112994610251568258591129946102515682585911299461025156825859112994610251568258591129946102515682585911299461025156825859112994610251568258591129946102515682585911299461025156825859112994610251568258591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5cfb89d-8770-4647-939d-3835adcee5d7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89a80d4f-65ad-4b94-ac18-b8297afceb32, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89a80d4f-65ad-4b94-ac18-b8297afceb32, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7967740179579191245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79677401795791912457967740179579191245796774017957919124579677401795791912457967740179579191245796774017957919124579677401795791912457967740179579191245796774017957919124579677401795791912457967740179579191245796774017957919124579677401795791912457967740179579191245796774017957919124579677401795791912457967740179579191245796774017957919124579677401795791912457967740179579191245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c4bdb5d-c8f1-45b3-97b8-38fecd386089, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7478a29-50e8-41d4-b100-51c5428ed845, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7478a29-50e8-41d4-b100-51c5428ed845, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15884692073705707476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588469207370570747615884692073705707476158846920737057074761588469207370570747615884692073705707476158846920737057074761588469207370570747615884692073705707476158846920737057074761588469207370570747615884692073705707476158846920737057074761588469207370570747615884692073705707476158846920737057074761588469207370570747615884692073705707476158846920737057074761588469207370570747615884692073705707476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89a80d4f-65ad-4b94-ac18-b8297afceb32, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7478a29-50e8-41d4-b100-51c5428ed845, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd9e857b-65a3-4a6a-95b0-677dadb0fb1a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd9e857b-65a3-4a6a-95b0-677dadb0fb1a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15193753946157705378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519375394615770537815193753946157705378151937539461577053781519375394615770537815193753946157705378151937539461577053781519375394615770537815193753946157705378151937539461577053781519375394615770537815193753946157705378151937539461577053781519375394615770537815193753946157705378151937539461577053781519375394615770537815193753946157705378151937539461577053781519375394615770537815193753946157705378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3ad721d-7783-4718-8b6e-386cdc33bbfd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3ad721d-7783-4718-8b6e-386cdc33bbfd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3390766462889831279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33907664628898312793390766462889831279339076646288983127933907664628898312793390766462889831279339076646288983127933907664628898312793390766462889831279339076646288983127933907664628898312793390766462889831279339076646288983127933907664628898312793390766462889831279339076646288983127933907664628898312793390766462889831279339076646288983127933907664628898312793390766462889831279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd9e857b-65a3-4a6a-95b0-677dadb0fb1a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17a4b607-eafb-4e78-b74b-342853dc6d61, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17a4b607-eafb-4e78-b74b-342853dc6d61, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15009531808282450241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500953180828245024115009531808282450241150095318082824502411500953180828245024115009531808282450241150095318082824502411500953180828245024115009531808282450241150095318082824502411500953180828245024115009531808282450241150095318082824502411500953180828245024115009531808282450241150095318082824502411500953180828245024115009531808282450241150095318082824502411500953180828245024115009531808282450241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3ad721d-7783-4718-8b6e-386cdc33bbfd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bef5117-744a-4bd0-b259-39b92f18bcef, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bef5117-744a-4bd0-b259-39b92f18bcef, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2479489144435941419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24794891444359414192479489144435941419247948914443594141924794891444359414192479489144435941419247948914443594141924794891444359414192479489144435941419247948914443594141924794891444359414192479489144435941419247948914443594141924794891444359414192479489144435941419247948914443594141924794891444359414192479489144435941419247948914443594141924794891444359414192479489144435941419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17a4b607-eafb-4e78-b74b-342853dc6d61, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bef5117-744a-4bd0-b259-39b92f18bcef, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab39b6d4-7663-492c-821e-41a685164a64, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab39b6d4-7663-492c-821e-41a685164a64, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11465399733197158345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146539973319715834511465399733197158345114653997331971583451146539973319715834511465399733197158345114653997331971583451146539973319715834511465399733197158345114653997331971583451146539973319715834511465399733197158345114653997331971583451146539973319715834511465399733197158345114653997331971583451146539973319715834511465399733197158345114653997331971583451146539973319715834511465399733197158345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35c5fda2-e073-4037-96f6-fbef2165111b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35c5fda2-e073-4037-96f6-fbef2165111b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10869136564091714927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086913656409171492710869136564091714927108691365640917149271086913656409171492710869136564091714927108691365640917149271086913656409171492710869136564091714927108691365640917149271086913656409171492710869136564091714927108691365640917149271086913656409171492710869136564091714927108691365640917149271086913656409171492710869136564091714927108691365640917149271086913656409171492710869136564091714927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab39b6d4-7663-492c-821e-41a685164a64, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a94bc82-bd95-479b-8db9-71016bf79b7a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a94bc82-bd95-479b-8db9-71016bf79b7a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6074774459970586949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60747744599705869496074774459970586949607477445997058694960747744599705869496074774459970586949607477445997058694960747744599705869496074774459970586949607477445997058694960747744599705869496074774459970586949607477445997058694960747744599705869496074774459970586949607477445997058694960747744599705869496074774459970586949607477445997058694960747744599705869496074774459970586949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35c5fda2-e073-4037-96f6-fbef2165111b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f99443b7-09e7-4291-ba33-fd42e66829bc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a94bc82-bd95-479b-8db9-71016bf79b7a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5b35a67-3d00-4c08-a97c-c9f6fa074a34, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5b35a67-3d00-4c08-a97c-c9f6fa074a34, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16611226617967069147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661122661796706914716611226617967069147166112266179670691471661122661796706914716611226617967069147166112266179670691471661122661796706914716611226617967069147166112266179670691471661122661796706914716611226617967069147166112266179670691471661122661796706914716611226617967069147166112266179670691471661122661796706914716611226617967069147166112266179670691471661122661796706914716611226617967069147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f99443b7-09e7-4291-ba33-fd42e66829bc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2612297035876440328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26122970358764403282612297035876440328261229703587644032826122970358764403282612297035876440328261229703587644032826122970358764403282612297035876440328261229703587644032826122970358764403282612297035876440328261229703587644032826122970358764403282612297035876440328261229703587644032826122970358764403282612297035876440328261229703587644032826122970358764403282612297035876440328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f99443b7-09e7-4291-ba33-fd42e66829bc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 720e8c6d-1643-4ac8-8aa5-bdcd6478cc1c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5b35a67-3d00-4c08-a97c-c9f6fa074a34, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c02f8f54-a55a-47f7-a80d-d560d00df258, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c02f8f54-a55a-47f7-a80d-d560d00df258, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18207468423506488102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820746842350648810218207468423506488102182074684235064881021820746842350648810218207468423506488102182074684235064881021820746842350648810218207468423506488102182074684235064881021820746842350648810218207468423506488102182074684235064881021820746842350648810218207468423506488102182074684235064881021820746842350648810218207468423506488102182074684235064881021820746842350648810218207468423506488102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 720e8c6d-1643-4ac8-8aa5-bdcd6478cc1c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7410279683086909806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74102796830869098067410279683086909806741027968308690980674102796830869098067410279683086909806741027968308690980674102796830869098067410279683086909806741027968308690980674102796830869098067410279683086909806741027968308690980674102796830869098067410279683086909806741027968308690980674102796830869098067410279683086909806741027968308690980674102796830869098067410279683086909806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c02f8f54-a55a-47f7-a80d-d560d00df258, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 720e8c6d-1643-4ac8-8aa5-bdcd6478cc1c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 797e83c4-bd12-41cc-a3f0-cd529cff5e3a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 797e83c4-bd12-41cc-a3f0-cd529cff5e3a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9229081650072031868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92290816500720318689229081650072031868922908165007203186892290816500720318689229081650072031868922908165007203186892290816500720318689229081650072031868922908165007203186892290816500720318689229081650072031868922908165007203186892290816500720318689229081650072031868922908165007203186892290816500720318689229081650072031868922908165007203186892290816500720318689229081650072031868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd010075-a916-4e7f-b8bd-5400d9df14d3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd010075-a916-4e7f-b8bd-5400d9df14d3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 177922954940259880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "177922954940259880177922954940259880177922954940259880177922954940259880177922954940259880177922954940259880177922954940259880177922954940259880177922954940259880177922954940259880177922954940259880177922954940259880177922954940259880177922954940259880177922954940259880177922954940259880177922954940259880177922954940259880177922954940259880177922954940259880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 797e83c4-bd12-41cc-a3f0-cd529cff5e3a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd010075-a916-4e7f-b8bd-5400d9df14d3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32daa8cb-d0a0-4bd9-9ccc-02c6c99a59c0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32daa8cb-d0a0-4bd9-9ccc-02c6c99a59c0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8653229545679121954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86532295456791219548653229545679121954865322954567912195486532295456791219548653229545679121954865322954567912195486532295456791219548653229545679121954865322954567912195486532295456791219548653229545679121954865322954567912195486532295456791219548653229545679121954865322954567912195486532295456791219548653229545679121954865322954567912195486532295456791219548653229545679121954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01f8dd36-4d3b-43a8-bc31-7d91b34d87d9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01f8dd36-4d3b-43a8-bc31-7d91b34d87d9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7687818228675069939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76878182286750699397687818228675069939768781822867506993976878182286750699397687818228675069939768781822867506993976878182286750699397687818228675069939768781822867506993976878182286750699397687818228675069939768781822867506993976878182286750699397687818228675069939768781822867506993976878182286750699397687818228675069939768781822867506993976878182286750699397687818228675069939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32daa8cb-d0a0-4bd9-9ccc-02c6c99a59c0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a25206ad-1110-4715-b820-e05ffb673154, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01f8dd36-4d3b-43a8-bc31-7d91b34d87d9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dfa049f-afb9-42d1-ac33-3c642862c68c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a25206ad-1110-4715-b820-e05ffb673154, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6700107424641339849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67001074246413398496700107424641339849670010742464133984967001074246413398496700107424641339849670010742464133984967001074246413398496700107424641339849670010742464133984967001074246413398496700107424641339849670010742464133984967001074246413398496700107424641339849670010742464133984967001074246413398496700107424641339849670010742464133984967001074246413398496700107424641339849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dfa049f-afb9-42d1-ac33-3c642862c68c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8168214863060046456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81682148630600464568168214863060046456816821486306004645681682148630600464568168214863060046456816821486306004645681682148630600464568168214863060046456816821486306004645681682148630600464568168214863060046456816821486306004645681682148630600464568168214863060046456816821486306004645681682148630600464568168214863060046456816821486306004645681682148630600464568168214863060046456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a25206ad-1110-4715-b820-e05ffb673154, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca6ca37e-cb44-49b9-ada7-1d26d3ce61d2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca6ca37e-cb44-49b9-ada7-1d26d3ce61d2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11879598213013175410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187959821301317541011879598213013175410118795982130131754101187959821301317541011879598213013175410118795982130131754101187959821301317541011879598213013175410118795982130131754101187959821301317541011879598213013175410118795982130131754101187959821301317541011879598213013175410118795982130131754101187959821301317541011879598213013175410118795982130131754101187959821301317541011879598213013175410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dfa049f-afb9-42d1-ac33-3c642862c68c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 890f168d-1674-4cf5-a2f9-012c41a00aa1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 890f168d-1674-4cf5-a2f9-012c41a00aa1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6831435099609840000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68314350996098400006831435099609840000683143509960984000068314350996098400006831435099609840000683143509960984000068314350996098400006831435099609840000683143509960984000068314350996098400006831435099609840000683143509960984000068314350996098400006831435099609840000683143509960984000068314350996098400006831435099609840000683143509960984000068314350996098400006831435099609840000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca6ca37e-cb44-49b9-ada7-1d26d3ce61d2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2eaea80-04a5-4b60-acbc-abda280aaf70, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2eaea80-04a5-4b60-acbc-abda280aaf70, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15066092458067495603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506609245806749560315066092458067495603150660924580674956031506609245806749560315066092458067495603150660924580674956031506609245806749560315066092458067495603150660924580674956031506609245806749560315066092458067495603150660924580674956031506609245806749560315066092458067495603150660924580674956031506609245806749560315066092458067495603150660924580674956031506609245806749560315066092458067495603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 890f168d-1674-4cf5-a2f9-012c41a00aa1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cfe59a6-23c1-4b66-a2ad-f26602780e82, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cfe59a6-23c1-4b66-a2ad-f26602780e82, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8497793670035790912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84977936700357909128497793670035790912849779367003579091284977936700357909128497793670035790912849779367003579091284977936700357909128497793670035790912849779367003579091284977936700357909128497793670035790912849779367003579091284977936700357909128497793670035790912849779367003579091284977936700357909128497793670035790912849779367003579091284977936700357909128497793670035790912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2eaea80-04a5-4b60-acbc-abda280aaf70, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ded495b-a16e-400d-a888-ca6f9ee86170, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cfe59a6-23c1-4b66-a2ad-f26602780e82, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ded495b-a16e-400d-a888-ca6f9ee86170, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13964223056305537375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396422305630553737513964223056305537375139642230563055373751396422305630553737513964223056305537375139642230563055373751396422305630553737513964223056305537375139642230563055373751396422305630553737513964223056305537375139642230563055373751396422305630553737513964223056305537375139642230563055373751396422305630553737513964223056305537375139642230563055373751396422305630553737513964223056305537375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc1b4877-05c7-4005-97a1-6397f4992f34, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc1b4877-05c7-4005-97a1-6397f4992f34, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2405752465670677542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24057524656706775422405752465670677542240575246567067754224057524656706775422405752465670677542240575246567067754224057524656706775422405752465670677542240575246567067754224057524656706775422405752465670677542240575246567067754224057524656706775422405752465670677542240575246567067754224057524656706775422405752465670677542240575246567067754224057524656706775422405752465670677542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ded495b-a16e-400d-a888-ca6f9ee86170, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc1b4877-05c7-4005-97a1-6397f4992f34, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2aae187-54ff-4f9e-b811-ec3da4d6ef34, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2aae187-54ff-4f9e-b811-ec3da4d6ef34, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8165048316775168593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81650483167751685938165048316775168593816504831677516859381650483167751685938165048316775168593816504831677516859381650483167751685938165048316775168593816504831677516859381650483167751685938165048316775168593816504831677516859381650483167751685938165048316775168593816504831677516859381650483167751685938165048316775168593816504831677516859381650483167751685938165048316775168593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80bdf046-2af7-4b5d-b942-29bd828e15b2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80bdf046-2af7-4b5d-b942-29bd828e15b2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7842636080644949376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78426360806449493767842636080644949376784263608064494937678426360806449493767842636080644949376784263608064494937678426360806449493767842636080644949376784263608064494937678426360806449493767842636080644949376784263608064494937678426360806449493767842636080644949376784263608064494937678426360806449493767842636080644949376784263608064494937678426360806449493767842636080644949376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2aae187-54ff-4f9e-b811-ec3da4d6ef34, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80bdf046-2af7-4b5d-b942-29bd828e15b2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f6b7447-1484-493e-91d5-7d97212e92f5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f6b7447-1484-493e-91d5-7d97212e92f5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16488715862349459310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648871586234945931016488715862349459310164887158623494593101648871586234945931016488715862349459310164887158623494593101648871586234945931016488715862349459310164887158623494593101648871586234945931016488715862349459310164887158623494593101648871586234945931016488715862349459310164887158623494593101648871586234945931016488715862349459310164887158623494593101648871586234945931016488715862349459310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 857e3f64-7589-4e94-a3d4-e8b68750d2f3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 857e3f64-7589-4e94-a3d4-e8b68750d2f3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4857617219559817113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48576172195598171134857617219559817113485761721955981711348576172195598171134857617219559817113485761721955981711348576172195598171134857617219559817113485761721955981711348576172195598171134857617219559817113485761721955981711348576172195598171134857617219559817113485761721955981711348576172195598171134857617219559817113485761721955981711348576172195598171134857617219559817113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f6b7447-1484-493e-91d5-7d97212e92f5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d50cde49-b22d-45f2-bea2-2338547a77b6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 857e3f64-7589-4e94-a3d4-e8b68750d2f3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d50cde49-b22d-45f2-bea2-2338547a77b6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7367896925486222093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73678969254862220937367896925486222093736789692548622209373678969254862220937367896925486222093736789692548622209373678969254862220937367896925486222093736789692548622209373678969254862220937367896925486222093736789692548622209373678969254862220937367896925486222093736789692548622209373678969254862220937367896925486222093736789692548622209373678969254862220937367896925486222093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff05c1ba-315e-4e55-aad2-06ed211e124e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff05c1ba-315e-4e55-aad2-06ed211e124e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1839202570694623159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d50cde49-b22d-45f2-bea2-2338547a77b6, ghrun-saptlbqaqq.auto.internal:28695): 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 72075186224038924." issue_code: 2026 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tdyctbs8adrq4hn7yyrp2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
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 72075186224038924." issue_code: 2026 severity: 1 (server_code: 400170)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff05c1ba-315e-4e55-aad2-06ed211e124e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdyd0bqkzpnpj3ff7axt7" } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2a79d71-f197-4ae3-8c0d-eadfbf67e3de, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2a79d71-f197-4ae3-8c0d-eadfbf67e3de, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16912946164129218108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 146a6b2b-177c-44a3-9405-0f7ae5891267, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 146a6b2b-177c-44a3-9405-0f7ae5891267, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1839202570694623159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2a79d71-f197-4ae3-8c0d-eadfbf67e3de, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdyfc60kx9tgkh5207p1f" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e047d72b-dedd-43dc-94c1-dcffea9a87a9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e047d72b-dedd-43dc-94c1-dcffea9a87a9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16912946164129218108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 146a6b2b-177c-44a3-9405-0f7ae5891267, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdyfm4d4275rv7yvmwgp4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52734303-6b5e-43e7-b1ef-2dd50e624ac7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52734303-6b5e-43e7-b1ef-2dd50e624ac7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1839202570694623159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159183920257069462315918392025706946231591839202570694623159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e047d72b-dedd-43dc-94c1-dcffea9a87a9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdyhf9ps2wm6gr3mb3gdj" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 710d8925-8ed9-4bca-bc4c-62166a9431fe, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 710d8925-8ed9-4bca-bc4c-62166a9431fe, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16912946164129218108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108169129461641292181081691294616412921810816912946164129218108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52734303-6b5e-43e7-b1ef-2dd50e624ac7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdymtb0p2a2jtm61rnr90" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
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, 1bdc816e-520e-4c64-9e8d-6b0badaa1f23, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bdc816e-520e-4c64-9e8d-6b0badaa1f23, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9787671980443935855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 710d8925-8ed9-4bca-bc4c-62166a9431fe, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdyr15r3xpzy4pqnqkkf5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
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, fb8fc136-6872-4732-8af0-93e6f476165c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb8fc136-6872-4732-8af0-93e6f476165c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2820661694601339421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bdc816e-520e-4c64-9e8d-6b0badaa1f23, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdyw981dt6hvfzc4brsnf" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca45a4eb-7c6d-4848-9308-62282822dd0a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca45a4eb-7c6d-4848-9308-62282822dd0a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9787671980443935855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb8fc136-6872-4732-8af0-93e6f476165c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdyyp6gveyezjtmsh5kv0" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fec839b4-60e3-46c2-bbf1-3c2c88d5e350, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fec839b4-60e3-46c2-bbf1-3c2c88d5e350, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2820661694601339421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca45a4eb-7c6d-4848-9308-62282822dd0a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdyzb55vqc2t5g6emre9k" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c854510-a0f2-493e-9285-45042ce41d8b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c854510-a0f2-493e-9285-45042ce41d8b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9787671980443935855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855978767198044393585597876719804439358559787671980443935855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fec839b4-60e3-46c2-bbf1-3c2c88d5e350, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdz1abb3jf8p52107fw0y" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdf8f2ea-177f-4935-9fd2-f51da8763027, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdf8f2ea-177f-4935-9fd2-f51da8763027, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2820661694601339421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421282066169460133942128206616946013394212820661694601339421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c854510-a0f2-493e-9285-45042ce41d8b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdz3j14d9cw7pwvqbyfcn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
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, fd2a917b-cbe2-4afc-aa6c-7255e024eb23, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd2a917b-cbe2-4afc-aa6c-7255e024eb23, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16757700237255842795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdf8f2ea-177f-4935-9fd2-f51da8763027, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdz5j36hnxdk1wqn8s95s" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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, 6ee13bf9-6a9d-497e-8b96-60ba82caa3dd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ee13bf9-6a9d-497e-8b96-60ba82caa3dd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13903748976272893484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ee13bf9-6a9d-497e-8b96-60ba82caa3dd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdzcj4kb4dph2mt9wa6vp" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f11cf7cf-94a4-4162-bac4-52066d302db1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f11cf7cf-94a4-4162-bac4-52066d302db1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13903748976272893484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd2a917b-cbe2-4afc-aa6c-7255e024eb23, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdzbmekdxjs4a1amje4h6" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa199911-9319-4206-8329-4654567ac39f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa199911-9319-4206-8329-4654567ac39f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16757700237255842795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f11cf7cf-94a4-4162-bac4-52066d302db1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdzfb56k6xsj4h6vbjhme" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfd03366-8a2a-4ead-a474-79c54b4ef894, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfd03366-8a2a-4ead-a474-79c54b4ef894, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13903748976272893484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484139037489762728934841390374897627289348413903748976272893484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa199911-9319-4206-8329-4654567ac39f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdzhs163f6fqeqyhnpw1r" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e729047f-8c3e-42dc-b6cf-c6458e9cda63, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e729047f-8c3e-42dc-b6cf-c6458e9cda63, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16757700237255842795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795167577002372558427951675770023725584279516757700237255842795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfd03366-8a2a-4ead-a474-79c54b4ef894, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdzm98jhpxrnn7yfbbkzv" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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, ad71d76e-cf64-42ec-841f-5e6bd85065fb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad71d76e-cf64-42ec-841f-5e6bd85065fb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5753363073170189798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad71d76e-cf64-42ec-841f-5e6bd85065fb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038918." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tdzwse3eyp46r1bj48ez3" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c570941-010d-460a-94f0-20dfffd9d9b2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c570941-010d-460a-94f0-20dfffd9d9b2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5753363073170189798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e729047f-8c3e-42dc-b6cf-c6458e9cda63, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tdztp9vz9ge2kj0py3ydn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
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, b75f36a6-e5aa-47d8-bab3-bd679df280a8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75f36a6-e5aa-47d8-bab3-bd679df280a8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7181207243530975353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c570941-010d-460a-94f0-20dfffd9d9b2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038918." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tdzz57b99mqarqjpc19ss" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 823bff5a-f36e-4758-8f41-fa0f2cc0b674, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 823bff5a-f36e-4758-8f41-fa0f2cc0b674, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5753363073170189798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798575336307317018979857533630731701897985753363073170189798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75f36a6-e5aa-47d8-bab3-bd679df280a8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te0281g2g377w5peh1gqc" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 736c5a94-9b91-4943-af2b-d74a727d0cf2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 736c5a94-9b91-4943-af2b-d74a727d0cf2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7181207243530975353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 736c5a94-9b91-4943-af2b-d74a727d0cf2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te04ed6r7pgq2e13vw8f1" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f76bfbfd-3d24-4aa3-894a-8b093fe5b406, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f76bfbfd-3d24-4aa3-894a-8b093fe5b406, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7181207243530975353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353718120724353097535371812072435309753537181207243530975353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 823bff5a-f36e-4758-8f41-fa0f2cc0b674, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038918." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te03f908qscna13014tbw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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 72075186224038918." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c43ec66-c916-452a-b01a-d5ce912946b0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c43ec66-c916-452a-b01a-d5ce912946b0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 230850067680391507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c43ec66-c916-452a-b01a-d5ce912946b0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te0b51x7gnwtt2ebz3k24" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a0b769c-bec5-4085-8b5c-30dcc45cfee4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a0b769c-bec5-4085-8b5c-30dcc45cfee4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 230850067680391507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f76bfbfd-3d24-4aa3-894a-8b093fe5b406, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te08xbq441nrmb9jva9vh" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
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, 46e0dd0d-0963-4cc6-9fbb-29566d9ab940, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46e0dd0d-0963-4cc6-9fbb-29566d9ab940, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2159520182162170189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a0b769c-bec5-4085-8b5c-30dcc45cfee4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te0d4d3hyx1ncrt02b8g8" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f053a42d-efcf-4e0e-93ef-a2c6808332f6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f053a42d-efcf-4e0e-93ef-a2c6808332f6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 230850067680391507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507230850067680391507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46e0dd0d-0963-4cc6-9fbb-29566d9ab940, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te0fsckvctk8rwr79y2hm" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23fa83b9-1ed3-4de4-8e8c-e8652eaa21f0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23fa83b9-1ed3-4de4-8e8c-e8652eaa21f0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2159520182162170189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f053a42d-efcf-4e0e-93ef-a2c6808332f6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te0hp61ha10xnr0q0nr6g" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23fa83b9-1ed3-4de4-8e8c-e8652eaa21f0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te0ksa1sxsgaw6tthpftw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
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, dd9f5848-2dde-4b02-a951-57e921da3e3f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f3fb0ab-1fda-4ccf-82d2-4852181ee7dc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd9f5848-2dde-4b02-a951-57e921da3e3f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2159520182162170189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189215952018216217018921595201821621701892159520182162170189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f3fb0ab-1fda-4ccf-82d2-4852181ee7dc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9026338645454147757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f3fb0ab-1fda-4ccf-82d2-4852181ee7dc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te0rv4kpb253xthvqrkaz" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f1184c3-716a-4b5d-a753-b31652cd3dd6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f1184c3-716a-4b5d-a753-b31652cd3dd6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9026338645454147757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f1184c3-716a-4b5d-a753-b31652cd3dd6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te0twfr324hkcrxajwvkj" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19cdc11d-3b97-402f-8f80-ae58bcca7c58, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19cdc11d-3b97-402f-8f80-ae58bcca7c58, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9026338645454147757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757902633864545414775790263386454541477579026338645454147757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd9f5848-2dde-4b02-a951-57e921da3e3f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te0rr2ssgmb8fm52fhw57" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
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:421 RpcState(ExecuteDataQuery, 27becac7-1e9e-4a36-8352-561b27249794, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27becac7-1e9e-4a36-8352-561b27249794, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5420173250655722918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27becac7-1e9e-4a36-8352-561b27249794, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038917." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te0zc6h4zvk7pqjy02fzb" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0a09cb6-5b5f-4c8a-ba8e-f8081b1c175e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0a09cb6-5b5f-4c8a-ba8e-f8081b1c175e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5420173250655722918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19cdc11d-3b97-402f-8f80-ae58bcca7c58, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te0y11xpdefzsk3caeg3h" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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, 9cc01ef8-9efd-44b7-a6bb-66775d71ce3a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cc01ef8-9efd-44b7-a6bb-66775d71ce3a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3024945011220871730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0a09cb6-5b5f-4c8a-ba8e-f8081b1c175e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038917." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te11hbt4sbmzaz9ty1dce" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a84c23e3-2670-4ede-94a2-3c367af44145, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a84c23e3-2670-4ede-94a2-3c367af44145, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5420173250655722918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918542017325065572291854201732506557229185420173250655722918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cc01ef8-9efd-44b7-a6bb-66775d71ce3a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te14k4zz178erjmjravrk" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 702ba5d6-a866-45fc-8282-85d68ad92906, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 702ba5d6-a866-45fc-8282-85d68ad92906, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3024945011220871730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 702ba5d6-a866-45fc-8282-85d68ad92906, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te16pck9k5y4xmr4yynfa" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 224b13ea-98e3-4959-8647-85edccfa5c4a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 224b13ea-98e3-4959-8647-85edccfa5c4a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3024945011220871730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730302494501122087173030249450112208717303024945011220871730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a84c23e3-2670-4ede-94a2-3c367af44145, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038917." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te15r38sfgkvs3j8n7cef" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
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 72075186224038917." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ada1eefa-bae9-4d65-979f-e66e2643ad43, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ada1eefa-bae9-4d65-979f-e66e2643ad43, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16692095352426017982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ada1eefa-bae9-4d65-979f-e66e2643ad43, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te1cxb5myy9wd86gnasy1" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08c6f1a9-96fc-4479-984b-9a9ea781a868, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08c6f1a9-96fc-4479-984b-9a9ea781a868, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16692095352426017982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 224b13ea-98e3-4959-8647-85edccfa5c4a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te19t8k19ja0vcwv4hegh" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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, abd3a7b0-955d-4fb0-8933-05f6ff654e78, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abd3a7b0-955d-4fb0-8933-05f6ff654e78, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17871763536616851144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08c6f1a9-96fc-4479-984b-9a9ea781a868, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te1f13dpatwa79y03c89z" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7e041a1-2e4f-46da-ba22-e545a3b1c900, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abd3a7b0-955d-4fb0-8933-05f6ff654e78, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te1hpcch3pz4drx7mvajc" } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7e041a1-2e4f-46da-ba22-e545a3b1c900, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16692095352426017982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982166920953524260179821669209535242601798216692095352426017982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86d00ee8-4712-4b21-8660-a84ca9c26f24, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86d00ee8-4712-4b21-8660-a84ca9c26f24, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17871763536616851144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86d00ee8-4712-4b21-8660-a84ca9c26f24, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te1mb2mdpg0der54b40ww" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb7bc6e8-6b87-4390-b222-0f47b6f635aa, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb7bc6e8-6b87-4390-b222-0f47b6f635aa, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17871763536616851144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144178717635366168511441787176353661685114417871763536616851144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7e041a1-2e4f-46da-ba22-e545a3b1c900, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te1kr0qpj1j1e4wrhvgd7" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
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, 0b109c39-5b55-4bea-84b9-a0e059df58b4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b109c39-5b55-4bea-84b9-a0e059df58b4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6255853104808587907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b109c39-5b55-4bea-84b9-a0e059df58b4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te1tbdgrg95a1mngebgre" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 418b6307-b398-4b56-9dcf-fefaef5800bf, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 418b6307-b398-4b56-9dcf-fefaef5800bf, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6255853104808587907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb7bc6e8-6b87-4390-b222-0f47b6f635aa, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te1rp63jyy3xne36n7mwt" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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 72075186224038961." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56ff37ca-facd-4f39-95e9-cc573276f749, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56ff37ca-facd-4f39-95e9-cc573276f749, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 533161718561508423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 418b6307-b398-4b56-9dcf-fefaef5800bf, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te1wb5bpfmwgb6h2vf9fj" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e4e0db8-8edf-4d55-891e-37e3225fbfd9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e4e0db8-8edf-4d55-891e-37e3225fbfd9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6255853104808587907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907625585310480858790762558531048085879076255853104808587907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56ff37ca-facd-4f39-95e9-cc573276f749, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te1zg9wg4fs7vape41394" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9461ed7c-ce91-48c0-a6d1-d3ac58ab76d1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9461ed7c-ce91-48c0-a6d1-d3ac58ab76d1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 533161718561508423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9461ed7c-ce91-48c0-a6d1-d3ac58ab76d1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te22c07zhfsv8q0zybjcr" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd1ba3a1-7b09-4df4-99d7-58db6e8c00b8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd1ba3a1-7b09-4df4-99d7-58db6e8c00b8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 533161718561508423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423533161718561508423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e4e0db8-8edf-4d55-891e-37e3225fbfd9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te20m5zed5k6t93dghdqw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
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, 37970e2a-49d2-4469-9ecf-fd6bd167b7c7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37970e2a-49d2-4469-9ecf-fd6bd167b7c7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10849654465543510519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37970e2a-49d2-4469-9ecf-fd6bd167b7c7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038936." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te27b36y4hrgcj2fyqyeq" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13a8c0d2-e64f-4502-a7e2-008dabf66d14, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13a8c0d2-e64f-4502-a7e2-008dabf66d14, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10849654465543510519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd1ba3a1-7b09-4df4-99d7-58db6e8c00b8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te258ae8r5fde272ytt9h" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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, f818269f-f2f6-47db-8361-c25164fb0848, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f818269f-f2f6-47db-8361-c25164fb0848, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7406674798841186103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f818269f-f2f6-47db-8361-c25164fb0848, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te2ds2x2zj2m4y78d6g91" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e92ab1cb-3b7c-4568-99e4-f3af7be2908c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e92ab1cb-3b7c-4568-99e4-f3af7be2908c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7406674798841186103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13a8c0d2-e64f-4502-a7e2-008dabf66d14, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038936." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te2c9cb9pe5kh6gy43374" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fed5a44e-8092-431e-9a42-7fa5a5359be7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fed5a44e-8092-431e-9a42-7fa5a5359be7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10849654465543510519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519108496544655435105191084965446554351051910849654465543510519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e92ab1cb-3b7c-4568-99e4-f3af7be2908c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te2fx0pqea79drgaxgqrj" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8d6ab54-4711-4b76-bf9f-558024319cd9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8d6ab54-4711-4b76-bf9f-558024319cd9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7406674798841186103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103740667479884118610374066747988411861037406674798841186103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fed5a44e-8092-431e-9a42-7fa5a5359be7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038936." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te2gd84m0z8a9560venav" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
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 72075186224038936." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af11a814-2e03-4b5e-a56f-48a0a6646aca, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af11a814-2e03-4b5e-a56f-48a0a6646aca, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16943862431339219044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8d6ab54-4711-4b76-bf9f-558024319cd9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te2kv9f4mhe811xd5shkn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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, 2bad8855-8cad-46f0-8c82-26d3a72ecf2a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bad8855-8cad-46f0-8c82-26d3a72ecf2a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1429741547688449718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bad8855-8cad-46f0-8c82-26d3a72ecf2a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te2v4e4tcndrz24d1p1b8" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b02c9906-dcd5-4dd5-b8f6-2b124f5efe83, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b02c9906-dcd5-4dd5-b8f6-2b124f5efe83, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1429741547688449718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af11a814-2e03-4b5e-a56f-48a0a6646aca, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te2qh9gse631eakvgtphn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eee31677-37b1-4145-a082-cb19572cfcd4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eee31677-37b1-4145-a082-cb19572cfcd4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16943862431339219044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b02c9906-dcd5-4dd5-b8f6-2b124f5efe83, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te2x24zmx4ncy333qwtsf" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 328d7260-5a1d-40ed-8dfc-56ff81c33272, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 328d7260-5a1d-40ed-8dfc-56ff81c33272, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1429741547688449718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718142974154768844971814297415476884497181429741547688449718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eee31677-37b1-4145-a082-cb19572cfcd4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te2xk5egd5zq6qey713rd" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c300def8-a729-468d-b9f5-2cff72166386, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c300def8-a729-468d-b9f5-2cff72166386, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16943862431339219044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044169438624313392190441694386243133921904416943862431339219044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 328d7260-5a1d-40ed-8dfc-56ff81c33272, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te30226h3ctdcn1z5155j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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, 9476f30f-a985-4c98-872c-0e067f6e1228, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9476f30f-a985-4c98-872c-0e067f6e1228, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12597878268745543695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9476f30f-a985-4c98-872c-0e067f6e1228, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te3784q1s3vemd19mrhkb" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2995e7ad-1b7d-4c98-bfbc-4d414f224a51, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2995e7ad-1b7d-4c98-bfbc-4d414f224a51, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12597878268745543695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c300def8-a729-468d-b9f5-2cff72166386, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te346ez3fzsqnfqdq5x61" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
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, e80ee7e8-aa38-4b9d-ae19-cd2f0e78a54c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e80ee7e8-aa38-4b9d-ae19-cd2f0e78a54c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4036636277747989533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e80ee7e8-aa38-4b9d-ae19-cd2f0e78a54c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038913." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te3av920pfzk32yhc8m85" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dbfb9a8-b7ae-4c8b-9aab-844ba9ec3b40, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2995e7ad-1b7d-4c98-bfbc-4d414f224a51, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te39446pc2p1hvf0mhdqs" } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dbfb9a8-b7ae-4c8b-9aab-844ba9ec3b40, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4036636277747989533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df0c8b26-297d-4b11-9e42-54a057344efb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df0c8b26-297d-4b11-9e42-54a057344efb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12597878268745543695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695125978782687455436951259787826874554369512597878268745543695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dbfb9a8-b7ae-4c8b-9aab-844ba9ec3b40, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038913." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te3cv1hk8ms50vmydt09s" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 617385cc-d704-452f-b747-7c5ddea978bd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 617385cc-d704-452f-b747-7c5ddea978bd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4036636277747989533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533403663627774798953340366362777479895334036636277747989533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df0c8b26-297d-4b11-9e42-54a057344efb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te3d90v94waf50p41efgg" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
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, fab35d87-8cef-4a90-8dbe-52f4ca4debe8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fab35d87-8cef-4a90-8dbe-52f4ca4debe8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15466095334369499542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fab35d87-8cef-4a90-8dbe-52f4ca4debe8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te3ma71my3mq8ve0hr91n" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e43d8d4-ba90-43d7-a2e6-32a1112b0e51, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e43d8d4-ba90-43d7-a2e6-32a1112b0e51, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15466095334369499542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 617385cc-d704-452f-b747-7c5ddea978bd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038913." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te3h71vb0e1ctbpe559cc" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
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 72075186224038913." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0278c911-097a-4f8f-b9b1-3fc7a26dbf60, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0278c911-097a-4f8f-b9b1-3fc7a26dbf60, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13353840820650645284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0278c911-097a-4f8f-b9b1-3fc7a26dbf60, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te3r34w74kyf9kg2pnqq1" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e43d8d4-ba90-43d7-a2e6-32a1112b0e51, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te3pbcc4s35sy6jenxgjm" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a40157f8-eb38-400d-abfc-c815f40cb840, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a40157f8-eb38-400d-abfc-c815f40cb840, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13353840820650645284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fad97de5-8adf-4b1c-991f-e1ef8d762f9a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fad97de5-8adf-4b1c-991f-e1ef8d762f9a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15466095334369499542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542154660953343694995421546609533436949954215466095334369499542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a40157f8-eb38-400d-abfc-c815f40cb840, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te3t53p382nq5zwk6md7m" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e7a1b67-b8bb-439a-95e7-5e3131e634fe, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e7a1b67-b8bb-439a-95e7-5e3131e634fe, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13353840820650645284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284133538408206506452841335384082065064528413353840820650645284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fad97de5-8adf-4b1c-991f-e1ef8d762f9a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te3tb16b1kssbqvqaap3c" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
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, 817dc453-9080-4323-8939-bd04a6209a47, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 817dc453-9080-4323-8939-bd04a6209a47, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17601936393441726392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e7a1b67-b8bb-439a-95e7-5e3131e634fe, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te3wta2m3v1e9zgwz2x3y" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
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, 307be950-357b-4f44-ae2d-2181efacfbc3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 307be950-357b-4f44-ae2d-2181efacfbc3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 317796407372921974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 817dc453-9080-4323-8939-bd04a6209a47, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te42xfcsq1q3mf1ddxgzj" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9104b2fe-4019-4842-aae6-9f035aca2fea, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9104b2fe-4019-4842-aae6-9f035aca2fea, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17601936393441726392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9104b2fe-4019-4842-aae6-9f035aca2fea, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te44xfhr8syzvkph8q3vj" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67307bc5-49db-481a-9e36-bde7941dc87c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67307bc5-49db-481a-9e36-bde7941dc87c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17601936393441726392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392176019363934417263921760193639344172639217601936393441726392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 307be950-357b-4f44-ae2d-2181efacfbc3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te4429hscsmcj2zda2e9y" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 021a2c82-917c-4201-9366-d7bb4d79e883, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 021a2c82-917c-4201-9366-d7bb4d79e883, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 317796407372921974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67307bc5-49db-481a-9e36-bde7941dc87c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te47pa59rj60kpqpxs9zr" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
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, c7bfe2c6-73fe-4257-b05e-2835357f9737, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7bfe2c6-73fe-4257-b05e-2835357f9737, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14521200976859835595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 021a2c82-917c-4201-9366-d7bb4d79e883, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te49ndsf4ywwfaakwry3p" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 044ee87b-6b51-4537-a596-478dbeb7ec21, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 044ee87b-6b51-4537-a596-478dbeb7ec21, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 317796407372921974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974317796407372921974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7bfe2c6-73fe-4257-b05e-2835357f9737, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038949." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te4ftc5y9svgp49s4ancs" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3971fba1-52cf-45ce-bcf4-4ea9473c604f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3971fba1-52cf-45ce-bcf4-4ea9473c604f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14521200976859835595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3971fba1-52cf-45ce-bcf4-4ea9473c604f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038949." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te4hve9nrtas2mz7bkfjk" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 630cee61-2e04-4f0f-8ec5-32d9bd8c3256, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 630cee61-2e04-4f0f-8ec5-32d9bd8c3256, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14521200976859835595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595145212009768598355951452120097685983559514521200976859835595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 044ee87b-6b51-4537-a596-478dbeb7ec21, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te4gw8v1tr7xbgq5n958n" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
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, b91cbcf0-2c39-4306-a09c-80d63b8078e2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91cbcf0-2c39-4306-a09c-80d63b8078e2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7390489520915168817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 630cee61-2e04-4f0f-8ec5-32d9bd8c3256, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038949." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te4pkejas5ba3jp5101tj" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
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 72075186224038949." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d828bda-c0cd-45ad-8312-826960fe0754, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d828bda-c0cd-45ad-8312-826960fe0754, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2648262572742443307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91cbcf0-2c39-4306-a09c-80d63b8078e2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te4r48qxvxhep5tvsrp0p" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b0d3e90-4cec-46a1-8280-29372c0f2103, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b0d3e90-4cec-46a1-8280-29372c0f2103, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7390489520915168817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d828bda-c0cd-45ad-8312-826960fe0754, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te4xh7v99fjxwe4hds8a5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64c2ae09-5edb-4dbc-980e-a228b5bdf9c8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64c2ae09-5edb-4dbc-980e-a228b5bdf9c8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2648262572742443307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b0d3e90-4cec-46a1-8280-29372c0f2103, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te4y91qs3b0e02m5dd4yk" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:22054/4
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44289f6b-d2d4-4033-8d48-6c52e6ec6016, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44289f6b-d2d4-4033-8d48-6c52e6ec6016, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7390489520915168817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817739048952091516881773904895209151688177390489520915168817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64c2ae09-5edb-4dbc-980e-a228b5bdf9c8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te537f5c42k8d7bg74qjh" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d078447-9709-49b1-8c3f-e61796143ce3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d078447-9709-49b1-8c3f-e61796143ce3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2648262572742443307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307264826257274244330726482625727424433072648262572742443307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44289f6b-d2d4-4033-8d48-6c52e6ec6016, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te550bscbtkzb56h0eses" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
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, 4969be76-021d-4ea9-bfc3-551461191130, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4969be76-021d-4ea9-bfc3-551461191130, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9731414771976541474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d078447-9709-49b1-8c3f-e61796143ce3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te5a623k920ydt6r6s652" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
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, abe8b1a5-01dc-4cdc-aab0-03b2b7470f23, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abe8b1a5-01dc-4cdc-aab0-03b2b7470f23, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11372583555929301615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4969be76-021d-4ea9-bfc3-551461191130, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te5c93dn90mskw70rpprh" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb62b4a0-a3af-4db6-9670-f42f259e21f2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb62b4a0-a3af-4db6-9670-f42f259e21f2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9731414771976541474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abe8b1a5-01dc-4cdc-aab0-03b2b7470f23, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038938." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te5gv3ygbnsj7jyjnda0h" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cde7cfa2-4963-48d3-b647-b6611975ede2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cde7cfa2-4963-48d3-b647-b6611975ede2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11372583555929301615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cde7cfa2-4963-48d3-b647-b6611975ede2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038938." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te5jw4fes9he16b21g3g1" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91759b51-9009-49f3-893c-0a4bbcd013cb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91759b51-9009-49f3-893c-0a4bbcd013cb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11372583555929301615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615113725835559293016151137258355592930161511372583555929301615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb62b4a0-a3af-4db6-9670-f42f259e21f2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te5hw7b7mc2s2br1qx0aq" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3847af38-2c7d-477b-813a-adb731245430, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3847af38-2c7d-477b-813a-adb731245430, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9731414771976541474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474973141477197654147497314147719765414749731414771976541474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91759b51-9009-49f3-893c-0a4bbcd013cb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038938." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te5pxfr0dpv5e0d4g4djk" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
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 72075186224038938." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 655cd83c-8054-4d1d-b085-c0241752ca7f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 655cd83c-8054-4d1d-b085-c0241752ca7f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5435596424252226215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3847af38-2c7d-477b-813a-adb731245430, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te5r9esaq1ye46hnfb69x" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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, 996e5f94-54b0-4325-9f88-21733abce508, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 996e5f94-54b0-4325-9f88-21733abce508, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12869579318999551932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 996e5f94-54b0-4325-9f88-21733abce508, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te5zs2nezhc8fjkk6yd8z" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97602ee5-c220-41b6-b1a7-a8b7d5b0cd79, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97602ee5-c220-41b6-b1a7-a8b7d5b0cd79, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12869579318999551932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 655cd83c-8054-4d1d-b085-c0241752ca7f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038917." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te5yj3rxrhfk73hfrsm9p" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62323 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_eahw86qo.log --grpc-port=22054 --mon-port=8835 --ic-port=29987 --key-file /home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14828065-cf96-4ca2-9934-c422f9eb81f2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14828065-cf96-4ca2-9934-c422f9eb81f2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5435596424252226215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215" } } } 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/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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:62323', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_eahw86qo.log', '--grpc-port=22054', '--mon-port=8835', '--ic-port=29987', '--key-file', '/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4' (no wait)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97602ee5-c220-41b6-b1a7-a8b7d5b0cd79, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te62915cft8ha678vdp6a" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ya.test:process.py:628 Command pid: 964992
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:22054/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.16
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.16
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8b3b008-d647-4859-ae14-1bf3e58c2907, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8b3b008-d647-4859-ae14-1bf3e58c2907, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12869579318999551932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932128695793189995519321286957931899955193212869579318999551932" } } } 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: 964997
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14828065-cf96-4ca2-9934-c422f9eb81f2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038917." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te65ha6eebq8jnx5n4fgz" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24941037-7227-4fa9-b209-25d360e6519a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24941037-7227-4fa9-b209-25d360e6519a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5435596424252226215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215543559642425222621554355964242522262155435596424252226215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8b3b008-d647-4859-ae14-1bf3e58c2907, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te68e5bn0gpzs52c1ddq5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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, 3ceccd0d-2ca1-4f42-8be8-cc6c9b83058d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ceccd0d-2ca1-4f42-8be8-cc6c9b83058d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3105744347802095874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24941037-7227-4fa9-b209-25d360e6519a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038917." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te6cj6vv26cgd2w6ft5yp" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
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 72075186224038917." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29258859-e918-41b8-b319-bfe87b52bf86, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29258859-e918-41b8-b319-bfe87b52bf86, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10695703765907058568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ceccd0d-2ca1-4f42-8be8-cc6c9b83058d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te6fxaz2md24b372t013x" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca981b31-6274-4451-8ad6-e96e0fb44f5d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca981b31-6274-4451-8ad6-e96e0fb44f5d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3105744347802095874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29258859-e918-41b8-b319-bfe87b52bf86, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038936." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te6n1bh6xpn0pnyga1t9r" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53ca6971-09e2-48fa-bda6-bede85b5cada, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53ca6971-09e2-48fa-bda6-bede85b5cada, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10695703765907058568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca981b31-6274-4451-8ad6-e96e0fb44f5d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te6pa6jxqsa6g22vyxjna" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30405c17-5580-4020-b5e2-40ea8e53cc8e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30405c17-5580-4020-b5e2-40ea8e53cc8e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3105744347802095874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874310574434780209587431057443478020958743105744347802095874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53ca6971-09e2-48fa-bda6-bede85b5cada, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038936." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te6v89z5510hgb48vbbtt" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eff3291e-5a15-4670-8b00-58a5c9fd81c2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eff3291e-5a15-4670-8b00-58a5c9fd81c2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10695703765907058568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568106957037659070585681069570376590705856810695703765907058568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30405c17-5580-4020-b5e2-40ea8e53cc8e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te6xhcfaw8rwhrbs6s9my" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
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    ya.test:process.py:259 Command (pid 964997) rc: 0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82578a5a-50a1-4010-87d7-f107596283f1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ya.test:process.py:260 Command (pid 964997) elapsed time (sec): 0.9177467823028564
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82578a5a-50a1-4010-87d7-f107596283f1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16674516539655112310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310" } } } 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 964997) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 964997) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 964997) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 964997) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 964997) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 964997) maxrss: 958876
DEBUG    ya.test:process.py:263 Command (pid 964997) minflt: 45600
DEBUG    ya.test:process.py:263 Command (pid 964997) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 964997) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 964997) nivcsw: 144
DEBUG    ya.test:process.py:263 Command (pid 964997) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 964997) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 964997) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 964997) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 964997) stime: 0.180772
DEBUG    ya.test:process.py:263 Command (pid 964997) utime: 0.47979
DEBUG    ya.test:process.py:263 Command (pid 964997) wtime: 0.975
DEBUG    ya.test:process.py:275 Command (pid 964997) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 964997) errors:

DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eff3291e-5a15-4670-8b00-58a5c9fd81c2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038936." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te731agaxw4wc0wb5t98y" } } } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 4 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
INFO     __tests__.test_encryption:test_encryption.py:139 Status {
  Success: true
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 7622
      NodeId: 2
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 7622
      NodeId: 2
    }
    Path: "SectorMap:2:64"
    Status: ACTIVE
    PDiskId: 1000
  }
}
Success: true
ConfigTxSeqNo: 35

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 7622 SectorMap:1:64
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 72075186224038936." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1426230-604c-4504-ab50-35c5d7586b8c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1426230-604c-4504-ab50-35c5d7586b8c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14027308800930681589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589" } } } 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: 36
}

DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82578a5a-50a1-4010-87d7-f107596283f1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te760akvssfpnh54573vs" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 37
}

DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a7e9639-2121-4693-826a-b5b4c12d54df, ghrun-saptlbqaqq.auto.internal:28695): creating call state
INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 7622 SectorMap:2:64
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a7e9639-2121-4693-826a-b5b4c12d54df, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16674516539655112310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310" } } } 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 {
    ErrorDescription: "Group may become degraded GroupId# 2181038083"
    FailReason: kMayGetDegraded
    FailParam {
      GroupId: 2181038083
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038080
        GroupGeneration: 1
        Ring: 0
        Domain: 1
        VDisk: 0
      }
      From {
        NodeId: 2
        PDiskId: 1000
        VSlotId: 1000
      }
      To {
        NodeId: 2
        PDiskId: 1
        VSlotId: 1000
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038081
        GroupGeneration: 1
        Ring: 0
        Domain: 1
        VDisk: 0
      }
      From {
        NodeId: 2
        PDiskId: 1000
        VSlotId: 1001
      }
      To {
        NodeId: 2
        PDiskId: 1
        VSlotId: 1001
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
  }
  ErrorDescription: "Group may become degraded GroupId# 2181038083"
  ConfigTxSeqNo: 37
}

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

DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1426230-604c-4504-ab50-35c5d7586b8c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te7ag0y3hb9v27hb775nt" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ea66990-9421-4b1d-890a-9f0f7e4b5885, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ea66990-9421-4b1d-890a-9f0f7e4b5885, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14027308800930681589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a7e9639-2121-4693-826a-b5b4c12d54df, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te7cy3ek9nhpas6ynqt2g" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bf37ab2-7647-4ac1-ae92-2e36898ef661, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bf37ab2-7647-4ac1-ae92-2e36898ef661, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16674516539655112310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310166745165396551123101667451653965511231016674516539655112310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ea66990-9421-4b1d-890a-9f0f7e4b5885, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te7g66mp3z4zzye8gshy5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbae5f66-a1c4-469f-acd0-f662dfb50d4a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbae5f66-a1c4-469f-acd0-f662dfb50d4a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14027308800930681589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589140273088009306815891402730880093068158914027308800930681589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bf37ab2-7647-4ac1-ae92-2e36898ef661, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te7jnd6hm9ek9jgwwwtnf" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
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, aae8b229-cadb-46e1-b790-932a17521acc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aae8b229-cadb-46e1-b790-932a17521acc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1299953972272976653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbae5f66-a1c4-469f-acd0-f662dfb50d4a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te7r02jpa9s3dwq67v3ed" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
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, 879bfd55-b453-4367-b8ee-4ae5bb499e20, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 879bfd55-b453-4367-b8ee-4ae5bb499e20, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4748683270019496988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aae8b229-cadb-46e1-b790-932a17521acc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te7ss4asbqg6zhygksp0a" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 811699f2-fb93-448c-959b-c28f96b898f3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 811699f2-fb93-448c-959b-c28f96b898f3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1299953972272976653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 879bfd55-b453-4367-b8ee-4ae5bb499e20, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te7zd8f5dc3ttpffyqjga" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24af1bc8-aca6-47c2-aecb-8cceb1117e30, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24af1bc8-aca6-47c2-aecb-8cceb1117e30, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4748683270019496988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24af1bc8-aca6-47c2-aecb-8cceb1117e30, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te81fctnnt72qgtzn8357" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8e5fa21-b610-4234-ac0c-b074da7ac72c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8e5fa21-b610-4234-ac0c-b074da7ac72c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4748683270019496988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988474868327001949698847486832700194969884748683270019496988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 811699f2-fb93-448c-959b-c28f96b898f3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te7zxf3a12j2nysse1rmp" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43c9150c-9f10-4ffb-bc54-02bbda1c3308, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43c9150c-9f10-4ffb-bc54-02bbda1c3308, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1299953972272976653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653129995397227297665312999539722729766531299953972272976653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8e5fa21-b610-4234-ac0c-b074da7ac72c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te85b1jb66hfm5sbbc4am" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
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, 3cf885a1-c492-4b0a-992c-653c12822e66, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cf885a1-c492-4b0a-992c-653c12822e66, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12607049579881474656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43c9150c-9f10-4ffb-bc54-02bbda1c3308, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te8aj2tz25hdh8b3q1cfw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
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, 1531136c-fee0-45e7-bd23-ada653765691, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1531136c-fee0-45e7-bd23-ada653765691, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4108351106857608620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cf885a1-c492-4b0a-992c-653c12822e66, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te8eb5b25tcqarhdpehhf" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 411fb59e-e938-41a8-b9d1-42127e532cad, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 411fb59e-e938-41a8-b9d1-42127e532cad, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12607049579881474656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1531136c-fee0-45e7-bd23-ada653765691, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038913." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te8hv6mjw6kmve0nm7f2p" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9a7d22a-0c0b-4543-8e8e-476b19439c26, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9a7d22a-0c0b-4543-8e8e-476b19439c26, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4108351106857608620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 411fb59e-e938-41a8-b9d1-42127e532cad, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te8m3cnjts70g2xsxw1aw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd6ebd28-a140-4cff-87aa-de8e3e4d2673, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd6ebd28-a140-4cff-87aa-de8e3e4d2673, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12607049579881474656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656126070495798814746561260704957988147465612607049579881474656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9a7d22a-0c0b-4543-8e8e-476b19439c26, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038913." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te8qh55e7y8p1bgc2wd8h" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5475418-8c2e-4bbf-a2fe-34e632abdcd0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5475418-8c2e-4bbf-a2fe-34e632abdcd0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4108351106857608620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620410835110685760862041083511068576086204108351106857608620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd6ebd28-a140-4cff-87aa-de8e3e4d2673, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te8v45g3qn0gnjr1kn94p" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
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, f8242040-ba60-4e89-9bee-aa3ac4e8e277, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8242040-ba60-4e89-9bee-aa3ac4e8e277, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2687786527116683410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5475418-8c2e-4bbf-a2fe-34e632abdcd0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038913." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te8z02f3rb3swgqr6pb4j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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 72075186224038913." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 942ac1ca-19bb-4e0d-b927-fc45492729ca, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 942ac1ca-19bb-4e0d-b927-fc45492729ca, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18318656996263949310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 942ac1ca-19bb-4e0d-b927-fc45492729ca, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te95vcs7jh4w1p6te54tw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b69bfefb-38e2-41ca-8255-72145b8f89d5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b69bfefb-38e2-41ca-8255-72145b8f89d5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18318656996263949310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8242040-ba60-4e89-9bee-aa3ac4e8e277, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te934e5jtr94mrx1rf6k4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c2e4557-9c03-403e-b32f-2e3dafb0a593, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c2e4557-9c03-403e-b32f-2e3dafb0a593, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2687786527116683410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b69bfefb-38e2-41ca-8255-72145b8f89d5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te980bc2y6w4sjzzx29rm" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 237fa89d-581a-4854-afd5-15b9229681ae, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 237fa89d-581a-4854-afd5-15b9229681ae, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18318656996263949310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310183186569962639493101831865699626394931018318656996263949310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c2e4557-9c03-403e-b32f-2e3dafb0a593, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te98kdxd75hf50frqh1zg" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 043936d1-42a1-4476-bdbf-5e345a1155c6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 043936d1-42a1-4476-bdbf-5e345a1155c6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2687786527116683410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410268778652711668341026877865271166834102687786527116683410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 237fa89d-581a-4854-afd5-15b9229681ae, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te9ce47g4xwagb6bd2nr7" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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, af684a81-43e8-46a1-b24e-f8fdd89de41d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af684a81-43e8-46a1-b24e-f8fdd89de41d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15993163082169773738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 043936d1-42a1-4476-bdbf-5e345a1155c6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te9fp6c75dtvn52da8qa5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af684a81-43e8-46a1-b24e-f8fdd89de41d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038954." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te9kw0513cre819yv3cj9" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e06df23f-cd20-447b-a40c-a44b016e1cd5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e06df23f-cd20-447b-a40c-a44b016e1cd5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15993163082169773738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738" } } } 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, 1f5322f8-2d9f-4b44-a8ee-a8871ee81b0e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f5322f8-2d9f-4b44-a8ee-a8871ee81b0e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1245575276777673451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e06df23f-cd20-447b-a40c-a44b016e1cd5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038954." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te9ps11ay76feg59khs6z" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e0110a4-72b3-4368-b766-0c689f17a1d1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e0110a4-72b3-4368-b766-0c689f17a1d1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15993163082169773738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738159931630821697737381599316308216977373815993163082169773738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f5322f8-2d9f-4b44-a8ee-a8871ee81b0e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te9qn5t0c7wmn558v7g99" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57faa14f-93cc-4130-8ee9-1ddfece42444, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57faa14f-93cc-4130-8ee9-1ddfece42444, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1245575276777673451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e0110a4-72b3-4368-b766-0c689f17a1d1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038954." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2te9vtahjgprx6pfg2j87x" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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 72075186224038954." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4e16c06-7ca7-40fa-bf70-cf1ea750c08e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4e16c06-7ca7-40fa-bf70-cf1ea750c08e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10905496873781400952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57faa14f-93cc-4130-8ee9-1ddfece42444, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2te9xhbsqc65jfb179a7jy" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1facc83d-3b85-46f1-a8b0-91fecd0237f1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1facc83d-3b85-46f1-a8b0-91fecd0237f1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1245575276777673451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451124557527677767345112455752767776734511245575276777673451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4e16c06-7ca7-40fa-bf70-cf1ea750c08e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038936." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tea2gbj8979z72g36dps4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 568a48ba-f2de-43e3-9552-f99cc0b3dc8f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 568a48ba-f2de-43e3-9552-f99cc0b3dc8f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10905496873781400952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1facc83d-3b85-46f1-a8b0-91fecd0237f1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tea45631rw3j7gkfgdmdd" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
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, 405a55d1-1296-443c-8d87-ef31b958fb08, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 405a55d1-1296-443c-8d87-ef31b958fb08, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12192246335822777768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 405a55d1-1296-443c-8d87-ef31b958fb08, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teabpc9g274stmnxy4hvf" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef0aa24a-fe43-431f-90a1-f0f5b29c1c66, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef0aa24a-fe43-431f-90a1-f0f5b29c1c66, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12192246335822777768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 568a48ba-f2de-43e3-9552-f99cc0b3dc8f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038936." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tea88203b0xvax9rsdnxg" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f142571-a06c-4d9a-a744-be89dd8948c9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f142571-a06c-4d9a-a744-be89dd8948c9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10905496873781400952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952109054968737814009521090549687378140095210905496873781400952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef0aa24a-fe43-431f-90a1-f0f5b29c1c66, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teafkc7f2x58k6vczmsne" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84fd5c3f-5d6d-443d-aa30-da03c82c47ac, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84fd5c3f-5d6d-443d-aa30-da03c82c47ac, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12192246335822777768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768121922463358227777681219224633582277776812192246335822777768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f142571-a06c-4d9a-a744-be89dd8948c9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038936." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2teag1etqbvpgzdn72jcr0" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
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 72075186224038936." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0128b705-3e66-4884-8bf2-51a3be59d8ba, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0128b705-3e66-4884-8bf2-51a3be59d8ba, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10456498095465475674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0128b705-3e66-4884-8bf2-51a3be59d8ba, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038935." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2teapw1ymywvj7t673vzke" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e63efcea-a01f-4824-96a6-161ec962a2c0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e63efcea-a01f-4824-96a6-161ec962a2c0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10456498095465475674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84fd5c3f-5d6d-443d-aa30-da03c82c47ac, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teajj8th3asdsgmwg6zfh" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
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, 02ca726b-8522-4232-914f-206254ace144, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02ca726b-8522-4232-914f-206254ace144, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15121434645451803330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02ca726b-8522-4232-914f-206254ace144, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teat3c3wmxrc03chgk66a" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f629a8a-a6e8-4aa3-bffd-3e5cba464e0e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f629a8a-a6e8-4aa3-bffd-3e5cba464e0e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15121434645451803330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e63efcea-a01f-4824-96a6-161ec962a2c0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038935." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tearv81t3t1hyj541xae4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 319edf6d-4c1b-40d3-8b1e-e70053e7dff3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 319edf6d-4c1b-40d3-8b1e-e70053e7dff3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10456498095465475674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674104564980954654756741045649809546547567410456498095465475674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f629a8a-a6e8-4aa3-bffd-3e5cba464e0e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teaw5c64kkynagvdz10r6" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a345ca10-23fc-4373-a72a-285eac170c8b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a345ca10-23fc-4373-a72a-285eac170c8b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15121434645451803330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330151214346454518033301512143464545180333015121434645451803330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 319edf6d-4c1b-40d3-8b1e-e70053e7dff3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038935." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2teax9dvbzkzns5qcgjd74" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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 72075186224038935." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a1da1e4-13f8-471e-a2a4-b4f967b547cb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a1da1e4-13f8-471e-a2a4-b4f967b547cb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15766340104245727191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a1da1e4-13f8-471e-a2a4-b4f967b547cb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teb4f339tzzszq8n1b1kn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b5203da-edca-4030-a68b-2483481b9f11, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b5203da-edca-4030-a68b-2483481b9f11, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15766340104245727191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a345ca10-23fc-4373-a72a-285eac170c8b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teb098920dqra2wkb9zwc" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
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, 5032cc29-08e2-4ec2-951b-00e851b3a9f0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5032cc29-08e2-4ec2-951b-00e851b3a9f0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11999880617282536611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b5203da-edca-4030-a68b-2483481b9f11, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teb6w9pc1jfv0kj476zhs" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5032cc29-08e2-4ec2-951b-00e851b3a9f0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teb8xc91zv160fm2xbar2" } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ac24ca9-185b-4345-b99f-7a2d4bd7cfbb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ac24ca9-185b-4345-b99f-7a2d4bd7cfbb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15766340104245727191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191157663401042457271911576634010424572719115766340104245727191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d03381e5-30cf-4189-bf90-8c0b18d8452a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d03381e5-30cf-4189-bf90-8c0b18d8452a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11999880617282536611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d03381e5-30cf-4189-bf90-8c0b18d8452a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tebbs848dtasabhss3xtz" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4949cffb-8a2a-49e1-8dd5-9b1cb1ca98c2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4949cffb-8a2a-49e1-8dd5-9b1cb1ca98c2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11999880617282536611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611119998806172825366111199988061728253661111999880617282536611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ac24ca9-185b-4345-b99f-7a2d4bd7cfbb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tebbfbn86k217mxz2f81z" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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, 438f5327-3f6b-4ee7-9161-1e09f509f2f0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 438f5327-3f6b-4ee7-9161-1e09f509f2f0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8082635039208057342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 438f5327-3f6b-4ee7-9161-1e09f509f2f0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038927." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tebk59cnemqy3sm7qz8ck" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e74b1334-1384-4791-8c80-dc0cee87dbc8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e74b1334-1384-4791-8c80-dc0cee87dbc8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8082635039208057342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4949cffb-8a2a-49e1-8dd5-9b1cb1ca98c2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tebg97vwwgaa2dyqtmaa5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
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, 68830e5b-d5c3-40ca-8292-47c7b4bf4d7f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68830e5b-d5c3-40ca-8292-47c7b4bf4d7f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 852847488216620240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68830e5b-d5c3-40ca-8292-47c7b4bf4d7f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tebqv1c91x7xgdzx400r9" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, def516bc-7168-4457-97c6-4d17425ed6f3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, def516bc-7168-4457-97c6-4d17425ed6f3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 852847488216620240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e74b1334-1384-4791-8c80-dc0cee87dbc8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038927." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tebnwdsc6fb6gw87k8sav" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05d1634d-9e08-44ec-8e0f-98a09bd8bfcc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05d1634d-9e08-44ec-8e0f-98a09bd8bfcc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8082635039208057342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342808263503920805734280826350392080573428082635039208057342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, def516bc-7168-4457-97c6-4d17425ed6f3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tebt3bg7718e3bes7qmtv" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e68d1a1f-0b7c-46e2-82e9-c38f14cca27d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e68d1a1f-0b7c-46e2-82e9-c38f14cca27d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 852847488216620240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240852847488216620240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05d1634d-9e08-44ec-8e0f-98a09bd8bfcc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038927." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tebtqbw6x642w3vbefyh2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
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 72075186224038927." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07fb91ac-b074-49de-b87c-030be981fa09, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07fb91ac-b074-49de-b87c-030be981fa09, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8380233389936302573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07fb91ac-b074-49de-b87c-030be981fa09, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tec164t09mz1are76kn8k" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 759768aa-0b2d-4ff3-b88e-4060c665f99f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 759768aa-0b2d-4ff3-b88e-4060c665f99f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8380233389936302573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e68d1a1f-0b7c-46e2-82e9-c38f14cca27d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tebyaf3ww66p9hy1avmpg" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
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, fc65f14b-3bb4-4be0-b225-bb51b112c3f7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc65f14b-3bb4-4be0-b225-bb51b112c3f7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11174230022785730691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 759768aa-0b2d-4ff3-b88e-4060c665f99f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tec39cr5r4c6g9dg1qcrs" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c051ae18-3399-46d5-b271-9b8c607f9f54, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c051ae18-3399-46d5-b271-9b8c607f9f54, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8380233389936302573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573838023338993630257383802333899363025738380233389936302573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc65f14b-3bb4-4be0-b225-bb51b112c3f7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038937." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tec5rc0zjkj1787h2a6f0" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7737533-64c4-41b2-8baa-179be7c735d2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7737533-64c4-41b2-8baa-179be7c735d2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11174230022785730691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7737533-64c4-41b2-8baa-179be7c735d2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038937." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tec7wfb6w7np5ezjz6sqx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4c0f26b-3941-4123-9d03-dc31731ad37a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4c0f26b-3941-4123-9d03-dc31731ad37a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11174230022785730691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691111742300227857306911117423002278573069111174230022785730691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c051ae18-3399-46d5-b271-9b8c607f9f54, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tec785pqe9r6t55q34prf" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
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, b4d11448-7947-4d35-ab0c-56cdca49698a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4d11448-7947-4d35-ab0c-56cdca49698a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16711649827985132817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4c0f26b-3941-4123-9d03-dc31731ad37a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038937." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tecbyed8znsfy4sm72bav" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
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 72075186224038937." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4358aaad-e3f6-46d6-8f64-fb68ad9e69d2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4358aaad-e3f6-46d6-8f64-fb68ad9e69d2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5621910575246779734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4d11448-7947-4d35-ab0c-56cdca49698a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tecek6s12k4rw6npegwbc" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ca19e56-4586-4e19-9a1b-6ff75bc4269e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca19e56-4586-4e19-9a1b-6ff75bc4269e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16711649827985132817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4358aaad-e3f6-46d6-8f64-fb68ad9e69d2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038918." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tecmj2g25yq5crp2xg1fe" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1420094e-b689-48ee-831b-9db292853cec, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1420094e-b689-48ee-831b-9db292853cec, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5621910575246779734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca19e56-4586-4e19-9a1b-6ff75bc4269e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tecp02d5khebd2k2kqj5y" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b46d102-53a0-4acd-a186-0a8df7364023, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b46d102-53a0-4acd-a186-0a8df7364023, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16711649827985132817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817167116498279851328171671164982798513281716711649827985132817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1420094e-b689-48ee-831b-9db292853cec, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038918." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tectt42abamqc6x80a5wh" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afe3665b-955b-43f4-89ba-07ddabee4572, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afe3665b-955b-43f4-89ba-07ddabee4572, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5621910575246779734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734562191057524677973456219105752467797345621910575246779734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b46d102-53a0-4acd-a186-0a8df7364023, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tecvp871p78tjm7ys8ph8" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
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, 4b8bb9f8-75c2-4fa7-a70f-4c8c64789de6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b8bb9f8-75c2-4fa7-a70f-4c8c64789de6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2665222829196844473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afe3665b-955b-43f4-89ba-07ddabee4572, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038918." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2ted171k9e2pdvkeyn96ce" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
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 72075186224038918." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3df45cd7-22bb-474c-a280-170040a40e89, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3df45cd7-22bb-474c-a280-170040a40e89, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7209360726112403468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b8bb9f8-75c2-4fa7-a70f-4c8c64789de6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2ted35694qwta7a2zsvmwg" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79556ffb-830a-4e78-ac46-5900c3cd8b05, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79556ffb-830a-4e78-ac46-5900c3cd8b05, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2665222829196844473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3df45cd7-22bb-474c-a280-170040a40e89, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2ted8daw2vx4bf34bzjjvc" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cdb4a90-5085-4962-a643-7e0d5f53db88, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cdb4a90-5085-4962-a643-7e0d5f53db88, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7209360726112403468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79556ffb-830a-4e78-ac46-5900c3cd8b05, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2ted8t8sr8gsqrpe4vswbx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68881d07-25f2-4b41-b629-2abfdcaf3a05, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68881d07-25f2-4b41-b629-2abfdcaf3a05, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2665222829196844473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473266522282919684447326652228291968444732665222829196844473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cdb4a90-5085-4962-a643-7e0d5f53db88, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tedds9jspk2ppssdzvc1h" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2d6e6a1-9bdf-4aae-af85-1b8e6b7c1104, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2d6e6a1-9bdf-4aae-af85-1b8e6b7c1104, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7209360726112403468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468720936072611240346872093607261124034687209360726112403468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68881d07-25f2-4b41-b629-2abfdcaf3a05, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tedfd9ct9ve7d9fcc4f8m" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
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, ae0fb78e-0645-4167-b449-b71adc233cbc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae0fb78e-0645-4167-b449-b71adc233cbc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18030553210025727603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2d6e6a1-9bdf-4aae-af85-1b8e6b7c1104, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tedmg048n5ya937fbvxwm" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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, 31e8f118-b1a9-48f1-a307-178e806edbc0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae0fb78e-0645-4167-b449-b71adc233cbc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tedp8af4k32vmfeenkxnv" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e8f118-b1a9-48f1-a307-178e806edbc0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12047473688922590566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd5320d9-e70a-4c50-9d3e-9c4f6a496ab6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd5320d9-e70a-4c50-9d3e-9c4f6a496ab6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18030553210025727603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e8f118-b1a9-48f1-a307-178e806edbc0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tedwad6n63wk3sq2d281m" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c467aba-94c1-4945-a970-91f223a5db11, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c467aba-94c1-4945-a970-91f223a5db11, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12047473688922590566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd5320d9-e70a-4c50-9d3e-9c4f6a496ab6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tedx93ytr4wt563jhe3dq" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20690924-6585-444d-b8bc-6b0fa4ce82cc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20690924-6585-444d-b8bc-6b0fa4ce82cc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18030553210025727603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603180305532100257276031803055321002572760318030553210025727603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c467aba-94c1-4945-a970-91f223a5db11, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tee283620dwxc50ns9f77" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a959a561-fc5a-45bb-bc2f-b6c1de9b8ed2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a959a561-fc5a-45bb-bc2f-b6c1de9b8ed2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12047473688922590566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566120474736889225905661204747368892259056612047473688922590566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20690924-6585-444d-b8bc-6b0fa4ce82cc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tee332qq4eph71s74c340" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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 72075186224038961." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 952a8e00-caaa-43be-8634-e90d7c06301f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 952a8e00-caaa-43be-8634-e90d7c06301f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5101958262584964172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172" } } } 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:281 Stopped node localhost:17936/1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 952a8e00-caaa-43be-8634-e90d7c06301f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teea99k6npcs5dsm813z4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3de4eabb-6291-44be-8891-971e58ef46c6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de4eabb-6291-44be-8891-971e58ef46c6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5101958262584964172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a959a561-fc5a-45bb-bc2f-b6c1de9b8ed2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tee967wkz32v255x1e42a" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
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, 5b36c2c8-c6ad-459a-b03e-df56610e0c0c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b36c2c8-c6ad-459a-b03e-df56610e0c0c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2666310920897060389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de4eabb-6291-44be-8891-971e58ef46c6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teecscy0cy0k1905v0fw5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66a44740-3d18-4552-9372-8e676985c428, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66a44740-3d18-4552-9372-8e676985c428, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5101958262584964172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172510195826258496417251019582625849641725101958262584964172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b36c2c8-c6ad-459a-b03e-df56610e0c0c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teegg8fhfxhy04zjjya4j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66a44740-3d18-4552-9372-8e676985c428, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teehgevxkpz02t6v7qn07" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e01197a-0db2-4d12-9086-14dfe8e7e10b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e01197a-0db2-4d12-9086-14dfe8e7e10b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2666310920897060389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389" } } } 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 72075186224038916." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7b1ceb9-2f74-4cff-8972-76682275c6dc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7b1ceb9-2f74-4cff-8972-76682275c6dc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8960120810900375151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e01197a-0db2-4d12-9086-14dfe8e7e10b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teer3899f90384basbcf1" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77336801-4834-4a1c-a527-19ef639596b7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77336801-4834-4a1c-a527-19ef639596b7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2666310920897060389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389266631092089706038926663109208970603892666310920897060389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7b1ceb9-2f74-4cff-8972-76682275c6dc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teery3dz8w4a6am54d710" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4875a460-91bd-4cdd-a4dc-52c78c0c7b43, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4875a460-91bd-4cdd-a4dc-52c78c0c7b43, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8960120810900375151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77336801-4834-4a1c-a527-19ef639596b7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teey89dage1ydyak9h5m2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4875a460-91bd-4cdd-a4dc-52c78c0c7b43, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teez8d1psmdd634eaw3m3" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
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, 663dd03f-7c62-494e-b5f1-8bc6abb2475c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 663dd03f-7c62-494e-b5f1-8bc6abb2475c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11511492121443871762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84246e34-bdc6-4337-bec1-ea34226f0742, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84246e34-bdc6-4337-bec1-ea34226f0742, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8960120810900375151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151896012081090037515189601208109003751518960120810900375151" } } } 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 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62323 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_2fuu7mqu.log --grpc-port=17936 --mon-port=1641 --ic-port=5132 --key-file /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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:62323', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_2fuu7mqu.log', '--grpc-port=17936', '--mon-port=1641', '--ic-port=5132', '--key-file', '/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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: 966452
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:17936/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.17
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 663dd03f-7c62-494e-b5f1-8bc6abb2475c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038938." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tef5b8cc8g4k5mesfyxcr" } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84246e34-bdc6-4337-bec1-ea34226f0742, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tef5mfqmdh7qvwk0avxcy" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
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/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0dac91a-a794-44d0-b717-e95a4a706b86, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ya.test:process.py:628 Command pid: 966486
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0dac91a-a794-44d0-b717-e95a4a706b86, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11511492121443871762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762" } } } 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 72075186224038930." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf76401e-c7ea-4045-aea7-49711e470bef, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf76401e-c7ea-4045-aea7-49711e470bef, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7115824453546892637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf76401e-c7ea-4045-aea7-49711e470bef, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tefcy6385a9qt906n55f2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0dac91a-a794-44d0-b717-e95a4a706b86, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038938." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tefcwanwhjkdr9c7n3s84" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 028c4b2c-9053-44f5-a5a6-1db234960579, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 028c4b2c-9053-44f5-a5a6-1db234960579, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7115824453546892637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b62c09fb-b928-4be7-b334-c3ba1f7c3be2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b62c09fb-b928-4be7-b334-c3ba1f7c3be2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11511492121443871762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762115114921214438717621151149212144387176211511492121443871762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 028c4b2c-9053-44f5-a5a6-1db234960579, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tefjh67feaz28mgab26pe" } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b62c09fb-b928-4be7-b334-c3ba1f7c3be2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038938." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tefjqfv539ahz4d634knq" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1234a64d-e884-40b1-a06a-1db83d754041, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1234a64d-e884-40b1-a06a-1db83d754041, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7115824453546892637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637711582445354689263771158244535468926377115824453546892637" } } } 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 72075186224038938." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, feb739a0-5ad7-4226-927b-e4acb1b96e2e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb739a0-5ad7-4226-927b-e4acb1b96e2e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12477350013726663975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1234a64d-e884-40b1-a06a-1db83d754041, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tefsy9sjsxbwfm4etexb9" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb739a0-5ad7-4226-927b-e4acb1b96e2e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teftk5v2keraj2c4fbekb" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c1c9665-ce1d-4a0a-be00-154817645cc7, ghrun-saptlbqaqq.auto.internal:28695): 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 72075186224038923." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5052a187-96ab-4c0b-9a29-6dbb45bb71c0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c1c9665-ce1d-4a0a-be00-154817645cc7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12477350013726663975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5052a187-96ab-4c0b-9a29-6dbb45bb71c0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13159340001631292538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5052a187-96ab-4c0b-9a29-6dbb45bb71c0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teg2hcrgefjbp4bcbmevb" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dcb7d4f-62d3-47ff-80b2-ce4e6b151c7b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dcb7d4f-62d3-47ff-80b2-ce4e6b151c7b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13159340001631292538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538" } } } 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 966486) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 966486) elapsed time (sec): 0.8172731399536133
DEBUG    ya.test:process.py:263 Command (pid 966486) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 966486) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 966486) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 966486) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 966486) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 966486) maxrss: 958876
DEBUG    ya.test:process.py:263 Command (pid 966486) minflt: 45624
DEBUG    ya.test:process.py:263 Command (pid 966486) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 966486) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 966486) nivcsw: 94
DEBUG    ya.test:process.py:263 Command (pid 966486) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 966486) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 966486) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 966486) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 966486) stime: 0.202862
DEBUG    ya.test:process.py:263 Command (pid 966486) utime: 0.46598799999999996
DEBUG    ya.test:process.py:263 Command (pid 966486) wtime: 0.83
DEBUG    ya.test:process.py:275 Command (pid 966486) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 966486) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c1c9665-ce1d-4a0a-be00-154817645cc7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teg286ntgbyaeh1hh3f68" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bed1b224-ee0d-4bcc-b236-54b06a496dda, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed1b224-ee0d-4bcc-b236-54b06a496dda, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12477350013726663975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975124773500137266639751247735001372666397512477350013726663975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dcb7d4f-62d3-47ff-80b2-ce4e6b151c7b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teg697hzc0f00s2ax2j77" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 754e0505-5a57-4555-bae3-2e462caf51e3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 754e0505-5a57-4555-bae3-2e462caf51e3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13159340001631292538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538131593400016312925381315934000163129253813159340001631292538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed1b224-ee0d-4bcc-b236-54b06a496dda, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teg8yebmpe19any8b5ynx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
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, 9d725085-e29a-4da5-a5a0-6edad3f33feb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d725085-e29a-4da5-a5a0-6edad3f33feb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12678242582150309831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 754e0505-5a57-4555-bae3-2e462caf51e3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tegakfvcvxx6gky57y9rh" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
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, 0d5c18b8-132e-4905-ae6e-1f1055768122, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d5c18b8-132e-4905-ae6e-1f1055768122, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6941574785556922266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d725085-e29a-4da5-a5a0-6edad3f33feb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tegfwbvd6k14y47fgj645" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85ac8ed7-0e01-4a75-8921-1886fc89d304, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85ac8ed7-0e01-4a75-8921-1886fc89d304, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12678242582150309831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d5c18b8-132e-4905-ae6e-1f1055768122, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teghq8p04v9yktm5g0vde" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7a73401-e02c-46b9-ad7b-98d615094a9b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7a73401-e02c-46b9-ad7b-98d615094a9b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6941574785556922266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85ac8ed7-0e01-4a75-8921-1886fc89d304, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tegnx9kf2p111p0e8wp56" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35ef6586-d410-4f73-aa38-06e3e6c134db, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35ef6586-d410-4f73-aa38-06e3e6c134db, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12678242582150309831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831126782425821503098311267824258215030983112678242582150309831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7a73401-e02c-46b9-ad7b-98d615094a9b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tegqgb7889d5ny6xfj3mx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90025d61-0775-42d1-a13d-bc487698c83f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90025d61-0775-42d1-a13d-bc487698c83f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6941574785556922266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266694157478555692226669415747855569222666941574785556922266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35ef6586-d410-4f73-aa38-06e3e6c134db, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tegwg3em2qgcz80pzbb2s" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
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, 7fbdbc53-a484-4923-b54a-39d044dd2d45, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fbdbc53-a484-4923-b54a-39d044dd2d45, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16420580664876238907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90025d61-0775-42d1-a13d-bc487698c83f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tegy51ag36f6fg9xb3yzy" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
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, ca4e74d6-3b26-4d44-943f-44a8b056b638, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca4e74d6-3b26-4d44-943f-44a8b056b638, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 724690214986230123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fbdbc53-a484-4923-b54a-39d044dd2d45, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teh4y0t9mk13yrrzcman7" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bb1bc89-aea2-4664-8821-869a9cdab764, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bb1bc89-aea2-4664-8821-869a9cdab764, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16420580664876238907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bb1bc89-aea2-4664-8821-869a9cdab764, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teh8249d10m3evjp2s3s3" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca4e74d6-3b26-4d44-943f-44a8b056b638, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2teh6n5rzn9r8260b2fmyx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f5747ee-1aab-4a8c-b16f-90458291427e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f5747ee-1aab-4a8c-b16f-90458291427e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16420580664876238907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907164205806648762389071642058066487623890716420580664876238907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 203a3903-1a63-4789-92db-a7223a33d258, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 203a3903-1a63-4789-92db-a7223a33d258, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 724690214986230123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f5747ee-1aab-4a8c-b16f-90458291427e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tehdvfaed2j5bb1275g15" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 203a3903-1a63-4789-92db-a7223a33d258, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tehdy8qz5kmktdgee65am" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
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, e220c0c7-7d6d-44c6-9131-292b08ae7da5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e220c0c7-7d6d-44c6-9131-292b08ae7da5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 724690214986230123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123724690214986230123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cb2528e-94af-4f7f-bab9-b0162b67fe23, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cb2528e-94af-4f7f-bab9-b0162b67fe23, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12408182515251233544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cb2528e-94af-4f7f-bab9-b0162b67fe23, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tehn5fg984cxqh0cjjxdc" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e220c0c7-7d6d-44c6-9131-292b08ae7da5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tehmx2519pam6qr0ymyek" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9147ba55-176a-426e-93eb-0b35d91b7080, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9147ba55-176a-426e-93eb-0b35d91b7080, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12408182515251233544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544" } } } 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 72075186224038901." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bed5f72-68cd-4b0e-a0ec-3670e5b2124f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bed5f72-68cd-4b0e-a0ec-3670e5b2124f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13193579959328662320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9147ba55-176a-426e-93eb-0b35d91b7080, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tehvqfkhacmz830ytp2js" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35e0ad5b-9ad1-498c-94e0-5690383b37d1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35e0ad5b-9ad1-498c-94e0-5690383b37d1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12408182515251233544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544124081825152512335441240818251525123354412408182515251233544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bed5f72-68cd-4b0e-a0ec-3670e5b2124f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tehx112sdv54r047m1e4d" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d370dd9-8955-43a2-b7b7-91210f55aee6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d370dd9-8955-43a2-b7b7-91210f55aee6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13193579959328662320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35e0ad5b-9ad1-498c-94e0-5690383b37d1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tej1n3r5v51655nqwdscv" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
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, d0b0066c-3736-482b-be13-3a1967f601c0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d370dd9-8955-43a2-b7b7-91210f55aee6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tej2p7gj3f8gv6q1sbxgc" } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0b0066c-3736-482b-be13-3a1967f601c0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5257716728628297003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbddcdc4-4c4c-4035-8ba3-9c942f1445bd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbddcdc4-4c4c-4035-8ba3-9c942f1445bd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13193579959328662320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320131935799593286623201319357995932866232013193579959328662320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0b0066c-3736-482b-be13-3a1967f601c0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038917." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tej9c8m9sghpa5p104f0r" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfb90499-3410-4475-8356-44b3db442c66, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfb90499-3410-4475-8356-44b3db442c66, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5257716728628297003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbddcdc4-4c4c-4035-8ba3-9c942f1445bd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tej9z7h971q9yzmhqpye5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
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, 442a1836-9dcd-4236-ba88-50b1da04a03f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 442a1836-9dcd-4236-ba88-50b1da04a03f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3217089939342831094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 442a1836-9dcd-4236-ba88-50b1da04a03f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tejgc44v78vf467rtt9tn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89db6f9f-ae2b-407a-a058-ca14c43c8f30, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89db6f9f-ae2b-407a-a058-ca14c43c8f30, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3217089939342831094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfb90499-3410-4475-8356-44b3db442c66, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038917." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tejf09bdhpcahgtapsxww" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f3408bb-bfd4-4e5a-8b50-bd2192d78f39, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f3408bb-bfd4-4e5a-8b50-bd2192d78f39, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5257716728628297003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003525771672862829700352577167286282970035257716728628297003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89db6f9f-ae2b-407a-a058-ca14c43c8f30, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tejjt1kkek5m0rpqrqyye" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20b78410-894a-4b4c-ae5a-d3d0d5991980, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20b78410-894a-4b4c-ae5a-d3d0d5991980, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3217089939342831094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094321708993934283109432170899393428310943217089939342831094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f3408bb-bfd4-4e5a-8b50-bd2192d78f39, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038917." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tejp60k25kr2v4yxvh9d9" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
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 72075186224038917." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3192ada-faa1-4fb5-bae3-1de9b7b0032d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20b78410-894a-4b4c-ae5a-d3d0d5991980, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tejqjaa5p2g8bdgn227c5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3192ada-faa1-4fb5-bae3-1de9b7b0032d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1039229664127913338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10392296641279133381039229664127913338103922966412791333810392296641279133381039229664127913338103922966412791333810392296641279133381039229664127913338103922966412791333810392296641279133381039229664127913338103922966412791333810392296641279133381039229664127913338103922966412791333810392296641279133381039229664127913338103922966412791333810392296641279133381039229664127913338" } } } 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 72075186224038910." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a2a4288-6ff2-43f6-bcd8-d279f9c5c880, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a2a4288-6ff2-43f6-bcd8-d279f9c5c880, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11292604973740937225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129260497374093722511292604973740937225112926049737409372251129260497374093722511292604973740937225112926049737409372251129260497374093722511292604973740937225112926049737409372251129260497374093722511292604973740937225112926049737409372251129260497374093722511292604973740937225112926049737409372251129260497374093722511292604973740937225112926049737409372251129260497374093722511292604973740937225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3192ada-faa1-4fb5-bae3-1de9b7b0032d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tejxn2w7zp3eg5csd1cmb" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd57c0e1-2b3a-49fe-b7b3-e4105728998d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd57c0e1-2b3a-49fe-b7b3-e4105728998d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1039229664127913338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10392296641279133381039229664127913338103922966412791333810392296641279133381039229664127913338103922966412791333810392296641279133381039229664127913338103922966412791333810392296641279133381039229664127913338103922966412791333810392296641279133381039229664127913338103922966412791333810392296641279133381039229664127913338103922966412791333810392296641279133381039229664127913338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a2a4288-6ff2-43f6-bcd8-d279f9c5c880, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48e033b6-e001-4931-a431-93e71a92ec7a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd57c0e1-2b3a-49fe-b7b3-e4105728998d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48e033b6-e001-4931-a431-93e71a92ec7a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11019534725149245521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101953472514924552111019534725149245521110195347251492455211101953472514924552111019534725149245521110195347251492455211101953472514924552111019534725149245521110195347251492455211101953472514924552111019534725149245521110195347251492455211101953472514924552111019534725149245521110195347251492455211101953472514924552111019534725149245521110195347251492455211101953472514924552111019534725149245521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fff92ee4-e3d5-4999-b2c9-56b2fa7c0ec7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fff92ee4-e3d5-4999-b2c9-56b2fa7c0ec7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17322269704950490891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732226970495049089117322269704950490891173222697049504908911732226970495049089117322269704950490891173222697049504908911732226970495049089117322269704950490891173222697049504908911732226970495049089117322269704950490891173222697049504908911732226970495049089117322269704950490891173222697049504908911732226970495049089117322269704950490891173222697049504908911732226970495049089117322269704950490891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48e033b6-e001-4931-a431-93e71a92ec7a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20f39913-0a8b-453c-99f5-dde67235b145, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20f39913-0a8b-453c-99f5-dde67235b145, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1600232176326549983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16002321763265499831600232176326549983160023217632654998316002321763265499831600232176326549983160023217632654998316002321763265499831600232176326549983160023217632654998316002321763265499831600232176326549983160023217632654998316002321763265499831600232176326549983160023217632654998316002321763265499831600232176326549983160023217632654998316002321763265499831600232176326549983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fff92ee4-e3d5-4999-b2c9-56b2fa7c0ec7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20f39913-0a8b-453c-99f5-dde67235b145, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e121f1ae-4a60-4185-8793-6e37a81ee72b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1a78934-3786-4293-ba97-066260e2b218, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e121f1ae-4a60-4185-8793-6e37a81ee72b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5137699662065245255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51376996620652452555137699662065245255513769966206524525551376996620652452555137699662065245255513769966206524525551376996620652452555137699662065245255513769966206524525551376996620652452555137699662065245255513769966206524525551376996620652452555137699662065245255513769966206524525551376996620652452555137699662065245255513769966206524525551376996620652452555137699662065245255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1a78934-3786-4293-ba97-066260e2b218, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 47097041209656442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4709704120965644247097041209656442470970412096564424709704120965644247097041209656442470970412096564424709704120965644247097041209656442470970412096564424709704120965644247097041209656442470970412096564424709704120965644247097041209656442470970412096564424709704120965644247097041209656442470970412096564424709704120965644247097041209656442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e121f1ae-4a60-4185-8793-6e37a81ee72b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f70e1b18-5276-4fa1-8020-8ea7e7c8f112, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1a78934-3786-4293-ba97-066260e2b218, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2117ba4b-007c-4784-8b67-a1aec548d788, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2117ba4b-007c-4784-8b67-a1aec548d788, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3205036367845011187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32050363678450111873205036367845011187320503636784501118732050363678450111873205036367845011187320503636784501118732050363678450111873205036367845011187320503636784501118732050363678450111873205036367845011187320503636784501118732050363678450111873205036367845011187320503636784501118732050363678450111873205036367845011187320503636784501118732050363678450111873205036367845011187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70e1b18-5276-4fa1-8020-8ea7e7c8f112, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4547719131720434547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45477191317204345474547719131720434547454771913172043454745477191317204345474547719131720434547454771913172043454745477191317204345474547719131720434547454771913172043454745477191317204345474547719131720434547454771913172043454745477191317204345474547719131720434547454771913172043454745477191317204345474547719131720434547454771913172043454745477191317204345474547719131720434547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70e1b18-5276-4fa1-8020-8ea7e7c8f112, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b0006e0-3da9-4ece-bfc4-b14e31eac93c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b0006e0-3da9-4ece-bfc4-b14e31eac93c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6646999128377965255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66469991283779652556646999128377965255664699912837796525566469991283779652556646999128377965255664699912837796525566469991283779652556646999128377965255664699912837796525566469991283779652556646999128377965255664699912837796525566469991283779652556646999128377965255664699912837796525566469991283779652556646999128377965255664699912837796525566469991283779652556646999128377965255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2117ba4b-007c-4784-8b67-a1aec548d788, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91c230c3-9ae5-4bcf-a0dc-da83b8415f8f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91c230c3-9ae5-4bcf-a0dc-da83b8415f8f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13228134009946670103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322813400994667010313228134009946670103132281340099466701031322813400994667010313228134009946670103132281340099466701031322813400994667010313228134009946670103132281340099466701031322813400994667010313228134009946670103132281340099466701031322813400994667010313228134009946670103132281340099466701031322813400994667010313228134009946670103132281340099466701031322813400994667010313228134009946670103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b0006e0-3da9-4ece-bfc4-b14e31eac93c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 932c6cb3-0eae-4af1-b313-65721857b727, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932c6cb3-0eae-4af1-b313-65721857b727, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9353310788205465215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93533107882054652159353310788205465215935331078820546521593533107882054652159353310788205465215935331078820546521593533107882054652159353310788205465215935331078820546521593533107882054652159353310788205465215935331078820546521593533107882054652159353310788205465215935331078820546521593533107882054652159353310788205465215935331078820546521593533107882054652159353310788205465215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91c230c3-9ae5-4bcf-a0dc-da83b8415f8f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0080ab8e-73e7-4227-963d-33712e5f806b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0080ab8e-73e7-4227-963d-33712e5f806b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15065953706932915395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506595370693291539515065953706932915395150659537069329153951506595370693291539515065953706932915395150659537069329153951506595370693291539515065953706932915395150659537069329153951506595370693291539515065953706932915395150659537069329153951506595370693291539515065953706932915395150659537069329153951506595370693291539515065953706932915395150659537069329153951506595370693291539515065953706932915395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932c6cb3-0eae-4af1-b313-65721857b727, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97e6f4bd-b53c-4e0b-8be0-ca9d2191923f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0080ab8e-73e7-4227-963d-33712e5f806b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8069b6a-9136-4263-b26f-8cd09cd01e08, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8069b6a-9136-4263-b26f-8cd09cd01e08, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13029398982298085550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302939898229808555013029398982298085550130293989822980855501302939898229808555013029398982298085550130293989822980855501302939898229808555013029398982298085550130293989822980855501302939898229808555013029398982298085550130293989822980855501302939898229808555013029398982298085550130293989822980855501302939898229808555013029398982298085550130293989822980855501302939898229808555013029398982298085550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97e6f4bd-b53c-4e0b-8be0-ca9d2191923f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12355480636944216991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235548063694421699112355480636944216991123554806369442169911235548063694421699112355480636944216991123554806369442169911235548063694421699112355480636944216991123554806369442169911235548063694421699112355480636944216991123554806369442169911235548063694421699112355480636944216991123554806369442169911235548063694421699112355480636944216991123554806369442169911235548063694421699112355480636944216991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8069b6a-9136-4263-b26f-8cd09cd01e08, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9ae4e9f-de97-4530-8967-68febd63e778, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9ae4e9f-de97-4530-8967-68febd63e778, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4133892473182107357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41338924731821073574133892473182107357413389247318210735741338924731821073574133892473182107357413389247318210735741338924731821073574133892473182107357413389247318210735741338924731821073574133892473182107357413389247318210735741338924731821073574133892473182107357413389247318210735741338924731821073574133892473182107357413389247318210735741338924731821073574133892473182107357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97e6f4bd-b53c-4e0b-8be0-ca9d2191923f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f78c00d3-dd86-4817-bab7-01ff34aa6bd4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f78c00d3-dd86-4817-bab7-01ff34aa6bd4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16395273978289186995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639527397828918699516395273978289186995163952739782891869951639527397828918699516395273978289186995163952739782891869951639527397828918699516395273978289186995163952739782891869951639527397828918699516395273978289186995163952739782891869951639527397828918699516395273978289186995163952739782891869951639527397828918699516395273978289186995163952739782891869951639527397828918699516395273978289186995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9ae4e9f-de97-4530-8967-68febd63e778, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c649eba6-176f-49f9-ac31-c5b0c5d685dd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c649eba6-176f-49f9-ac31-c5b0c5d685dd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10059861644681861339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005986164468186133910059861644681861339100598616446818613391005986164468186133910059861644681861339100598616446818613391005986164468186133910059861644681861339100598616446818613391005986164468186133910059861644681861339100598616446818613391005986164468186133910059861644681861339100598616446818613391005986164468186133910059861644681861339100598616446818613391005986164468186133910059861644681861339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f78c00d3-dd86-4817-bab7-01ff34aa6bd4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd8b52d2-4cef-4436-8690-569304071c86, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd8b52d2-4cef-4436-8690-569304071c86, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13194557971219859734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319455797121985973413194557971219859734131945579712198597341319455797121985973413194557971219859734131945579712198597341319455797121985973413194557971219859734131945579712198597341319455797121985973413194557971219859734131945579712198597341319455797121985973413194557971219859734131945579712198597341319455797121985973413194557971219859734131945579712198597341319455797121985973413194557971219859734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c649eba6-176f-49f9-ac31-c5b0c5d685dd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3a80a29-d8da-4606-b5fb-1a3bc307b16e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd8b52d2-4cef-4436-8690-569304071c86, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a80a29-d8da-4606-b5fb-1a3bc307b16e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11956988547073607022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195698854707360702211956988547073607022119569885470736070221195698854707360702211956988547073607022119569885470736070221195698854707360702211956988547073607022119569885470736070221195698854707360702211956988547073607022119569885470736070221195698854707360702211956988547073607022119569885470736070221195698854707360702211956988547073607022119569885470736070221195698854707360702211956988547073607022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dc2edba-87e1-460c-9540-5c55463a54ba, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dc2edba-87e1-460c-9540-5c55463a54ba, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1889058048041905030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18890580480419050301889058048041905030188905804804190503018890580480419050301889058048041905030188905804804190503018890580480419050301889058048041905030188905804804190503018890580480419050301889058048041905030188905804804190503018890580480419050301889058048041905030188905804804190503018890580480419050301889058048041905030188905804804190503018890580480419050301889058048041905030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a80a29-d8da-4606-b5fb-1a3bc307b16e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63c797d0-42db-44df-9582-3ead9b9d0abe, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63c797d0-42db-44df-9582-3ead9b9d0abe, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7788045713754820055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77880457137548200557788045713754820055778804571375482005577880457137548200557788045713754820055778804571375482005577880457137548200557788045713754820055778804571375482005577880457137548200557788045713754820055778804571375482005577880457137548200557788045713754820055778804571375482005577880457137548200557788045713754820055778804571375482005577880457137548200557788045713754820055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dc2edba-87e1-460c-9540-5c55463a54ba, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec9285e8-d0aa-4eb1-ab7c-db9b5c7170ef, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec9285e8-d0aa-4eb1-ab7c-db9b5c7170ef, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10541413831712344158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054141383171234415810541413831712344158105414138317123441581054141383171234415810541413831712344158105414138317123441581054141383171234415810541413831712344158105414138317123441581054141383171234415810541413831712344158105414138317123441581054141383171234415810541413831712344158105414138317123441581054141383171234415810541413831712344158105414138317123441581054141383171234415810541413831712344158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63c797d0-42db-44df-9582-3ead9b9d0abe, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6217926a-d224-41cf-8721-9424989ceaf3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec9285e8-d0aa-4eb1-ab7c-db9b5c7170ef, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6217926a-d224-41cf-8721-9424989ceaf3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10200435953396208845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020043595339620884510200435953396208845102004359533962088451020043595339620884510200435953396208845102004359533962088451020043595339620884510200435953396208845102004359533962088451020043595339620884510200435953396208845102004359533962088451020043595339620884510200435953396208845102004359533962088451020043595339620884510200435953396208845102004359533962088451020043595339620884510200435953396208845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9345a11-69ce-4bcd-bed3-3ee48560c4e8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9345a11-69ce-4bcd-bed3-3ee48560c4e8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11367283343902562671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136728334390256267111367283343902562671113672833439025626711136728334390256267111367283343902562671113672833439025626711136728334390256267111367283343902562671113672833439025626711136728334390256267111367283343902562671113672833439025626711136728334390256267111367283343902562671113672833439025626711136728334390256267111367283343902562671113672833439025626711136728334390256267111367283343902562671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6217926a-d224-41cf-8721-9424989ceaf3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4867bd63-8423-4c92-aa48-2d50a0c3144f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4867bd63-8423-4c92-aa48-2d50a0c3144f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7347396561111574637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73473965611115746377347396561111574637734739656111157463773473965611115746377347396561111574637734739656111157463773473965611115746377347396561111574637734739656111157463773473965611115746377347396561111574637734739656111157463773473965611115746377347396561111574637734739656111157463773473965611115746377347396561111574637734739656111157463773473965611115746377347396561111574637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9345a11-69ce-4bcd-bed3-3ee48560c4e8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8413e722-1ad6-42bc-80ba-27e1b8f863a9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8413e722-1ad6-42bc-80ba-27e1b8f863a9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16641646101653918340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664164610165391834016641646101653918340166416461016539183401664164610165391834016641646101653918340166416461016539183401664164610165391834016641646101653918340166416461016539183401664164610165391834016641646101653918340166416461016539183401664164610165391834016641646101653918340166416461016539183401664164610165391834016641646101653918340166416461016539183401664164610165391834016641646101653918340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4867bd63-8423-4c92-aa48-2d50a0c3144f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fa8b2f4-0110-4261-873d-cf830d9cac13, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa8b2f4-0110-4261-873d-cf830d9cac13, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11948451141866318676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194845114186631867611948451141866318676119484511418663186761194845114186631867611948451141866318676119484511418663186761194845114186631867611948451141866318676119484511418663186761194845114186631867611948451141866318676119484511418663186761194845114186631867611948451141866318676119484511418663186761194845114186631867611948451141866318676119484511418663186761194845114186631867611948451141866318676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8413e722-1ad6-42bc-80ba-27e1b8f863a9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77a580c3-446c-449e-8abe-26c9a55b2cf1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77a580c3-446c-449e-8abe-26c9a55b2cf1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17598977530351243490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759897753035124349017598977530351243490175989775303512434901759897753035124349017598977530351243490175989775303512434901759897753035124349017598977530351243490175989775303512434901759897753035124349017598977530351243490175989775303512434901759897753035124349017598977530351243490175989775303512434901759897753035124349017598977530351243490175989775303512434901759897753035124349017598977530351243490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa8b2f4-0110-4261-873d-cf830d9cac13, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5975d586-1faf-4e63-a2e2-69b3fdc5e67f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5975d586-1faf-4e63-a2e2-69b3fdc5e67f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13438865913975451302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343886591397545130213438865913975451302134388659139754513021343886591397545130213438865913975451302134388659139754513021343886591397545130213438865913975451302134388659139754513021343886591397545130213438865913975451302134388659139754513021343886591397545130213438865913975451302134388659139754513021343886591397545130213438865913975451302134388659139754513021343886591397545130213438865913975451302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77a580c3-446c-449e-8abe-26c9a55b2cf1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2929b64a-74b0-40df-8a51-eaffcb92c89e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5975d586-1faf-4e63-a2e2-69b3fdc5e67f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5a7a598-a70e-4ea2-8313-5ab3cf822241, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2929b64a-74b0-40df-8a51-eaffcb92c89e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8738115475052100725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87381154750521007258738115475052100725873811547505210072587381154750521007258738115475052100725873811547505210072587381154750521007258738115475052100725873811547505210072587381154750521007258738115475052100725873811547505210072587381154750521007258738115475052100725873811547505210072587381154750521007258738115475052100725873811547505210072587381154750521007258738115475052100725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5a7a598-a70e-4ea2-8313-5ab3cf822241, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7419379299091565533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74193792990915655337419379299091565533741937929909156553374193792990915655337419379299091565533741937929909156553374193792990915655337419379299091565533741937929909156553374193792990915655337419379299091565533741937929909156553374193792990915655337419379299091565533741937929909156553374193792990915655337419379299091565533741937929909156553374193792990915655337419379299091565533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2929b64a-74b0-40df-8a51-eaffcb92c89e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e346e41-7209-4544-b359-fed7bd51d54f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e346e41-7209-4544-b359-fed7bd51d54f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15847382203785290507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584738220378529050715847382203785290507158473822037852905071584738220378529050715847382203785290507158473822037852905071584738220378529050715847382203785290507158473822037852905071584738220378529050715847382203785290507158473822037852905071584738220378529050715847382203785290507158473822037852905071584738220378529050715847382203785290507158473822037852905071584738220378529050715847382203785290507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5a7a598-a70e-4ea2-8313-5ab3cf822241, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1964316-09f3-44b4-adfa-fbe095497de1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1964316-09f3-44b4-adfa-fbe095497de1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2659906554411887863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26599065544118878632659906554411887863265990655441188786326599065544118878632659906554411887863265990655441188786326599065544118878632659906554411887863265990655441188786326599065544118878632659906554411887863265990655441188786326599065544118878632659906554411887863265990655441188786326599065544118878632659906554411887863265990655441188786326599065544118878632659906554411887863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e346e41-7209-4544-b359-fed7bd51d54f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65ba86c7-15d0-463a-ae7a-1023b3b70380, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65ba86c7-15d0-463a-ae7a-1023b3b70380, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1774493419089313954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17744934190893139541774493419089313954177449341908931395417744934190893139541774493419089313954177449341908931395417744934190893139541774493419089313954177449341908931395417744934190893139541774493419089313954177449341908931395417744934190893139541774493419089313954177449341908931395417744934190893139541774493419089313954177449341908931395417744934190893139541774493419089313954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1964316-09f3-44b4-adfa-fbe095497de1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04fc4c3a-dcf4-493e-a5da-7f4a5d94f83d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65ba86c7-15d0-463a-ae7a-1023b3b70380, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c398499b-eaf4-4552-8852-1d8715f90a4e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04fc4c3a-dcf4-493e-a5da-7f4a5d94f83d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9560581966546175989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95605819665461759899560581966546175989956058196654617598995605819665461759899560581966546175989956058196654617598995605819665461759899560581966546175989956058196654617598995605819665461759899560581966546175989956058196654617598995605819665461759899560581966546175989956058196654617598995605819665461759899560581966546175989956058196654617598995605819665461759899560581966546175989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c398499b-eaf4-4552-8852-1d8715f90a4e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6668504644122475180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66685046441224751806668504644122475180666850464412247518066685046441224751806668504644122475180666850464412247518066685046441224751806668504644122475180666850464412247518066685046441224751806668504644122475180666850464412247518066685046441224751806668504644122475180666850464412247518066685046441224751806668504644122475180666850464412247518066685046441224751806668504644122475180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c398499b-eaf4-4552-8852-1d8715f90a4e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6a47684-7e53-4acc-a71f-51ea25f3a803, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6a47684-7e53-4acc-a71f-51ea25f3a803, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11173213009088715835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117321300908871583511173213009088715835111732130090887158351117321300908871583511173213009088715835111732130090887158351117321300908871583511173213009088715835111732130090887158351117321300908871583511173213009088715835111732130090887158351117321300908871583511173213009088715835111732130090887158351117321300908871583511173213009088715835111732130090887158351117321300908871583511173213009088715835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04fc4c3a-dcf4-493e-a5da-7f4a5d94f83d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3453dbdb-5977-4717-98a7-f1e566c0a6d8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3453dbdb-5977-4717-98a7-f1e566c0a6d8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15978751790111544894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597875179011154489415978751790111544894159787517901115448941597875179011154489415978751790111544894159787517901115448941597875179011154489415978751790111544894159787517901115448941597875179011154489415978751790111544894159787517901115448941597875179011154489415978751790111544894159787517901115448941597875179011154489415978751790111544894159787517901115448941597875179011154489415978751790111544894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6a47684-7e53-4acc-a71f-51ea25f3a803, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67e6b080-0026-4725-a2f0-244f7fb81ac4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67e6b080-0026-4725-a2f0-244f7fb81ac4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3565978845836671682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35659788458366716823565978845836671682356597884583667168235659788458366716823565978845836671682356597884583667168235659788458366716823565978845836671682356597884583667168235659788458366716823565978845836671682356597884583667168235659788458366716823565978845836671682356597884583667168235659788458366716823565978845836671682356597884583667168235659788458366716823565978845836671682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3453dbdb-5977-4717-98a7-f1e566c0a6d8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02fd1c59-99ab-4a17-9143-8eafc62be071, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02fd1c59-99ab-4a17-9143-8eafc62be071, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12261205898416416464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226120589841641646412261205898416416464122612058984164164641226120589841641646412261205898416416464122612058984164164641226120589841641646412261205898416416464122612058984164164641226120589841641646412261205898416416464122612058984164164641226120589841641646412261205898416416464122612058984164164641226120589841641646412261205898416416464122612058984164164641226120589841641646412261205898416416464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67e6b080-0026-4725-a2f0-244f7fb81ac4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abcbd220-3ee1-45be-bf6a-5d6101dbc69f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abcbd220-3ee1-45be-bf6a-5d6101dbc69f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18415548298107911527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841554829810791152718415548298107911527184155482981079115271841554829810791152718415548298107911527184155482981079115271841554829810791152718415548298107911527184155482981079115271841554829810791152718415548298107911527184155482981079115271841554829810791152718415548298107911527184155482981079115271841554829810791152718415548298107911527184155482981079115271841554829810791152718415548298107911527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02fd1c59-99ab-4a17-9143-8eafc62be071, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac4859d4-03a7-4afb-8ea3-dd2b5ae8d16f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac4859d4-03a7-4afb-8ea3-dd2b5ae8d16f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16864565274826443828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686456527482644382816864565274826443828168645652748264438281686456527482644382816864565274826443828168645652748264438281686456527482644382816864565274826443828168645652748264438281686456527482644382816864565274826443828168645652748264438281686456527482644382816864565274826443828168645652748264438281686456527482644382816864565274826443828168645652748264438281686456527482644382816864565274826443828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abcbd220-3ee1-45be-bf6a-5d6101dbc69f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8621dd1-0328-4f2c-be28-44399e92eca1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8621dd1-0328-4f2c-be28-44399e92eca1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10158895343860142833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015889534386014283310158895343860142833101588953438601428331015889534386014283310158895343860142833101588953438601428331015889534386014283310158895343860142833101588953438601428331015889534386014283310158895343860142833101588953438601428331015889534386014283310158895343860142833101588953438601428331015889534386014283310158895343860142833101588953438601428331015889534386014283310158895343860142833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac4859d4-03a7-4afb-8ea3-dd2b5ae8d16f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3c3bb63-bfa2-4487-8e10-16b800fb4e5b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3c3bb63-bfa2-4487-8e10-16b800fb4e5b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16941531129086073873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694153112908607387316941531129086073873169415311290860738731694153112908607387316941531129086073873169415311290860738731694153112908607387316941531129086073873169415311290860738731694153112908607387316941531129086073873169415311290860738731694153112908607387316941531129086073873169415311290860738731694153112908607387316941531129086073873169415311290860738731694153112908607387316941531129086073873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8621dd1-0328-4f2c-be28-44399e92eca1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c468add6-b71b-4532-8212-01852252e079, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c468add6-b71b-4532-8212-01852252e079, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11688805002400684029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168880500240068402911688805002400684029116888050024006840291168880500240068402911688805002400684029116888050024006840291168880500240068402911688805002400684029116888050024006840291168880500240068402911688805002400684029116888050024006840291168880500240068402911688805002400684029116888050024006840291168880500240068402911688805002400684029116888050024006840291168880500240068402911688805002400684029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3c3bb63-bfa2-4487-8e10-16b800fb4e5b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 063c906c-b357-4b98-8324-8e35f635940d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 063c906c-b357-4b98-8324-8e35f635940d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1679873008333234138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16798730083332341381679873008333234138167987300833323413816798730083332341381679873008333234138167987300833323413816798730083332341381679873008333234138167987300833323413816798730083332341381679873008333234138167987300833323413816798730083332341381679873008333234138167987300833323413816798730083332341381679873008333234138167987300833323413816798730083332341381679873008333234138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c468add6-b71b-4532-8212-01852252e079, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efdee536-8105-4abf-b1ef-b9fa898a0858, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efdee536-8105-4abf-b1ef-b9fa898a0858, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1941498008402050771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19414980084020507711941498008402050771194149800840205077119414980084020507711941498008402050771194149800840205077119414980084020507711941498008402050771194149800840205077119414980084020507711941498008402050771194149800840205077119414980084020507711941498008402050771194149800840205077119414980084020507711941498008402050771194149800840205077119414980084020507711941498008402050771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 063c906c-b357-4b98-8324-8e35f635940d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efdee536-8105-4abf-b1ef-b9fa898a0858, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f47a759-993a-4533-b2a9-7d88f40262dc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f47a759-993a-4533-b2a9-7d88f40262dc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9038493636378263836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90384936363782638369038493636378263836903849363637826383690384936363782638369038493636378263836903849363637826383690384936363782638369038493636378263836903849363637826383690384936363782638369038493636378263836903849363637826383690384936363782638369038493636378263836903849363637826383690384936363782638369038493636378263836903849363637826383690384936363782638369038493636378263836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35aae195-fa41-465d-9562-41b8aee99c26, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35aae195-fa41-465d-9562-41b8aee99c26, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6758003925652508331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67580039256525083316758003925652508331675800392565250833167580039256525083316758003925652508331675800392565250833167580039256525083316758003925652508331675800392565250833167580039256525083316758003925652508331675800392565250833167580039256525083316758003925652508331675800392565250833167580039256525083316758003925652508331675800392565250833167580039256525083316758003925652508331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f47a759-993a-4533-b2a9-7d88f40262dc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35aae195-fa41-465d-9562-41b8aee99c26, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30daa4d9-4be7-44db-a37b-d700df82783d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30daa4d9-4be7-44db-a37b-d700df82783d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 299378280075667060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "299378280075667060299378280075667060299378280075667060299378280075667060299378280075667060299378280075667060299378280075667060299378280075667060299378280075667060299378280075667060299378280075667060299378280075667060299378280075667060299378280075667060299378280075667060299378280075667060299378280075667060299378280075667060299378280075667060299378280075667060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8da1f007-1c82-47da-a7a1-416f01c7c3db, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8da1f007-1c82-47da-a7a1-416f01c7c3db, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14648091514108213707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464809151410821370714648091514108213707146480915141082137071464809151410821370714648091514108213707146480915141082137071464809151410821370714648091514108213707146480915141082137071464809151410821370714648091514108213707146480915141082137071464809151410821370714648091514108213707146480915141082137071464809151410821370714648091514108213707146480915141082137071464809151410821370714648091514108213707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8da1f007-1c82-47da-a7a1-416f01c7c3db, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ea96bac-468a-430c-8341-deb72991b0e0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30daa4d9-4be7-44db-a37b-d700df82783d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ea96bac-468a-430c-8341-deb72991b0e0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3878704764534240223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38787047645342402233878704764534240223387870476453424022338787047645342402233878704764534240223387870476453424022338787047645342402233878704764534240223387870476453424022338787047645342402233878704764534240223387870476453424022338787047645342402233878704764534240223387870476453424022338787047645342402233878704764534240223387870476453424022338787047645342402233878704764534240223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25085fc1-af51-4b30-8efe-ab166fa9a00c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25085fc1-af51-4b30-8efe-ab166fa9a00c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4571134817944705442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45711348179447054424571134817944705442457113481794470544245711348179447054424571134817944705442457113481794470544245711348179447054424571134817944705442457113481794470544245711348179447054424571134817944705442457113481794470544245711348179447054424571134817944705442457113481794470544245711348179447054424571134817944705442457113481794470544245711348179447054424571134817944705442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25085fc1-af51-4b30-8efe-ab166fa9a00c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70467cc8-d188-4cdd-a201-df04df51d23f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ea96bac-468a-430c-8341-deb72991b0e0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70467cc8-d188-4cdd-a201-df04df51d23f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7895049450466721430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78950494504667214307895049450466721430789504945046672143078950494504667214307895049450466721430789504945046672143078950494504667214307895049450466721430789504945046672143078950494504667214307895049450466721430789504945046672143078950494504667214307895049450466721430789504945046672143078950494504667214307895049450466721430789504945046672143078950494504667214307895049450466721430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40bbe8bb-eda3-4ba8-b1b8-4ff6e32827e0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40bbe8bb-eda3-4ba8-b1b8-4ff6e32827e0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7409469054681965908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74094690546819659087409469054681965908740946905468196590874094690546819659087409469054681965908740946905468196590874094690546819659087409469054681965908740946905468196590874094690546819659087409469054681965908740946905468196590874094690546819659087409469054681965908740946905468196590874094690546819659087409469054681965908740946905468196590874094690546819659087409469054681965908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70467cc8-d188-4cdd-a201-df04df51d23f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97fdfaae-e8c5-4e58-b3ad-af2fc9beeecd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97fdfaae-e8c5-4e58-b3ad-af2fc9beeecd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7302905570193891161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73029055701938911617302905570193891161730290557019389116173029055701938911617302905570193891161730290557019389116173029055701938911617302905570193891161730290557019389116173029055701938911617302905570193891161730290557019389116173029055701938911617302905570193891161730290557019389116173029055701938911617302905570193891161730290557019389116173029055701938911617302905570193891161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40bbe8bb-eda3-4ba8-b1b8-4ff6e32827e0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 793f1ad5-1025-4025-b43d-0c27f93e9583, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 793f1ad5-1025-4025-b43d-0c27f93e9583, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12167491263804929582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216749126380492958212167491263804929582121674912638049295821216749126380492958212167491263804929582121674912638049295821216749126380492958212167491263804929582121674912638049295821216749126380492958212167491263804929582121674912638049295821216749126380492958212167491263804929582121674912638049295821216749126380492958212167491263804929582121674912638049295821216749126380492958212167491263804929582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97fdfaae-e8c5-4e58-b3ad-af2fc9beeecd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a763bfff-27db-48b2-9c3f-b4a94125d955, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a763bfff-27db-48b2-9c3f-b4a94125d955, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9310469957121919631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93104699571219196319310469957121919631931046995712191963193104699571219196319310469957121919631931046995712191963193104699571219196319310469957121919631931046995712191963193104699571219196319310469957121919631931046995712191963193104699571219196319310469957121919631931046995712191963193104699571219196319310469957121919631931046995712191963193104699571219196319310469957121919631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 793f1ad5-1025-4025-b43d-0c27f93e9583, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eeec8460-f126-4e50-9ff5-20082b4bfb09, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeec8460-f126-4e50-9ff5-20082b4bfb09, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7355109428288692041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73551094282886920417355109428288692041735510942828869204173551094282886920417355109428288692041735510942828869204173551094282886920417355109428288692041735510942828869204173551094282886920417355109428288692041735510942828869204173551094282886920417355109428288692041735510942828869204173551094282886920417355109428288692041735510942828869204173551094282886920417355109428288692041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a763bfff-27db-48b2-9c3f-b4a94125d955, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeec8460-f126-4e50-9ff5-20082b4bfb09, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74451731-dd27-4a60-8c53-e961f0941afd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74451731-dd27-4a60-8c53-e961f0941afd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9431799792256280192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94317997922562801929431799792256280192943179979225628019294317997922562801929431799792256280192943179979225628019294317997922562801929431799792256280192943179979225628019294317997922562801929431799792256280192943179979225628019294317997922562801929431799792256280192943179979225628019294317997922562801929431799792256280192943179979225628019294317997922562801929431799792256280192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dd937ae-d3bd-4fac-bdbd-00105ef743e1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dd937ae-d3bd-4fac-bdbd-00105ef743e1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 484423690055913001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "484423690055913001484423690055913001484423690055913001484423690055913001484423690055913001484423690055913001484423690055913001484423690055913001484423690055913001484423690055913001484423690055913001484423690055913001484423690055913001484423690055913001484423690055913001484423690055913001484423690055913001484423690055913001484423690055913001484423690055913001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74451731-dd27-4a60-8c53-e961f0941afd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bffd89b8-308f-454e-b7f7-5c084a796319, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bffd89b8-308f-454e-b7f7-5c084a796319, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8953471237474679510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89534712374746795108953471237474679510895347123747467951089534712374746795108953471237474679510895347123747467951089534712374746795108953471237474679510895347123747467951089534712374746795108953471237474679510895347123747467951089534712374746795108953471237474679510895347123747467951089534712374746795108953471237474679510895347123747467951089534712374746795108953471237474679510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dd937ae-d3bd-4fac-bdbd-00105ef743e1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f583e9c-3d63-4e7a-b199-792fddccff5a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f583e9c-3d63-4e7a-b199-792fddccff5a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1513539856218978638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15135398562189786381513539856218978638151353985621897863815135398562189786381513539856218978638151353985621897863815135398562189786381513539856218978638151353985621897863815135398562189786381513539856218978638151353985621897863815135398562189786381513539856218978638151353985621897863815135398562189786381513539856218978638151353985621897863815135398562189786381513539856218978638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bffd89b8-308f-454e-b7f7-5c084a796319, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8850dee5-1732-4126-8261-54b40a799cf9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8850dee5-1732-4126-8261-54b40a799cf9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17292443971026785280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729244397102678528017292443971026785280172924439710267852801729244397102678528017292443971026785280172924439710267852801729244397102678528017292443971026785280172924439710267852801729244397102678528017292443971026785280172924439710267852801729244397102678528017292443971026785280172924439710267852801729244397102678528017292443971026785280172924439710267852801729244397102678528017292443971026785280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f583e9c-3d63-4e7a-b199-792fddccff5a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de756165-13c2-4fb0-85df-4f48761a6e96, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de756165-13c2-4fb0-85df-4f48761a6e96, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15546118812063485696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554611881206348569615546118812063485696155461188120634856961554611881206348569615546118812063485696155461188120634856961554611881206348569615546118812063485696155461188120634856961554611881206348569615546118812063485696155461188120634856961554611881206348569615546118812063485696155461188120634856961554611881206348569615546118812063485696155461188120634856961554611881206348569615546118812063485696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8850dee5-1732-4126-8261-54b40a799cf9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70395083-bf34-4974-abc0-ada09e712c4d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70395083-bf34-4974-abc0-ada09e712c4d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17408739515730508286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740873951573050828617408739515730508286174087395157305082861740873951573050828617408739515730508286174087395157305082861740873951573050828617408739515730508286174087395157305082861740873951573050828617408739515730508286174087395157305082861740873951573050828617408739515730508286174087395157305082861740873951573050828617408739515730508286174087395157305082861740873951573050828617408739515730508286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de756165-13c2-4fb0-85df-4f48761a6e96, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99aae3a8-82b6-4378-a614-b26aa5b198f8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99aae3a8-82b6-4378-a614-b26aa5b198f8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3893064991662142081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38930649916621420813893064991662142081389306499166214208138930649916621420813893064991662142081389306499166214208138930649916621420813893064991662142081389306499166214208138930649916621420813893064991662142081389306499166214208138930649916621420813893064991662142081389306499166214208138930649916621420813893064991662142081389306499166214208138930649916621420813893064991662142081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70395083-bf34-4974-abc0-ada09e712c4d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6f2447a-a429-4027-badb-4d4c80a8148a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6f2447a-a429-4027-badb-4d4c80a8148a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16310528494660621301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631052849466062130116310528494660621301163105284946606213011631052849466062130116310528494660621301163105284946606213011631052849466062130116310528494660621301163105284946606213011631052849466062130116310528494660621301163105284946606213011631052849466062130116310528494660621301163105284946606213011631052849466062130116310528494660621301163105284946606213011631052849466062130116310528494660621301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99aae3a8-82b6-4378-a614-b26aa5b198f8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 502f005c-99eb-4959-b0a6-0e89c114983e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 502f005c-99eb-4959-b0a6-0e89c114983e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10499777541410323561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049977754141032356110499777541410323561104997775414103235611049977754141032356110499777541410323561104997775414103235611049977754141032356110499777541410323561104997775414103235611049977754141032356110499777541410323561104997775414103235611049977754141032356110499777541410323561104997775414103235611049977754141032356110499777541410323561104997775414103235611049977754141032356110499777541410323561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6f2447a-a429-4027-badb-4d4c80a8148a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77e05183-9da8-4aef-8e3a-a6dafcd0c148, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77e05183-9da8-4aef-8e3a-a6dafcd0c148, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8829299221244213439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88292992212442134398829299221244213439882929922124421343988292992212442134398829299221244213439882929922124421343988292992212442134398829299221244213439882929922124421343988292992212442134398829299221244213439882929922124421343988292992212442134398829299221244213439882929922124421343988292992212442134398829299221244213439882929922124421343988292992212442134398829299221244213439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 502f005c-99eb-4959-b0a6-0e89c114983e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f32852b-4ef0-4bfa-9a34-a32d4dec9a98, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f32852b-4ef0-4bfa-9a34-a32d4dec9a98, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9175935740582130357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91759357405821303579175935740582130357917593574058213035791759357405821303579175935740582130357917593574058213035791759357405821303579175935740582130357917593574058213035791759357405821303579175935740582130357917593574058213035791759357405821303579175935740582130357917593574058213035791759357405821303579175935740582130357917593574058213035791759357405821303579175935740582130357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77e05183-9da8-4aef-8e3a-a6dafcd0c148, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c1f6918-0d1c-407b-8af2-850c4f7ec057, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c1f6918-0d1c-407b-8af2-850c4f7ec057, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9607317508225595881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96073175082255958819607317508225595881960731750822559588196073175082255958819607317508225595881960731750822559588196073175082255958819607317508225595881960731750822559588196073175082255958819607317508225595881960731750822559588196073175082255958819607317508225595881960731750822559588196073175082255958819607317508225595881960731750822559588196073175082255958819607317508225595881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f32852b-4ef0-4bfa-9a34-a32d4dec9a98, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2e93276-0e1e-4c31-b115-4a27f476017c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c1f6918-0d1c-407b-8af2-850c4f7ec057, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2e93276-0e1e-4c31-b115-4a27f476017c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17233542779027346951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723354277902734695117233542779027346951172335427790273469511723354277902734695117233542779027346951172335427790273469511723354277902734695117233542779027346951172335427790273469511723354277902734695117233542779027346951172335427790273469511723354277902734695117233542779027346951172335427790273469511723354277902734695117233542779027346951172335427790273469511723354277902734695117233542779027346951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2464b9f-32e2-49e1-85ef-6c14ff23ca6a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2464b9f-32e2-49e1-85ef-6c14ff23ca6a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8620280347541494632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86202803475414946328620280347541494632862028034754149463286202803475414946328620280347541494632862028034754149463286202803475414946328620280347541494632862028034754149463286202803475414946328620280347541494632862028034754149463286202803475414946328620280347541494632862028034754149463286202803475414946328620280347541494632862028034754149463286202803475414946328620280347541494632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2e93276-0e1e-4c31-b115-4a27f476017c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b70b6b4-c1e3-4b1f-bbb6-9a024c45745f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b70b6b4-c1e3-4b1f-bbb6-9a024c45745f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3443249446840612206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34432494468406122063443249446840612206344324944684061220634432494468406122063443249446840612206344324944684061220634432494468406122063443249446840612206344324944684061220634432494468406122063443249446840612206344324944684061220634432494468406122063443249446840612206344324944684061220634432494468406122063443249446840612206344324944684061220634432494468406122063443249446840612206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b70b6b4-c1e3-4b1f-bbb6-9a024c45745f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f43a0df-dafd-4d3a-a122-8d2da2627e87, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2464b9f-32e2-49e1-85ef-6c14ff23ca6a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f43a0df-dafd-4d3a-a122-8d2da2627e87, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16407617459202290492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640761745920229049216407617459202290492164076174592022904921640761745920229049216407617459202290492164076174592022904921640761745920229049216407617459202290492164076174592022904921640761745920229049216407617459202290492164076174592022904921640761745920229049216407617459202290492164076174592022904921640761745920229049216407617459202290492164076174592022904921640761745920229049216407617459202290492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25e1deee-3241-428c-9f0a-118446d98de5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e1deee-3241-428c-9f0a-118446d98de5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 63145255571984821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6314525557198482163145255571984821631452555719848216314525557198482163145255571984821631452555719848216314525557198482163145255571984821631452555719848216314525557198482163145255571984821631452555719848216314525557198482163145255571984821631452555719848216314525557198482163145255571984821631452555719848216314525557198482163145255571984821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e1deee-3241-428c-9f0a-118446d98de5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f43a0df-dafd-4d3a-a122-8d2da2627e87, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1b6cab5-2024-4a34-b777-ea34277717b5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c382484e-1b9b-47f6-970a-e20f7647ee15, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1b6cab5-2024-4a34-b777-ea34277717b5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13361455626010120064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336145562601012006413361455626010120064133614556260101200641336145562601012006413361455626010120064133614556260101200641336145562601012006413361455626010120064133614556260101200641336145562601012006413361455626010120064133614556260101200641336145562601012006413361455626010120064133614556260101200641336145562601012006413361455626010120064133614556260101200641336145562601012006413361455626010120064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c382484e-1b9b-47f6-970a-e20f7647ee15, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18045115019767044053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804511501976704405318045115019767044053180451150197670440531804511501976704405318045115019767044053180451150197670440531804511501976704405318045115019767044053180451150197670440531804511501976704405318045115019767044053180451150197670440531804511501976704405318045115019767044053180451150197670440531804511501976704405318045115019767044053180451150197670440531804511501976704405318045115019767044053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1b6cab5-2024-4a34-b777-ea34277717b5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c1fd147-3b92-4fe5-9588-c9bb1c5a8475, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c1fd147-3b92-4fe5-9588-c9bb1c5a8475, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13215511436247120661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321551143624712066113215511436247120661132155114362471206611321551143624712066113215511436247120661132155114362471206611321551143624712066113215511436247120661132155114362471206611321551143624712066113215511436247120661132155114362471206611321551143624712066113215511436247120661132155114362471206611321551143624712066113215511436247120661132155114362471206611321551143624712066113215511436247120661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c382484e-1b9b-47f6-970a-e20f7647ee15, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae3324bb-f3b1-4360-8823-43f5e997dc6d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae3324bb-f3b1-4360-8823-43f5e997dc6d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15732124913171057233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573212491317105723315732124913171057233157321249131710572331573212491317105723315732124913171057233157321249131710572331573212491317105723315732124913171057233157321249131710572331573212491317105723315732124913171057233157321249131710572331573212491317105723315732124913171057233157321249131710572331573212491317105723315732124913171057233157321249131710572331573212491317105723315732124913171057233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c1fd147-3b92-4fe5-9588-c9bb1c5a8475, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 692a9d72-c797-4ca2-897c-ca25f88cf018, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 692a9d72-c797-4ca2-897c-ca25f88cf018, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13793758702767307712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379375870276730771213793758702767307712137937587027673077121379375870276730771213793758702767307712137937587027673077121379375870276730771213793758702767307712137937587027673077121379375870276730771213793758702767307712137937587027673077121379375870276730771213793758702767307712137937587027673077121379375870276730771213793758702767307712137937587027673077121379375870276730771213793758702767307712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae3324bb-f3b1-4360-8823-43f5e997dc6d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a926037-4550-4fc9-a03f-229ccd930943, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a926037-4550-4fc9-a03f-229ccd930943, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4159329676005848780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41593296760058487804159329676005848780415932967600584878041593296760058487804159329676005848780415932967600584878041593296760058487804159329676005848780415932967600584878041593296760058487804159329676005848780415932967600584878041593296760058487804159329676005848780415932967600584878041593296760058487804159329676005848780415932967600584878041593296760058487804159329676005848780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a926037-4550-4fc9-a03f-229ccd930943, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70baee69-d35f-4340-849c-eff4f485e3c7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70baee69-d35f-4340-849c-eff4f485e3c7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10322520443862662950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032252044386266295010322520443862662950103225204438626629501032252044386266295010322520443862662950103225204438626629501032252044386266295010322520443862662950103225204438626629501032252044386266295010322520443862662950103225204438626629501032252044386266295010322520443862662950103225204438626629501032252044386266295010322520443862662950103225204438626629501032252044386266295010322520443862662950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 692a9d72-c797-4ca2-897c-ca25f88cf018, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64b760ad-7e6b-4746-905e-411a6ca797ef, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64b760ad-7e6b-4746-905e-411a6ca797ef, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3054674726214478039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30546747262144780393054674726214478039305467472621447803930546747262144780393054674726214478039305467472621447803930546747262144780393054674726214478039305467472621447803930546747262144780393054674726214478039305467472621447803930546747262144780393054674726214478039305467472621447803930546747262144780393054674726214478039305467472621447803930546747262144780393054674726214478039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70baee69-d35f-4340-849c-eff4f485e3c7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54621c05-8823-4e2f-bff6-6c86f077d919, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54621c05-8823-4e2f-bff6-6c86f077d919, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11415618321912841241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141561832191284124111415618321912841241114156183219128412411141561832191284124111415618321912841241114156183219128412411141561832191284124111415618321912841241114156183219128412411141561832191284124111415618321912841241114156183219128412411141561832191284124111415618321912841241114156183219128412411141561832191284124111415618321912841241114156183219128412411141561832191284124111415618321912841241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64b760ad-7e6b-4746-905e-411a6ca797ef, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f545f2e4-bee6-4aa6-abda-3843c1b68c3f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f545f2e4-bee6-4aa6-abda-3843c1b68c3f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16991920054990712212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699192005499071221216991920054990712212169919200549907122121699192005499071221216991920054990712212169919200549907122121699192005499071221216991920054990712212169919200549907122121699192005499071221216991920054990712212169919200549907122121699192005499071221216991920054990712212169919200549907122121699192005499071221216991920054990712212169919200549907122121699192005499071221216991920054990712212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54621c05-8823-4e2f-bff6-6c86f077d919, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51ccc877-8bd2-47a5-9e21-8f5a383cd5f1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51ccc877-8bd2-47a5-9e21-8f5a383cd5f1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18445672431134128060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844567243113412806018445672431134128060184456724311341280601844567243113412806018445672431134128060184456724311341280601844567243113412806018445672431134128060184456724311341280601844567243113412806018445672431134128060184456724311341280601844567243113412806018445672431134128060184456724311341280601844567243113412806018445672431134128060184456724311341280601844567243113412806018445672431134128060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f545f2e4-bee6-4aa6-abda-3843c1b68c3f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 961fff6f-c81f-4fc1-a318-5b2da61708cc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51ccc877-8bd2-47a5-9e21-8f5a383cd5f1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 961fff6f-c81f-4fc1-a318-5b2da61708cc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6232545992066204558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62325459920662045586232545992066204558623254599206620455862325459920662045586232545992066204558623254599206620455862325459920662045586232545992066204558623254599206620455862325459920662045586232545992066204558623254599206620455862325459920662045586232545992066204558623254599206620455862325459920662045586232545992066204558623254599206620455862325459920662045586232545992066204558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5314226-8e23-494a-9546-086f3edd2f36, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5314226-8e23-494a-9546-086f3edd2f36, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 598486981574710376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "598486981574710376598486981574710376598486981574710376598486981574710376598486981574710376598486981574710376598486981574710376598486981574710376598486981574710376598486981574710376598486981574710376598486981574710376598486981574710376598486981574710376598486981574710376598486981574710376598486981574710376598486981574710376598486981574710376598486981574710376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 961fff6f-c81f-4fc1-a318-5b2da61708cc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5314226-8e23-494a-9546-086f3edd2f36, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e94a476b-4686-4755-92dd-99525bc466f9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e94a476b-4686-4755-92dd-99525bc466f9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1728690229440677658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17286902294406776581728690229440677658172869022944067765817286902294406776581728690229440677658172869022944067765817286902294406776581728690229440677658172869022944067765817286902294406776581728690229440677658172869022944067765817286902294406776581728690229440677658172869022944067765817286902294406776581728690229440677658172869022944067765817286902294406776581728690229440677658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ef51e64-66e0-401a-9305-79d08092597a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ef51e64-66e0-401a-9305-79d08092597a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11293379076772746724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129337907677274672411293379076772746724112933790767727467241129337907677274672411293379076772746724112933790767727467241129337907677274672411293379076772746724112933790767727467241129337907677274672411293379076772746724112933790767727467241129337907677274672411293379076772746724112933790767727467241129337907677274672411293379076772746724112933790767727467241129337907677274672411293379076772746724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ef51e64-66e0-401a-9305-79d08092597a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb5d4312-379c-4062-85b0-ecc5e446596f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb5d4312-379c-4062-85b0-ecc5e446596f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12575035307264221053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257503530726422105312575035307264221053125750353072642210531257503530726422105312575035307264221053125750353072642210531257503530726422105312575035307264221053125750353072642210531257503530726422105312575035307264221053125750353072642210531257503530726422105312575035307264221053125750353072642210531257503530726422105312575035307264221053125750353072642210531257503530726422105312575035307264221053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e94a476b-4686-4755-92dd-99525bc466f9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df901691-25d7-4b03-be47-e0ef045ec8f8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df901691-25d7-4b03-be47-e0ef045ec8f8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18331211745471188782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833121174547118878218331211745471188782183312117454711887821833121174547118878218331211745471188782183312117454711887821833121174547118878218331211745471188782183312117454711887821833121174547118878218331211745471188782183312117454711887821833121174547118878218331211745471188782183312117454711887821833121174547118878218331211745471188782183312117454711887821833121174547118878218331211745471188782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb5d4312-379c-4062-85b0-ecc5e446596f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e27d54b6-cb1b-4aef-85f1-7625cef16e2a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e27d54b6-cb1b-4aef-85f1-7625cef16e2a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11679846190020424833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167984619002042483311679846190020424833116798461900204248331167984619002042483311679846190020424833116798461900204248331167984619002042483311679846190020424833116798461900204248331167984619002042483311679846190020424833116798461900204248331167984619002042483311679846190020424833116798461900204248331167984619002042483311679846190020424833116798461900204248331167984619002042483311679846190020424833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df901691-25d7-4b03-be47-e0ef045ec8f8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d1b1597-3f61-4d74-800b-7298b2825256, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d1b1597-3f61-4d74-800b-7298b2825256, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4818486668221590249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48184866682215902494818486668221590249481848666822159024948184866682215902494818486668221590249481848666822159024948184866682215902494818486668221590249481848666822159024948184866682215902494818486668221590249481848666822159024948184866682215902494818486668221590249481848666822159024948184866682215902494818486668221590249481848666822159024948184866682215902494818486668221590249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e27d54b6-cb1b-4aef-85f1-7625cef16e2a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56cecc99-72b0-4e96-8226-af51e8446e69, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56cecc99-72b0-4e96-8226-af51e8446e69, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7534543658146441595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75345436581464415957534543658146441595753454365814644159575345436581464415957534543658146441595753454365814644159575345436581464415957534543658146441595753454365814644159575345436581464415957534543658146441595753454365814644159575345436581464415957534543658146441595753454365814644159575345436581464415957534543658146441595753454365814644159575345436581464415957534543658146441595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d1b1597-3f61-4d74-800b-7298b2825256, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a0d766c-baa7-481e-963e-05af905398c4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a0d766c-baa7-481e-963e-05af905398c4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1077756551614268066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10777565516142680661077756551614268066107775655161426806610777565516142680661077756551614268066107775655161426806610777565516142680661077756551614268066107775655161426806610777565516142680661077756551614268066107775655161426806610777565516142680661077756551614268066107775655161426806610777565516142680661077756551614268066107775655161426806610777565516142680661077756551614268066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a0d766c-baa7-481e-963e-05af905398c4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9cf884f-fbf1-4306-9b80-bef86bf859df, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9cf884f-fbf1-4306-9b80-bef86bf859df, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7881447151181312347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78814471511813123477881447151181312347788144715118131234778814471511813123477881447151181312347788144715118131234778814471511813123477881447151181312347788144715118131234778814471511813123477881447151181312347788144715118131234778814471511813123477881447151181312347788144715118131234778814471511813123477881447151181312347788144715118131234778814471511813123477881447151181312347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56cecc99-72b0-4e96-8226-af51e8446e69, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb838dcf-9ecb-44a2-85bd-9e1c95c8b3dc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb838dcf-9ecb-44a2-85bd-9e1c95c8b3dc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2794493665865308976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27944936658653089762794493665865308976279449366586530897627944936658653089762794493665865308976279449366586530897627944936658653089762794493665865308976279449366586530897627944936658653089762794493665865308976279449366586530897627944936658653089762794493665865308976279449366586530897627944936658653089762794493665865308976279449366586530897627944936658653089762794493665865308976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9cf884f-fbf1-4306-9b80-bef86bf859df, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0a143a4-6e1b-476d-95b0-0c8246fd5816, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0a143a4-6e1b-476d-95b0-0c8246fd5816, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17262108480834070771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726210848083407077117262108480834070771172621084808340707711726210848083407077117262108480834070771172621084808340707711726210848083407077117262108480834070771172621084808340707711726210848083407077117262108480834070771172621084808340707711726210848083407077117262108480834070771172621084808340707711726210848083407077117262108480834070771172621084808340707711726210848083407077117262108480834070771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb838dcf-9ecb-44a2-85bd-9e1c95c8b3dc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d33a3628-6f82-4ccc-a793-e7a0aae1204c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d33a3628-6f82-4ccc-a793-e7a0aae1204c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8373000005944176966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83730000059441769668373000005944176966837300000594417696683730000059441769668373000005944176966837300000594417696683730000059441769668373000005944176966837300000594417696683730000059441769668373000005944176966837300000594417696683730000059441769668373000005944176966837300000594417696683730000059441769668373000005944176966837300000594417696683730000059441769668373000005944176966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0a143a4-6e1b-476d-95b0-0c8246fd5816, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9499e2d-9b50-4e2d-89bc-f9512cd5731a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9499e2d-9b50-4e2d-89bc-f9512cd5731a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14991487041546061773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499148704154606177314991487041546061773149914870415460617731499148704154606177314991487041546061773149914870415460617731499148704154606177314991487041546061773149914870415460617731499148704154606177314991487041546061773149914870415460617731499148704154606177314991487041546061773149914870415460617731499148704154606177314991487041546061773149914870415460617731499148704154606177314991487041546061773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d33a3628-6f82-4ccc-a793-e7a0aae1204c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8684a3e-1875-4458-ad8d-b6e133be7df5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8684a3e-1875-4458-ad8d-b6e133be7df5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14877464877662986831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487746487766298683114877464877662986831148774648776629868311487746487766298683114877464877662986831148774648776629868311487746487766298683114877464877662986831148774648776629868311487746487766298683114877464877662986831148774648776629868311487746487766298683114877464877662986831148774648776629868311487746487766298683114877464877662986831148774648776629868311487746487766298683114877464877662986831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9499e2d-9b50-4e2d-89bc-f9512cd5731a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac37825d-b8a0-4337-bedf-8867881052e9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac37825d-b8a0-4337-bedf-8867881052e9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5872494505086909058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58724945050869090585872494505086909058587249450508690905858724945050869090585872494505086909058587249450508690905858724945050869090585872494505086909058587249450508690905858724945050869090585872494505086909058587249450508690905858724945050869090585872494505086909058587249450508690905858724945050869090585872494505086909058587249450508690905858724945050869090585872494505086909058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8684a3e-1875-4458-ad8d-b6e133be7df5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf2f6126-8ec6-4c03-9f42-8a7ffe403944, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf2f6126-8ec6-4c03-9f42-8a7ffe403944, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7222350079074446748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72223500790744467487222350079074446748722235007907444674872223500790744467487222350079074446748722235007907444674872223500790744467487222350079074446748722235007907444674872223500790744467487222350079074446748722235007907444674872223500790744467487222350079074446748722235007907444674872223500790744467487222350079074446748722235007907444674872223500790744467487222350079074446748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac37825d-b8a0-4337-bedf-8867881052e9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7138155-db9f-4841-a154-31b7a80bb657, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7138155-db9f-4841-a154-31b7a80bb657, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3407470560752193133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34074705607521931333407470560752193133340747056075219313334074705607521931333407470560752193133340747056075219313334074705607521931333407470560752193133340747056075219313334074705607521931333407470560752193133340747056075219313334074705607521931333407470560752193133340747056075219313334074705607521931333407470560752193133340747056075219313334074705607521931333407470560752193133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf2f6126-8ec6-4c03-9f42-8a7ffe403944, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca965b65-03ce-43f1-b9fd-d37a8d7f657a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca965b65-03ce-43f1-b9fd-d37a8d7f657a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14785067122462095807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478506712246209580714785067122462095807147850671224620958071478506712246209580714785067122462095807147850671224620958071478506712246209580714785067122462095807147850671224620958071478506712246209580714785067122462095807147850671224620958071478506712246209580714785067122462095807147850671224620958071478506712246209580714785067122462095807147850671224620958071478506712246209580714785067122462095807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7138155-db9f-4841-a154-31b7a80bb657, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1923d548-1fba-44c9-ba10-8ae5103297bb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1923d548-1fba-44c9-ba10-8ae5103297bb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6498278474965990635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64982784749659906356498278474965990635649827847496599063564982784749659906356498278474965990635649827847496599063564982784749659906356498278474965990635649827847496599063564982784749659906356498278474965990635649827847496599063564982784749659906356498278474965990635649827847496599063564982784749659906356498278474965990635649827847496599063564982784749659906356498278474965990635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca965b65-03ce-43f1-b9fd-d37a8d7f657a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 387d4d53-03be-41e2-9f4a-faf572b11633, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 387d4d53-03be-41e2-9f4a-faf572b11633, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1472568550286560105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14725685502865601051472568550286560105147256855028656010514725685502865601051472568550286560105147256855028656010514725685502865601051472568550286560105147256855028656010514725685502865601051472568550286560105147256855028656010514725685502865601051472568550286560105147256855028656010514725685502865601051472568550286560105147256855028656010514725685502865601051472568550286560105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1923d548-1fba-44c9-ba10-8ae5103297bb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acdfa8cb-1541-4d54-818d-77ec8bc2cba1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acdfa8cb-1541-4d54-818d-77ec8bc2cba1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5574783431423102549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55747834314231025495574783431423102549557478343142310254955747834314231025495574783431423102549557478343142310254955747834314231025495574783431423102549557478343142310254955747834314231025495574783431423102549557478343142310254955747834314231025495574783431423102549557478343142310254955747834314231025495574783431423102549557478343142310254955747834314231025495574783431423102549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 387d4d53-03be-41e2-9f4a-faf572b11633, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab842a3b-a8a9-44b0-9574-ed7604814929, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acdfa8cb-1541-4d54-818d-77ec8bc2cba1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab842a3b-a8a9-44b0-9574-ed7604814929, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 331078290241750722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "331078290241750722331078290241750722331078290241750722331078290241750722331078290241750722331078290241750722331078290241750722331078290241750722331078290241750722331078290241750722331078290241750722331078290241750722331078290241750722331078290241750722331078290241750722331078290241750722331078290241750722331078290241750722331078290241750722331078290241750722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1acffb2-344c-483d-b309-c2fca37bd18b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1acffb2-344c-483d-b309-c2fca37bd18b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16158803589657611608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615880358965761160816158803589657611608161588035896576116081615880358965761160816158803589657611608161588035896576116081615880358965761160816158803589657611608161588035896576116081615880358965761160816158803589657611608161588035896576116081615880358965761160816158803589657611608161588035896576116081615880358965761160816158803589657611608161588035896576116081615880358965761160816158803589657611608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab842a3b-a8a9-44b0-9574-ed7604814929, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1acffb2-344c-483d-b309-c2fca37bd18b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eddd34c9-920b-4392-a455-e4f10007d39c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eddd34c9-920b-4392-a455-e4f10007d39c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14545427041367292925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454542704136729292514545427041367292925145454270413672929251454542704136729292514545427041367292925145454270413672929251454542704136729292514545427041367292925145454270413672929251454542704136729292514545427041367292925145454270413672929251454542704136729292514545427041367292925145454270413672929251454542704136729292514545427041367292925145454270413672929251454542704136729292514545427041367292925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44f4411f-30bc-45d2-ba54-996c6a7fc37a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44f4411f-30bc-45d2-ba54-996c6a7fc37a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7352934505259615645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73529345052596156457352934505259615645735293450525961564573529345052596156457352934505259615645735293450525961564573529345052596156457352934505259615645735293450525961564573529345052596156457352934505259615645735293450525961564573529345052596156457352934505259615645735293450525961564573529345052596156457352934505259615645735293450525961564573529345052596156457352934505259615645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eddd34c9-920b-4392-a455-e4f10007d39c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de4eeefb-8317-470e-a7bc-1a92a96721bb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4eeefb-8317-470e-a7bc-1a92a96721bb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8599331087141095736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85993310871410957368599331087141095736859933108714109573685993310871410957368599331087141095736859933108714109573685993310871410957368599331087141095736859933108714109573685993310871410957368599331087141095736859933108714109573685993310871410957368599331087141095736859933108714109573685993310871410957368599331087141095736859933108714109573685993310871410957368599331087141095736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44f4411f-30bc-45d2-ba54-996c6a7fc37a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d552af2-fda7-422b-b769-cb6b7e62efe8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d552af2-fda7-422b-b769-cb6b7e62efe8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6584219262546152957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65842192625461529576584219262546152957658421926254615295765842192625461529576584219262546152957658421926254615295765842192625461529576584219262546152957658421926254615295765842192625461529576584219262546152957658421926254615295765842192625461529576584219262546152957658421926254615295765842192625461529576584219262546152957658421926254615295765842192625461529576584219262546152957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4eeefb-8317-470e-a7bc-1a92a96721bb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a438a51e-01d6-499a-a4c3-a5ebb9df891e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d552af2-fda7-422b-b769-cb6b7e62efe8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a438a51e-01d6-499a-a4c3-a5ebb9df891e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7334044686022073711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73340446860220737117334044686022073711733404468602207371173340446860220737117334044686022073711733404468602207371173340446860220737117334044686022073711733404468602207371173340446860220737117334044686022073711733404468602207371173340446860220737117334044686022073711733404468602207371173340446860220737117334044686022073711733404468602207371173340446860220737117334044686022073711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f264ae8-525c-4191-9f15-ee9732f1406f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f264ae8-525c-4191-9f15-ee9732f1406f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1660742824111210109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16607428241112101091660742824111210109166074282411121010916607428241112101091660742824111210109166074282411121010916607428241112101091660742824111210109166074282411121010916607428241112101091660742824111210109166074282411121010916607428241112101091660742824111210109166074282411121010916607428241112101091660742824111210109166074282411121010916607428241112101091660742824111210109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a438a51e-01d6-499a-a4c3-a5ebb9df891e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8e4e339-934e-492b-846d-8c5788111081, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f264ae8-525c-4191-9f15-ee9732f1406f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e4e339-934e-492b-846d-8c5788111081, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18354487062360721791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835448706236072179118354487062360721791183544870623607217911835448706236072179118354487062360721791183544870623607217911835448706236072179118354487062360721791183544870623607217911835448706236072179118354487062360721791183544870623607217911835448706236072179118354487062360721791183544870623607217911835448706236072179118354487062360721791183544870623607217911835448706236072179118354487062360721791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8534f5f7-8da3-4d32-8bee-ce90b32ad03d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8534f5f7-8da3-4d32-8bee-ce90b32ad03d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11718598966979464096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171859896697946409611718598966979464096117185989669794640961171859896697946409611718598966979464096117185989669794640961171859896697946409611718598966979464096117185989669794640961171859896697946409611718598966979464096117185989669794640961171859896697946409611718598966979464096117185989669794640961171859896697946409611718598966979464096117185989669794640961171859896697946409611718598966979464096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e4e339-934e-492b-846d-8c5788111081, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a075fa14-7a02-46da-b977-b98b4c2a67fb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8534f5f7-8da3-4d32-8bee-ce90b32ad03d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7556bd0-3618-4d24-aa59-3085c697fb03, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7556bd0-3618-4d24-aa59-3085c697fb03, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14760414934364095096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476041493436409509614760414934364095096147604149343640950961476041493436409509614760414934364095096147604149343640950961476041493436409509614760414934364095096147604149343640950961476041493436409509614760414934364095096147604149343640950961476041493436409509614760414934364095096147604149343640950961476041493436409509614760414934364095096147604149343640950961476041493436409509614760414934364095096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a075fa14-7a02-46da-b977-b98b4c2a67fb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2605690345794120210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26056903457941202102605690345794120210260569034579412021026056903457941202102605690345794120210260569034579412021026056903457941202102605690345794120210260569034579412021026056903457941202102605690345794120210260569034579412021026056903457941202102605690345794120210260569034579412021026056903457941202102605690345794120210260569034579412021026056903457941202102605690345794120210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a075fa14-7a02-46da-b977-b98b4c2a67fb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7556bd0-3618-4d24-aa59-3085c697fb03, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a760ba74-b31a-4e92-bf31-0780a81f87b5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a760ba74-b31a-4e92-bf31-0780a81f87b5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11566438060017397691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156643806001739769111566438060017397691115664380600173976911156643806001739769111566438060017397691115664380600173976911156643806001739769111566438060017397691115664380600173976911156643806001739769111566438060017397691115664380600173976911156643806001739769111566438060017397691115664380600173976911156643806001739769111566438060017397691115664380600173976911156643806001739769111566438060017397691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 112d1ac0-fefd-4938-a5eb-d62d377754ee, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 112d1ac0-fefd-4938-a5eb-d62d377754ee, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4136281142107972249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41362811421079722494136281142107972249413628114210797224941362811421079722494136281142107972249413628114210797224941362811421079722494136281142107972249413628114210797224941362811421079722494136281142107972249413628114210797224941362811421079722494136281142107972249413628114210797224941362811421079722494136281142107972249413628114210797224941362811421079722494136281142107972249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a760ba74-b31a-4e92-bf31-0780a81f87b5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d37118eb-7cd2-4dac-85bd-07abdce53904, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d37118eb-7cd2-4dac-85bd-07abdce53904, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14656136944550225325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465613694455022532514656136944550225325146561369445502253251465613694455022532514656136944550225325146561369445502253251465613694455022532514656136944550225325146561369445502253251465613694455022532514656136944550225325146561369445502253251465613694455022532514656136944550225325146561369445502253251465613694455022532514656136944550225325146561369445502253251465613694455022532514656136944550225325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 112d1ac0-fefd-4938-a5eb-d62d377754ee, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 132617c1-62b6-4d50-81e4-9ff17d7363e7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d37118eb-7cd2-4dac-85bd-07abdce53904, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 132617c1-62b6-4d50-81e4-9ff17d7363e7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6883585879923983897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68835858799239838976883585879923983897688358587992398389768835858799239838976883585879923983897688358587992398389768835858799239838976883585879923983897688358587992398389768835858799239838976883585879923983897688358587992398389768835858799239838976883585879923983897688358587992398389768835858799239838976883585879923983897688358587992398389768835858799239838976883585879923983897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c658480-2ebe-45c6-8582-1b7698ad7fb9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c658480-2ebe-45c6-8582-1b7698ad7fb9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13671327653973856221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367132765397385622113671327653973856221136713276539738562211367132765397385622113671327653973856221136713276539738562211367132765397385622113671327653973856221136713276539738562211367132765397385622113671327653973856221136713276539738562211367132765397385622113671327653973856221136713276539738562211367132765397385622113671327653973856221136713276539738562211367132765397385622113671327653973856221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 132617c1-62b6-4d50-81e4-9ff17d7363e7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 489dba67-2a84-482f-895b-dfbf4315b1f2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 489dba67-2a84-482f-895b-dfbf4315b1f2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4563020082078792925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45630200820787929254563020082078792925456302008207879292545630200820787929254563020082078792925456302008207879292545630200820787929254563020082078792925456302008207879292545630200820787929254563020082078792925456302008207879292545630200820787929254563020082078792925456302008207879292545630200820787929254563020082078792925456302008207879292545630200820787929254563020082078792925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c658480-2ebe-45c6-8582-1b7698ad7fb9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22016de9-15dc-4597-957f-c16656d7bd10, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22016de9-15dc-4597-957f-c16656d7bd10, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15447491151667056024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544749115166705602415447491151667056024154474911516670560241544749115166705602415447491151667056024154474911516670560241544749115166705602415447491151667056024154474911516670560241544749115166705602415447491151667056024154474911516670560241544749115166705602415447491151667056024154474911516670560241544749115166705602415447491151667056024154474911516670560241544749115166705602415447491151667056024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 489dba67-2a84-482f-895b-dfbf4315b1f2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57ecdc0f-02b8-481d-a2e4-dc33bef4f0c8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ecdc0f-02b8-481d-a2e4-dc33bef4f0c8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2508639049304237475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25086390493042374752508639049304237475250863904930423747525086390493042374752508639049304237475250863904930423747525086390493042374752508639049304237475250863904930423747525086390493042374752508639049304237475250863904930423747525086390493042374752508639049304237475250863904930423747525086390493042374752508639049304237475250863904930423747525086390493042374752508639049304237475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22016de9-15dc-4597-957f-c16656d7bd10, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3766fb5d-264e-4218-8c81-83e4ae6bdf59, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ecdc0f-02b8-481d-a2e4-dc33bef4f0c8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3766fb5d-264e-4218-8c81-83e4ae6bdf59, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1804811912716687612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18048119127166876121804811912716687612180481191271668761218048119127166876121804811912716687612180481191271668761218048119127166876121804811912716687612180481191271668761218048119127166876121804811912716687612180481191271668761218048119127166876121804811912716687612180481191271668761218048119127166876121804811912716687612180481191271668761218048119127166876121804811912716687612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a13e4f6-8be1-405f-aeaf-070ba3cd5d69, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a13e4f6-8be1-405f-aeaf-070ba3cd5d69, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7184133164533205962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71841331645332059627184133164533205962718413316453320596271841331645332059627184133164533205962718413316453320596271841331645332059627184133164533205962718413316453320596271841331645332059627184133164533205962718413316453320596271841331645332059627184133164533205962718413316453320596271841331645332059627184133164533205962718413316453320596271841331645332059627184133164533205962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3766fb5d-264e-4218-8c81-83e4ae6bdf59, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3858b499-70bd-415b-81cf-65ca5e9f6de4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a13e4f6-8be1-405f-aeaf-070ba3cd5d69, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3858b499-70bd-415b-81cf-65ca5e9f6de4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11036906041704241275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103690604170424127511036906041704241275110369060417042412751103690604170424127511036906041704241275110369060417042412751103690604170424127511036906041704241275110369060417042412751103690604170424127511036906041704241275110369060417042412751103690604170424127511036906041704241275110369060417042412751103690604170424127511036906041704241275110369060417042412751103690604170424127511036906041704241275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f95a6891-cc0f-4f91-964b-d4f5d6f8117d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f95a6891-cc0f-4f91-964b-d4f5d6f8117d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1551132347563548599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15511323475635485991551132347563548599155113234756354859915511323475635485991551132347563548599155113234756354859915511323475635485991551132347563548599155113234756354859915511323475635485991551132347563548599155113234756354859915511323475635485991551132347563548599155113234756354859915511323475635485991551132347563548599155113234756354859915511323475635485991551132347563548599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3858b499-70bd-415b-81cf-65ca5e9f6de4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f95a6891-cc0f-4f91-964b-d4f5d6f8117d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42b574ea-e8ae-4184-ab5e-985e5e259b34, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42b574ea-e8ae-4184-ab5e-985e5e259b34, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3008279149403514995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30082791494035149953008279149403514995300827914940351499530082791494035149953008279149403514995300827914940351499530082791494035149953008279149403514995300827914940351499530082791494035149953008279149403514995300827914940351499530082791494035149953008279149403514995300827914940351499530082791494035149953008279149403514995300827914940351499530082791494035149953008279149403514995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcdbf0d5-6ff1-42dc-9384-6ae735c31059, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcdbf0d5-6ff1-42dc-9384-6ae735c31059, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11518788619737414389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151878861973741438911518788619737414389115187886197374143891151878861973741438911518788619737414389115187886197374143891151878861973741438911518788619737414389115187886197374143891151878861973741438911518788619737414389115187886197374143891151878861973741438911518788619737414389115187886197374143891151878861973741438911518788619737414389115187886197374143891151878861973741438911518788619737414389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42b574ea-e8ae-4184-ab5e-985e5e259b34, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcdbf0d5-6ff1-42dc-9384-6ae735c31059, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41e13d85-c3bf-47fc-a7cc-60967e712ed1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41e13d85-c3bf-47fc-a7cc-60967e712ed1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6624065381913697215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66240653819136972156624065381913697215662406538191369721566240653819136972156624065381913697215662406538191369721566240653819136972156624065381913697215662406538191369721566240653819136972156624065381913697215662406538191369721566240653819136972156624065381913697215662406538191369721566240653819136972156624065381913697215662406538191369721566240653819136972156624065381913697215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d102da73-3cf4-4726-9344-2789646c6c07, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d102da73-3cf4-4726-9344-2789646c6c07, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17054321454085813281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705432145408581328117054321454085813281170543214540858132811705432145408581328117054321454085813281170543214540858132811705432145408581328117054321454085813281170543214540858132811705432145408581328117054321454085813281170543214540858132811705432145408581328117054321454085813281170543214540858132811705432145408581328117054321454085813281170543214540858132811705432145408581328117054321454085813281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41e13d85-c3bf-47fc-a7cc-60967e712ed1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32a72f1c-162d-433d-a4d7-f74ec1e6bf2c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32a72f1c-162d-433d-a4d7-f74ec1e6bf2c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10872815067623912190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087281506762391219010872815067623912190108728150676239121901087281506762391219010872815067623912190108728150676239121901087281506762391219010872815067623912190108728150676239121901087281506762391219010872815067623912190108728150676239121901087281506762391219010872815067623912190108728150676239121901087281506762391219010872815067623912190108728150676239121901087281506762391219010872815067623912190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d102da73-3cf4-4726-9344-2789646c6c07, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 369bfec9-d957-4711-ae34-d5ceb5121b33, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 369bfec9-d957-4711-ae34-d5ceb5121b33, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 147681750322404848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "147681750322404848147681750322404848147681750322404848147681750322404848147681750322404848147681750322404848147681750322404848147681750322404848147681750322404848147681750322404848147681750322404848147681750322404848147681750322404848147681750322404848147681750322404848147681750322404848147681750322404848147681750322404848147681750322404848147681750322404848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32a72f1c-162d-433d-a4d7-f74ec1e6bf2c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f10f25f8-91eb-4391-a3be-1a5f99f90261, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f10f25f8-91eb-4391-a3be-1a5f99f90261, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14054774343950712433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405477434395071243314054774343950712433140547743439507124331405477434395071243314054774343950712433140547743439507124331405477434395071243314054774343950712433140547743439507124331405477434395071243314054774343950712433140547743439507124331405477434395071243314054774343950712433140547743439507124331405477434395071243314054774343950712433140547743439507124331405477434395071243314054774343950712433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 369bfec9-d957-4711-ae34-d5ceb5121b33, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 144a0210-9b7e-46f2-a306-5edf0a31aae5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 144a0210-9b7e-46f2-a306-5edf0a31aae5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 161153925391630609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "161153925391630609161153925391630609161153925391630609161153925391630609161153925391630609161153925391630609161153925391630609161153925391630609161153925391630609161153925391630609161153925391630609161153925391630609161153925391630609161153925391630609161153925391630609161153925391630609161153925391630609161153925391630609161153925391630609161153925391630609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f10f25f8-91eb-4391-a3be-1a5f99f90261, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0754f66-4cfe-4d34-a289-50b3a849dba1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0754f66-4cfe-4d34-a289-50b3a849dba1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 878202758820636325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "878202758820636325878202758820636325878202758820636325878202758820636325878202758820636325878202758820636325878202758820636325878202758820636325878202758820636325878202758820636325878202758820636325878202758820636325878202758820636325878202758820636325878202758820636325878202758820636325878202758820636325878202758820636325878202758820636325878202758820636325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 144a0210-9b7e-46f2-a306-5edf0a31aae5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d7fc57a-5efe-42ce-a1c9-656a1051a56d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0754f66-4cfe-4d34-a289-50b3a849dba1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d7fc57a-5efe-42ce-a1c9-656a1051a56d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18092225582512529875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809222558251252987518092225582512529875180922255825125298751809222558251252987518092225582512529875180922255825125298751809222558251252987518092225582512529875180922255825125298751809222558251252987518092225582512529875180922255825125298751809222558251252987518092225582512529875180922255825125298751809222558251252987518092225582512529875180922255825125298751809222558251252987518092225582512529875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 009f1341-9d0d-4d4c-a6fd-1359b8ee02c0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 009f1341-9d0d-4d4c-a6fd-1359b8ee02c0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4977989619356242510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49779896193562425104977989619356242510497798961935624251049779896193562425104977989619356242510497798961935624251049779896193562425104977989619356242510497798961935624251049779896193562425104977989619356242510497798961935624251049779896193562425104977989619356242510497798961935624251049779896193562425104977989619356242510497798961935624251049779896193562425104977989619356242510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d7fc57a-5efe-42ce-a1c9-656a1051a56d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a22f6f9-699d-4fb9-894b-bee47f0fa151, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a22f6f9-699d-4fb9-894b-bee47f0fa151, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4363377969413573773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43633779694135737734363377969413573773436337796941357377343633779694135737734363377969413573773436337796941357377343633779694135737734363377969413573773436337796941357377343633779694135737734363377969413573773436337796941357377343633779694135737734363377969413573773436337796941357377343633779694135737734363377969413573773436337796941357377343633779694135737734363377969413573773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 009f1341-9d0d-4d4c-a6fd-1359b8ee02c0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fec2a026-7e23-431f-b81a-135a1dc0be61, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fec2a026-7e23-431f-b81a-135a1dc0be61, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17972238635726169395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797223863572616939517972238635726169395179722386357261693951797223863572616939517972238635726169395179722386357261693951797223863572616939517972238635726169395179722386357261693951797223863572616939517972238635726169395179722386357261693951797223863572616939517972238635726169395179722386357261693951797223863572616939517972238635726169395179722386357261693951797223863572616939517972238635726169395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a22f6f9-699d-4fb9-894b-bee47f0fa151, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fec2a026-7e23-431f-b81a-135a1dc0be61, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 807336cf-6053-4921-9ef9-baeeead754e8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 807336cf-6053-4921-9ef9-baeeead754e8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13726649801452200275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372664980145220027513726649801452200275137266498014522002751372664980145220027513726649801452200275137266498014522002751372664980145220027513726649801452200275137266498014522002751372664980145220027513726649801452200275137266498014522002751372664980145220027513726649801452200275137266498014522002751372664980145220027513726649801452200275137266498014522002751372664980145220027513726649801452200275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94d49c26-b43c-4d7e-8884-d5a40ed5a7bb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94d49c26-b43c-4d7e-8884-d5a40ed5a7bb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9952798882375564048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99527988823755640489952798882375564048995279888237556404899527988823755640489952798882375564048995279888237556404899527988823755640489952798882375564048995279888237556404899527988823755640489952798882375564048995279888237556404899527988823755640489952798882375564048995279888237556404899527988823755640489952798882375564048995279888237556404899527988823755640489952798882375564048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 807336cf-6053-4921-9ef9-baeeead754e8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16cc73b0-5d0e-4c4c-b5b8-7b81bb138fb2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16cc73b0-5d0e-4c4c-b5b8-7b81bb138fb2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9861391674139313241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98613916741393132419861391674139313241986139167413931324198613916741393132419861391674139313241986139167413931324198613916741393132419861391674139313241986139167413931324198613916741393132419861391674139313241986139167413931324198613916741393132419861391674139313241986139167413931324198613916741393132419861391674139313241986139167413931324198613916741393132419861391674139313241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94d49c26-b43c-4d7e-8884-d5a40ed5a7bb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16cc73b0-5d0e-4c4c-b5b8-7b81bb138fb2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0e37ebb-df30-4a2b-95e4-ad032dd16d30, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0e37ebb-df30-4a2b-95e4-ad032dd16d30, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 904498491174482320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "904498491174482320904498491174482320904498491174482320904498491174482320904498491174482320904498491174482320904498491174482320904498491174482320904498491174482320904498491174482320904498491174482320904498491174482320904498491174482320904498491174482320904498491174482320904498491174482320904498491174482320904498491174482320904498491174482320904498491174482320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46fc2c00-5b26-4141-a463-875c8f9c271a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46fc2c00-5b26-4141-a463-875c8f9c271a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17437378964711255057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743737896471125505717437378964711255057174373789647112550571743737896471125505717437378964711255057174373789647112550571743737896471125505717437378964711255057174373789647112550571743737896471125505717437378964711255057174373789647112550571743737896471125505717437378964711255057174373789647112550571743737896471125505717437378964711255057174373789647112550571743737896471125505717437378964711255057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0e37ebb-df30-4a2b-95e4-ad032dd16d30, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 466e5718-250d-4149-92a9-25bf631186e9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 466e5718-250d-4149-92a9-25bf631186e9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18331254890087733647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833125489008773364718331254890087733647183312548900877336471833125489008773364718331254890087733647183312548900877336471833125489008773364718331254890087733647183312548900877336471833125489008773364718331254890087733647183312548900877336471833125489008773364718331254890087733647183312548900877336471833125489008773364718331254890087733647183312548900877336471833125489008773364718331254890087733647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46fc2c00-5b26-4141-a463-875c8f9c271a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 229db10b-3fc3-42f8-8e97-ce2884c269a6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 229db10b-3fc3-42f8-8e97-ce2884c269a6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 300389516918379465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "300389516918379465300389516918379465300389516918379465300389516918379465300389516918379465300389516918379465300389516918379465300389516918379465300389516918379465300389516918379465300389516918379465300389516918379465300389516918379465300389516918379465300389516918379465300389516918379465300389516918379465300389516918379465300389516918379465300389516918379465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 466e5718-250d-4149-92a9-25bf631186e9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e684aa4-9002-4a3f-976f-ca1d91638d1c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e684aa4-9002-4a3f-976f-ca1d91638d1c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5320402498313435243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53204024983134352435320402498313435243532040249831343524353204024983134352435320402498313435243532040249831343524353204024983134352435320402498313435243532040249831343524353204024983134352435320402498313435243532040249831343524353204024983134352435320402498313435243532040249831343524353204024983134352435320402498313435243532040249831343524353204024983134352435320402498313435243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 229db10b-3fc3-42f8-8e97-ce2884c269a6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e6e79e8-3248-4793-81e1-fc351aeb41b5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e684aa4-9002-4a3f-976f-ca1d91638d1c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e6e79e8-3248-4793-81e1-fc351aeb41b5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14198839850758502035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419883985075850203514198839850758502035141988398507585020351419883985075850203514198839850758502035141988398507585020351419883985075850203514198839850758502035141988398507585020351419883985075850203514198839850758502035141988398507585020351419883985075850203514198839850758502035141988398507585020351419883985075850203514198839850758502035141988398507585020351419883985075850203514198839850758502035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9704ecf6-754d-49a1-9040-e53933f435e0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9704ecf6-754d-49a1-9040-e53933f435e0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16868196964093944253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686819696409394425316868196964093944253168681969640939442531686819696409394425316868196964093944253168681969640939442531686819696409394425316868196964093944253168681969640939442531686819696409394425316868196964093944253168681969640939442531686819696409394425316868196964093944253168681969640939442531686819696409394425316868196964093944253168681969640939442531686819696409394425316868196964093944253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9704ecf6-754d-49a1-9040-e53933f435e0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e6e79e8-3248-4793-81e1-fc351aeb41b5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71b6ff84-9ff5-4254-9cc7-f8efabc07e16, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71b6ff84-9ff5-4254-9cc7-f8efabc07e16, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9183419843548455537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91834198435484555379183419843548455537918341984354845553791834198435484555379183419843548455537918341984354845553791834198435484555379183419843548455537918341984354845553791834198435484555379183419843548455537918341984354845553791834198435484555379183419843548455537918341984354845553791834198435484555379183419843548455537918341984354845553791834198435484555379183419843548455537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5aa7a884-d03d-43cf-982c-7109eccab9aa, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aa7a884-d03d-43cf-982c-7109eccab9aa, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11391086742113305406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139108674211330540611391086742113305406113910867421133054061139108674211330540611391086742113305406113910867421133054061139108674211330540611391086742113305406113910867421133054061139108674211330540611391086742113305406113910867421133054061139108674211330540611391086742113305406113910867421133054061139108674211330540611391086742113305406113910867421133054061139108674211330540611391086742113305406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71b6ff84-9ff5-4254-9cc7-f8efabc07e16, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aa7a884-d03d-43cf-982c-7109eccab9aa, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 827b9f14-94b8-4fdf-bd65-ce6e6cd9e177, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 827b9f14-94b8-4fdf-bd65-ce6e6cd9e177, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9210343039782227916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92103430397822279169210343039782227916921034303978222791692103430397822279169210343039782227916921034303978222791692103430397822279169210343039782227916921034303978222791692103430397822279169210343039782227916921034303978222791692103430397822279169210343039782227916921034303978222791692103430397822279169210343039782227916921034303978222791692103430397822279169210343039782227916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b036143-f1e3-4904-876d-10effbc28fb5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b036143-f1e3-4904-876d-10effbc28fb5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 236774549484044882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "236774549484044882236774549484044882236774549484044882236774549484044882236774549484044882236774549484044882236774549484044882236774549484044882236774549484044882236774549484044882236774549484044882236774549484044882236774549484044882236774549484044882236774549484044882236774549484044882236774549484044882236774549484044882236774549484044882236774549484044882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 827b9f14-94b8-4fdf-bd65-ce6e6cd9e177, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fdaee81a-9817-4566-89a0-40bff373a7bc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b036143-f1e3-4904-876d-10effbc28fb5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdaee81a-9817-4566-89a0-40bff373a7bc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8723913854630994870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87239138546309948708723913854630994870872391385463099487087239138546309948708723913854630994870872391385463099487087239138546309948708723913854630994870872391385463099487087239138546309948708723913854630994870872391385463099487087239138546309948708723913854630994870872391385463099487087239138546309948708723913854630994870872391385463099487087239138546309948708723913854630994870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90ce0e96-a124-4910-aa64-5d05ee7e11cf, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90ce0e96-a124-4910-aa64-5d05ee7e11cf, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6864550561936540400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68645505619365404006864550561936540400686455056193654040068645505619365404006864550561936540400686455056193654040068645505619365404006864550561936540400686455056193654040068645505619365404006864550561936540400686455056193654040068645505619365404006864550561936540400686455056193654040068645505619365404006864550561936540400686455056193654040068645505619365404006864550561936540400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdaee81a-9817-4566-89a0-40bff373a7bc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bc70e0a-2397-48aa-b1fb-a3de5cab3d56, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bc70e0a-2397-48aa-b1fb-a3de5cab3d56, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4058896172427576748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40588961724275767484058896172427576748405889617242757674840588961724275767484058896172427576748405889617242757674840588961724275767484058896172427576748405889617242757674840588961724275767484058896172427576748405889617242757674840588961724275767484058896172427576748405889617242757674840588961724275767484058896172427576748405889617242757674840588961724275767484058896172427576748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90ce0e96-a124-4910-aa64-5d05ee7e11cf, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43cc7d2f-909e-45ef-a19a-24bb4b45e769, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43cc7d2f-909e-45ef-a19a-24bb4b45e769, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3415224099582539483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34152240995825394833415224099582539483341522409958253948334152240995825394833415224099582539483341522409958253948334152240995825394833415224099582539483341522409958253948334152240995825394833415224099582539483341522409958253948334152240995825394833415224099582539483341522409958253948334152240995825394833415224099582539483341522409958253948334152240995825394833415224099582539483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bc70e0a-2397-48aa-b1fb-a3de5cab3d56, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75cf0338-66d4-4aaf-b02f-79f35b86c38b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75cf0338-66d4-4aaf-b02f-79f35b86c38b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2114666486672367923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21146664866723679232114666486672367923211466648667236792321146664866723679232114666486672367923211466648667236792321146664866723679232114666486672367923211466648667236792321146664866723679232114666486672367923211466648667236792321146664866723679232114666486672367923211466648667236792321146664866723679232114666486672367923211466648667236792321146664866723679232114666486672367923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43cc7d2f-909e-45ef-a19a-24bb4b45e769, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a234062c-e967-4a36-863c-8409ea1b7aee, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a234062c-e967-4a36-863c-8409ea1b7aee, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11222458692893732429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122245869289373242911222458692893732429112224586928937324291122245869289373242911222458692893732429112224586928937324291122245869289373242911222458692893732429112224586928937324291122245869289373242911222458692893732429112224586928937324291122245869289373242911222458692893732429112224586928937324291122245869289373242911222458692893732429112224586928937324291122245869289373242911222458692893732429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75cf0338-66d4-4aaf-b02f-79f35b86c38b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87aca92d-ed66-417e-8e29-a832688e3068, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87aca92d-ed66-417e-8e29-a832688e3068, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11801092027976301866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180109202797630186611801092027976301866118010920279763018661180109202797630186611801092027976301866118010920279763018661180109202797630186611801092027976301866118010920279763018661180109202797630186611801092027976301866118010920279763018661180109202797630186611801092027976301866118010920279763018661180109202797630186611801092027976301866118010920279763018661180109202797630186611801092027976301866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a234062c-e967-4a36-863c-8409ea1b7aee, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f2c37e9-a6cb-4e88-b095-4293547067f1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2c37e9-a6cb-4e88-b095-4293547067f1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 112303807784010463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "112303807784010463112303807784010463112303807784010463112303807784010463112303807784010463112303807784010463112303807784010463112303807784010463112303807784010463112303807784010463112303807784010463112303807784010463112303807784010463112303807784010463112303807784010463112303807784010463112303807784010463112303807784010463112303807784010463112303807784010463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87aca92d-ed66-417e-8e29-a832688e3068, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63c863b9-b2fd-4093-b5cd-fc226dd20ae0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63c863b9-b2fd-4093-b5cd-fc226dd20ae0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1452556976076196110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14525569760761961101452556976076196110145255697607619611014525569760761961101452556976076196110145255697607619611014525569760761961101452556976076196110145255697607619611014525569760761961101452556976076196110145255697607619611014525569760761961101452556976076196110145255697607619611014525569760761961101452556976076196110145255697607619611014525569760761961101452556976076196110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2c37e9-a6cb-4e88-b095-4293547067f1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44742119-cf1d-4790-91fd-8b9dfa74d8cb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44742119-cf1d-4790-91fd-8b9dfa74d8cb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3448281877714579272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34482818777145792723448281877714579272344828187771457927234482818777145792723448281877714579272344828187771457927234482818777145792723448281877714579272344828187771457927234482818777145792723448281877714579272344828187771457927234482818777145792723448281877714579272344828187771457927234482818777145792723448281877714579272344828187771457927234482818777145792723448281877714579272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63c863b9-b2fd-4093-b5cd-fc226dd20ae0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec8a4205-7637-4dca-83fc-4e023b797d59, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec8a4205-7637-4dca-83fc-4e023b797d59, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15272266580889598712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527226658088959871215272266580889598712152722665808895987121527226658088959871215272266580889598712152722665808895987121527226658088959871215272266580889598712152722665808895987121527226658088959871215272266580889598712152722665808895987121527226658088959871215272266580889598712152722665808895987121527226658088959871215272266580889598712152722665808895987121527226658088959871215272266580889598712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44742119-cf1d-4790-91fd-8b9dfa74d8cb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80464ea7-8cbe-4e55-be46-299fb22fef4d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec8a4205-7637-4dca-83fc-4e023b797d59, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80464ea7-8cbe-4e55-be46-299fb22fef4d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9383485047062578582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93834850470625785829383485047062578582938348504706257858293834850470625785829383485047062578582938348504706257858293834850470625785829383485047062578582938348504706257858293834850470625785829383485047062578582938348504706257858293834850470625785829383485047062578582938348504706257858293834850470625785829383485047062578582938348504706257858293834850470625785829383485047062578582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42a74c3c-4261-4933-a162-6dab6b64629e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42a74c3c-4261-4933-a162-6dab6b64629e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16385340149762627608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638534014976262760816385340149762627608163853401497626276081638534014976262760816385340149762627608163853401497626276081638534014976262760816385340149762627608163853401497626276081638534014976262760816385340149762627608163853401497626276081638534014976262760816385340149762627608163853401497626276081638534014976262760816385340149762627608163853401497626276081638534014976262760816385340149762627608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42a74c3c-4261-4933-a162-6dab6b64629e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20f33f95-bb6c-4436-89c4-cc3bd4a4cdbf, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20f33f95-bb6c-4436-89c4-cc3bd4a4cdbf, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10027188563187811189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002718856318781118910027188563187811189100271885631878111891002718856318781118910027188563187811189100271885631878111891002718856318781118910027188563187811189100271885631878111891002718856318781118910027188563187811189100271885631878111891002718856318781118910027188563187811189100271885631878111891002718856318781118910027188563187811189100271885631878111891002718856318781118910027188563187811189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80464ea7-8cbe-4e55-be46-299fb22fef4d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7d40332-eadd-418f-910b-67c62cee1648, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7d40332-eadd-418f-910b-67c62cee1648, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13531534788310718707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353153478831071870713531534788310718707135315347883107187071353153478831071870713531534788310718707135315347883107187071353153478831071870713531534788310718707135315347883107187071353153478831071870713531534788310718707135315347883107187071353153478831071870713531534788310718707135315347883107187071353153478831071870713531534788310718707135315347883107187071353153478831071870713531534788310718707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20f33f95-bb6c-4436-89c4-cc3bd4a4cdbf, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7399c888-50e9-4ddd-a51b-874815a4a07d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7399c888-50e9-4ddd-a51b-874815a4a07d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9560975122394784446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95609751223947844469560975122394784446956097512239478444695609751223947844469560975122394784446956097512239478444695609751223947844469560975122394784446956097512239478444695609751223947844469560975122394784446956097512239478444695609751223947844469560975122394784446956097512239478444695609751223947844469560975122394784446956097512239478444695609751223947844469560975122394784446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7d40332-eadd-418f-910b-67c62cee1648, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 895a770e-aeba-4283-94c6-b92ffa84c59e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 895a770e-aeba-4283-94c6-b92ffa84c59e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18250027523633403013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825002752363340301318250027523633403013182500275236334030131825002752363340301318250027523633403013182500275236334030131825002752363340301318250027523633403013182500275236334030131825002752363340301318250027523633403013182500275236334030131825002752363340301318250027523633403013182500275236334030131825002752363340301318250027523633403013182500275236334030131825002752363340301318250027523633403013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7399c888-50e9-4ddd-a51b-874815a4a07d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 584f4cc9-673c-4196-90a3-bda2c3ecd54f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 584f4cc9-673c-4196-90a3-bda2c3ecd54f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16260633393903461240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626063339390346124016260633393903461240162606333939034612401626063339390346124016260633393903461240162606333939034612401626063339390346124016260633393903461240162606333939034612401626063339390346124016260633393903461240162606333939034612401626063339390346124016260633393903461240162606333939034612401626063339390346124016260633393903461240162606333939034612401626063339390346124016260633393903461240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 895a770e-aeba-4283-94c6-b92ffa84c59e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c18d7f8-0fb7-45e8-bade-3a84da5c7a39, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c18d7f8-0fb7-45e8-bade-3a84da5c7a39, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2143849113074105925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21438491130741059252143849113074105925214384911307410592521438491130741059252143849113074105925214384911307410592521438491130741059252143849113074105925214384911307410592521438491130741059252143849113074105925214384911307410592521438491130741059252143849113074105925214384911307410592521438491130741059252143849113074105925214384911307410592521438491130741059252143849113074105925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 584f4cc9-673c-4196-90a3-bda2c3ecd54f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, deba5bf5-2698-46e5-b16a-06a6bcdc7efc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deba5bf5-2698-46e5-b16a-06a6bcdc7efc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15129695382981854525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512969538298185452515129695382981854525151296953829818545251512969538298185452515129695382981854525151296953829818545251512969538298185452515129695382981854525151296953829818545251512969538298185452515129695382981854525151296953829818545251512969538298185452515129695382981854525151296953829818545251512969538298185452515129695382981854525151296953829818545251512969538298185452515129695382981854525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c18d7f8-0fb7-45e8-bade-3a84da5c7a39, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c05a8495-8ae9-427c-ac4f-ebcc7f4009b6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c05a8495-8ae9-427c-ac4f-ebcc7f4009b6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14475427019637353440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447542701963735344014475427019637353440144754270196373534401447542701963735344014475427019637353440144754270196373534401447542701963735344014475427019637353440144754270196373534401447542701963735344014475427019637353440144754270196373534401447542701963735344014475427019637353440144754270196373534401447542701963735344014475427019637353440144754270196373534401447542701963735344014475427019637353440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deba5bf5-2698-46e5-b16a-06a6bcdc7efc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fce0dea-73da-4652-a33d-1bbf95b7a1a3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fce0dea-73da-4652-a33d-1bbf95b7a1a3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14604148005742184200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460414800574218420014604148005742184200146041480057421842001460414800574218420014604148005742184200146041480057421842001460414800574218420014604148005742184200146041480057421842001460414800574218420014604148005742184200146041480057421842001460414800574218420014604148005742184200146041480057421842001460414800574218420014604148005742184200146041480057421842001460414800574218420014604148005742184200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c05a8495-8ae9-427c-ac4f-ebcc7f4009b6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fce0dea-73da-4652-a33d-1bbf95b7a1a3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77c90bc2-8620-4ecb-867e-561b033fb03a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99f5d2f5-d2e7-4b90-bd85-f342caac64a2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99f5d2f5-d2e7-4b90-bd85-f342caac64a2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6204037932734119503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62040379327341195036204037932734119503620403793273411950362040379327341195036204037932734119503620403793273411950362040379327341195036204037932734119503620403793273411950362040379327341195036204037932734119503620403793273411950362040379327341195036204037932734119503620403793273411950362040379327341195036204037932734119503620403793273411950362040379327341195036204037932734119503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77c90bc2-8620-4ecb-867e-561b033fb03a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1554182873428054560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15541828734280545601554182873428054560155418287342805456015541828734280545601554182873428054560155418287342805456015541828734280545601554182873428054560155418287342805456015541828734280545601554182873428054560155418287342805456015541828734280545601554182873428054560155418287342805456015541828734280545601554182873428054560155418287342805456015541828734280545601554182873428054560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99f5d2f5-d2e7-4b90-bd85-f342caac64a2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77c90bc2-8620-4ecb-867e-561b033fb03a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19700ae8-4400-4a33-9bbe-cb7278d13141, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19700ae8-4400-4a33-9bbe-cb7278d13141, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16129471415915786189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612947141591578618916129471415915786189161294714159157861891612947141591578618916129471415915786189161294714159157861891612947141591578618916129471415915786189161294714159157861891612947141591578618916129471415915786189161294714159157861891612947141591578618916129471415915786189161294714159157861891612947141591578618916129471415915786189161294714159157861891612947141591578618916129471415915786189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9400a52d-2010-4c69-8f38-321ff268fba4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9400a52d-2010-4c69-8f38-321ff268fba4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16432389378884074344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643238937888407434416432389378884074344164323893788840743441643238937888407434416432389378884074344164323893788840743441643238937888407434416432389378884074344164323893788840743441643238937888407434416432389378884074344164323893788840743441643238937888407434416432389378884074344164323893788840743441643238937888407434416432389378884074344164323893788840743441643238937888407434416432389378884074344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19700ae8-4400-4a33-9bbe-cb7278d13141, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6dd04e08-4e92-47a3-bd0a-421eb7d3df8e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dd04e08-4e92-47a3-bd0a-421eb7d3df8e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6055448249299296061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60554482492992960616055448249299296061605544824929929606160554482492992960616055448249299296061605544824929929606160554482492992960616055448249299296061605544824929929606160554482492992960616055448249299296061605544824929929606160554482492992960616055448249299296061605544824929929606160554482492992960616055448249299296061605544824929929606160554482492992960616055448249299296061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9400a52d-2010-4c69-8f38-321ff268fba4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d97d9b3c-42b8-4571-9bdf-8a5e6cf893cc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d97d9b3c-42b8-4571-9bdf-8a5e6cf893cc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14080969228753487249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408096922875348724914080969228753487249140809692287534872491408096922875348724914080969228753487249140809692287534872491408096922875348724914080969228753487249140809692287534872491408096922875348724914080969228753487249140809692287534872491408096922875348724914080969228753487249140809692287534872491408096922875348724914080969228753487249140809692287534872491408096922875348724914080969228753487249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dd04e08-4e92-47a3-bd0a-421eb7d3df8e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb3faf73-90eb-49f8-aaa3-aac35da69cb1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb3faf73-90eb-49f8-aaa3-aac35da69cb1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16303586426853240246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630358642685324024616303586426853240246163035864268532402461630358642685324024616303586426853240246163035864268532402461630358642685324024616303586426853240246163035864268532402461630358642685324024616303586426853240246163035864268532402461630358642685324024616303586426853240246163035864268532402461630358642685324024616303586426853240246163035864268532402461630358642685324024616303586426853240246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d97d9b3c-42b8-4571-9bdf-8a5e6cf893cc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b025be90-8553-4c11-b403-9e209b773965, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b025be90-8553-4c11-b403-9e209b773965, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 742982408140926491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "742982408140926491742982408140926491742982408140926491742982408140926491742982408140926491742982408140926491742982408140926491742982408140926491742982408140926491742982408140926491742982408140926491742982408140926491742982408140926491742982408140926491742982408140926491742982408140926491742982408140926491742982408140926491742982408140926491742982408140926491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb3faf73-90eb-49f8-aaa3-aac35da69cb1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab08bdf0-67fa-463e-9d39-6c7f740a1bb3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b025be90-8553-4c11-b403-9e209b773965, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab08bdf0-67fa-463e-9d39-6c7f740a1bb3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10687070918577593410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068707091857759341010687070918577593410106870709185775934101068707091857759341010687070918577593410106870709185775934101068707091857759341010687070918577593410106870709185775934101068707091857759341010687070918577593410106870709185775934101068707091857759341010687070918577593410106870709185775934101068707091857759341010687070918577593410106870709185775934101068707091857759341010687070918577593410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b63b8086-6cbb-4591-83de-65868a6a1018, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b63b8086-6cbb-4591-83de-65868a6a1018, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8970919237341373044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89709192373413730448970919237341373044897091923734137304489709192373413730448970919237341373044897091923734137304489709192373413730448970919237341373044897091923734137304489709192373413730448970919237341373044897091923734137304489709192373413730448970919237341373044897091923734137304489709192373413730448970919237341373044897091923734137304489709192373413730448970919237341373044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab08bdf0-67fa-463e-9d39-6c7f740a1bb3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d370d99-c14e-47ac-bd7c-80fad8aa7dd4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d370d99-c14e-47ac-bd7c-80fad8aa7dd4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11507295805409049052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150729580540904905211507295805409049052115072958054090490521150729580540904905211507295805409049052115072958054090490521150729580540904905211507295805409049052115072958054090490521150729580540904905211507295805409049052115072958054090490521150729580540904905211507295805409049052115072958054090490521150729580540904905211507295805409049052115072958054090490521150729580540904905211507295805409049052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b63b8086-6cbb-4591-83de-65868a6a1018, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61273fbc-cd64-4374-b0fc-105b8cb63e7a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d370d99-c14e-47ac-bd7c-80fad8aa7dd4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61273fbc-cd64-4374-b0fc-105b8cb63e7a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17608120341130952865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760812034113095286517608120341130952865176081203411309528651760812034113095286517608120341130952865176081203411309528651760812034113095286517608120341130952865176081203411309528651760812034113095286517608120341130952865176081203411309528651760812034113095286517608120341130952865176081203411309528651760812034113095286517608120341130952865176081203411309528651760812034113095286517608120341130952865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9677df3f-5978-4ad8-81b4-97a46f28b2e9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9677df3f-5978-4ad8-81b4-97a46f28b2e9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2972362962761485026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29723629627614850262972362962761485026297236296276148502629723629627614850262972362962761485026297236296276148502629723629627614850262972362962761485026297236296276148502629723629627614850262972362962761485026297236296276148502629723629627614850262972362962761485026297236296276148502629723629627614850262972362962761485026297236296276148502629723629627614850262972362962761485026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61273fbc-cd64-4374-b0fc-105b8cb63e7a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dff75ceb-13de-487a-9732-2af586ba201e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dff75ceb-13de-487a-9732-2af586ba201e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5580225066988288882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55802250669882888825580225066988288882558022506698828888255802250669882888825580225066988288882558022506698828888255802250669882888825580225066988288882558022506698828888255802250669882888825580225066988288882558022506698828888255802250669882888825580225066988288882558022506698828888255802250669882888825580225066988288882558022506698828888255802250669882888825580225066988288882" } } } 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:281 Stopped node localhost:7193/2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9677df3f-5978-4ad8-81b4-97a46f28b2e9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dff75ceb-13de-487a-9732-2af586ba201e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9576dfb5-9515-4774-b5e4-9bc481e8e109, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a579d37-a26b-4191-bd59-ec229821d5fd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9576dfb5-9515-4774-b5e4-9bc481e8e109, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16893603074277560115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689360307427756011516893603074277560115168936030742775601151689360307427756011516893603074277560115168936030742775601151689360307427756011516893603074277560115168936030742775601151689360307427756011516893603074277560115168936030742775601151689360307427756011516893603074277560115168936030742775601151689360307427756011516893603074277560115168936030742775601151689360307427756011516893603074277560115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a579d37-a26b-4191-bd59-ec229821d5fd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14965576926861594994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496557692686159499414965576926861594994149655769268615949941496557692686159499414965576926861594994149655769268615949941496557692686159499414965576926861594994149655769268615949941496557692686159499414965576926861594994149655769268615949941496557692686159499414965576926861594994149655769268615949941496557692686159499414965576926861594994149655769268615949941496557692686159499414965576926861594994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9576dfb5-9515-4774-b5e4-9bc481e8e109, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef60ecb4-7ad9-4ad3-96b3-beed96878211, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a579d37-a26b-4191-bd59-ec229821d5fd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef60ecb4-7ad9-4ad3-96b3-beed96878211, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5170986834556164473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51709868345561644735170986834556164473517098683455616447351709868345561644735170986834556164473517098683455616447351709868345561644735170986834556164473517098683455616447351709868345561644735170986834556164473517098683455616447351709868345561644735170986834556164473517098683455616447351709868345561644735170986834556164473517098683455616447351709868345561644735170986834556164473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f048b6b-fc0e-4500-9891-7e313e5e60f3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef60ecb4-7ad9-4ad3-96b3-beed96878211, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f048b6b-fc0e-4500-9891-7e313e5e60f3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1937958089847610799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19379580898476107991937958089847610799193795808984761079919379580898476107991937958089847610799193795808984761079919379580898476107991937958089847610799193795808984761079919379580898476107991937958089847610799193795808984761079919379580898476107991937958089847610799193795808984761079919379580898476107991937958089847610799193795808984761079919379580898476107991937958089847610799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae033eb6-46a4-44d1-b4b7-39b3f3e283c3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae033eb6-46a4-44d1-b4b7-39b3f3e283c3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 489895746815847704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "489895746815847704489895746815847704489895746815847704489895746815847704489895746815847704489895746815847704489895746815847704489895746815847704489895746815847704489895746815847704489895746815847704489895746815847704489895746815847704489895746815847704489895746815847704489895746815847704489895746815847704489895746815847704489895746815847704489895746815847704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f048b6b-fc0e-4500-9891-7e313e5e60f3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae033eb6-46a4-44d1-b4b7-39b3f3e283c3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b241e35d-d5d7-4695-9017-95b8c13295ee, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b241e35d-d5d7-4695-9017-95b8c13295ee, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9710968766804106651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97109687668041066519710968766804106651971096876680410665197109687668041066519710968766804106651971096876680410665197109687668041066519710968766804106651971096876680410665197109687668041066519710968766804106651971096876680410665197109687668041066519710968766804106651971096876680410665197109687668041066519710968766804106651971096876680410665197109687668041066519710968766804106651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3986e277-ed38-4e6a-9905-50614a01292c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3986e277-ed38-4e6a-9905-50614a01292c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14116377837606603236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411637783760660323614116377837606603236141163778376066032361411637783760660323614116377837606603236141163778376066032361411637783760660323614116377837606603236141163778376066032361411637783760660323614116377837606603236141163778376066032361411637783760660323614116377837606603236141163778376066032361411637783760660323614116377837606603236141163778376066032361411637783760660323614116377837606603236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b241e35d-d5d7-4695-9017-95b8c13295ee, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14c646bc-c146-4402-8fc0-7b3c215c6507, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3986e277-ed38-4e6a-9905-50614a01292c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c646bc-c146-4402-8fc0-7b3c215c6507, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 910684361045468796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "910684361045468796910684361045468796910684361045468796910684361045468796910684361045468796910684361045468796910684361045468796910684361045468796910684361045468796910684361045468796910684361045468796910684361045468796910684361045468796910684361045468796910684361045468796910684361045468796910684361045468796910684361045468796910684361045468796910684361045468796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1849b30-dc5c-4bc6-9602-e612067d765a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1849b30-dc5c-4bc6-9602-e612067d765a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4869103654157163730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48691036541571637304869103654157163730486910365415716373048691036541571637304869103654157163730486910365415716373048691036541571637304869103654157163730486910365415716373048691036541571637304869103654157163730486910365415716373048691036541571637304869103654157163730486910365415716373048691036541571637304869103654157163730486910365415716373048691036541571637304869103654157163730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c646bc-c146-4402-8fc0-7b3c215c6507, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4effcbf9-d379-4787-ace2-f785d418c3c6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4effcbf9-d379-4787-ace2-f785d418c3c6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15755555576883046246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575555557688304624615755555576883046246157555555768830462461575555557688304624615755555576883046246157555555768830462461575555557688304624615755555576883046246157555555768830462461575555557688304624615755555576883046246157555555768830462461575555557688304624615755555576883046246157555555768830462461575555557688304624615755555576883046246157555555768830462461575555557688304624615755555576883046246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1849b30-dc5c-4bc6-9602-e612067d765a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cb9cd0f-0774-4b34-acec-f04e7acaba1a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4effcbf9-d379-4787-ace2-f785d418c3c6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cb9cd0f-0774-4b34-acec-f04e7acaba1a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11130641983489553922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113064198348955392211130641983489553922111306419834895539221113064198348955392211130641983489553922111306419834895539221113064198348955392211130641983489553922111306419834895539221113064198348955392211130641983489553922111306419834895539221113064198348955392211130641983489553922111306419834895539221113064198348955392211130641983489553922111306419834895539221113064198348955392211130641983489553922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dded410-68d1-4855-99f5-5252146fcc4e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cb9cd0f-0774-4b34-acec-f04e7acaba1a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dded410-68d1-4855-99f5-5252146fcc4e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1545912723839798645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15459127238397986451545912723839798645154591272383979864515459127238397986451545912723839798645154591272383979864515459127238397986451545912723839798645154591272383979864515459127238397986451545912723839798645154591272383979864515459127238397986451545912723839798645154591272383979864515459127238397986451545912723839798645154591272383979864515459127238397986451545912723839798645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17bcb40c-a5d3-40ba-ad06-b2c6e018c982, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17bcb40c-a5d3-40ba-ad06-b2c6e018c982, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9733857658738203051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97338576587382030519733857658738203051973385765873820305197338576587382030519733857658738203051973385765873820305197338576587382030519733857658738203051973385765873820305197338576587382030519733857658738203051973385765873820305197338576587382030519733857658738203051973385765873820305197338576587382030519733857658738203051973385765873820305197338576587382030519733857658738203051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dded410-68d1-4855-99f5-5252146fcc4e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2ef5a73-c40b-40df-beb6-108d6017c101, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2ef5a73-c40b-40df-beb6-108d6017c101, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7860437424892987489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78604374248929874897860437424892987489786043742489298748978604374248929874897860437424892987489786043742489298748978604374248929874897860437424892987489786043742489298748978604374248929874897860437424892987489786043742489298748978604374248929874897860437424892987489786043742489298748978604374248929874897860437424892987489786043742489298748978604374248929874897860437424892987489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17bcb40c-a5d3-40ba-ad06-b2c6e018c982, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4758e8f-7602-4862-894d-4c7b57a5838a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4758e8f-7602-4862-894d-4c7b57a5838a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 400996665590869771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "400996665590869771400996665590869771400996665590869771400996665590869771400996665590869771400996665590869771400996665590869771400996665590869771400996665590869771400996665590869771400996665590869771400996665590869771400996665590869771400996665590869771400996665590869771400996665590869771400996665590869771400996665590869771400996665590869771400996665590869771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2ef5a73-c40b-40df-beb6-108d6017c101, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8267c5f-8bd1-4d47-b96f-f6caaaf83ba6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8267c5f-8bd1-4d47-b96f-f6caaaf83ba6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7935285277934551866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79352852779345518667935285277934551866793528527793455186679352852779345518667935285277934551866793528527793455186679352852779345518667935285277934551866793528527793455186679352852779345518667935285277934551866793528527793455186679352852779345518667935285277934551866793528527793455186679352852779345518667935285277934551866793528527793455186679352852779345518667935285277934551866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8267c5f-8bd1-4d47-b96f-f6caaaf83ba6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45f4e430-cfa8-4f4f-bcd7-e5bbc4011f40, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45f4e430-cfa8-4f4f-bcd7-e5bbc4011f40, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15355367136630792869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535536713663079286915355367136630792869153553671366307928691535536713663079286915355367136630792869153553671366307928691535536713663079286915355367136630792869153553671366307928691535536713663079286915355367136630792869153553671366307928691535536713663079286915355367136630792869153553671366307928691535536713663079286915355367136630792869153553671366307928691535536713663079286915355367136630792869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4758e8f-7602-4862-894d-4c7b57a5838a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ceaf876f-9d47-4d6c-9ea0-6ef57bf77f9d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceaf876f-9d47-4d6c-9ea0-6ef57bf77f9d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5537449032948391338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55374490329483913385537449032948391338553744903294839133855374490329483913385537449032948391338553744903294839133855374490329483913385537449032948391338553744903294839133855374490329483913385537449032948391338553744903294839133855374490329483913385537449032948391338553744903294839133855374490329483913385537449032948391338553744903294839133855374490329483913385537449032948391338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45f4e430-cfa8-4f4f-bcd7-e5bbc4011f40, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35658f1c-aa18-43af-afb4-1b0fb1e424f8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35658f1c-aa18-43af-afb4-1b0fb1e424f8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13922076818054019032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392207681805401903213922076818054019032139220768180540190321392207681805401903213922076818054019032139220768180540190321392207681805401903213922076818054019032139220768180540190321392207681805401903213922076818054019032139220768180540190321392207681805401903213922076818054019032139220768180540190321392207681805401903213922076818054019032139220768180540190321392207681805401903213922076818054019032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceaf876f-9d47-4d6c-9ea0-6ef57bf77f9d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b94a388d-d780-4fbb-aed6-d4554a0ba804, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b94a388d-d780-4fbb-aed6-d4554a0ba804, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8450308569656827536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84503085696568275368450308569656827536845030856965682753684503085696568275368450308569656827536845030856965682753684503085696568275368450308569656827536845030856965682753684503085696568275368450308569656827536845030856965682753684503085696568275368450308569656827536845030856965682753684503085696568275368450308569656827536845030856965682753684503085696568275368450308569656827536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b94a388d-d780-4fbb-aed6-d4554a0ba804, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d596041-3c77-462e-9c68-95b129cb6ce0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d596041-3c77-462e-9c68-95b129cb6ce0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14359950205897699212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435995020589769921214359950205897699212143599502058976992121435995020589769921214359950205897699212143599502058976992121435995020589769921214359950205897699212143599502058976992121435995020589769921214359950205897699212143599502058976992121435995020589769921214359950205897699212143599502058976992121435995020589769921214359950205897699212143599502058976992121435995020589769921214359950205897699212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35658f1c-aa18-43af-afb4-1b0fb1e424f8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77c092de-4b94-47c8-aeba-0efc8753be48, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77c092de-4b94-47c8-aeba-0efc8753be48, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9661570367657928450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96615703676579284509661570367657928450966157036765792845096615703676579284509661570367657928450966157036765792845096615703676579284509661570367657928450966157036765792845096615703676579284509661570367657928450966157036765792845096615703676579284509661570367657928450966157036765792845096615703676579284509661570367657928450966157036765792845096615703676579284509661570367657928450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77c092de-4b94-47c8-aeba-0efc8753be48, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 731d7c16-1ca9-412d-a098-0aba76c2cda4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 731d7c16-1ca9-412d-a098-0aba76c2cda4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2862861052828756247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28628610528287562472862861052828756247286286105282875624728628610528287562472862861052828756247286286105282875624728628610528287562472862861052828756247286286105282875624728628610528287562472862861052828756247286286105282875624728628610528287562472862861052828756247286286105282875624728628610528287562472862861052828756247286286105282875624728628610528287562472862861052828756247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d596041-3c77-462e-9c68-95b129cb6ce0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adf5f972-81c5-4daa-be36-22b35577b422, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adf5f972-81c5-4daa-be36-22b35577b422, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11317792908410599504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131779290841059950411317792908410599504113177929084105995041131779290841059950411317792908410599504113177929084105995041131779290841059950411317792908410599504113177929084105995041131779290841059950411317792908410599504113177929084105995041131779290841059950411317792908410599504113177929084105995041131779290841059950411317792908410599504113177929084105995041131779290841059950411317792908410599504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adf5f972-81c5-4daa-be36-22b35577b422, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a9ee5d8-60b2-4b1b-9793-d8abbd9e5da9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a9ee5d8-60b2-4b1b-9793-d8abbd9e5da9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9557398865099050006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95573988650990500069557398865099050006955739886509905000695573988650990500069557398865099050006955739886509905000695573988650990500069557398865099050006955739886509905000695573988650990500069557398865099050006955739886509905000695573988650990500069557398865099050006955739886509905000695573988650990500069557398865099050006955739886509905000695573988650990500069557398865099050006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 731d7c16-1ca9-412d-a098-0aba76c2cda4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51e6773f-062b-4517-a608-459efabd63e5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51e6773f-062b-4517-a608-459efabd63e5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2843007233552932749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28430072335529327492843007233552932749284300723355293274928430072335529327492843007233552932749284300723355293274928430072335529327492843007233552932749284300723355293274928430072335529327492843007233552932749284300723355293274928430072335529327492843007233552932749284300723355293274928430072335529327492843007233552932749284300723355293274928430072335529327492843007233552932749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a9ee5d8-60b2-4b1b-9793-d8abbd9e5da9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca215fe1-3579-4a9f-ade8-bec2a28248ed, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca215fe1-3579-4a9f-ade8-bec2a28248ed, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 68761913004995981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6876191300499598168761913004995981687619130049959816876191300499598168761913004995981687619130049959816876191300499598168761913004995981687619130049959816876191300499598168761913004995981687619130049959816876191300499598168761913004995981687619130049959816876191300499598168761913004995981687619130049959816876191300499598168761913004995981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51e6773f-062b-4517-a608-459efabd63e5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6deab8ec-37fa-4a2a-bc97-c505a06ac1da, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6deab8ec-37fa-4a2a-bc97-c505a06ac1da, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18087119350368555027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808711935036855502718087119350368555027180871193503685550271808711935036855502718087119350368555027180871193503685550271808711935036855502718087119350368555027180871193503685550271808711935036855502718087119350368555027180871193503685550271808711935036855502718087119350368555027180871193503685550271808711935036855502718087119350368555027180871193503685550271808711935036855502718087119350368555027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca215fe1-3579-4a9f-ade8-bec2a28248ed, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5cc538f-31a6-444f-a8dc-25da8fe4983b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5cc538f-31a6-444f-a8dc-25da8fe4983b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13804394605497725498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380439460549772549813804394605497725498138043946054977254981380439460549772549813804394605497725498138043946054977254981380439460549772549813804394605497725498138043946054977254981380439460549772549813804394605497725498138043946054977254981380439460549772549813804394605497725498138043946054977254981380439460549772549813804394605497725498138043946054977254981380439460549772549813804394605497725498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6deab8ec-37fa-4a2a-bc97-c505a06ac1da, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd3126ed-2de4-446d-bb97-c02b2a0fef81, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd3126ed-2de4-446d-bb97-c02b2a0fef81, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15330426822970853749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533042682297085374915330426822970853749153304268229708537491533042682297085374915330426822970853749153304268229708537491533042682297085374915330426822970853749153304268229708537491533042682297085374915330426822970853749153304268229708537491533042682297085374915330426822970853749153304268229708537491533042682297085374915330426822970853749153304268229708537491533042682297085374915330426822970853749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5cc538f-31a6-444f-a8dc-25da8fe4983b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 085a6e87-23d5-4e84-a37e-33e7b62b25c1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 085a6e87-23d5-4e84-a37e-33e7b62b25c1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17826878375314332740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782687837531433274017826878375314332740178268783753143327401782687837531433274017826878375314332740178268783753143327401782687837531433274017826878375314332740178268783753143327401782687837531433274017826878375314332740178268783753143327401782687837531433274017826878375314332740178268783753143327401782687837531433274017826878375314332740178268783753143327401782687837531433274017826878375314332740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd3126ed-2de4-446d-bb97-c02b2a0fef81, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f7e69a3-7e4a-4af9-a927-65cefa77d140, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7e69a3-7e4a-4af9-a927-65cefa77d140, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11438083120902268209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143808312090226820911438083120902268209114380831209022682091143808312090226820911438083120902268209114380831209022682091143808312090226820911438083120902268209114380831209022682091143808312090226820911438083120902268209114380831209022682091143808312090226820911438083120902268209114380831209022682091143808312090226820911438083120902268209114380831209022682091143808312090226820911438083120902268209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 085a6e87-23d5-4e84-a37e-33e7b62b25c1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d718848-720a-4f7c-9ffa-1f99fd97e66a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d718848-720a-4f7c-9ffa-1f99fd97e66a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12774336345756717149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277433634575671714912774336345756717149127743363457567171491277433634575671714912774336345756717149127743363457567171491277433634575671714912774336345756717149127743363457567171491277433634575671714912774336345756717149127743363457567171491277433634575671714912774336345756717149127743363457567171491277433634575671714912774336345756717149127743363457567171491277433634575671714912774336345756717149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7e69a3-7e4a-4af9-a927-65cefa77d140, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2acf4a80-f846-451f-a446-4806d6427bba, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2acf4a80-f846-451f-a446-4806d6427bba, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2063408336081114358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20634083360811143582063408336081114358206340833608111435820634083360811143582063408336081114358206340833608111435820634083360811143582063408336081114358206340833608111435820634083360811143582063408336081114358206340833608111435820634083360811143582063408336081114358206340833608111435820634083360811143582063408336081114358206340833608111435820634083360811143582063408336081114358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d718848-720a-4f7c-9ffa-1f99fd97e66a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9ad2da7-e431-418c-aaf1-d8ab31e89018, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2acf4a80-f846-451f-a446-4806d6427bba, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9ad2da7-e431-418c-aaf1-d8ab31e89018, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2860060807304219097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28600608073042190972860060807304219097286006080730421909728600608073042190972860060807304219097286006080730421909728600608073042190972860060807304219097286006080730421909728600608073042190972860060807304219097286006080730421909728600608073042190972860060807304219097286006080730421909728600608073042190972860060807304219097286006080730421909728600608073042190972860060807304219097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1707c42-d71d-4847-8d72-93ef166dac1b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1707c42-d71d-4847-8d72-93ef166dac1b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5624459238451198954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56244592384511989545624459238451198954562445923845119895456244592384511989545624459238451198954562445923845119895456244592384511989545624459238451198954562445923845119895456244592384511989545624459238451198954562445923845119895456244592384511989545624459238451198954562445923845119895456244592384511989545624459238451198954562445923845119895456244592384511989545624459238451198954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9ad2da7-e431-418c-aaf1-d8ab31e89018, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afcd2543-86c6-4071-8a7b-40ca7862b663, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afcd2543-86c6-4071-8a7b-40ca7862b663, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12070128238017192479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207012823801719247912070128238017192479120701282380171924791207012823801719247912070128238017192479120701282380171924791207012823801719247912070128238017192479120701282380171924791207012823801719247912070128238017192479120701282380171924791207012823801719247912070128238017192479120701282380171924791207012823801719247912070128238017192479120701282380171924791207012823801719247912070128238017192479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1707c42-d71d-4847-8d72-93ef166dac1b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab0c382f-a69c-450a-927a-98c6827b9201, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab0c382f-a69c-450a-927a-98c6827b9201, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6933654205457291237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69336542054572912376933654205457291237693365420545729123769336542054572912376933654205457291237693365420545729123769336542054572912376933654205457291237693365420545729123769336542054572912376933654205457291237693365420545729123769336542054572912376933654205457291237693365420545729123769336542054572912376933654205457291237693365420545729123769336542054572912376933654205457291237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afcd2543-86c6-4071-8a7b-40ca7862b663, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24fb3012-5f54-45a2-a247-d989c89b91d0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24fb3012-5f54-45a2-a247-d989c89b91d0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10069068082869300932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006906808286930093210069068082869300932100690680828693009321006906808286930093210069068082869300932100690680828693009321006906808286930093210069068082869300932100690680828693009321006906808286930093210069068082869300932100690680828693009321006906808286930093210069068082869300932100690680828693009321006906808286930093210069068082869300932100690680828693009321006906808286930093210069068082869300932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab0c382f-a69c-450a-927a-98c6827b9201, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00d7f5d0-1972-4038-afd0-5ba866e0db4d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00d7f5d0-1972-4038-afd0-5ba866e0db4d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9640522014556125482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96405220145561254829640522014556125482964052201455612548296405220145561254829640522014556125482964052201455612548296405220145561254829640522014556125482964052201455612548296405220145561254829640522014556125482964052201455612548296405220145561254829640522014556125482964052201455612548296405220145561254829640522014556125482964052201455612548296405220145561254829640522014556125482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24fb3012-5f54-45a2-a247-d989c89b91d0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af4fe226-5d0e-4a05-a9aa-d8deb65d710d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af4fe226-5d0e-4a05-a9aa-d8deb65d710d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10669266811215977917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066926681121597791710669266811215977917106692668112159779171066926681121597791710669266811215977917106692668112159779171066926681121597791710669266811215977917106692668112159779171066926681121597791710669266811215977917106692668112159779171066926681121597791710669266811215977917106692668112159779171066926681121597791710669266811215977917106692668112159779171066926681121597791710669266811215977917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00d7f5d0-1972-4038-afd0-5ba866e0db4d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af4fe226-5d0e-4a05-a9aa-d8deb65d710d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2005b8e1-0bc7-433f-bd8b-88ecb05be8ec, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2005b8e1-0bc7-433f-bd8b-88ecb05be8ec, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14009776748894168903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400977674889416890314009776748894168903140097767488941689031400977674889416890314009776748894168903140097767488941689031400977674889416890314009776748894168903140097767488941689031400977674889416890314009776748894168903140097767488941689031400977674889416890314009776748894168903140097767488941689031400977674889416890314009776748894168903140097767488941689031400977674889416890314009776748894168903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f8711cb-1bbc-4023-b8bc-4c41556a4c0e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f8711cb-1bbc-4023-b8bc-4c41556a4c0e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15133664802853144311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513366480285314431115133664802853144311151336648028531443111513366480285314431115133664802853144311151336648028531443111513366480285314431115133664802853144311151336648028531443111513366480285314431115133664802853144311151336648028531443111513366480285314431115133664802853144311151336648028531443111513366480285314431115133664802853144311151336648028531443111513366480285314431115133664802853144311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2005b8e1-0bc7-433f-bd8b-88ecb05be8ec, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f8711cb-1bbc-4023-b8bc-4c41556a4c0e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 971c9bec-f551-4457-a03c-c9653e44d767, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 971c9bec-f551-4457-a03c-c9653e44d767, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12668376082330392197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266837608233039219712668376082330392197126683760823303921971266837608233039219712668376082330392197126683760823303921971266837608233039219712668376082330392197126683760823303921971266837608233039219712668376082330392197126683760823303921971266837608233039219712668376082330392197126683760823303921971266837608233039219712668376082330392197126683760823303921971266837608233039219712668376082330392197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89128220-e2d2-4b61-b736-c1377bd04d89, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89128220-e2d2-4b61-b736-c1377bd04d89, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9905752648531374118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99057526485313741189905752648531374118990575264853137411899057526485313741189905752648531374118990575264853137411899057526485313741189905752648531374118990575264853137411899057526485313741189905752648531374118990575264853137411899057526485313741189905752648531374118990575264853137411899057526485313741189905752648531374118990575264853137411899057526485313741189905752648531374118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 971c9bec-f551-4457-a03c-c9653e44d767, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04e7e111-fa89-4bef-a2cc-d9b23a643cfb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04e7e111-fa89-4bef-a2cc-d9b23a643cfb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17713841991542666295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771384199154266629517713841991542666295177138419915426662951771384199154266629517713841991542666295177138419915426662951771384199154266629517713841991542666295177138419915426662951771384199154266629517713841991542666295177138419915426662951771384199154266629517713841991542666295177138419915426662951771384199154266629517713841991542666295177138419915426662951771384199154266629517713841991542666295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89128220-e2d2-4b61-b736-c1377bd04d89, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d8f0c97-78ab-4f75-a9bc-9993f7593e94, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d8f0c97-78ab-4f75-a9bc-9993f7593e94, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7882476164365158558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78824761643651585587882476164365158558788247616436515855878824761643651585587882476164365158558788247616436515855878824761643651585587882476164365158558788247616436515855878824761643651585587882476164365158558788247616436515855878824761643651585587882476164365158558788247616436515855878824761643651585587882476164365158558788247616436515855878824761643651585587882476164365158558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04e7e111-fa89-4bef-a2cc-d9b23a643cfb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d8f0c97-78ab-4f75-a9bc-9993f7593e94, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d309727-6cd9-4275-a487-bfcb64b8b304, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d309727-6cd9-4275-a487-bfcb64b8b304, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15068387380643021764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506838738064302176415068387380643021764150683873806430217641506838738064302176415068387380643021764150683873806430217641506838738064302176415068387380643021764150683873806430217641506838738064302176415068387380643021764150683873806430217641506838738064302176415068387380643021764150683873806430217641506838738064302176415068387380643021764150683873806430217641506838738064302176415068387380643021764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 379d0f57-8baa-440d-9810-49298f9bb570, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 379d0f57-8baa-440d-9810-49298f9bb570, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15228154987051920896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522815498705192089615228154987051920896152281549870519208961522815498705192089615228154987051920896152281549870519208961522815498705192089615228154987051920896152281549870519208961522815498705192089615228154987051920896152281549870519208961522815498705192089615228154987051920896152281549870519208961522815498705192089615228154987051920896152281549870519208961522815498705192089615228154987051920896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d309727-6cd9-4275-a487-bfcb64b8b304, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 610a8624-a229-410b-84d7-58dff7f33a10, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 379d0f57-8baa-440d-9810-49298f9bb570, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610a8624-a229-410b-84d7-58dff7f33a10, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11052881961414086285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105288196141408628511052881961414086285110528819614140862851105288196141408628511052881961414086285110528819614140862851105288196141408628511052881961414086285110528819614140862851105288196141408628511052881961414086285110528819614140862851105288196141408628511052881961414086285110528819614140862851105288196141408628511052881961414086285110528819614140862851105288196141408628511052881961414086285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 244cc799-151c-433b-8a01-975c049c0197, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 244cc799-151c-433b-8a01-975c049c0197, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14707263419419254643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470726341941925464314707263419419254643147072634194192546431470726341941925464314707263419419254643147072634194192546431470726341941925464314707263419419254643147072634194192546431470726341941925464314707263419419254643147072634194192546431470726341941925464314707263419419254643147072634194192546431470726341941925464314707263419419254643147072634194192546431470726341941925464314707263419419254643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610a8624-a229-410b-84d7-58dff7f33a10, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c583de7-ab52-4cfa-90a7-67bb84d76f19, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c583de7-ab52-4cfa-90a7-67bb84d76f19, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17120621432376179025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712062143237617902517120621432376179025171206214323761790251712062143237617902517120621432376179025171206214323761790251712062143237617902517120621432376179025171206214323761790251712062143237617902517120621432376179025171206214323761790251712062143237617902517120621432376179025171206214323761790251712062143237617902517120621432376179025171206214323761790251712062143237617902517120621432376179025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 244cc799-151c-433b-8a01-975c049c0197, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5279576d-34e8-4f1a-a874-71bd6a38830a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5279576d-34e8-4f1a-a874-71bd6a38830a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12472141226690925603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247214122669092560312472141226690925603124721412266909256031247214122669092560312472141226690925603124721412266909256031247214122669092560312472141226690925603124721412266909256031247214122669092560312472141226690925603124721412266909256031247214122669092560312472141226690925603124721412266909256031247214122669092560312472141226690925603124721412266909256031247214122669092560312472141226690925603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c583de7-ab52-4cfa-90a7-67bb84d76f19, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e85cefeb-5688-42e7-b24d-b0d558e9668a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e85cefeb-5688-42e7-b24d-b0d558e9668a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14512986771608821727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451298677160882172714512986771608821727145129867716088217271451298677160882172714512986771608821727145129867716088217271451298677160882172714512986771608821727145129867716088217271451298677160882172714512986771608821727145129867716088217271451298677160882172714512986771608821727145129867716088217271451298677160882172714512986771608821727145129867716088217271451298677160882172714512986771608821727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5279576d-34e8-4f1a-a874-71bd6a38830a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ee79ff0-d23c-47aa-8527-549960fa6ffc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e85cefeb-5688-42e7-b24d-b0d558e9668a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ee79ff0-d23c-47aa-8527-549960fa6ffc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18303461610183099890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830346161018309989018303461610183099890183034616101830998901830346161018309989018303461610183099890183034616101830998901830346161018309989018303461610183099890183034616101830998901830346161018309989018303461610183099890183034616101830998901830346161018309989018303461610183099890183034616101830998901830346161018309989018303461610183099890183034616101830998901830346161018309989018303461610183099890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9056253b-c8ce-4d43-8402-214e2bfdf1fb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62323 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_bfn6j6d9.log --grpc-port=7193 --mon-port=64371 --ic-port=1486 --key-file /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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:62323', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_bfn6j6d9.log', '--grpc-port=7193', '--mon-port=64371', '--ic-port=1486', '--key-file', '/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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:63 RpcState(ExecuteDataQuery, 9056253b-c8ce-4d43-8402-214e2bfdf1fb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10843932914559856542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084393291455985654210843932914559856542108439329145598565421084393291455985654210843932914559856542108439329145598565421084393291455985654210843932914559856542108439329145598565421084393291455985654210843932914559856542108439329145598565421084393291455985654210843932914559856542108439329145598565421084393291455985654210843932914559856542108439329145598565421084393291455985654210843932914559856542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ee79ff0-d23c-47aa-8527-549960fa6ffc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:628 Command pid: 967362
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:7193/2
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18a352a1-f12e-4958-81e6-927bc2135c76, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18a352a1-f12e-4958-81e6-927bc2135c76, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16220046876021991207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622004687602199120716220046876021991207162200468760219912071622004687602199120716220046876021991207162200468760219912071622004687602199120716220046876021991207162200468760219912071622004687602199120716220046876021991207162200468760219912071622004687602199120716220046876021991207162200468760219912071622004687602199120716220046876021991207162200468760219912071622004687602199120716220046876021991207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9056253b-c8ce-4d43-8402-214e2bfdf1fb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54940d12-e6cc-4009-b1f2-d4a58042c5ef, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54940d12-e6cc-4009-b1f2-d4a58042c5ef, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13039160892316411649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303916089231641164913039160892316411649130391608923164116491303916089231641164913039160892316411649130391608923164116491303916089231641164913039160892316411649130391608923164116491303916089231641164913039160892316411649130391608923164116491303916089231641164913039160892316411649130391608923164116491303916089231641164913039160892316411649130391608923164116491303916089231641164913039160892316411649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.18
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18a352a1-f12e-4958-81e6-927bc2135c76, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa8be5b4-8338-44b6-95ce-a861afe30747, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54940d12-e6cc-4009-b1f2-d4a58042c5ef, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa8be5b4-8338-44b6-95ce-a861afe30747, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14375750956106374213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437575095610637421314375750956106374213143757509561063742131437575095610637421314375750956106374213143757509561063742131437575095610637421314375750956106374213143757509561063742131437575095610637421314375750956106374213143757509561063742131437575095610637421314375750956106374213143757509561063742131437575095610637421314375750956106374213143757509561063742131437575095610637421314375750956106374213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.18
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad6702bb-ced4-46ef-9570-053903cb1272, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad6702bb-ced4-46ef-9570-053903cb1272, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 762179362211801558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "762179362211801558762179362211801558762179362211801558762179362211801558762179362211801558762179362211801558762179362211801558762179362211801558762179362211801558762179362211801558762179362211801558762179362211801558762179362211801558762179362211801558762179362211801558762179362211801558762179362211801558762179362211801558762179362211801558762179362211801558" } } } 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/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 967378
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad6702bb-ced4-46ef-9570-053903cb1272, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4203af27-4ace-4c36-b69a-5900ac1ffe67, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4203af27-4ace-4c36-b69a-5900ac1ffe67, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6882173973237938824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68821739732379388246882173973237938824688217397323793882468821739732379388246882173973237938824688217397323793882468821739732379388246882173973237938824688217397323793882468821739732379388246882173973237938824688217397323793882468821739732379388246882173973237938824688217397323793882468821739732379388246882173973237938824688217397323793882468821739732379388246882173973237938824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa8be5b4-8338-44b6-95ce-a861afe30747, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76c0cd9b-8788-498a-b6a8-0143329312f9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76c0cd9b-8788-498a-b6a8-0143329312f9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 695339455396063143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "695339455396063143695339455396063143695339455396063143695339455396063143695339455396063143695339455396063143695339455396063143695339455396063143695339455396063143695339455396063143695339455396063143695339455396063143695339455396063143695339455396063143695339455396063143695339455396063143695339455396063143695339455396063143695339455396063143695339455396063143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4203af27-4ace-4c36-b69a-5900ac1ffe67, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92b2fddd-6384-40cf-bd0b-882426a55b05, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92b2fddd-6384-40cf-bd0b-882426a55b05, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14794750137691263104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479475013769126310414794750137691263104147947501376912631041479475013769126310414794750137691263104147947501376912631041479475013769126310414794750137691263104147947501376912631041479475013769126310414794750137691263104147947501376912631041479475013769126310414794750137691263104147947501376912631041479475013769126310414794750137691263104147947501376912631041479475013769126310414794750137691263104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76c0cd9b-8788-498a-b6a8-0143329312f9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f8cc843-d21a-40a1-85d6-f042af745b31, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92b2fddd-6384-40cf-bd0b-882426a55b05, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f8cc843-d21a-40a1-85d6-f042af745b31, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2404588923742240103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24045889237422401032404588923742240103240458892374224010324045889237422401032404588923742240103240458892374224010324045889237422401032404588923742240103240458892374224010324045889237422401032404588923742240103240458892374224010324045889237422401032404588923742240103240458892374224010324045889237422401032404588923742240103240458892374224010324045889237422401032404588923742240103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b900de2-8266-4bf2-b61e-84b272c3f83b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b900de2-8266-4bf2-b61e-84b272c3f83b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1761419136211149153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17614191362111491531761419136211149153176141913621114915317614191362111491531761419136211149153176141913621114915317614191362111491531761419136211149153176141913621114915317614191362111491531761419136211149153176141913621114915317614191362111491531761419136211149153176141913621114915317614191362111491531761419136211149153176141913621114915317614191362111491531761419136211149153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f8cc843-d21a-40a1-85d6-f042af745b31, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 852dde48-0a52-4261-b8f3-9ead63d286ac, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b900de2-8266-4bf2-b61e-84b272c3f83b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f4d98c0-5314-48d1-90ae-f63de375e0cd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 852dde48-0a52-4261-b8f3-9ead63d286ac, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17099669956356688467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1709966995635668846717099669956356688467170996699563566884671709966995635668846717099669956356688467170996699563566884671709966995635668846717099669956356688467170996699563566884671709966995635668846717099669956356688467170996699563566884671709966995635668846717099669956356688467170996699563566884671709966995635668846717099669956356688467170996699563566884671709966995635668846717099669956356688467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f4d98c0-5314-48d1-90ae-f63de375e0cd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17795632474962868450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779563247496286845017795632474962868450177956324749628684501779563247496286845017795632474962868450177956324749628684501779563247496286845017795632474962868450177956324749628684501779563247496286845017795632474962868450177956324749628684501779563247496286845017795632474962868450177956324749628684501779563247496286845017795632474962868450177956324749628684501779563247496286845017795632474962868450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 852dde48-0a52-4261-b8f3-9ead63d286ac, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ff0693d-c42b-47ae-99a8-ac5caa3244b7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ff0693d-c42b-47ae-99a8-ac5caa3244b7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16055261456603590298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605526145660359029816055261456603590298160552614566035902981605526145660359029816055261456603590298160552614566035902981605526145660359029816055261456603590298160552614566035902981605526145660359029816055261456603590298160552614566035902981605526145660359029816055261456603590298160552614566035902981605526145660359029816055261456603590298160552614566035902981605526145660359029816055261456603590298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ff0693d-c42b-47ae-99a8-ac5caa3244b7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bbe16d3-21af-4923-8eae-25ec25444dc1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bbe16d3-21af-4923-8eae-25ec25444dc1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17384849268786868793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738484926878686879317384849268786868793173848492687868687931738484926878686879317384849268786868793173848492687868687931738484926878686879317384849268786868793173848492687868687931738484926878686879317384849268786868793173848492687868687931738484926878686879317384849268786868793173848492687868687931738484926878686879317384849268786868793173848492687868687931738484926878686879317384849268786868793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f4d98c0-5314-48d1-90ae-f63de375e0cd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f658b074-9b4a-4f07-b611-5c91d651e0c9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f658b074-9b4a-4f07-b611-5c91d651e0c9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2855981326152398140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28559813261523981402855981326152398140285598132615239814028559813261523981402855981326152398140285598132615239814028559813261523981402855981326152398140285598132615239814028559813261523981402855981326152398140285598132615239814028559813261523981402855981326152398140285598132615239814028559813261523981402855981326152398140285598132615239814028559813261523981402855981326152398140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bbe16d3-21af-4923-8eae-25ec25444dc1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed5f61be-5a47-49b9-8491-9add11bc4b4f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed5f61be-5a47-49b9-8491-9add11bc4b4f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18395474549031608579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839547454903160857918395474549031608579183954745490316085791839547454903160857918395474549031608579183954745490316085791839547454903160857918395474549031608579183954745490316085791839547454903160857918395474549031608579183954745490316085791839547454903160857918395474549031608579183954745490316085791839547454903160857918395474549031608579183954745490316085791839547454903160857918395474549031608579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f658b074-9b4a-4f07-b611-5c91d651e0c9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed5f61be-5a47-49b9-8491-9add11bc4b4f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78d42c2d-8a92-4eb2-9ca1-ab77355d037b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78d42c2d-8a92-4eb2-9ca1-ab77355d037b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2879383331813764288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28793833318137642882879383331813764288287938333181376428828793833318137642882879383331813764288287938333181376428828793833318137642882879383331813764288287938333181376428828793833318137642882879383331813764288287938333181376428828793833318137642882879383331813764288287938333181376428828793833318137642882879383331813764288287938333181376428828793833318137642882879383331813764288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a12ad4c3-8ebf-4470-9b3a-1a359888c878, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a12ad4c3-8ebf-4470-9b3a-1a359888c878, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15905526531759567218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590552653175956721815905526531759567218159055265317595672181590552653175956721815905526531759567218159055265317595672181590552653175956721815905526531759567218159055265317595672181590552653175956721815905526531759567218159055265317595672181590552653175956721815905526531759567218159055265317595672181590552653175956721815905526531759567218159055265317595672181590552653175956721815905526531759567218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78d42c2d-8a92-4eb2-9ca1-ab77355d037b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75132fe2-faa0-42c7-bf72-c8a4bef0544a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75132fe2-faa0-42c7-bf72-c8a4bef0544a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5297892586949834848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52978925869498348485297892586949834848529789258694983484852978925869498348485297892586949834848529789258694983484852978925869498348485297892586949834848529789258694983484852978925869498348485297892586949834848529789258694983484852978925869498348485297892586949834848529789258694983484852978925869498348485297892586949834848529789258694983484852978925869498348485297892586949834848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a12ad4c3-8ebf-4470-9b3a-1a359888c878, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e82fb62-8d92-4c1f-bfcb-489c406d8a24, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e82fb62-8d92-4c1f-bfcb-489c406d8a24, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3854769855911640084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38547698559116400843854769855911640084385476985591164008438547698559116400843854769855911640084385476985591164008438547698559116400843854769855911640084385476985591164008438547698559116400843854769855911640084385476985591164008438547698559116400843854769855911640084385476985591164008438547698559116400843854769855911640084385476985591164008438547698559116400843854769855911640084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75132fe2-faa0-42c7-bf72-c8a4bef0544a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e82fb62-8d92-4c1f-bfcb-489c406d8a24, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc468a55-67f0-4273-b4d1-e23781f06a4d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc468a55-67f0-4273-b4d1-e23781f06a4d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12350868005198011520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235086800519801152012350868005198011520123508680051980115201235086800519801152012350868005198011520123508680051980115201235086800519801152012350868005198011520123508680051980115201235086800519801152012350868005198011520123508680051980115201235086800519801152012350868005198011520123508680051980115201235086800519801152012350868005198011520123508680051980115201235086800519801152012350868005198011520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1705a4a8-0266-4d33-baf1-e7ab3402a73e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1705a4a8-0266-4d33-baf1-e7ab3402a73e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16788743544494063289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678874354449406328916788743544494063289167887435444940632891678874354449406328916788743544494063289167887435444940632891678874354449406328916788743544494063289167887435444940632891678874354449406328916788743544494063289167887435444940632891678874354449406328916788743544494063289167887435444940632891678874354449406328916788743544494063289167887435444940632891678874354449406328916788743544494063289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc468a55-67f0-4273-b4d1-e23781f06a4d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1940c3f5-03e9-4aa0-8bc1-ee7aa1707cff, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1940c3f5-03e9-4aa0-8bc1-ee7aa1707cff, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11669146646944070166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166914664694407016611669146646944070166116691466469440701661166914664694407016611669146646944070166116691466469440701661166914664694407016611669146646944070166116691466469440701661166914664694407016611669146646944070166116691466469440701661166914664694407016611669146646944070166116691466469440701661166914664694407016611669146646944070166116691466469440701661166914664694407016611669146646944070166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1705a4a8-0266-4d33-baf1-e7ab3402a73e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b22151cd-c531-4eda-8271-4820797d0421, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b22151cd-c531-4eda-8271-4820797d0421, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8065602582348273450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80656025823482734508065602582348273450806560258234827345080656025823482734508065602582348273450806560258234827345080656025823482734508065602582348273450806560258234827345080656025823482734508065602582348273450806560258234827345080656025823482734508065602582348273450806560258234827345080656025823482734508065602582348273450806560258234827345080656025823482734508065602582348273450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1940c3f5-03e9-4aa0-8bc1-ee7aa1707cff, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b22151cd-c531-4eda-8271-4820797d0421, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48bf2ea8-6e81-449c-bbd1-3884958de72d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aac85f3e-73ad-4669-ab1f-78a9ec222de0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48bf2ea8-6e81-449c-bbd1-3884958de72d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18203130122933725178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820313012293372517818203130122933725178182031301229337251781820313012293372517818203130122933725178182031301229337251781820313012293372517818203130122933725178182031301229337251781820313012293372517818203130122933725178182031301229337251781820313012293372517818203130122933725178182031301229337251781820313012293372517818203130122933725178182031301229337251781820313012293372517818203130122933725178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aac85f3e-73ad-4669-ab1f-78a9ec222de0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13987523680673326132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398752368067332613213987523680673326132139875236806733261321398752368067332613213987523680673326132139875236806733261321398752368067332613213987523680673326132139875236806733261321398752368067332613213987523680673326132139875236806733261321398752368067332613213987523680673326132139875236806733261321398752368067332613213987523680673326132139875236806733261321398752368067332613213987523680673326132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48bf2ea8-6e81-449c-bbd1-3884958de72d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d45a0fb9-f217-4f35-8104-dc6f1199184e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d45a0fb9-f217-4f35-8104-dc6f1199184e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3002246460242543318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30022464602425433183002246460242543318300224646024254331830022464602425433183002246460242543318300224646024254331830022464602425433183002246460242543318300224646024254331830022464602425433183002246460242543318300224646024254331830022464602425433183002246460242543318300224646024254331830022464602425433183002246460242543318300224646024254331830022464602425433183002246460242543318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aac85f3e-73ad-4669-ab1f-78a9ec222de0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e7d16d2-53f2-47aa-ab2d-cb73356228f7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e7d16d2-53f2-47aa-ab2d-cb73356228f7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4688756502503600694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46887565025036006944688756502503600694468875650250360069446887565025036006944688756502503600694468875650250360069446887565025036006944688756502503600694468875650250360069446887565025036006944688756502503600694468875650250360069446887565025036006944688756502503600694468875650250360069446887565025036006944688756502503600694468875650250360069446887565025036006944688756502503600694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d45a0fb9-f217-4f35-8104-dc6f1199184e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48d3e3cd-eb93-4983-82a6-69c2f312a37f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48d3e3cd-eb93-4983-82a6-69c2f312a37f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3329887287560624598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33298872875606245983329887287560624598332988728756062459833298872875606245983329887287560624598332988728756062459833298872875606245983329887287560624598332988728756062459833298872875606245983329887287560624598332988728756062459833298872875606245983329887287560624598332988728756062459833298872875606245983329887287560624598332988728756062459833298872875606245983329887287560624598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e7d16d2-53f2-47aa-ab2d-cb73356228f7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1f686c3-1f04-4003-959e-5bbda7346b86, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1f686c3-1f04-4003-959e-5bbda7346b86, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13981751822483305857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398175182248330585713981751822483305857139817518224833058571398175182248330585713981751822483305857139817518224833058571398175182248330585713981751822483305857139817518224833058571398175182248330585713981751822483305857139817518224833058571398175182248330585713981751822483305857139817518224833058571398175182248330585713981751822483305857139817518224833058571398175182248330585713981751822483305857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48d3e3cd-eb93-4983-82a6-69c2f312a37f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4dc6feed-4c04-4e6f-bf76-ad8a9c7180cb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dc6feed-4c04-4e6f-bf76-ad8a9c7180cb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6436130120507285099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64361301205072850996436130120507285099643613012050728509964361301205072850996436130120507285099643613012050728509964361301205072850996436130120507285099643613012050728509964361301205072850996436130120507285099643613012050728509964361301205072850996436130120507285099643613012050728509964361301205072850996436130120507285099643613012050728509964361301205072850996436130120507285099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1f686c3-1f04-4003-959e-5bbda7346b86, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b460639d-5e4c-41b6-8948-e13c55bd703b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b460639d-5e4c-41b6-8948-e13c55bd703b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3058872507160362351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30588725071603623513058872507160362351305887250716036235130588725071603623513058872507160362351305887250716036235130588725071603623513058872507160362351305887250716036235130588725071603623513058872507160362351305887250716036235130588725071603623513058872507160362351305887250716036235130588725071603623513058872507160362351305887250716036235130588725071603623513058872507160362351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dc6feed-4c04-4e6f-bf76-ad8a9c7180cb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8d099bf-5510-4a21-8b37-630040083e8a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8d099bf-5510-4a21-8b37-630040083e8a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16692770219086876855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669277021908687685516692770219086876855166927702190868768551669277021908687685516692770219086876855166927702190868768551669277021908687685516692770219086876855166927702190868768551669277021908687685516692770219086876855166927702190868768551669277021908687685516692770219086876855166927702190868768551669277021908687685516692770219086876855166927702190868768551669277021908687685516692770219086876855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b460639d-5e4c-41b6-8948-e13c55bd703b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11ed2685-ee74-4ded-8cef-828f8f9a9230, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11ed2685-ee74-4ded-8cef-828f8f9a9230, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8890485599947235822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88904855999472358228890485599947235822889048559994723582288904855999472358228890485599947235822889048559994723582288904855999472358228890485599947235822889048559994723582288904855999472358228890485599947235822889048559994723582288904855999472358228890485599947235822889048559994723582288904855999472358228890485599947235822889048559994723582288904855999472358228890485599947235822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8d099bf-5510-4a21-8b37-630040083e8a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1b72b5e-f4c4-47b9-8cd1-b3723ca0e2e6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1b72b5e-f4c4-47b9-8cd1-b3723ca0e2e6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5835499891063939071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58354998910639390715835499891063939071583549989106393907158354998910639390715835499891063939071583549989106393907158354998910639390715835499891063939071583549989106393907158354998910639390715835499891063939071583549989106393907158354998910639390715835499891063939071583549989106393907158354998910639390715835499891063939071583549989106393907158354998910639390715835499891063939071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11ed2685-ee74-4ded-8cef-828f8f9a9230, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e37adaf0-9982-434e-b996-f269b2fcfddf, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e37adaf0-9982-434e-b996-f269b2fcfddf, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4788337612466098414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47883376124660984144788337612466098414478833761246609841447883376124660984144788337612466098414478833761246609841447883376124660984144788337612466098414478833761246609841447883376124660984144788337612466098414478833761246609841447883376124660984144788337612466098414478833761246609841447883376124660984144788337612466098414478833761246609841447883376124660984144788337612466098414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1b72b5e-f4c4-47b9-8cd1-b3723ca0e2e6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a798bbf-2877-4274-81fe-53a0716cc23f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a798bbf-2877-4274-81fe-53a0716cc23f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12920843659230400813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292084365923040081312920843659230400813129208436592304008131292084365923040081312920843659230400813129208436592304008131292084365923040081312920843659230400813129208436592304008131292084365923040081312920843659230400813129208436592304008131292084365923040081312920843659230400813129208436592304008131292084365923040081312920843659230400813129208436592304008131292084365923040081312920843659230400813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e37adaf0-9982-434e-b996-f269b2fcfddf, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0976cfd-e044-47b8-8cf4-ccb10959c640, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0976cfd-e044-47b8-8cf4-ccb10959c640, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13322456595644066093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332245659564406609313322456595644066093133224565956440660931332245659564406609313322456595644066093133224565956440660931332245659564406609313322456595644066093133224565956440660931332245659564406609313322456595644066093133224565956440660931332245659564406609313322456595644066093133224565956440660931332245659564406609313322456595644066093133224565956440660931332245659564406609313322456595644066093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a798bbf-2877-4274-81fe-53a0716cc23f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3118481-7135-42bf-9ea4-ad409c420e50, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3118481-7135-42bf-9ea4-ad409c420e50, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1266854289121934174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12668542891219341741266854289121934174126685428912193417412668542891219341741266854289121934174126685428912193417412668542891219341741266854289121934174126685428912193417412668542891219341741266854289121934174126685428912193417412668542891219341741266854289121934174126685428912193417412668542891219341741266854289121934174126685428912193417412668542891219341741266854289121934174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0976cfd-e044-47b8-8cf4-ccb10959c640, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 536441f8-81a6-4491-9161-7f5573fb77b5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 536441f8-81a6-4491-9161-7f5573fb77b5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14840992514128931629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484099251412893162914840992514128931629148409925141289316291484099251412893162914840992514128931629148409925141289316291484099251412893162914840992514128931629148409925141289316291484099251412893162914840992514128931629148409925141289316291484099251412893162914840992514128931629148409925141289316291484099251412893162914840992514128931629148409925141289316291484099251412893162914840992514128931629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3118481-7135-42bf-9ea4-ad409c420e50, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f04f66f8-1e41-4f90-9996-7acdd68c4ce3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f04f66f8-1e41-4f90-9996-7acdd68c4ce3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13683794250648380090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368379425064838009013683794250648380090136837942506483800901368379425064838009013683794250648380090136837942506483800901368379425064838009013683794250648380090136837942506483800901368379425064838009013683794250648380090136837942506483800901368379425064838009013683794250648380090136837942506483800901368379425064838009013683794250648380090136837942506483800901368379425064838009013683794250648380090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 536441f8-81a6-4491-9161-7f5573fb77b5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 878f44b4-9d66-47a3-8957-d5c20f7d31d0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 878f44b4-9d66-47a3-8957-d5c20f7d31d0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10405102970674431115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040510297067443111510405102970674431115104051029706744311151040510297067443111510405102970674431115104051029706744311151040510297067443111510405102970674431115104051029706744311151040510297067443111510405102970674431115104051029706744311151040510297067443111510405102970674431115104051029706744311151040510297067443111510405102970674431115104051029706744311151040510297067443111510405102970674431115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 878f44b4-9d66-47a3-8957-d5c20f7d31d0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23b9646e-6efa-4a21-87d8-0d7612ec1d26, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b9646e-6efa-4a21-87d8-0d7612ec1d26, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16165773216172875614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616577321617287561416165773216172875614161657732161728756141616577321617287561416165773216172875614161657732161728756141616577321617287561416165773216172875614161657732161728756141616577321617287561416165773216172875614161657732161728756141616577321617287561416165773216172875614161657732161728756141616577321617287561416165773216172875614161657732161728756141616577321617287561416165773216172875614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f04f66f8-1e41-4f90-9996-7acdd68c4ce3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2040b7dc-1c4f-4910-8803-a86ca0932cdb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2040b7dc-1c4f-4910-8803-a86ca0932cdb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7110630652605876100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71106306526058761007110630652605876100711063065260587610071106306526058761007110630652605876100711063065260587610071106306526058761007110630652605876100711063065260587610071106306526058761007110630652605876100711063065260587610071106306526058761007110630652605876100711063065260587610071106306526058761007110630652605876100711063065260587610071106306526058761007110630652605876100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b9646e-6efa-4a21-87d8-0d7612ec1d26, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2040b7dc-1c4f-4910-8803-a86ca0932cdb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fb26d64-cc3d-4663-8431-f15f0d2b3ed8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fb26d64-cc3d-4663-8431-f15f0d2b3ed8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3513515225978876538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35135152259788765383513515225978876538351351522597887653835135152259788765383513515225978876538351351522597887653835135152259788765383513515225978876538351351522597887653835135152259788765383513515225978876538351351522597887653835135152259788765383513515225978876538351351522597887653835135152259788765383513515225978876538351351522597887653835135152259788765383513515225978876538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 798b50d7-d834-418b-8f29-89d85417b6ea, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 798b50d7-d834-418b-8f29-89d85417b6ea, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12796306374380084801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279630637438008480112796306374380084801127963063743800848011279630637438008480112796306374380084801127963063743800848011279630637438008480112796306374380084801127963063743800848011279630637438008480112796306374380084801127963063743800848011279630637438008480112796306374380084801127963063743800848011279630637438008480112796306374380084801127963063743800848011279630637438008480112796306374380084801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fb26d64-cc3d-4663-8431-f15f0d2b3ed8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 798b50d7-d834-418b-8f29-89d85417b6ea, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:259 Command (pid 967378) rc: 0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99de6b01-d50c-44eb-8885-a7a9c2ea4f80, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ya.test:process.py:260 Command (pid 967378) elapsed time (sec): 0.8103694915771484
DEBUG    ya.test:process.py:263 Command (pid 967378) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 967378) inblock: 0
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99de6b01-d50c-44eb-8885-a7a9c2ea4f80, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 601330273702069755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "601330273702069755601330273702069755601330273702069755601330273702069755601330273702069755601330273702069755601330273702069755601330273702069755601330273702069755601330273702069755601330273702069755601330273702069755601330273702069755601330273702069755601330273702069755601330273702069755601330273702069755601330273702069755601330273702069755601330273702069755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9cbdaec-6616-40a6-b61f-cd9d69975c8b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9cbdaec-6616-40a6-b61f-cd9d69975c8b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13411423809956778295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341142380995677829513411423809956778295134114238099567782951341142380995677829513411423809956778295134114238099567782951341142380995677829513411423809956778295134114238099567782951341142380995677829513411423809956778295134114238099567782951341142380995677829513411423809956778295134114238099567782951341142380995677829513411423809956778295134114238099567782951341142380995677829513411423809956778295" } } } 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 967378) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 967378) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 967378) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 967378) maxrss: 958876
DEBUG    ya.test:process.py:263 Command (pid 967378) minflt: 45643
DEBUG    ya.test:process.py:263 Command (pid 967378) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 967378) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 967378) nivcsw: 117
DEBUG    ya.test:process.py:263 Command (pid 967378) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 967378) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 967378) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 967378) oublock: 8
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99de6b01-d50c-44eb-8885-a7a9c2ea4f80, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9cbdaec-6616-40a6-b61f-cd9d69975c8b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 967378) stime: 0.16525499999999999
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ya.test:process.py:263 Command (pid 967378) utime: 0.473137
DEBUG    ya.test:process.py:263 Command (pid 967378) wtime: 0.814
DEBUG    ya.test:process.py:275 Command (pid 967378) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 967378) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 2 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec48c5e7-a0e6-4113-a58a-a42b15924a23, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec48c5e7-a0e6-4113-a58a-a42b15924a23, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 279163690029807800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "279163690029807800279163690029807800279163690029807800279163690029807800279163690029807800279163690029807800279163690029807800279163690029807800279163690029807800279163690029807800279163690029807800279163690029807800279163690029807800279163690029807800279163690029807800279163690029807800279163690029807800279163690029807800279163690029807800279163690029807800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab13279b-0b12-4d42-a76b-faa71ce92b04, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab13279b-0b12-4d42-a76b-faa71ce92b04, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3055072837724328397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30550728377243283973055072837724328397305507283772432839730550728377243283973055072837724328397305507283772432839730550728377243283973055072837724328397305507283772432839730550728377243283973055072837724328397305507283772432839730550728377243283973055072837724328397305507283772432839730550728377243283973055072837724328397305507283772432839730550728377243283973055072837724328397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec48c5e7-a0e6-4113-a58a-a42b15924a23, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e33da59-b34e-480a-911a-bea1eab66ca8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e33da59-b34e-480a-911a-bea1eab66ca8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9077780810565721971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90777808105657219719077780810565721971907778081056572197190777808105657219719077780810565721971907778081056572197190777808105657219719077780810565721971907778081056572197190777808105657219719077780810565721971907778081056572197190777808105657219719077780810565721971907778081056572197190777808105657219719077780810565721971907778081056572197190777808105657219719077780810565721971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab13279b-0b12-4d42-a76b-faa71ce92b04, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1e186ebab0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1e186ebab0> is no longer active. Current active count 4.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 11bdbe29-f0ff-4ecd-95b5-ebabe1dd44d2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 11bdbe29-f0ff-4ecd-95b5-ebabe1dd44d2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=ZjAzZjA4NWQtZGIyMGU2ODYtYTk2OTYwNWItMWM2MDc0YzE=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e33da59-b34e-480a-911a-bea1eab66ca8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c1e186ebab0>
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 11bdbe29-f0ff-4ecd-95b5-ebabe1dd44d2, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 11bdbe29-f0ff-4ecd-95b5-ebabe1dd44d2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 11bdbe29-f0ff-4ecd-95b5-ebabe1dd44d2, ghrun-saptlbqaqq.auto.internal:28695): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d680d0ee-02a2-49bd-8d35-a72c47929475, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d680d0ee-02a2-49bd-8d35-a72c47929475, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15917011402525325732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591701140252532573215917011402525325732159170114025253257321591701140252532573215917011402525325732159170114025253257321591701140252532573215917011402525325732159170114025253257321591701140252532573215917011402525325732159170114025253257321591701140252532573215917011402525325732159170114025253257321591701140252532573215917011402525325732159170114025253257321591701140252532573215917011402525325732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1e18697470>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1e18697470> is no longer active. Current active count 3.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, e64347ef-3fec-475a-81bc-d46d004f14e4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, e64347ef-3fec-475a-81bc-d46d004f14e4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MjExMDUzNjctNmUwMTNjMDMtOTY5Yjc2Y2MtN2MwOGQwM2Y=" 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 0x7c1e18697470>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a333f633-3e8f-4f61-af71-c68894d96dbc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a333f633-3e8f-4f61-af71-c68894d96dbc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10335412246313965727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033541224631396572710335412246313965727103354122463139657271033541224631396572710335412246313965727103354122463139657271033541224631396572710335412246313965727103354122463139657271033541224631396572710335412246313965727103354122463139657271033541224631396572710335412246313965727103354122463139657271033541224631396572710335412246313965727103354122463139657271033541224631396572710335412246313965727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, e64347ef-3fec-475a-81bc-d46d004f14e4, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, e64347ef-3fec-475a-81bc-d46d004f14e4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, e64347ef-3fec-475a-81bc-d46d004f14e4, ghrun-saptlbqaqq.auto.internal:28695): on response callback success
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d680d0ee-02a2-49bd-8d35-a72c47929475, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a333f633-3e8f-4f61-af71-c68894d96dbc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1e18732630>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1e18732630> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 69ff6a6d-e3d5-40c5-a315-a143f5757566, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 69ff6a6d-e3d5-40c5-a315-a143f5757566, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmOWM0YjMtYmM3OTVmYTctOWI2OGNkMjYtZWMwOTBiNzY=" 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 0x7c1e18732630>
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 69ff6a6d-e3d5-40c5-a315-a143f5757566, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 69ff6a6d-e3d5-40c5-a315-a143f5757566, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 69ff6a6d-e3d5-40c5-a315-a143f5757566, ghrun-saptlbqaqq.auto.internal:28695): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1e1869e570>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1e1869e570> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 8742a4ec-9713-4543-8e41-eb778b750543, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 8742a4ec-9713-4543-8e41-eb778b750543, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=NTViMzZjYzctZTQyM2NkMjItYmQzNmZkMTktZmQyYTAzOTE=" 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 0x7c1e1869e570>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfbbf6cf-74e4-431b-a439-7468b0e8f60d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 8742a4ec-9713-4543-8e41-eb778b750543, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfbbf6cf-74e4-431b-a439-7468b0e8f60d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=YjFkYjI3NDEtNDYzYTJkZWItNWEyMzNlNDItY2Y3OGFjN2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10176181063729159838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017618106372915983810176181063729159838101761810637291598381017618106372915983810176181063729159838101761810637291598381017618106372915983810176181063729159838101761810637291598381017618106372915983810176181063729159838101761810637291598381017618106372915983810176181063729159838101761810637291598381017618106372915983810176181063729159838101761810637291598381017618106372915983810176181063729159838" } } } 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 0x7c1e13d36f30 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 0x7c1e13d1beb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 8742a4ec-9713-4543-8e41-eb778b750543, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d9808afa-07f5-4e6e-a88b-9307cc0bb18f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 8742a4ec-9713-4543-8e41-eb778b750543, ghrun-saptlbqaqq.auto.internal:28695): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d9808afa-07f5-4e6e-a88b-9307cc0bb18f, ghrun-saptlbqaqq.auto.internal:28695): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, d9808afa-07f5-4e6e-a88b-9307cc0bb18f, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, d9808afa-07f5-4e6e-a88b-9307cc0bb18f, ghrun-saptlbqaqq.auto.internal:28695): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Cannot create session: system shutdown requested.", grpc_status:8, created_time:"2025-11-27T14:11:13.1932175+00:00"}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, d9808afa-07f5-4e6e-a88b-9307cc0bb18f, ghrun-saptlbqaqq.auto.internal:28695): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-saptlbqaqq.auto.internal:28695
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Cannot create session: system shutdown requested.", grpc_status:8, created_time:"2025-11-27T14:11:13.1932175+00:00"}"
>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfbbf6cf-74e4-431b-a439-7468b0e8f60d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=c8dee1ef-f9538eb2-7bb87607-5c8e953d" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e187154b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1e187154b0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1e187154b0> 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 0x7c1e187154b0> replacement.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e13cf8fb0>
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.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c1e187154b0>
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 0x7c1e13ce53f0 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 0x7c1e13cf6070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e13cf6070>
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:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, e2036980-2476-4cff-a074-2c2a5d39e69e, localhost:62323): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e2036980-2476-4cff-a074-2c2a5d39e69e, localhost:62323): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e2036980-2476-4cff-a074-2c2a5d39e69e, localhost:62323): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-saptlbqaqq.auto.internal" port: 22054 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-saptlbqaqq.auto.internal:22054, 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:62323
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, cb7ff654-1cfe-408e-917b-bd6097d2ab10, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cb7ff654-1cfe-408e-917b-bd6097d2ab10, ghrun-saptlbqaqq.auto.internal:22054): 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 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3244462f-623b-460b-a944-ed696178a07d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, cb7ff654-1cfe-408e-917b-bd6097d2ab10, ghrun-saptlbqaqq.auto.internal:22054): on response callback started
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3244462f-623b-460b-a944-ed696178a07d, ghrun-saptlbqaqq.auto.internal:22054): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, cb7ff654-1cfe-408e-917b-bd6097d2ab10, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 9f278a00-ca2d-4cd3-bba4-9ae92e1dffea, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9f278a00-ca2d-4cd3-bba4-9ae92e1dffea, ghrun-saptlbqaqq.auto.internal:22054): 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 0x7c1e13d1beb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, ac88fe6c-4879-477c-a41b-f96944c92672, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, cb7ff654-1cfe-408e-917b-bd6097d2ab10, ghrun-saptlbqaqq.auto.internal:22054): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, ac88fe6c-4879-477c-a41b-f96944c92672, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 3244462f-623b-460b-a944-ed696178a07d, ghrun-saptlbqaqq.auto.internal:22054): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3244462f-623b-460b-a944-ed696178a07d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 12c7bd3d-7b55-4d70-b05b-fac8dc97db15, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 3244462f-623b-460b-a944-ed696178a07d, ghrun-saptlbqaqq.auto.internal:22054): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 12c7bd3d-7b55-4d70-b05b-fac8dc97db15, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 9f278a00-ca2d-4cd3-bba4-9ae92e1dffea, ghrun-saptlbqaqq.auto.internal:22054): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9f278a00-ca2d-4cd3-bba4-9ae92e1dffea, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 9f278a00-ca2d-4cd3-bba4-9ae92e1dffea, ghrun-saptlbqaqq.auto.internal:22054): on response callback success
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 12c7bd3d-7b55-4d70-b05b-fac8dc97db15, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=4c8ed9bd-851ccc13-b50bc63d-81aff49c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a82cbf6-908e-41c9-ab4e-50d69a11e39c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a82cbf6-908e-41c9-ab4e-50d69a11e39c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7265604839030660752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72656048390306607527265604839030660752726560483903066075272656048390306607527265604839030660752726560483903066075272656048390306607527265604839030660752726560483903066075272656048390306607527265604839030660752726560483903066075272656048390306607527265604839030660752726560483903066075272656048390306607527265604839030660752726560483903066075272656048390306607527265604839030660752" } } } 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, ac88fe6c-4879-477c-a41b-f96944c92672, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=4c8ed9bd-851ccc13-b50bc63d-81aff49c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9618c415-952b-44dc-9f7b-500d7e353f37, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9618c415-952b-44dc-9f7b-500d7e353f37, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8571741836313007676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85717418363130076768571741836313007676857174183631300767685717418363130076768571741836313007676857174183631300767685717418363130076768571741836313007676857174183631300767685717418363130076768571741836313007676857174183631300767685717418363130076768571741836313007676857174183631300767685717418363130076768571741836313007676857174183631300767685717418363130076768571741836313007676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9618c415-952b-44dc-9f7b-500d7e353f37, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 301ed72b-5275-4fa3-8a4a-31fb0b1b5bd8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a82cbf6-908e-41c9-ab4e-50d69a11e39c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 301ed72b-5275-4fa3-8a4a-31fb0b1b5bd8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" 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 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db1741c8-1012-4593-bf67-9160d97c43da, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 301ed72b-5275-4fa3-8a4a-31fb0b1b5bd8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=4c8ed9bd-851ccc13-b50bc63d-81aff49c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1bdefc5-fd96-4640-b77e-1083779b8b5a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1bdefc5-fd96-4640-b77e-1083779b8b5a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3944311274852115096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39443112748521150963944311274852115096394431127485211509639443112748521150963944311274852115096394431127485211509639443112748521150963944311274852115096394431127485211509639443112748521150963944311274852115096394431127485211509639443112748521150963944311274852115096394431127485211509639443112748521150963944311274852115096394431127485211509639443112748521150963944311274852115096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db1741c8-1012-4593-bf67-9160d97c43da, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17276704104308116537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727670410430811653717276704104308116537172767041043081165371727670410430811653717276704104308116537172767041043081165371727670410430811653717276704104308116537172767041043081165371727670410430811653717276704104308116537172767041043081165371727670410430811653717276704104308116537172767041043081165371727670410430811653717276704104308116537172767041043081165371727670410430811653717276704104308116537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db1741c8-1012-4593-bf67-9160d97c43da, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 944f87ad-72ab-4d07-827f-ba98735ea981, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 944f87ad-72ab-4d07-827f-ba98735ea981, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3976648423439617521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39766484234396175213976648423439617521397664842343961752139766484234396175213976648423439617521397664842343961752139766484234396175213976648423439617521397664842343961752139766484234396175213976648423439617521397664842343961752139766484234396175213976648423439617521397664842343961752139766484234396175213976648423439617521397664842343961752139766484234396175213976648423439617521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1bdefc5-fd96-4640-b77e-1083779b8b5a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf8727a7-052e-445e-a60d-e099922c1721, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf8727a7-052e-445e-a60d-e099922c1721, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2521949195605385541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25219491956053855412521949195605385541252194919560538554125219491956053855412521949195605385541252194919560538554125219491956053855412521949195605385541252194919560538554125219491956053855412521949195605385541252194919560538554125219491956053855412521949195605385541252194919560538554125219491956053855412521949195605385541252194919560538554125219491956053855412521949195605385541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 944f87ad-72ab-4d07-827f-ba98735ea981, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 183b6078-5106-41dd-9386-ac5be75580d6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 183b6078-5106-41dd-9386-ac5be75580d6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13530250112121021477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353025011212102147713530250112121021477135302501121210214771353025011212102147713530250112121021477135302501121210214771353025011212102147713530250112121021477135302501121210214771353025011212102147713530250112121021477135302501121210214771353025011212102147713530250112121021477135302501121210214771353025011212102147713530250112121021477135302501121210214771353025011212102147713530250112121021477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf8727a7-052e-445e-a60d-e099922c1721, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cc71768-e611-4f8a-a731-6fbf9912a040, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cc71768-e611-4f8a-a731-6fbf9912a040, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7116589556274737668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71165895562747376687116589556274737668711658955627473766871165895562747376687116589556274737668711658955627473766871165895562747376687116589556274737668711658955627473766871165895562747376687116589556274737668711658955627473766871165895562747376687116589556274737668711658955627473766871165895562747376687116589556274737668711658955627473766871165895562747376687116589556274737668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 183b6078-5106-41dd-9386-ac5be75580d6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 441a9c98-6f48-4ebe-997e-bbcb60ef8407, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 441a9c98-6f48-4ebe-997e-bbcb60ef8407, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8787673096662305876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87876730966623058768787673096662305876878767309666230587687876730966623058768787673096662305876878767309666230587687876730966623058768787673096662305876878767309666230587687876730966623058768787673096662305876878767309666230587687876730966623058768787673096662305876878767309666230587687876730966623058768787673096662305876878767309666230587687876730966623058768787673096662305876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cc71768-e611-4f8a-a731-6fbf9912a040, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ff08853-1d2f-4c6a-9c21-a2197218c6ba, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ff08853-1d2f-4c6a-9c21-a2197218c6ba, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2858752065178544560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28587520651785445602858752065178544560285875206517854456028587520651785445602858752065178544560285875206517854456028587520651785445602858752065178544560285875206517854456028587520651785445602858752065178544560285875206517854456028587520651785445602858752065178544560285875206517854456028587520651785445602858752065178544560285875206517854456028587520651785445602858752065178544560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 441a9c98-6f48-4ebe-997e-bbcb60ef8407, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 459b8fdc-35e9-4638-8d50-f8ba49147543, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 459b8fdc-35e9-4638-8d50-f8ba49147543, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13945545631880862794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394554563188086279413945545631880862794139455456318808627941394554563188086279413945545631880862794139455456318808627941394554563188086279413945545631880862794139455456318808627941394554563188086279413945545631880862794139455456318808627941394554563188086279413945545631880862794139455456318808627941394554563188086279413945545631880862794139455456318808627941394554563188086279413945545631880862794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ff08853-1d2f-4c6a-9c21-a2197218c6ba, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 965fa16a-62b0-489d-b7ed-a4c526db78b7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 965fa16a-62b0-489d-b7ed-a4c526db78b7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10469741807496382833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046974180749638283310469741807496382833104697418074963828331046974180749638283310469741807496382833104697418074963828331046974180749638283310469741807496382833104697418074963828331046974180749638283310469741807496382833104697418074963828331046974180749638283310469741807496382833104697418074963828331046974180749638283310469741807496382833104697418074963828331046974180749638283310469741807496382833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 459b8fdc-35e9-4638-8d50-f8ba49147543, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c15bd64-310b-472e-8eb2-ea5fc426739a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c15bd64-310b-472e-8eb2-ea5fc426739a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4292600415978886191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42926004159788861914292600415978886191429260041597888619142926004159788861914292600415978886191429260041597888619142926004159788861914292600415978886191429260041597888619142926004159788861914292600415978886191429260041597888619142926004159788861914292600415978886191429260041597888619142926004159788861914292600415978886191429260041597888619142926004159788861914292600415978886191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 965fa16a-62b0-489d-b7ed-a4c526db78b7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37716b31-6e4d-4e7d-9335-51985221ba8f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37716b31-6e4d-4e7d-9335-51985221ba8f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4848757641688107003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48487576416881070034848757641688107003484875764168810700348487576416881070034848757641688107003484875764168810700348487576416881070034848757641688107003484875764168810700348487576416881070034848757641688107003484875764168810700348487576416881070034848757641688107003484875764168810700348487576416881070034848757641688107003484875764168810700348487576416881070034848757641688107003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c15bd64-310b-472e-8eb2-ea5fc426739a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd56fa92-995b-47d9-a32d-2f14de6f6143, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd56fa92-995b-47d9-a32d-2f14de6f6143, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10425292367258426406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042529236725842640610425292367258426406104252923672584264061042529236725842640610425292367258426406104252923672584264061042529236725842640610425292367258426406104252923672584264061042529236725842640610425292367258426406104252923672584264061042529236725842640610425292367258426406104252923672584264061042529236725842640610425292367258426406104252923672584264061042529236725842640610425292367258426406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37716b31-6e4d-4e7d-9335-51985221ba8f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c815e87e-eba6-4e42-af2d-fd1e84d6e7b3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c815e87e-eba6-4e42-af2d-fd1e84d6e7b3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10125967173508723220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012596717350872322010125967173508723220101259671735087232201012596717350872322010125967173508723220101259671735087232201012596717350872322010125967173508723220101259671735087232201012596717350872322010125967173508723220101259671735087232201012596717350872322010125967173508723220101259671735087232201012596717350872322010125967173508723220101259671735087232201012596717350872322010125967173508723220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd56fa92-995b-47d9-a32d-2f14de6f6143, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1deb6f1-80c4-4547-916d-0c7971d7858c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1deb6f1-80c4-4547-916d-0c7971d7858c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12963313088724663378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296331308872466337812963313088724663378129633130887246633781296331308872466337812963313088724663378129633130887246633781296331308872466337812963313088724663378129633130887246633781296331308872466337812963313088724663378129633130887246633781296331308872466337812963313088724663378129633130887246633781296331308872466337812963313088724663378129633130887246633781296331308872466337812963313088724663378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c815e87e-eba6-4e42-af2d-fd1e84d6e7b3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80b3227e-ed0a-4c40-b5a8-7f38496b7042, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80b3227e-ed0a-4c40-b5a8-7f38496b7042, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 671330959164441095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "671330959164441095671330959164441095671330959164441095671330959164441095671330959164441095671330959164441095671330959164441095671330959164441095671330959164441095671330959164441095671330959164441095671330959164441095671330959164441095671330959164441095671330959164441095671330959164441095671330959164441095671330959164441095671330959164441095671330959164441095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1deb6f1-80c4-4547-916d-0c7971d7858c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80b3227e-ed0a-4c40-b5a8-7f38496b7042, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33e359e1-0da3-4cce-a27a-748614f0cec3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33e359e1-0da3-4cce-a27a-748614f0cec3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18087441471911183397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808744147191118339718087441471911183397180874414719111833971808744147191118339718087441471911183397180874414719111833971808744147191118339718087441471911183397180874414719111833971808744147191118339718087441471911183397180874414719111833971808744147191118339718087441471911183397180874414719111833971808744147191118339718087441471911183397180874414719111833971808744147191118339718087441471911183397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f79342d-51e1-4ce8-81ff-c27b3878ece4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f79342d-51e1-4ce8-81ff-c27b3878ece4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14762843420399048457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476284342039904845714762843420399048457147628434203990484571476284342039904845714762843420399048457147628434203990484571476284342039904845714762843420399048457147628434203990484571476284342039904845714762843420399048457147628434203990484571476284342039904845714762843420399048457147628434203990484571476284342039904845714762843420399048457147628434203990484571476284342039904845714762843420399048457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33e359e1-0da3-4cce-a27a-748614f0cec3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42a9b334-105e-4120-b81c-f9dfb695b1d6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42a9b334-105e-4120-b81c-f9dfb695b1d6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4069333691528307466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40693336915283074664069333691528307466406933369152830746640693336915283074664069333691528307466406933369152830746640693336915283074664069333691528307466406933369152830746640693336915283074664069333691528307466406933369152830746640693336915283074664069333691528307466406933369152830746640693336915283074664069333691528307466406933369152830746640693336915283074664069333691528307466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f79342d-51e1-4ce8-81ff-c27b3878ece4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08921539-b570-41f3-b4eb-b46a6764c2aa, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08921539-b570-41f3-b4eb-b46a6764c2aa, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10856068917865878610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085606891786587861010856068917865878610108560689178658786101085606891786587861010856068917865878610108560689178658786101085606891786587861010856068917865878610108560689178658786101085606891786587861010856068917865878610108560689178658786101085606891786587861010856068917865878610108560689178658786101085606891786587861010856068917865878610108560689178658786101085606891786587861010856068917865878610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42a9b334-105e-4120-b81c-f9dfb695b1d6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ecba7f9-e045-4881-9b29-da3cd738dbd2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ecba7f9-e045-4881-9b29-da3cd738dbd2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15593332444489000252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559333244448900025215593332444489000252155933324444890002521559333244448900025215593332444489000252155933324444890002521559333244448900025215593332444489000252155933324444890002521559333244448900025215593332444489000252155933324444890002521559333244448900025215593332444489000252155933324444890002521559333244448900025215593332444489000252155933324444890002521559333244448900025215593332444489000252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08921539-b570-41f3-b4eb-b46a6764c2aa, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4e7c517-ad6b-44b4-bc41-2c20642ca0d0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4e7c517-ad6b-44b4-bc41-2c20642ca0d0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14111428831735292134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411142883173529213414111428831735292134141114288317352921341411142883173529213414111428831735292134141114288317352921341411142883173529213414111428831735292134141114288317352921341411142883173529213414111428831735292134141114288317352921341411142883173529213414111428831735292134141114288317352921341411142883173529213414111428831735292134141114288317352921341411142883173529213414111428831735292134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ecba7f9-e045-4881-9b29-da3cd738dbd2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f6d5cff-173c-4feb-97ea-6e57589075de, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f6d5cff-173c-4feb-97ea-6e57589075de, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16589760088349576393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658976008834957639316589760088349576393165897600883495763931658976008834957639316589760088349576393165897600883495763931658976008834957639316589760088349576393165897600883495763931658976008834957639316589760088349576393165897600883495763931658976008834957639316589760088349576393165897600883495763931658976008834957639316589760088349576393165897600883495763931658976008834957639316589760088349576393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4e7c517-ad6b-44b4-bc41-2c20642ca0d0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4d50210-889c-4d4b-ac5a-9e5668896dfb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4d50210-889c-4d4b-ac5a-9e5668896dfb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16708451550883442262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670845155088344226216708451550883442262167084515508834422621670845155088344226216708451550883442262167084515508834422621670845155088344226216708451550883442262167084515508834422621670845155088344226216708451550883442262167084515508834422621670845155088344226216708451550883442262167084515508834422621670845155088344226216708451550883442262167084515508834422621670845155088344226216708451550883442262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f6d5cff-173c-4feb-97ea-6e57589075de, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4d50210-889c-4d4b-ac5a-9e5668896dfb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98812e21-6a98-4f39-8fc0-2585ae66916a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98812e21-6a98-4f39-8fc0-2585ae66916a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5320896678594780029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53208966785947800295320896678594780029532089667859478002953208966785947800295320896678594780029532089667859478002953208966785947800295320896678594780029532089667859478002953208966785947800295320896678594780029532089667859478002953208966785947800295320896678594780029532089667859478002953208966785947800295320896678594780029532089667859478002953208966785947800295320896678594780029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6a53592-e88b-4503-85e9-5ed3a619a25b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6a53592-e88b-4503-85e9-5ed3a619a25b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15994700854442611344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599470085444261134415994700854442611344159947008544426113441599470085444261134415994700854442611344159947008544426113441599470085444261134415994700854442611344159947008544426113441599470085444261134415994700854442611344159947008544426113441599470085444261134415994700854442611344159947008544426113441599470085444261134415994700854442611344159947008544426113441599470085444261134415994700854442611344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98812e21-6a98-4f39-8fc0-2585ae66916a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bcb6c75-ddb9-4a3a-813d-f02f3a77c452, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bcb6c75-ddb9-4a3a-813d-f02f3a77c452, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6738087805958420636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67380878059584206366738087805958420636673808780595842063667380878059584206366738087805958420636673808780595842063667380878059584206366738087805958420636673808780595842063667380878059584206366738087805958420636673808780595842063667380878059584206366738087805958420636673808780595842063667380878059584206366738087805958420636673808780595842063667380878059584206366738087805958420636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6a53592-e88b-4503-85e9-5ed3a619a25b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2ec9a24-49b6-43e6-b509-d2c4d6dc17e6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bcb6c75-ddb9-4a3a-813d-f02f3a77c452, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2ec9a24-49b6-43e6-b509-d2c4d6dc17e6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16215725046489184646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621572504648918464616215725046489184646162157250464891846461621572504648918464616215725046489184646162157250464891846461621572504648918464616215725046489184646162157250464891846461621572504648918464616215725046489184646162157250464891846461621572504648918464616215725046489184646162157250464891846461621572504648918464616215725046489184646162157250464891846461621572504648918464616215725046489184646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54537442-fdd7-40b0-8684-454c914d4615, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54537442-fdd7-40b0-8684-454c914d4615, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3836099675406952685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38360996754069526853836099675406952685383609967540695268538360996754069526853836099675406952685383609967540695268538360996754069526853836099675406952685383609967540695268538360996754069526853836099675406952685383609967540695268538360996754069526853836099675406952685383609967540695268538360996754069526853836099675406952685383609967540695268538360996754069526853836099675406952685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2ec9a24-49b6-43e6-b509-d2c4d6dc17e6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54537442-fdd7-40b0-8684-454c914d4615, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba287312-dbbb-4c51-8603-a168fac1ff9f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba287312-dbbb-4c51-8603-a168fac1ff9f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17530265272876244131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753026527287624413117530265272876244131175302652728762441311753026527287624413117530265272876244131175302652728762441311753026527287624413117530265272876244131175302652728762441311753026527287624413117530265272876244131175302652728762441311753026527287624413117530265272876244131175302652728762441311753026527287624413117530265272876244131175302652728762441311753026527287624413117530265272876244131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d48bc546-edd5-4ed9-a9ca-668916032c79, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d48bc546-edd5-4ed9-a9ca-668916032c79, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13401713540706175397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340171354070617539713401713540706175397134017135407061753971340171354070617539713401713540706175397134017135407061753971340171354070617539713401713540706175397134017135407061753971340171354070617539713401713540706175397134017135407061753971340171354070617539713401713540706175397134017135407061753971340171354070617539713401713540706175397134017135407061753971340171354070617539713401713540706175397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba287312-dbbb-4c51-8603-a168fac1ff9f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a37d943-8777-4492-b1a9-b35d9f5bbfd2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a37d943-8777-4492-b1a9-b35d9f5bbfd2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3618513269228280119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36185132692282801193618513269228280119361851326922828011936185132692282801193618513269228280119361851326922828011936185132692282801193618513269228280119361851326922828011936185132692282801193618513269228280119361851326922828011936185132692282801193618513269228280119361851326922828011936185132692282801193618513269228280119361851326922828011936185132692282801193618513269228280119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d48bc546-edd5-4ed9-a9ca-668916032c79, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 742c6a9d-3df2-427f-bcce-593caea70ba0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 742c6a9d-3df2-427f-bcce-593caea70ba0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1013308633081264272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10133086330812642721013308633081264272101330863308126427210133086330812642721013308633081264272101330863308126427210133086330812642721013308633081264272101330863308126427210133086330812642721013308633081264272101330863308126427210133086330812642721013308633081264272101330863308126427210133086330812642721013308633081264272101330863308126427210133086330812642721013308633081264272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a37d943-8777-4492-b1a9-b35d9f5bbfd2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6364021-2856-406d-a572-50c505a3f0b5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6364021-2856-406d-a572-50c505a3f0b5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4538084900992676637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45380849009926766374538084900992676637453808490099267663745380849009926766374538084900992676637453808490099267663745380849009926766374538084900992676637453808490099267663745380849009926766374538084900992676637453808490099267663745380849009926766374538084900992676637453808490099267663745380849009926766374538084900992676637453808490099267663745380849009926766374538084900992676637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 742c6a9d-3df2-427f-bcce-593caea70ba0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5977aaae-7ffd-4ce0-b78c-6257699fb15e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5977aaae-7ffd-4ce0-b78c-6257699fb15e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11468986137556162278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146898613755616227811468986137556162278114689861375561622781146898613755616227811468986137556162278114689861375561622781146898613755616227811468986137556162278114689861375561622781146898613755616227811468986137556162278114689861375561622781146898613755616227811468986137556162278114689861375561622781146898613755616227811468986137556162278114689861375561622781146898613755616227811468986137556162278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6364021-2856-406d-a572-50c505a3f0b5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5309dde-8b26-44a3-a9fb-ee4b8acfa039, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5309dde-8b26-44a3-a9fb-ee4b8acfa039, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11491717953008944431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149171795300894443111491717953008944431114917179530089444311149171795300894443111491717953008944431114917179530089444311149171795300894443111491717953008944431114917179530089444311149171795300894443111491717953008944431114917179530089444311149171795300894443111491717953008944431114917179530089444311149171795300894443111491717953008944431114917179530089444311149171795300894443111491717953008944431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5977aaae-7ffd-4ce0-b78c-6257699fb15e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 935b75cf-0a1d-4a59-8f11-dc628bd19785, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 935b75cf-0a1d-4a59-8f11-dc628bd19785, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7870788316459206516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78707883164592065167870788316459206516787078831645920651678707883164592065167870788316459206516787078831645920651678707883164592065167870788316459206516787078831645920651678707883164592065167870788316459206516787078831645920651678707883164592065167870788316459206516787078831645920651678707883164592065167870788316459206516787078831645920651678707883164592065167870788316459206516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5309dde-8b26-44a3-a9fb-ee4b8acfa039, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d4dc103-f5bf-4afe-b463-13d9143ff0f5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d4dc103-f5bf-4afe-b463-13d9143ff0f5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12361889825874666661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236188982587466666112361889825874666661123618898258746666611236188982587466666112361889825874666661123618898258746666611236188982587466666112361889825874666661123618898258746666611236188982587466666112361889825874666661123618898258746666611236188982587466666112361889825874666661123618898258746666611236188982587466666112361889825874666661123618898258746666611236188982587466666112361889825874666661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 935b75cf-0a1d-4a59-8f11-dc628bd19785, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bda08fe2-f4ec-4a69-a2d5-158839e5155e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bda08fe2-f4ec-4a69-a2d5-158839e5155e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12426694526498444253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242669452649844425312426694526498444253124266945264984442531242669452649844425312426694526498444253124266945264984442531242669452649844425312426694526498444253124266945264984442531242669452649844425312426694526498444253124266945264984442531242669452649844425312426694526498444253124266945264984442531242669452649844425312426694526498444253124266945264984442531242669452649844425312426694526498444253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d4dc103-f5bf-4afe-b463-13d9143ff0f5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a018a3be-13b5-407b-a094-9991dad4601a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bda08fe2-f4ec-4a69-a2d5-158839e5155e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e815c31-ca0c-4e73-a2d9-ed8b50567852, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e815c31-ca0c-4e73-a2d9-ed8b50567852, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4718373440999964251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47183734409999642514718373440999964251471837344099996425147183734409999642514718373440999964251471837344099996425147183734409999642514718373440999964251471837344099996425147183734409999642514718373440999964251471837344099996425147183734409999642514718373440999964251471837344099996425147183734409999642514718373440999964251471837344099996425147183734409999642514718373440999964251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a018a3be-13b5-407b-a094-9991dad4601a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14561185604167866847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456118560416786684714561185604167866847145611856041678668471456118560416786684714561185604167866847145611856041678668471456118560416786684714561185604167866847145611856041678668471456118560416786684714561185604167866847145611856041678668471456118560416786684714561185604167866847145611856041678668471456118560416786684714561185604167866847145611856041678668471456118560416786684714561185604167866847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e815c31-ca0c-4e73-a2d9-ed8b50567852, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ecbad7b-19ca-49a3-81eb-25eae1ba6aef, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a018a3be-13b5-407b-a094-9991dad4601a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ecbad7b-19ca-49a3-81eb-25eae1ba6aef, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13326782132051542160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332678213205154216013326782132051542160133267821320515421601332678213205154216013326782132051542160133267821320515421601332678213205154216013326782132051542160133267821320515421601332678213205154216013326782132051542160133267821320515421601332678213205154216013326782132051542160133267821320515421601332678213205154216013326782132051542160133267821320515421601332678213205154216013326782132051542160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29152742-98d8-49e2-841e-9f30feb70b7d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29152742-98d8-49e2-841e-9f30feb70b7d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 971053515774162780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "971053515774162780971053515774162780971053515774162780971053515774162780971053515774162780971053515774162780971053515774162780971053515774162780971053515774162780971053515774162780971053515774162780971053515774162780971053515774162780971053515774162780971053515774162780971053515774162780971053515774162780971053515774162780971053515774162780971053515774162780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ecbad7b-19ca-49a3-81eb-25eae1ba6aef, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c01d872f-629e-47a4-9ab1-4f35d6c37610, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c01d872f-629e-47a4-9ab1-4f35d6c37610, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16082809831261452915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608280983126145291516082809831261452915160828098312614529151608280983126145291516082809831261452915160828098312614529151608280983126145291516082809831261452915160828098312614529151608280983126145291516082809831261452915160828098312614529151608280983126145291516082809831261452915160828098312614529151608280983126145291516082809831261452915160828098312614529151608280983126145291516082809831261452915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29152742-98d8-49e2-841e-9f30feb70b7d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 990afe8d-b9c4-4c79-80ae-2d9d722877e7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c01d872f-629e-47a4-9ab1-4f35d6c37610, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 990afe8d-b9c4-4c79-80ae-2d9d722877e7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9476461827081748534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94764618270817485349476461827081748534947646182708174853494764618270817485349476461827081748534947646182708174853494764618270817485349476461827081748534947646182708174853494764618270817485349476461827081748534947646182708174853494764618270817485349476461827081748534947646182708174853494764618270817485349476461827081748534947646182708174853494764618270817485349476461827081748534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57b49ecc-3af1-46c3-90d1-5ed7d7fb46f3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57b49ecc-3af1-46c3-90d1-5ed7d7fb46f3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6283157738794083604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62831577387940836046283157738794083604628315773879408360462831577387940836046283157738794083604628315773879408360462831577387940836046283157738794083604628315773879408360462831577387940836046283157738794083604628315773879408360462831577387940836046283157738794083604628315773879408360462831577387940836046283157738794083604628315773879408360462831577387940836046283157738794083604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 990afe8d-b9c4-4c79-80ae-2d9d722877e7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d420550d-9355-4911-a604-87627ebe569f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d420550d-9355-4911-a604-87627ebe569f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5482596692089897796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54825966920898977965482596692089897796548259669208989779654825966920898977965482596692089897796548259669208989779654825966920898977965482596692089897796548259669208989779654825966920898977965482596692089897796548259669208989779654825966920898977965482596692089897796548259669208989779654825966920898977965482596692089897796548259669208989779654825966920898977965482596692089897796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57b49ecc-3af1-46c3-90d1-5ed7d7fb46f3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ea0aada-ca2b-4989-9075-a591202f64d1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ea0aada-ca2b-4989-9075-a591202f64d1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17719081214217444100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771908121421744410017719081214217444100177190812142174441001771908121421744410017719081214217444100177190812142174441001771908121421744410017719081214217444100177190812142174441001771908121421744410017719081214217444100177190812142174441001771908121421744410017719081214217444100177190812142174441001771908121421744410017719081214217444100177190812142174441001771908121421744410017719081214217444100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d420550d-9355-4911-a604-87627ebe569f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35107d01-a9cd-4d68-a319-a6a2444c61b4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ea0aada-ca2b-4989-9075-a591202f64d1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35107d01-a9cd-4d68-a319-a6a2444c61b4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17731490261867590536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773149026186759053617731490261867590536177314902618675905361773149026186759053617731490261867590536177314902618675905361773149026186759053617731490261867590536177314902618675905361773149026186759053617731490261867590536177314902618675905361773149026186759053617731490261867590536177314902618675905361773149026186759053617731490261867590536177314902618675905361773149026186759053617731490261867590536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 488bb970-7de6-4d70-99b6-4149012c9e2f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 488bb970-7de6-4d70-99b6-4149012c9e2f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1316582323030935338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13165823230309353381316582323030935338131658232303093533813165823230309353381316582323030935338131658232303093533813165823230309353381316582323030935338131658232303093533813165823230309353381316582323030935338131658232303093533813165823230309353381316582323030935338131658232303093533813165823230309353381316582323030935338131658232303093533813165823230309353381316582323030935338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35107d01-a9cd-4d68-a319-a6a2444c61b4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 488bb970-7de6-4d70-99b6-4149012c9e2f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7dee883-92b8-4dfa-8934-b26976db4a91, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abcc1358-52de-4ace-82d2-cf86e32f2f01, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7dee883-92b8-4dfa-8934-b26976db4a91, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6062354360674556750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60623543606745567506062354360674556750606235436067455675060623543606745567506062354360674556750606235436067455675060623543606745567506062354360674556750606235436067455675060623543606745567506062354360674556750606235436067455675060623543606745567506062354360674556750606235436067455675060623543606745567506062354360674556750606235436067455675060623543606745567506062354360674556750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abcc1358-52de-4ace-82d2-cf86e32f2f01, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8895812128175443332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88958121281754433328895812128175443332889581212817544333288958121281754433328895812128175443332889581212817544333288958121281754433328895812128175443332889581212817544333288958121281754433328895812128175443332889581212817544333288958121281754433328895812128175443332889581212817544333288958121281754433328895812128175443332889581212817544333288958121281754433328895812128175443332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7dee883-92b8-4dfa-8934-b26976db4a91, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 448963ef-5cd7-4da4-b467-76e3ddd268b4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 448963ef-5cd7-4da4-b467-76e3ddd268b4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4462531037080541668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44625310370805416684462531037080541668446253103708054166844625310370805416684462531037080541668446253103708054166844625310370805416684462531037080541668446253103708054166844625310370805416684462531037080541668446253103708054166844625310370805416684462531037080541668446253103708054166844625310370805416684462531037080541668446253103708054166844625310370805416684462531037080541668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abcc1358-52de-4ace-82d2-cf86e32f2f01, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23b031af-c9df-4456-af23-4f886a698e00, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b031af-c9df-4456-af23-4f886a698e00, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12117399656708149468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211739965670814946812117399656708149468121173996567081494681211739965670814946812117399656708149468121173996567081494681211739965670814946812117399656708149468121173996567081494681211739965670814946812117399656708149468121173996567081494681211739965670814946812117399656708149468121173996567081494681211739965670814946812117399656708149468121173996567081494681211739965670814946812117399656708149468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 448963ef-5cd7-4da4-b467-76e3ddd268b4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61099419-89df-4f54-8cd7-2f1a22e7a9ab, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61099419-89df-4f54-8cd7-2f1a22e7a9ab, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2230801749587991872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22308017495879918722230801749587991872223080174958799187222308017495879918722230801749587991872223080174958799187222308017495879918722230801749587991872223080174958799187222308017495879918722230801749587991872223080174958799187222308017495879918722230801749587991872223080174958799187222308017495879918722230801749587991872223080174958799187222308017495879918722230801749587991872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b031af-c9df-4456-af23-4f886a698e00, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e47cec0b-84b3-4391-bce8-13cf21127be1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e47cec0b-84b3-4391-bce8-13cf21127be1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10490330822538248157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049033082253824815710490330822538248157104903308225382481571049033082253824815710490330822538248157104903308225382481571049033082253824815710490330822538248157104903308225382481571049033082253824815710490330822538248157104903308225382481571049033082253824815710490330822538248157104903308225382481571049033082253824815710490330822538248157104903308225382481571049033082253824815710490330822538248157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61099419-89df-4f54-8cd7-2f1a22e7a9ab, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6eba7b81-619c-4fa4-a751-c873144c98a8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eba7b81-619c-4fa4-a751-c873144c98a8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14574268014996062408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457426801499606240814574268014996062408145742680149960624081457426801499606240814574268014996062408145742680149960624081457426801499606240814574268014996062408145742680149960624081457426801499606240814574268014996062408145742680149960624081457426801499606240814574268014996062408145742680149960624081457426801499606240814574268014996062408145742680149960624081457426801499606240814574268014996062408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e47cec0b-84b3-4391-bce8-13cf21127be1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e1d4031-4d15-4b88-8f6a-3a871e95b240, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e1d4031-4d15-4b88-8f6a-3a871e95b240, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2860220619699693682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28602206196996936822860220619699693682286022061969969368228602206196996936822860220619699693682286022061969969368228602206196996936822860220619699693682286022061969969368228602206196996936822860220619699693682286022061969969368228602206196996936822860220619699693682286022061969969368228602206196996936822860220619699693682286022061969969368228602206196996936822860220619699693682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eba7b81-619c-4fa4-a751-c873144c98a8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab29b3c1-32bc-48db-a3fe-dd26a3665ff9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab29b3c1-32bc-48db-a3fe-dd26a3665ff9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7290390804109637788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72903908041096377887290390804109637788729039080410963778872903908041096377887290390804109637788729039080410963778872903908041096377887290390804109637788729039080410963778872903908041096377887290390804109637788729039080410963778872903908041096377887290390804109637788729039080410963778872903908041096377887290390804109637788729039080410963778872903908041096377887290390804109637788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e1d4031-4d15-4b88-8f6a-3a871e95b240, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdc1e58b-3a50-496f-a918-6b9ac2e08c35, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdc1e58b-3a50-496f-a918-6b9ac2e08c35, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5319769125885791581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53197691258857915815319769125885791581531976912588579158153197691258857915815319769125885791581531976912588579158153197691258857915815319769125885791581531976912588579158153197691258857915815319769125885791581531976912588579158153197691258857915815319769125885791581531976912588579158153197691258857915815319769125885791581531976912588579158153197691258857915815319769125885791581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab29b3c1-32bc-48db-a3fe-dd26a3665ff9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0260dbe9-150a-4324-988e-b38c59497d89, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0260dbe9-150a-4324-988e-b38c59497d89, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 87167781264086078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8716778126408607887167781264086078871677812640860788716778126408607887167781264086078871677812640860788716778126408607887167781264086078871677812640860788716778126408607887167781264086078871677812640860788716778126408607887167781264086078871677812640860788716778126408607887167781264086078871677812640860788716778126408607887167781264086078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdc1e58b-3a50-496f-a918-6b9ac2e08c35, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0260dbe9-150a-4324-988e-b38c59497d89, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b66c7380-8149-41fe-a6d0-747a8e0f7252, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b66c7380-8149-41fe-a6d0-747a8e0f7252, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12117996188430369379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211799618843036937912117996188430369379121179961884303693791211799618843036937912117996188430369379121179961884303693791211799618843036937912117996188430369379121179961884303693791211799618843036937912117996188430369379121179961884303693791211799618843036937912117996188430369379121179961884303693791211799618843036937912117996188430369379121179961884303693791211799618843036937912117996188430369379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6bc4833-0311-4510-b2dc-8e5ce415fcec, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6bc4833-0311-4510-b2dc-8e5ce415fcec, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14608273853318872908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460827385331887290814608273853318872908146082738533188729081460827385331887290814608273853318872908146082738533188729081460827385331887290814608273853318872908146082738533188729081460827385331887290814608273853318872908146082738533188729081460827385331887290814608273853318872908146082738533188729081460827385331887290814608273853318872908146082738533188729081460827385331887290814608273853318872908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b66c7380-8149-41fe-a6d0-747a8e0f7252, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 113ec957-7d0e-4f31-8239-274c4effec9b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 113ec957-7d0e-4f31-8239-274c4effec9b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15396425909827446897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539642590982744689715396425909827446897153964259098274468971539642590982744689715396425909827446897153964259098274468971539642590982744689715396425909827446897153964259098274468971539642590982744689715396425909827446897153964259098274468971539642590982744689715396425909827446897153964259098274468971539642590982744689715396425909827446897153964259098274468971539642590982744689715396425909827446897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6bc4833-0311-4510-b2dc-8e5ce415fcec, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ceeff98f-8a8b-462f-9457-2ce1d23f5c06, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceeff98f-8a8b-462f-9457-2ce1d23f5c06, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6083636205263563985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60836362052635639856083636205263563985608363620526356398560836362052635639856083636205263563985608363620526356398560836362052635639856083636205263563985608363620526356398560836362052635639856083636205263563985608363620526356398560836362052635639856083636205263563985608363620526356398560836362052635639856083636205263563985608363620526356398560836362052635639856083636205263563985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 113ec957-7d0e-4f31-8239-274c4effec9b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cab3ea1-7e33-4564-93df-47458a3e255b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cab3ea1-7e33-4564-93df-47458a3e255b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7234439665276885674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72344396652768856747234439665276885674723443966527688567472344396652768856747234439665276885674723443966527688567472344396652768856747234439665276885674723443966527688567472344396652768856747234439665276885674723443966527688567472344396652768856747234439665276885674723443966527688567472344396652768856747234439665276885674723443966527688567472344396652768856747234439665276885674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceeff98f-8a8b-462f-9457-2ce1d23f5c06, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f981b7f4-f788-490d-af2b-4b6a513f0b4e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f981b7f4-f788-490d-af2b-4b6a513f0b4e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16219039101428199422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621903910142819942216219039101428199422162190391014281994221621903910142819942216219039101428199422162190391014281994221621903910142819942216219039101428199422162190391014281994221621903910142819942216219039101428199422162190391014281994221621903910142819942216219039101428199422162190391014281994221621903910142819942216219039101428199422162190391014281994221621903910142819942216219039101428199422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cab3ea1-7e33-4564-93df-47458a3e255b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57e46e8c-6089-4a19-a1b7-b8c7b33533cd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57e46e8c-6089-4a19-a1b7-b8c7b33533cd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8533751875363816023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85337518753638160238533751875363816023853375187536381602385337518753638160238533751875363816023853375187536381602385337518753638160238533751875363816023853375187536381602385337518753638160238533751875363816023853375187536381602385337518753638160238533751875363816023853375187536381602385337518753638160238533751875363816023853375187536381602385337518753638160238533751875363816023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f981b7f4-f788-490d-af2b-4b6a513f0b4e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 603c72a6-7b73-44c3-984e-0592a26a16a2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57e46e8c-6089-4a19-a1b7-b8c7b33533cd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 603c72a6-7b73-44c3-984e-0592a26a16a2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8338650951436642165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83386509514366421658338650951436642165833865095143664216583386509514366421658338650951436642165833865095143664216583386509514366421658338650951436642165833865095143664216583386509514366421658338650951436642165833865095143664216583386509514366421658338650951436642165833865095143664216583386509514366421658338650951436642165833865095143664216583386509514366421658338650951436642165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 306a8388-0875-4451-9aba-ace27a615228, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 306a8388-0875-4451-9aba-ace27a615228, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 49732544093218357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4973254409321835749732544093218357497325440932183574973254409321835749732544093218357497325440932183574973254409321835749732544093218357497325440932183574973254409321835749732544093218357497325440932183574973254409321835749732544093218357497325440932183574973254409321835749732544093218357497325440932183574973254409321835749732544093218357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 603c72a6-7b73-44c3-984e-0592a26a16a2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0b86f77-b3ee-4f97-b69d-a0b4b2c847ce, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0b86f77-b3ee-4f97-b69d-a0b4b2c847ce, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13531327111834170631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353132711183417063113531327111834170631135313271118341706311353132711183417063113531327111834170631135313271118341706311353132711183417063113531327111834170631135313271118341706311353132711183417063113531327111834170631135313271118341706311353132711183417063113531327111834170631135313271118341706311353132711183417063113531327111834170631135313271118341706311353132711183417063113531327111834170631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 306a8388-0875-4451-9aba-ace27a615228, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0b86f77-b3ee-4f97-b69d-a0b4b2c847ce, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65765c44-924e-41c4-a309-c584c0cf67cd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65765c44-924e-41c4-a309-c584c0cf67cd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8460282459850497979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84602824598504979798460282459850497979846028245985049797984602824598504979798460282459850497979846028245985049797984602824598504979798460282459850497979846028245985049797984602824598504979798460282459850497979846028245985049797984602824598504979798460282459850497979846028245985049797984602824598504979798460282459850497979846028245985049797984602824598504979798460282459850497979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0656dbe9-82f3-4c69-9d65-aab0d738d3dd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0656dbe9-82f3-4c69-9d65-aab0d738d3dd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1875496077723181058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18754960777231810581875496077723181058187549607772318105818754960777231810581875496077723181058187549607772318105818754960777231810581875496077723181058187549607772318105818754960777231810581875496077723181058187549607772318105818754960777231810581875496077723181058187549607772318105818754960777231810581875496077723181058187549607772318105818754960777231810581875496077723181058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65765c44-924e-41c4-a309-c584c0cf67cd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a262126-ae2c-4f82-84e9-6ef2ea4f8aaa, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a262126-ae2c-4f82-84e9-6ef2ea4f8aaa, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8555330198116261854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85553301981162618548555330198116261854855533019811626185485553301981162618548555330198116261854855533019811626185485553301981162618548555330198116261854855533019811626185485553301981162618548555330198116261854855533019811626185485553301981162618548555330198116261854855533019811626185485553301981162618548555330198116261854855533019811626185485553301981162618548555330198116261854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0656dbe9-82f3-4c69-9d65-aab0d738d3dd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00ba2872-d4a4-4b4c-9e72-1d34c9b6a725, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00ba2872-d4a4-4b4c-9e72-1d34c9b6a725, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18011919480900513907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801191948090051390718011919480900513907180119194809005139071801191948090051390718011919480900513907180119194809005139071801191948090051390718011919480900513907180119194809005139071801191948090051390718011919480900513907180119194809005139071801191948090051390718011919480900513907180119194809005139071801191948090051390718011919480900513907180119194809005139071801191948090051390718011919480900513907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a262126-ae2c-4f82-84e9-6ef2ea4f8aaa, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59c222d0-88db-4a2c-8d79-81790badcbbe, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00ba2872-d4a4-4b4c-9e72-1d34c9b6a725, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59c222d0-88db-4a2c-8d79-81790badcbbe, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7505687526204352159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75056875262043521597505687526204352159750568752620435215975056875262043521597505687526204352159750568752620435215975056875262043521597505687526204352159750568752620435215975056875262043521597505687526204352159750568752620435215975056875262043521597505687526204352159750568752620435215975056875262043521597505687526204352159750568752620435215975056875262043521597505687526204352159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64d408a4-cf79-4634-8262-fd80840b14bf, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64d408a4-cf79-4634-8262-fd80840b14bf, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9259292945255339866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92592929452553398669259292945255339866925929294525533986692592929452553398669259292945255339866925929294525533986692592929452553398669259292945255339866925929294525533986692592929452553398669259292945255339866925929294525533986692592929452553398669259292945255339866925929294525533986692592929452553398669259292945255339866925929294525533986692592929452553398669259292945255339866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59c222d0-88db-4a2c-8d79-81790badcbbe, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64d408a4-cf79-4634-8262-fd80840b14bf, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c9c36da-c58d-41ce-943b-4d104bfa9413, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c03724e6-55cb-4788-9404-fe7fd2408b42, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c03724e6-55cb-4788-9404-fe7fd2408b42, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14565445064392378962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456544506439237896214565445064392378962145654450643923789621456544506439237896214565445064392378962145654450643923789621456544506439237896214565445064392378962145654450643923789621456544506439237896214565445064392378962145654450643923789621456544506439237896214565445064392378962145654450643923789621456544506439237896214565445064392378962145654450643923789621456544506439237896214565445064392378962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c9c36da-c58d-41ce-943b-4d104bfa9413, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1246217647582638878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12462176475826388781246217647582638878124621764758263887812462176475826388781246217647582638878124621764758263887812462176475826388781246217647582638878124621764758263887812462176475826388781246217647582638878124621764758263887812462176475826388781246217647582638878124621764758263887812462176475826388781246217647582638878124621764758263887812462176475826388781246217647582638878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c03724e6-55cb-4788-9404-fe7fd2408b42, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19fafca6-4e6e-412b-aea4-2ca5f2d5743a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19fafca6-4e6e-412b-aea4-2ca5f2d5743a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9027853134386283648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90278531343862836489027853134386283648902785313438628364890278531343862836489027853134386283648902785313438628364890278531343862836489027853134386283648902785313438628364890278531343862836489027853134386283648902785313438628364890278531343862836489027853134386283648902785313438628364890278531343862836489027853134386283648902785313438628364890278531343862836489027853134386283648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c9c36da-c58d-41ce-943b-4d104bfa9413, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18fe5559-fed7-4740-9eb5-1a1fb06356f4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18fe5559-fed7-4740-9eb5-1a1fb06356f4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 990293329266117996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "990293329266117996990293329266117996990293329266117996990293329266117996990293329266117996990293329266117996990293329266117996990293329266117996990293329266117996990293329266117996990293329266117996990293329266117996990293329266117996990293329266117996990293329266117996990293329266117996990293329266117996990293329266117996990293329266117996990293329266117996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19fafca6-4e6e-412b-aea4-2ca5f2d5743a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18fe5559-fed7-4740-9eb5-1a1fb06356f4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df2e6f85-c9a8-4d0e-b226-9f238775fe86, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df2e6f85-c9a8-4d0e-b226-9f238775fe86, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17946810656218743040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794681065621874304017946810656218743040179468106562187430401794681065621874304017946810656218743040179468106562187430401794681065621874304017946810656218743040179468106562187430401794681065621874304017946810656218743040179468106562187430401794681065621874304017946810656218743040179468106562187430401794681065621874304017946810656218743040179468106562187430401794681065621874304017946810656218743040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a8526cd-cfca-4d80-82ac-5a76bc4b7d90, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a8526cd-cfca-4d80-82ac-5a76bc4b7d90, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1379772689907701271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13797726899077012711379772689907701271137977268990770127113797726899077012711379772689907701271137977268990770127113797726899077012711379772689907701271137977268990770127113797726899077012711379772689907701271137977268990770127113797726899077012711379772689907701271137977268990770127113797726899077012711379772689907701271137977268990770127113797726899077012711379772689907701271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a8526cd-cfca-4d80-82ac-5a76bc4b7d90, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42895aa5-d0a7-493f-901b-294e5b2761c7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42895aa5-d0a7-493f-901b-294e5b2761c7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14955000716784630584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495500071678463058414955000716784630584149550007167846305841495500071678463058414955000716784630584149550007167846305841495500071678463058414955000716784630584149550007167846305841495500071678463058414955000716784630584149550007167846305841495500071678463058414955000716784630584149550007167846305841495500071678463058414955000716784630584149550007167846305841495500071678463058414955000716784630584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42895aa5-d0a7-493f-901b-294e5b2761c7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebbf2a38-a955-420a-9092-5a1d49239626, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebbf2a38-a955-420a-9092-5a1d49239626, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1643933149439175663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16439331494391756631643933149439175663164393314943917566316439331494391756631643933149439175663164393314943917566316439331494391756631643933149439175663164393314943917566316439331494391756631643933149439175663164393314943917566316439331494391756631643933149439175663164393314943917566316439331494391756631643933149439175663164393314943917566316439331494391756631643933149439175663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df2e6f85-c9a8-4d0e-b226-9f238775fe86, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12d59c6f-839b-49d5-a252-57b67c99c7e0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12d59c6f-839b-49d5-a252-57b67c99c7e0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15809613897637044205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580961389763704420515809613897637044205158096138976370442051580961389763704420515809613897637044205158096138976370442051580961389763704420515809613897637044205158096138976370442051580961389763704420515809613897637044205158096138976370442051580961389763704420515809613897637044205158096138976370442051580961389763704420515809613897637044205158096138976370442051580961389763704420515809613897637044205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebbf2a38-a955-420a-9092-5a1d49239626, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12d59c6f-839b-49d5-a252-57b67c99c7e0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 204ea8eb-08a5-4b42-bba9-95dd3512b524, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 204ea8eb-08a5-4b42-bba9-95dd3512b524, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5440917303325866619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54409173033258666195440917303325866619544091730332586661954409173033258666195440917303325866619544091730332586661954409173033258666195440917303325866619544091730332586661954409173033258666195440917303325866619544091730332586661954409173033258666195440917303325866619544091730332586661954409173033258666195440917303325866619544091730332586661954409173033258666195440917303325866619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ba05c9a-8302-41d6-ad94-a6bc6a2415a9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ba05c9a-8302-41d6-ad94-a6bc6a2415a9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9005580728222672576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90055807282226725769005580728222672576900558072822267257690055807282226725769005580728222672576900558072822267257690055807282226725769005580728222672576900558072822267257690055807282226725769005580728222672576900558072822267257690055807282226725769005580728222672576900558072822267257690055807282226725769005580728222672576900558072822267257690055807282226725769005580728222672576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 204ea8eb-08a5-4b42-bba9-95dd3512b524, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ba05c9a-8302-41d6-ad94-a6bc6a2415a9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2f258ed-8558-4420-9f7d-4b7ac1d6ef42, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2f258ed-8558-4420-9f7d-4b7ac1d6ef42, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5590006071230263633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55900060712302636335590006071230263633559000607123026363355900060712302636335590006071230263633559000607123026363355900060712302636335590006071230263633559000607123026363355900060712302636335590006071230263633559000607123026363355900060712302636335590006071230263633559000607123026363355900060712302636335590006071230263633559000607123026363355900060712302636335590006071230263633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4f454d9-1ee3-4849-b8b1-28327bdc4528, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4f454d9-1ee3-4849-b8b1-28327bdc4528, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11863062744134474754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186306274413447475411863062744134474754118630627441344747541186306274413447475411863062744134474754118630627441344747541186306274413447475411863062744134474754118630627441344747541186306274413447475411863062744134474754118630627441344747541186306274413447475411863062744134474754118630627441344747541186306274413447475411863062744134474754118630627441344747541186306274413447475411863062744134474754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2f258ed-8558-4420-9f7d-4b7ac1d6ef42, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd22898e-c3ff-4a4f-9c55-6bc3f8ddbf9f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4f454d9-1ee3-4849-b8b1-28327bdc4528, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd22898e-c3ff-4a4f-9c55-6bc3f8ddbf9f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15046180884219765458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504618088421976545815046180884219765458150461808842197654581504618088421976545815046180884219765458150461808842197654581504618088421976545815046180884219765458150461808842197654581504618088421976545815046180884219765458150461808842197654581504618088421976545815046180884219765458150461808842197654581504618088421976545815046180884219765458150461808842197654581504618088421976545815046180884219765458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38ce13b0-e61f-40bb-8d79-c35272c0c682, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38ce13b0-e61f-40bb-8d79-c35272c0c682, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17535296003416833347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753529600341683334717535296003416833347175352960034168333471753529600341683334717535296003416833347175352960034168333471753529600341683334717535296003416833347175352960034168333471753529600341683334717535296003416833347175352960034168333471753529600341683334717535296003416833347175352960034168333471753529600341683334717535296003416833347175352960034168333471753529600341683334717535296003416833347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd22898e-c3ff-4a4f-9c55-6bc3f8ddbf9f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38ce13b0-e61f-40bb-8d79-c35272c0c682, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d45da58d-fe2d-42df-9097-93f4f8a47600, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d45da58d-fe2d-42df-9097-93f4f8a47600, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12547492482059020958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254749248205902095812547492482059020958125474924820590209581254749248205902095812547492482059020958125474924820590209581254749248205902095812547492482059020958125474924820590209581254749248205902095812547492482059020958125474924820590209581254749248205902095812547492482059020958125474924820590209581254749248205902095812547492482059020958125474924820590209581254749248205902095812547492482059020958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95fc956d-b488-4c0d-ab55-9953c61af9dd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95fc956d-b488-4c0d-ab55-9953c61af9dd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 718404956961777161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "718404956961777161718404956961777161718404956961777161718404956961777161718404956961777161718404956961777161718404956961777161718404956961777161718404956961777161718404956961777161718404956961777161718404956961777161718404956961777161718404956961777161718404956961777161718404956961777161718404956961777161718404956961777161718404956961777161718404956961777161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d45da58d-fe2d-42df-9097-93f4f8a47600, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9699c26d-ab24-4bdc-90db-ccfcb4fa82fc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9699c26d-ab24-4bdc-90db-ccfcb4fa82fc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5186317164276881090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51863171642768810905186317164276881090518631716427688109051863171642768810905186317164276881090518631716427688109051863171642768810905186317164276881090518631716427688109051863171642768810905186317164276881090518631716427688109051863171642768810905186317164276881090518631716427688109051863171642768810905186317164276881090518631716427688109051863171642768810905186317164276881090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95fc956d-b488-4c0d-ab55-9953c61af9dd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c237a25e-0743-407a-9da1-a49c24afe6db, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c237a25e-0743-407a-9da1-a49c24afe6db, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16489698658013375269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648969865801337526916489698658013375269164896986580133752691648969865801337526916489698658013375269164896986580133752691648969865801337526916489698658013375269164896986580133752691648969865801337526916489698658013375269164896986580133752691648969865801337526916489698658013375269164896986580133752691648969865801337526916489698658013375269164896986580133752691648969865801337526916489698658013375269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9699c26d-ab24-4bdc-90db-ccfcb4fa82fc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d558f590-a269-492a-97f5-cc1a2b8ddb65, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d558f590-a269-492a-97f5-cc1a2b8ddb65, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13959542063123414636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395954206312341463613959542063123414636139595420631234146361395954206312341463613959542063123414636139595420631234146361395954206312341463613959542063123414636139595420631234146361395954206312341463613959542063123414636139595420631234146361395954206312341463613959542063123414636139595420631234146361395954206312341463613959542063123414636139595420631234146361395954206312341463613959542063123414636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c237a25e-0743-407a-9da1-a49c24afe6db, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 280dae4c-82ff-404f-9222-f06867eb8aa3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 280dae4c-82ff-404f-9222-f06867eb8aa3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10152313602038934669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015231360203893466910152313602038934669101523136020389346691015231360203893466910152313602038934669101523136020389346691015231360203893466910152313602038934669101523136020389346691015231360203893466910152313602038934669101523136020389346691015231360203893466910152313602038934669101523136020389346691015231360203893466910152313602038934669101523136020389346691015231360203893466910152313602038934669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d558f590-a269-492a-97f5-cc1a2b8ddb65, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a2740e0-0ebf-42d2-8728-b1610ae3be7d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a2740e0-0ebf-42d2-8728-b1610ae3be7d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12008902155271556363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200890215527155636312008902155271556363120089021552715563631200890215527155636312008902155271556363120089021552715563631200890215527155636312008902155271556363120089021552715563631200890215527155636312008902155271556363120089021552715563631200890215527155636312008902155271556363120089021552715563631200890215527155636312008902155271556363120089021552715563631200890215527155636312008902155271556363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 280dae4c-82ff-404f-9222-f06867eb8aa3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c792157b-e57f-44fe-80d5-d4eaa0d89916, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a2740e0-0ebf-42d2-8728-b1610ae3be7d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c792157b-e57f-44fe-80d5-d4eaa0d89916, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2677930530080835939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26779305300808359392677930530080835939267793053008083593926779305300808359392677930530080835939267793053008083593926779305300808359392677930530080835939267793053008083593926779305300808359392677930530080835939267793053008083593926779305300808359392677930530080835939267793053008083593926779305300808359392677930530080835939267793053008083593926779305300808359392677930530080835939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98c740c5-f9c4-404c-b583-44bb897ded3e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c740c5-f9c4-404c-b583-44bb897ded3e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8861176271287155067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88611762712871550678861176271287155067886117627128715506788611762712871550678861176271287155067886117627128715506788611762712871550678861176271287155067886117627128715506788611762712871550678861176271287155067886117627128715506788611762712871550678861176271287155067886117627128715506788611762712871550678861176271287155067886117627128715506788611762712871550678861176271287155067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c792157b-e57f-44fe-80d5-d4eaa0d89916, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd5bf61c-e82a-4b25-8d3b-e0154b9380e4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd5bf61c-e82a-4b25-8d3b-e0154b9380e4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9218405711589699620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92184057115896996209218405711589699620921840571158969962092184057115896996209218405711589699620921840571158969962092184057115896996209218405711589699620921840571158969962092184057115896996209218405711589699620921840571158969962092184057115896996209218405711589699620921840571158969962092184057115896996209218405711589699620921840571158969962092184057115896996209218405711589699620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c740c5-f9c4-404c-b583-44bb897ded3e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc7fd5c6-cbd9-403c-a58b-93db8cf443bf, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc7fd5c6-cbd9-403c-a58b-93db8cf443bf, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10636762051314429890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063676205131442989010636762051314429890106367620513144298901063676205131442989010636762051314429890106367620513144298901063676205131442989010636762051314429890106367620513144298901063676205131442989010636762051314429890106367620513144298901063676205131442989010636762051314429890106367620513144298901063676205131442989010636762051314429890106367620513144298901063676205131442989010636762051314429890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd5bf61c-e82a-4b25-8d3b-e0154b9380e4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 454a8d93-26d6-4d2e-8e5f-6f60af89e683, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 454a8d93-26d6-4d2e-8e5f-6f60af89e683, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14861265881786370819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486126588178637081914861265881786370819148612658817863708191486126588178637081914861265881786370819148612658817863708191486126588178637081914861265881786370819148612658817863708191486126588178637081914861265881786370819148612658817863708191486126588178637081914861265881786370819148612658817863708191486126588178637081914861265881786370819148612658817863708191486126588178637081914861265881786370819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc7fd5c6-cbd9-403c-a58b-93db8cf443bf, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7db10ae1-20df-4da7-95f1-1e8dcbc6b7dd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7db10ae1-20df-4da7-95f1-1e8dcbc6b7dd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15932247972504208120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593224797250420812015932247972504208120159322479725042081201593224797250420812015932247972504208120159322479725042081201593224797250420812015932247972504208120159322479725042081201593224797250420812015932247972504208120159322479725042081201593224797250420812015932247972504208120159322479725042081201593224797250420812015932247972504208120159322479725042081201593224797250420812015932247972504208120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 454a8d93-26d6-4d2e-8e5f-6f60af89e683, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 876277c5-d22c-4f29-a3c1-911fc17d0d25, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7db10ae1-20df-4da7-95f1-1e8dcbc6b7dd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 876277c5-d22c-4f29-a3c1-911fc17d0d25, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4846397879345161689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48463978793451616894846397879345161689484639787934516168948463978793451616894846397879345161689484639787934516168948463978793451616894846397879345161689484639787934516168948463978793451616894846397879345161689484639787934516168948463978793451616894846397879345161689484639787934516168948463978793451616894846397879345161689484639787934516168948463978793451616894846397879345161689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fab14996-dcde-4a70-ba5a-3605e06e422d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fab14996-dcde-4a70-ba5a-3605e06e422d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10790874776996056847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079087477699605684710790874776996056847107908747769960568471079087477699605684710790874776996056847107908747769960568471079087477699605684710790874776996056847107908747769960568471079087477699605684710790874776996056847107908747769960568471079087477699605684710790874776996056847107908747769960568471079087477699605684710790874776996056847107908747769960568471079087477699605684710790874776996056847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 876277c5-d22c-4f29-a3c1-911fc17d0d25, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29556b68-2ff3-43b9-83d1-8dff00fabe1b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fab14996-dcde-4a70-ba5a-3605e06e422d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29556b68-2ff3-43b9-83d1-8dff00fabe1b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6164335166381708077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61643351663817080776164335166381708077616433516638170807761643351663817080776164335166381708077616433516638170807761643351663817080776164335166381708077616433516638170807761643351663817080776164335166381708077616433516638170807761643351663817080776164335166381708077616433516638170807761643351663817080776164335166381708077616433516638170807761643351663817080776164335166381708077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d941306d-5e81-498b-804c-568fe3f8a519, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d941306d-5e81-498b-804c-568fe3f8a519, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11559691300857660961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155969130085766096111559691300857660961115596913008576609611155969130085766096111559691300857660961115596913008576609611155969130085766096111559691300857660961115596913008576609611155969130085766096111559691300857660961115596913008576609611155969130085766096111559691300857660961115596913008576609611155969130085766096111559691300857660961115596913008576609611155969130085766096111559691300857660961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29556b68-2ff3-43b9-83d1-8dff00fabe1b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a5ff23d-8990-4183-afef-109e4dad631f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a5ff23d-8990-4183-afef-109e4dad631f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4991435065955733129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49914350659557331294991435065955733129499143506595573312949914350659557331294991435065955733129499143506595573312949914350659557331294991435065955733129499143506595573312949914350659557331294991435065955733129499143506595573312949914350659557331294991435065955733129499143506595573312949914350659557331294991435065955733129499143506595573312949914350659557331294991435065955733129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d941306d-5e81-498b-804c-568fe3f8a519, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42cdaaac-f341-47a1-9665-72a00b63fc4f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42cdaaac-f341-47a1-9665-72a00b63fc4f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15742022648680597222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574202264868059722215742022648680597222157420226486805972221574202264868059722215742022648680597222157420226486805972221574202264868059722215742022648680597222157420226486805972221574202264868059722215742022648680597222157420226486805972221574202264868059722215742022648680597222157420226486805972221574202264868059722215742022648680597222157420226486805972221574202264868059722215742022648680597222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a5ff23d-8990-4183-afef-109e4dad631f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42cdaaac-f341-47a1-9665-72a00b63fc4f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f38e7c5-d967-4a39-af83-5766f990aa5a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f38e7c5-d967-4a39-af83-5766f990aa5a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17891372863759734882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789137286375973488217891372863759734882178913728637597348821789137286375973488217891372863759734882178913728637597348821789137286375973488217891372863759734882178913728637597348821789137286375973488217891372863759734882178913728637597348821789137286375973488217891372863759734882178913728637597348821789137286375973488217891372863759734882178913728637597348821789137286375973488217891372863759734882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a73cd742-fd99-40c5-9289-998d51c26998, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a73cd742-fd99-40c5-9289-998d51c26998, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6360326823656369103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63603268236563691036360326823656369103636032682365636910363603268236563691036360326823656369103636032682365636910363603268236563691036360326823656369103636032682365636910363603268236563691036360326823656369103636032682365636910363603268236563691036360326823656369103636032682365636910363603268236563691036360326823656369103636032682365636910363603268236563691036360326823656369103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f38e7c5-d967-4a39-af83-5766f990aa5a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a73cd742-fd99-40c5-9289-998d51c26998, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56c393ee-de32-43de-a258-2e414367c851, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56c393ee-de32-43de-a258-2e414367c851, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16797547224395237752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679754722439523775216797547224395237752167975472243952377521679754722439523775216797547224395237752167975472243952377521679754722439523775216797547224395237752167975472243952377521679754722439523775216797547224395237752167975472243952377521679754722439523775216797547224395237752167975472243952377521679754722439523775216797547224395237752167975472243952377521679754722439523775216797547224395237752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 947978ae-ba0b-4af5-bed9-2399f9f6a1a8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 947978ae-ba0b-4af5-bed9-2399f9f6a1a8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4687158662075268231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46871586620752682314687158662075268231468715866207526823146871586620752682314687158662075268231468715866207526823146871586620752682314687158662075268231468715866207526823146871586620752682314687158662075268231468715866207526823146871586620752682314687158662075268231468715866207526823146871586620752682314687158662075268231468715866207526823146871586620752682314687158662075268231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 947978ae-ba0b-4af5-bed9-2399f9f6a1a8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42f217ff-c968-44a7-8ab7-4bf18a28b573, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42f217ff-c968-44a7-8ab7-4bf18a28b573, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4429612886205194667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44296128862051946674429612886205194667442961288620519466744296128862051946674429612886205194667442961288620519466744296128862051946674429612886205194667442961288620519466744296128862051946674429612886205194667442961288620519466744296128862051946674429612886205194667442961288620519466744296128862051946674429612886205194667442961288620519466744296128862051946674429612886205194667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56c393ee-de32-43de-a258-2e414367c851, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b2ba37d-105b-4c0b-ba41-47101d253df9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b2ba37d-105b-4c0b-ba41-47101d253df9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5336047284136074789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53360472841360747895336047284136074789533604728413607478953360472841360747895336047284136074789533604728413607478953360472841360747895336047284136074789533604728413607478953360472841360747895336047284136074789533604728413607478953360472841360747895336047284136074789533604728413607478953360472841360747895336047284136074789533604728413607478953360472841360747895336047284136074789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42f217ff-c968-44a7-8ab7-4bf18a28b573, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be422dd5-1e18-4460-839a-63095c12a703, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be422dd5-1e18-4460-839a-63095c12a703, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5199555103752618482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51995551037526184825199555103752618482519955510375261848251995551037526184825199555103752618482519955510375261848251995551037526184825199555103752618482519955510375261848251995551037526184825199555103752618482519955510375261848251995551037526184825199555103752618482519955510375261848251995551037526184825199555103752618482519955510375261848251995551037526184825199555103752618482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b2ba37d-105b-4c0b-ba41-47101d253df9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eaca84a8-bf7f-41a2-b9c9-65c734ca366d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaca84a8-bf7f-41a2-b9c9-65c734ca366d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 878755326363829350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "878755326363829350878755326363829350878755326363829350878755326363829350878755326363829350878755326363829350878755326363829350878755326363829350878755326363829350878755326363829350878755326363829350878755326363829350878755326363829350878755326363829350878755326363829350878755326363829350878755326363829350878755326363829350878755326363829350878755326363829350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be422dd5-1e18-4460-839a-63095c12a703, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd005fe0-ebb9-46f0-a903-edfe0d5581e7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd005fe0-ebb9-46f0-a903-edfe0d5581e7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10448069934392913724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044806993439291372410448069934392913724104480699343929137241044806993439291372410448069934392913724104480699343929137241044806993439291372410448069934392913724104480699343929137241044806993439291372410448069934392913724104480699343929137241044806993439291372410448069934392913724104480699343929137241044806993439291372410448069934392913724104480699343929137241044806993439291372410448069934392913724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaca84a8-bf7f-41a2-b9c9-65c734ca366d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e33654b9-ad09-4837-893e-173c0642d9ac, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e33654b9-ad09-4837-893e-173c0642d9ac, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1723511750687067993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17235117506870679931723511750687067993172351175068706799317235117506870679931723511750687067993172351175068706799317235117506870679931723511750687067993172351175068706799317235117506870679931723511750687067993172351175068706799317235117506870679931723511750687067993172351175068706799317235117506870679931723511750687067993172351175068706799317235117506870679931723511750687067993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd005fe0-ebb9-46f0-a903-edfe0d5581e7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 066d90a5-9c33-46c1-9174-b8d33d19ed6d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 066d90a5-9c33-46c1-9174-b8d33d19ed6d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1074417621890963537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10744176218909635371074417621890963537107441762189096353710744176218909635371074417621890963537107441762189096353710744176218909635371074417621890963537107441762189096353710744176218909635371074417621890963537107441762189096353710744176218909635371074417621890963537107441762189096353710744176218909635371074417621890963537107441762189096353710744176218909635371074417621890963537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e33654b9-ad09-4837-893e-173c0642d9ac, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e9ed77d-4774-43bc-95d2-4eb9d36a4860, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e9ed77d-4774-43bc-95d2-4eb9d36a4860, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9429615873592394819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94296158735923948199429615873592394819942961587359239481994296158735923948199429615873592394819942961587359239481994296158735923948199429615873592394819942961587359239481994296158735923948199429615873592394819942961587359239481994296158735923948199429615873592394819942961587359239481994296158735923948199429615873592394819942961587359239481994296158735923948199429615873592394819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 066d90a5-9c33-46c1-9174-b8d33d19ed6d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d88f1064-6fc8-482c-8c70-c42cbdf0f183, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e9ed77d-4774-43bc-95d2-4eb9d36a4860, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d88f1064-6fc8-482c-8c70-c42cbdf0f183, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14748187799247250754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474818779924725075414748187799247250754147481877992472507541474818779924725075414748187799247250754147481877992472507541474818779924725075414748187799247250754147481877992472507541474818779924725075414748187799247250754147481877992472507541474818779924725075414748187799247250754147481877992472507541474818779924725075414748187799247250754147481877992472507541474818779924725075414748187799247250754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8abf0e5d-bab1-4cc4-9ee0-e8916f15685e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8abf0e5d-bab1-4cc4-9ee0-e8916f15685e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11704225459845774267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170422545984577426711704225459845774267117042254598457742671170422545984577426711704225459845774267117042254598457742671170422545984577426711704225459845774267117042254598457742671170422545984577426711704225459845774267117042254598457742671170422545984577426711704225459845774267117042254598457742671170422545984577426711704225459845774267117042254598457742671170422545984577426711704225459845774267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d88f1064-6fc8-482c-8c70-c42cbdf0f183, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 079c2c53-d476-4d59-999b-607f648badff, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 079c2c53-d476-4d59-999b-607f648badff, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10864164920587889444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086416492058788944410864164920587889444108641649205878894441086416492058788944410864164920587889444108641649205878894441086416492058788944410864164920587889444108641649205878894441086416492058788944410864164920587889444108641649205878894441086416492058788944410864164920587889444108641649205878894441086416492058788944410864164920587889444108641649205878894441086416492058788944410864164920587889444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8abf0e5d-bab1-4cc4-9ee0-e8916f15685e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92e78b8a-ae08-4378-921d-e22f881ad7be, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92e78b8a-ae08-4378-921d-e22f881ad7be, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8547289780472987646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85472897804729876468547289780472987646854728978047298764685472897804729876468547289780472987646854728978047298764685472897804729876468547289780472987646854728978047298764685472897804729876468547289780472987646854728978047298764685472897804729876468547289780472987646854728978047298764685472897804729876468547289780472987646854728978047298764685472897804729876468547289780472987646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 079c2c53-d476-4d59-999b-607f648badff, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a11a22fe-4bdd-41c4-bfd5-661b93b0bdbc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a11a22fe-4bdd-41c4-bfd5-661b93b0bdbc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13571135485834946578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357113548583494657813571135485834946578135711354858349465781357113548583494657813571135485834946578135711354858349465781357113548583494657813571135485834946578135711354858349465781357113548583494657813571135485834946578135711354858349465781357113548583494657813571135485834946578135711354858349465781357113548583494657813571135485834946578135711354858349465781357113548583494657813571135485834946578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92e78b8a-ae08-4378-921d-e22f881ad7be, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bf0d477-fe6b-4e6c-8d8b-66ad07371ab9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a11a22fe-4bdd-41c4-bfd5-661b93b0bdbc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bf0d477-fe6b-4e6c-8d8b-66ad07371ab9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3739275654143988027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37392756541439880273739275654143988027373927565414398802737392756541439880273739275654143988027373927565414398802737392756541439880273739275654143988027373927565414398802737392756541439880273739275654143988027373927565414398802737392756541439880273739275654143988027373927565414398802737392756541439880273739275654143988027373927565414398802737392756541439880273739275654143988027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77699f57-1ebe-4c43-ba1e-12c23ac47578, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77699f57-1ebe-4c43-ba1e-12c23ac47578, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4999700025916298326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49997000259162983264999700025916298326499970002591629832649997000259162983264999700025916298326499970002591629832649997000259162983264999700025916298326499970002591629832649997000259162983264999700025916298326499970002591629832649997000259162983264999700025916298326499970002591629832649997000259162983264999700025916298326499970002591629832649997000259162983264999700025916298326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bf0d477-fe6b-4e6c-8d8b-66ad07371ab9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7465eb8d-4b96-4117-bf20-f2c2991b425f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77699f57-1ebe-4c43-ba1e-12c23ac47578, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7465eb8d-4b96-4117-bf20-f2c2991b425f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5227456837086945109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52274568370869451095227456837086945109522745683708694510952274568370869451095227456837086945109522745683708694510952274568370869451095227456837086945109522745683708694510952274568370869451095227456837086945109522745683708694510952274568370869451095227456837086945109522745683708694510952274568370869451095227456837086945109522745683708694510952274568370869451095227456837086945109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd7f7a34-71f8-4d28-a6bf-62505b885de9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd7f7a34-71f8-4d28-a6bf-62505b885de9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3161790043050597525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31617900430505975253161790043050597525316179004305059752531617900430505975253161790043050597525316179004305059752531617900430505975253161790043050597525316179004305059752531617900430505975253161790043050597525316179004305059752531617900430505975253161790043050597525316179004305059752531617900430505975253161790043050597525316179004305059752531617900430505975253161790043050597525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7465eb8d-4b96-4117-bf20-f2c2991b425f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1711773a-c24a-4d9c-b751-29fe122e3d12, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd7f7a34-71f8-4d28-a6bf-62505b885de9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1711773a-c24a-4d9c-b751-29fe122e3d12, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12894867953744287860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289486795374428786012894867953744287860128948679537442878601289486795374428786012894867953744287860128948679537442878601289486795374428786012894867953744287860128948679537442878601289486795374428786012894867953744287860128948679537442878601289486795374428786012894867953744287860128948679537442878601289486795374428786012894867953744287860128948679537442878601289486795374428786012894867953744287860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c682e92-f7e9-4a2c-8d9e-fd40c1e093dc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c682e92-f7e9-4a2c-8d9e-fd40c1e093dc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4957110862170343736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49571108621703437364957110862170343736495711086217034373649571108621703437364957110862170343736495711086217034373649571108621703437364957110862170343736495711086217034373649571108621703437364957110862170343736495711086217034373649571108621703437364957110862170343736495711086217034373649571108621703437364957110862170343736495711086217034373649571108621703437364957110862170343736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1711773a-c24a-4d9c-b751-29fe122e3d12, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd856010-6285-4dea-bc45-fbefc846392e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd856010-6285-4dea-bc45-fbefc846392e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3256303815641735633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32563038156417356333256303815641735633325630381564173563332563038156417356333256303815641735633325630381564173563332563038156417356333256303815641735633325630381564173563332563038156417356333256303815641735633325630381564173563332563038156417356333256303815641735633325630381564173563332563038156417356333256303815641735633325630381564173563332563038156417356333256303815641735633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c682e92-f7e9-4a2c-8d9e-fd40c1e093dc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed5ae125-37b9-4527-ad5d-dac20cc34ccf, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd856010-6285-4dea-bc45-fbefc846392e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c31abf8d-0a90-44a4-8645-95eebcfa2baf, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed5ae125-37b9-4527-ad5d-dac20cc34ccf, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13940618505932034230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394061850593203423013940618505932034230139406185059320342301394061850593203423013940618505932034230139406185059320342301394061850593203423013940618505932034230139406185059320342301394061850593203423013940618505932034230139406185059320342301394061850593203423013940618505932034230139406185059320342301394061850593203423013940618505932034230139406185059320342301394061850593203423013940618505932034230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c31abf8d-0a90-44a4-8645-95eebcfa2baf, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 900107027550610894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "900107027550610894900107027550610894900107027550610894900107027550610894900107027550610894900107027550610894900107027550610894900107027550610894900107027550610894900107027550610894900107027550610894900107027550610894900107027550610894900107027550610894900107027550610894900107027550610894900107027550610894900107027550610894900107027550610894900107027550610894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed5ae125-37b9-4527-ad5d-dac20cc34ccf, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae9153af-69ce-4955-82aa-2f9c60fb3c28, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae9153af-69ce-4955-82aa-2f9c60fb3c28, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14157827619974783282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415782761997478328214157827619974783282141578276199747832821415782761997478328214157827619974783282141578276199747832821415782761997478328214157827619974783282141578276199747832821415782761997478328214157827619974783282141578276199747832821415782761997478328214157827619974783282141578276199747832821415782761997478328214157827619974783282141578276199747832821415782761997478328214157827619974783282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c31abf8d-0a90-44a4-8645-95eebcfa2baf, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3e7b8d8-c127-414c-ac77-e49c5b061062, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3e7b8d8-c127-414c-ac77-e49c5b061062, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11056256432162112714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105625643216211271411056256432162112714110562564321621127141105625643216211271411056256432162112714110562564321621127141105625643216211271411056256432162112714110562564321621127141105625643216211271411056256432162112714110562564321621127141105625643216211271411056256432162112714110562564321621127141105625643216211271411056256432162112714110562564321621127141105625643216211271411056256432162112714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae9153af-69ce-4955-82aa-2f9c60fb3c28, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fd934bd-7535-480e-b650-b58118db3ead, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fd934bd-7535-480e-b650-b58118db3ead, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4781670646399192793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47816706463991927934781670646399192793478167064639919279347816706463991927934781670646399192793478167064639919279347816706463991927934781670646399192793478167064639919279347816706463991927934781670646399192793478167064639919279347816706463991927934781670646399192793478167064639919279347816706463991927934781670646399192793478167064639919279347816706463991927934781670646399192793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3e7b8d8-c127-414c-ac77-e49c5b061062, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fd934bd-7535-480e-b650-b58118db3ead, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95f43039-b4a2-46d4-a9bd-89be3651f35b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95f43039-b4a2-46d4-a9bd-89be3651f35b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12857446654207535911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285744665420753591112857446654207535911128574466542075359111285744665420753591112857446654207535911128574466542075359111285744665420753591112857446654207535911128574466542075359111285744665420753591112857446654207535911128574466542075359111285744665420753591112857446654207535911128574466542075359111285744665420753591112857446654207535911128574466542075359111285744665420753591112857446654207535911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60e8303c-8fe1-46ef-bef6-103329112ffb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60e8303c-8fe1-46ef-bef6-103329112ffb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8409664508728751688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84096645087287516888409664508728751688840966450872875168884096645087287516888409664508728751688840966450872875168884096645087287516888409664508728751688840966450872875168884096645087287516888409664508728751688840966450872875168884096645087287516888409664508728751688840966450872875168884096645087287516888409664508728751688840966450872875168884096645087287516888409664508728751688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95f43039-b4a2-46d4-a9bd-89be3651f35b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b68c57b3-fa80-4b1b-95b1-6f7678ad5375, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b68c57b3-fa80-4b1b-95b1-6f7678ad5375, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12458906723348075157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245890672334807515712458906723348075157124589067233480751571245890672334807515712458906723348075157124589067233480751571245890672334807515712458906723348075157124589067233480751571245890672334807515712458906723348075157124589067233480751571245890672334807515712458906723348075157124589067233480751571245890672334807515712458906723348075157124589067233480751571245890672334807515712458906723348075157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60e8303c-8fe1-46ef-bef6-103329112ffb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1de32209-5179-48c6-b8f9-b26a3638d30e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1de32209-5179-48c6-b8f9-b26a3638d30e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4454197476410629202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44541974764106292024454197476410629202445419747641062920244541974764106292024454197476410629202445419747641062920244541974764106292024454197476410629202445419747641062920244541974764106292024454197476410629202445419747641062920244541974764106292024454197476410629202445419747641062920244541974764106292024454197476410629202445419747641062920244541974764106292024454197476410629202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b68c57b3-fa80-4b1b-95b1-6f7678ad5375, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bb45747-db46-4406-8133-1c875bbc3fcb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1de32209-5179-48c6-b8f9-b26a3638d30e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bb45747-db46-4406-8133-1c875bbc3fcb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3867890035854026641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38678900358540266413867890035854026641386789003585402664138678900358540266413867890035854026641386789003585402664138678900358540266413867890035854026641386789003585402664138678900358540266413867890035854026641386789003585402664138678900358540266413867890035854026641386789003585402664138678900358540266413867890035854026641386789003585402664138678900358540266413867890035854026641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46d9120b-2cef-47e3-8bc7-6f075bfc11b3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46d9120b-2cef-47e3-8bc7-6f075bfc11b3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4781374121263061642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47813741212630616424781374121263061642478137412126306164247813741212630616424781374121263061642478137412126306164247813741212630616424781374121263061642478137412126306164247813741212630616424781374121263061642478137412126306164247813741212630616424781374121263061642478137412126306164247813741212630616424781374121263061642478137412126306164247813741212630616424781374121263061642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bb45747-db46-4406-8133-1c875bbc3fcb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46d9120b-2cef-47e3-8bc7-6f075bfc11b3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06ae4d53-3eb8-4fe8-97d5-cb64b4a47c11, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ae4d53-3eb8-4fe8-97d5-cb64b4a47c11, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12546211970843918847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254621197084391884712546211970843918847125462119708439188471254621197084391884712546211970843918847125462119708439188471254621197084391884712546211970843918847125462119708439188471254621197084391884712546211970843918847125462119708439188471254621197084391884712546211970843918847125462119708439188471254621197084391884712546211970843918847125462119708439188471254621197084391884712546211970843918847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc10381d-a8ca-4b9f-83b7-74b0f99171dd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc10381d-a8ca-4b9f-83b7-74b0f99171dd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5610088188963160252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56100881889631602525610088188963160252561008818896316025256100881889631602525610088188963160252561008818896316025256100881889631602525610088188963160252561008818896316025256100881889631602525610088188963160252561008818896316025256100881889631602525610088188963160252561008818896316025256100881889631602525610088188963160252561008818896316025256100881889631602525610088188963160252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ae4d53-3eb8-4fe8-97d5-cb64b4a47c11, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1ed9b40-d713-45ca-8b9e-f33dc7cf6807, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1ed9b40-d713-45ca-8b9e-f33dc7cf6807, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2023946800190089783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20239468001900897832023946800190089783202394680019008978320239468001900897832023946800190089783202394680019008978320239468001900897832023946800190089783202394680019008978320239468001900897832023946800190089783202394680019008978320239468001900897832023946800190089783202394680019008978320239468001900897832023946800190089783202394680019008978320239468001900897832023946800190089783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc10381d-a8ca-4b9f-83b7-74b0f99171dd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 679c2166-2eed-4329-bc4e-8b328c5b6b53, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 679c2166-2eed-4329-bc4e-8b328c5b6b53, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4701099163693157337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47010991636931573374701099163693157337470109916369315733747010991636931573374701099163693157337470109916369315733747010991636931573374701099163693157337470109916369315733747010991636931573374701099163693157337470109916369315733747010991636931573374701099163693157337470109916369315733747010991636931573374701099163693157337470109916369315733747010991636931573374701099163693157337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1ed9b40-d713-45ca-8b9e-f33dc7cf6807, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a62ad887-0510-4194-9f97-bdad38c709de, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62ad887-0510-4194-9f97-bdad38c709de, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10253693024958329941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025369302495832994110253693024958329941102536930249583299411025369302495832994110253693024958329941102536930249583299411025369302495832994110253693024958329941102536930249583299411025369302495832994110253693024958329941102536930249583299411025369302495832994110253693024958329941102536930249583299411025369302495832994110253693024958329941102536930249583299411025369302495832994110253693024958329941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 679c2166-2eed-4329-bc4e-8b328c5b6b53, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aee6cd3d-061b-4614-ad31-1d1f4cbd9328, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62ad887-0510-4194-9f97-bdad38c709de, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aee6cd3d-061b-4614-ad31-1d1f4cbd9328, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8091903054636172075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80919030546361720758091903054636172075809190305463617207580919030546361720758091903054636172075809190305463617207580919030546361720758091903054636172075809190305463617207580919030546361720758091903054636172075809190305463617207580919030546361720758091903054636172075809190305463617207580919030546361720758091903054636172075809190305463617207580919030546361720758091903054636172075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a16dbf5-a7dd-4149-ab3e-d0f0bacd4274, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a16dbf5-a7dd-4149-ab3e-d0f0bacd4274, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11463890389308645878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146389038930864587811463890389308645878114638903893086458781146389038930864587811463890389308645878114638903893086458781146389038930864587811463890389308645878114638903893086458781146389038930864587811463890389308645878114638903893086458781146389038930864587811463890389308645878114638903893086458781146389038930864587811463890389308645878114638903893086458781146389038930864587811463890389308645878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aee6cd3d-061b-4614-ad31-1d1f4cbd9328, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a781ba21-ed13-4022-9776-36f21f2bf36f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a781ba21-ed13-4022-9776-36f21f2bf36f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3657484837442932897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36574848374429328973657484837442932897365748483744293289736574848374429328973657484837442932897365748483744293289736574848374429328973657484837442932897365748483744293289736574848374429328973657484837442932897365748483744293289736574848374429328973657484837442932897365748483744293289736574848374429328973657484837442932897365748483744293289736574848374429328973657484837442932897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a16dbf5-a7dd-4149-ab3e-d0f0bacd4274, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a781ba21-ed13-4022-9776-36f21f2bf36f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc274e9f-68d0-4c54-8f75-53dd14bbdba7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc274e9f-68d0-4c54-8f75-53dd14bbdba7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6802206995830495974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68022069958304959746802206995830495974680220699583049597468022069958304959746802206995830495974680220699583049597468022069958304959746802206995830495974680220699583049597468022069958304959746802206995830495974680220699583049597468022069958304959746802206995830495974680220699583049597468022069958304959746802206995830495974680220699583049597468022069958304959746802206995830495974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8b34e91-77ce-437b-86cf-47530540f05a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8b34e91-77ce-437b-86cf-47530540f05a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14556690425352457379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455669042535245737914556690425352457379145566904253524573791455669042535245737914556690425352457379145566904253524573791455669042535245737914556690425352457379145566904253524573791455669042535245737914556690425352457379145566904253524573791455669042535245737914556690425352457379145566904253524573791455669042535245737914556690425352457379145566904253524573791455669042535245737914556690425352457379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc274e9f-68d0-4c54-8f75-53dd14bbdba7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8c5178f-5822-4d17-85dd-2d7279605afa, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8c5178f-5822-4d17-85dd-2d7279605afa, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1565910202025096858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15659102020250968581565910202025096858156591020202509685815659102020250968581565910202025096858156591020202509685815659102020250968581565910202025096858156591020202509685815659102020250968581565910202025096858156591020202509685815659102020250968581565910202025096858156591020202509685815659102020250968581565910202025096858156591020202509685815659102020250968581565910202025096858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8b34e91-77ce-437b-86cf-47530540f05a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91f91ebb-dfd8-4454-8d6a-f9971c75e017, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91f91ebb-dfd8-4454-8d6a-f9971c75e017, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5387499327352666569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53874993273526665695387499327352666569538749932735266656953874993273526665695387499327352666569538749932735266656953874993273526665695387499327352666569538749932735266656953874993273526665695387499327352666569538749932735266656953874993273526665695387499327352666569538749932735266656953874993273526665695387499327352666569538749932735266656953874993273526665695387499327352666569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8c5178f-5822-4d17-85dd-2d7279605afa, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4676463-a24f-4c83-9cfd-8c64c38c99cd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4676463-a24f-4c83-9cfd-8c64c38c99cd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10868056113585516915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086805611358551691510868056113585516915108680561135855169151086805611358551691510868056113585516915108680561135855169151086805611358551691510868056113585516915108680561135855169151086805611358551691510868056113585516915108680561135855169151086805611358551691510868056113585516915108680561135855169151086805611358551691510868056113585516915108680561135855169151086805611358551691510868056113585516915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91f91ebb-dfd8-4454-8d6a-f9971c75e017, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4676463-a24f-4c83-9cfd-8c64c38c99cd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d1be5d4-7f91-45df-b998-834ad4d22230, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d1be5d4-7f91-45df-b998-834ad4d22230, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13355514108798023930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335551410879802393013355514108798023930133555141087980239301335551410879802393013355514108798023930133555141087980239301335551410879802393013355514108798023930133555141087980239301335551410879802393013355514108798023930133555141087980239301335551410879802393013355514108798023930133555141087980239301335551410879802393013355514108798023930133555141087980239301335551410879802393013355514108798023930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45349822-32e9-4524-98a2-ca068361f3cc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45349822-32e9-4524-98a2-ca068361f3cc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11004742148620342720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100474214862034272011004742148620342720110047421486203427201100474214862034272011004742148620342720110047421486203427201100474214862034272011004742148620342720110047421486203427201100474214862034272011004742148620342720110047421486203427201100474214862034272011004742148620342720110047421486203427201100474214862034272011004742148620342720110047421486203427201100474214862034272011004742148620342720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d1be5d4-7f91-45df-b998-834ad4d22230, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42766b98-d9e0-43a2-9ede-e2716dd4aa33, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42766b98-d9e0-43a2-9ede-e2716dd4aa33, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2028981094095792222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20289810940957922222028981094095792222202898109409579222220289810940957922222028981094095792222202898109409579222220289810940957922222028981094095792222202898109409579222220289810940957922222028981094095792222202898109409579222220289810940957922222028981094095792222202898109409579222220289810940957922222028981094095792222202898109409579222220289810940957922222028981094095792222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45349822-32e9-4524-98a2-ca068361f3cc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ee2181d-da89-46e9-8a69-d7ae39c4dd9d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ee2181d-da89-46e9-8a69-d7ae39c4dd9d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3770156539256087571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37701565392560875713770156539256087571377015653925608757137701565392560875713770156539256087571377015653925608757137701565392560875713770156539256087571377015653925608757137701565392560875713770156539256087571377015653925608757137701565392560875713770156539256087571377015653925608757137701565392560875713770156539256087571377015653925608757137701565392560875713770156539256087571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42766b98-d9e0-43a2-9ede-e2716dd4aa33, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b6ecac0-e9fc-472d-9f7a-f692a95a02c7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b6ecac0-e9fc-472d-9f7a-f692a95a02c7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12320195770740501287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232019577074050128712320195770740501287123201957707405012871232019577074050128712320195770740501287123201957707405012871232019577074050128712320195770740501287123201957707405012871232019577074050128712320195770740501287123201957707405012871232019577074050128712320195770740501287123201957707405012871232019577074050128712320195770740501287123201957707405012871232019577074050128712320195770740501287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ee2181d-da89-46e9-8a69-d7ae39c4dd9d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 682eed44-f793-49b4-a435-04e764158154, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 682eed44-f793-49b4-a435-04e764158154, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11621280771791509301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162128077179150930111621280771791509301116212807717915093011162128077179150930111621280771791509301116212807717915093011162128077179150930111621280771791509301116212807717915093011162128077179150930111621280771791509301116212807717915093011162128077179150930111621280771791509301116212807717915093011162128077179150930111621280771791509301116212807717915093011162128077179150930111621280771791509301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b6ecac0-e9fc-472d-9f7a-f692a95a02c7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 682eed44-f793-49b4-a435-04e764158154, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b7db691-0cff-4bf0-915b-616ceff2fa82, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b7db691-0cff-4bf0-915b-616ceff2fa82, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12953694734885366008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295369473488536600812953694734885366008129536947348853660081295369473488536600812953694734885366008129536947348853660081295369473488536600812953694734885366008129536947348853660081295369473488536600812953694734885366008129536947348853660081295369473488536600812953694734885366008129536947348853660081295369473488536600812953694734885366008129536947348853660081295369473488536600812953694734885366008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a12953bb-039c-4c79-8b6e-b4290b8fa3e7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a12953bb-039c-4c79-8b6e-b4290b8fa3e7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6986219589514375384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69862195895143753846986219589514375384698621958951437538469862195895143753846986219589514375384698621958951437538469862195895143753846986219589514375384698621958951437538469862195895143753846986219589514375384698621958951437538469862195895143753846986219589514375384698621958951437538469862195895143753846986219589514375384698621958951437538469862195895143753846986219589514375384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b7db691-0cff-4bf0-915b-616ceff2fa82, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, decca794-86a0-49e3-8122-b2a9e5c05610, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, decca794-86a0-49e3-8122-b2a9e5c05610, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6197659366395841445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61976593663958414456197659366395841445619765936639584144561976593663958414456197659366395841445619765936639584144561976593663958414456197659366395841445619765936639584144561976593663958414456197659366395841445619765936639584144561976593663958414456197659366395841445619765936639584144561976593663958414456197659366395841445619765936639584144561976593663958414456197659366395841445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a12953bb-039c-4c79-8b6e-b4290b8fa3e7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be0b2910-85a5-4278-a45c-d3652a956b64, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be0b2910-85a5-4278-a45c-d3652a956b64, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8948716260382080288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89487162603820802888948716260382080288894871626038208028889487162603820802888948716260382080288894871626038208028889487162603820802888948716260382080288894871626038208028889487162603820802888948716260382080288894871626038208028889487162603820802888948716260382080288894871626038208028889487162603820802888948716260382080288894871626038208028889487162603820802888948716260382080288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, decca794-86a0-49e3-8122-b2a9e5c05610, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ba36f86-fda9-42b2-8bcd-243d60489a3e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be0b2910-85a5-4278-a45c-d3652a956b64, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a60492e9-eaa4-49de-a315-fcfa0bb158e1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ba36f86-fda9-42b2-8bcd-243d60489a3e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18314657628307536427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831465762830753642718314657628307536427183146576283075364271831465762830753642718314657628307536427183146576283075364271831465762830753642718314657628307536427183146576283075364271831465762830753642718314657628307536427183146576283075364271831465762830753642718314657628307536427183146576283075364271831465762830753642718314657628307536427183146576283075364271831465762830753642718314657628307536427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a60492e9-eaa4-49de-a315-fcfa0bb158e1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3147904040224832628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31479040402248326283147904040224832628314790404022483262831479040402248326283147904040224832628314790404022483262831479040402248326283147904040224832628314790404022483262831479040402248326283147904040224832628314790404022483262831479040402248326283147904040224832628314790404022483262831479040402248326283147904040224832628314790404022483262831479040402248326283147904040224832628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a60492e9-eaa4-49de-a315-fcfa0bb158e1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ba36f86-fda9-42b2-8bcd-243d60489a3e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34fb42dc-3411-4526-892a-cdf9531fdbbd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34fb42dc-3411-4526-892a-cdf9531fdbbd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5252186219477637425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52521862194776374255252186219477637425525218621947763742552521862194776374255252186219477637425525218621947763742552521862194776374255252186219477637425525218621947763742552521862194776374255252186219477637425525218621947763742552521862194776374255252186219477637425525218621947763742552521862194776374255252186219477637425525218621947763742552521862194776374255252186219477637425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e081e3c-7a01-4d1f-b642-e76e02d90582, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e081e3c-7a01-4d1f-b642-e76e02d90582, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12473798087211225298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247379808721122529812473798087211225298124737980872112252981247379808721122529812473798087211225298124737980872112252981247379808721122529812473798087211225298124737980872112252981247379808721122529812473798087211225298124737980872112252981247379808721122529812473798087211225298124737980872112252981247379808721122529812473798087211225298124737980872112252981247379808721122529812473798087211225298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34fb42dc-3411-4526-892a-cdf9531fdbbd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e081e3c-7a01-4d1f-b642-e76e02d90582, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39b6c1fa-e192-4044-86b0-e0173bf32573, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39b6c1fa-e192-4044-86b0-e0173bf32573, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4547585024140201931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45475850241402019314547585024140201931454758502414020193145475850241402019314547585024140201931454758502414020193145475850241402019314547585024140201931454758502414020193145475850241402019314547585024140201931454758502414020193145475850241402019314547585024140201931454758502414020193145475850241402019314547585024140201931454758502414020193145475850241402019314547585024140201931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 079511a1-fc5c-4a54-9a3d-c6bc1a92d41b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 079511a1-fc5c-4a54-9a3d-c6bc1a92d41b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5899892211137692515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58998922111376925155899892211137692515589989221113769251558998922111376925155899892211137692515589989221113769251558998922111376925155899892211137692515589989221113769251558998922111376925155899892211137692515589989221113769251558998922111376925155899892211137692515589989221113769251558998922111376925155899892211137692515589989221113769251558998922111376925155899892211137692515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39b6c1fa-e192-4044-86b0-e0173bf32573, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b595f869-6308-4997-9e4c-5f619df1ba1f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b595f869-6308-4997-9e4c-5f619df1ba1f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16346267423723442891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634626742372344289116346267423723442891163462674237234428911634626742372344289116346267423723442891163462674237234428911634626742372344289116346267423723442891163462674237234428911634626742372344289116346267423723442891163462674237234428911634626742372344289116346267423723442891163462674237234428911634626742372344289116346267423723442891163462674237234428911634626742372344289116346267423723442891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 079511a1-fc5c-4a54-9a3d-c6bc1a92d41b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01cb7f14-826c-470d-af3e-d85886519f7b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01cb7f14-826c-470d-af3e-d85886519f7b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 310857815442037832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "310857815442037832310857815442037832310857815442037832310857815442037832310857815442037832310857815442037832310857815442037832310857815442037832310857815442037832310857815442037832310857815442037832310857815442037832310857815442037832310857815442037832310857815442037832310857815442037832310857815442037832310857815442037832310857815442037832310857815442037832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b595f869-6308-4997-9e4c-5f619df1ba1f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d57ee3f-c02b-4c9f-a34d-4e8fece8f71e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d57ee3f-c02b-4c9f-a34d-4e8fece8f71e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8175876561523225847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81758765615232258478175876561523225847817587656152322584781758765615232258478175876561523225847817587656152322584781758765615232258478175876561523225847817587656152322584781758765615232258478175876561523225847817587656152322584781758765615232258478175876561523225847817587656152322584781758765615232258478175876561523225847817587656152322584781758765615232258478175876561523225847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01cb7f14-826c-470d-af3e-d85886519f7b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6305dec-b7bd-49b7-90e6-6b0273b19e38, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d57ee3f-c02b-4c9f-a34d-4e8fece8f71e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6305dec-b7bd-49b7-90e6-6b0273b19e38, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8779706908516034972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87797069085160349728779706908516034972877970690851603497287797069085160349728779706908516034972877970690851603497287797069085160349728779706908516034972877970690851603497287797069085160349728779706908516034972877970690851603497287797069085160349728779706908516034972877970690851603497287797069085160349728779706908516034972877970690851603497287797069085160349728779706908516034972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 606fd76d-f8e9-4a00-a2a9-38f0ca79cbbb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 606fd76d-f8e9-4a00-a2a9-38f0ca79cbbb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3606652009527053544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36066520095270535443606652009527053544360665200952705354436066520095270535443606652009527053544360665200952705354436066520095270535443606652009527053544360665200952705354436066520095270535443606652009527053544360665200952705354436066520095270535443606652009527053544360665200952705354436066520095270535443606652009527053544360665200952705354436066520095270535443606652009527053544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6305dec-b7bd-49b7-90e6-6b0273b19e38, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d014b92b-27fd-422f-a439-48b0e693cee8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d014b92b-27fd-422f-a439-48b0e693cee8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15469884100332211487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546988410033221148715469884100332211487154698841003322114871546988410033221148715469884100332211487154698841003322114871546988410033221148715469884100332211487154698841003322114871546988410033221148715469884100332211487154698841003322114871546988410033221148715469884100332211487154698841003322114871546988410033221148715469884100332211487154698841003322114871546988410033221148715469884100332211487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 606fd76d-f8e9-4a00-a2a9-38f0ca79cbbb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34d726b6-f193-4278-80df-08ccd2fa4822, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d014b92b-27fd-422f-a439-48b0e693cee8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d726b6-f193-4278-80df-08ccd2fa4822, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12496645607698844569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249664560769884456912496645607698844569124966456076988445691249664560769884456912496645607698844569124966456076988445691249664560769884456912496645607698844569124966456076988445691249664560769884456912496645607698844569124966456076988445691249664560769884456912496645607698844569124966456076988445691249664560769884456912496645607698844569124966456076988445691249664560769884456912496645607698844569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1b139da-6789-4723-a6ec-35c2a39d109e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1b139da-6789-4723-a6ec-35c2a39d109e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5450456487264869660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54504564872648696605450456487264869660545045648726486966054504564872648696605450456487264869660545045648726486966054504564872648696605450456487264869660545045648726486966054504564872648696605450456487264869660545045648726486966054504564872648696605450456487264869660545045648726486966054504564872648696605450456487264869660545045648726486966054504564872648696605450456487264869660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d726b6-f193-4278-80df-08ccd2fa4822, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1b139da-6789-4723-a6ec-35c2a39d109e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66106c59-118a-4778-82b1-028c958e5d8b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66106c59-118a-4778-82b1-028c958e5d8b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5039784584107946395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50397845841079463955039784584107946395503978458410794639550397845841079463955039784584107946395503978458410794639550397845841079463955039784584107946395503978458410794639550397845841079463955039784584107946395503978458410794639550397845841079463955039784584107946395503978458410794639550397845841079463955039784584107946395503978458410794639550397845841079463955039784584107946395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e98c3a68-6793-4775-a4fc-51bfb58fb7dc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e98c3a68-6793-4775-a4fc-51bfb58fb7dc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1471032073355695696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14710320733556956961471032073355695696147103207335569569614710320733556956961471032073355695696147103207335569569614710320733556956961471032073355695696147103207335569569614710320733556956961471032073355695696147103207335569569614710320733556956961471032073355695696147103207335569569614710320733556956961471032073355695696147103207335569569614710320733556956961471032073355695696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66106c59-118a-4778-82b1-028c958e5d8b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41543422-223d-47b8-8285-79be55db9741, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41543422-223d-47b8-8285-79be55db9741, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9377392237741971729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93773922377419717299377392237741971729937739223774197172993773922377419717299377392237741971729937739223774197172993773922377419717299377392237741971729937739223774197172993773922377419717299377392237741971729937739223774197172993773922377419717299377392237741971729937739223774197172993773922377419717299377392237741971729937739223774197172993773922377419717299377392237741971729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e98c3a68-6793-4775-a4fc-51bfb58fb7dc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0efc07cc-a05b-491f-93e4-246197edf480, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0efc07cc-a05b-491f-93e4-246197edf480, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2570971400737335391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25709714007373353912570971400737335391257097140073733539125709714007373353912570971400737335391257097140073733539125709714007373353912570971400737335391257097140073733539125709714007373353912570971400737335391257097140073733539125709714007373353912570971400737335391257097140073733539125709714007373353912570971400737335391257097140073733539125709714007373353912570971400737335391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41543422-223d-47b8-8285-79be55db9741, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd4a461d-73cd-4983-9e92-6f8c5bb8d67e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd4a461d-73cd-4983-9e92-6f8c5bb8d67e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18116926691199378562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811692669119937856218116926691199378562181169266911993785621811692669119937856218116926691199378562181169266911993785621811692669119937856218116926691199378562181169266911993785621811692669119937856218116926691199378562181169266911993785621811692669119937856218116926691199378562181169266911993785621811692669119937856218116926691199378562181169266911993785621811692669119937856218116926691199378562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0efc07cc-a05b-491f-93e4-246197edf480, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddeb64a5-882d-4789-a121-6274c6566992, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddeb64a5-882d-4789-a121-6274c6566992, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6483223544542267568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64832235445422675686483223544542267568648322354454226756864832235445422675686483223544542267568648322354454226756864832235445422675686483223544542267568648322354454226756864832235445422675686483223544542267568648322354454226756864832235445422675686483223544542267568648322354454226756864832235445422675686483223544542267568648322354454226756864832235445422675686483223544542267568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd4a461d-73cd-4983-9e92-6f8c5bb8d67e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddeb64a5-882d-4789-a121-6274c6566992, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b0db189-c7a5-41e7-a658-4241cbb9aedf, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b0db189-c7a5-41e7-a658-4241cbb9aedf, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11565630344740421876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156563034474042187611565630344740421876115656303447404218761156563034474042187611565630344740421876115656303447404218761156563034474042187611565630344740421876115656303447404218761156563034474042187611565630344740421876115656303447404218761156563034474042187611565630344740421876115656303447404218761156563034474042187611565630344740421876115656303447404218761156563034474042187611565630344740421876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1eb16b89-e870-4a49-8f7b-9345a626beba, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eb16b89-e870-4a49-8f7b-9345a626beba, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5685740844467191508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56857408444671915085685740844467191508568574084446719150856857408444671915085685740844467191508568574084446719150856857408444671915085685740844467191508568574084446719150856857408444671915085685740844467191508568574084446719150856857408444671915085685740844467191508568574084446719150856857408444671915085685740844467191508568574084446719150856857408444671915085685740844467191508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b0db189-c7a5-41e7-a658-4241cbb9aedf, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7dafa6f6-3636-4ece-8175-572f792b4541, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dafa6f6-3636-4ece-8175-572f792b4541, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12031174313846347204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203117431384634720412031174313846347204120311743138463472041203117431384634720412031174313846347204120311743138463472041203117431384634720412031174313846347204120311743138463472041203117431384634720412031174313846347204120311743138463472041203117431384634720412031174313846347204120311743138463472041203117431384634720412031174313846347204120311743138463472041203117431384634720412031174313846347204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eb16b89-e870-4a49-8f7b-9345a626beba, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2e5eca0-bc49-430b-8412-9467892c80d2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2e5eca0-bc49-430b-8412-9467892c80d2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15943860155207673523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594386015520767352315943860155207673523159438601552076735231594386015520767352315943860155207673523159438601552076735231594386015520767352315943860155207673523159438601552076735231594386015520767352315943860155207673523159438601552076735231594386015520767352315943860155207673523159438601552076735231594386015520767352315943860155207673523159438601552076735231594386015520767352315943860155207673523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dafa6f6-3636-4ece-8175-572f792b4541, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4894b89b-10f6-4f02-af83-ae28c8dd8053, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2e5eca0-bc49-430b-8412-9467892c80d2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ceb83ed2-abeb-439d-9844-a3ff9d986d8c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceb83ed2-abeb-439d-9844-a3ff9d986d8c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14208468013180334012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420846801318033401214208468013180334012142084680131803340121420846801318033401214208468013180334012142084680131803340121420846801318033401214208468013180334012142084680131803340121420846801318033401214208468013180334012142084680131803340121420846801318033401214208468013180334012142084680131803340121420846801318033401214208468013180334012142084680131803340121420846801318033401214208468013180334012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4894b89b-10f6-4f02-af83-ae28c8dd8053, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2962100777399258982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29621007773992589822962100777399258982296210077739925898229621007773992589822962100777399258982296210077739925898229621007773992589822962100777399258982296210077739925898229621007773992589822962100777399258982296210077739925898229621007773992589822962100777399258982296210077739925898229621007773992589822962100777399258982296210077739925898229621007773992589822962100777399258982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4894b89b-10f6-4f02-af83-ae28c8dd8053, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c869d407-864e-4cf2-b432-8a1a9351758e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceb83ed2-abeb-439d-9844-a3ff9d986d8c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c869d407-864e-4cf2-b432-8a1a9351758e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15729273476612095162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572927347661209516215729273476612095162157292734766120951621572927347661209516215729273476612095162157292734766120951621572927347661209516215729273476612095162157292734766120951621572927347661209516215729273476612095162157292734766120951621572927347661209516215729273476612095162157292734766120951621572927347661209516215729273476612095162157292734766120951621572927347661209516215729273476612095162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 751bdd9b-a2e8-47b4-86ad-40cab34f789f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 751bdd9b-a2e8-47b4-86ad-40cab34f789f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14821723781618363704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482172378161836370414821723781618363704148217237816183637041482172378161836370414821723781618363704148217237816183637041482172378161836370414821723781618363704148217237816183637041482172378161836370414821723781618363704148217237816183637041482172378161836370414821723781618363704148217237816183637041482172378161836370414821723781618363704148217237816183637041482172378161836370414821723781618363704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c869d407-864e-4cf2-b432-8a1a9351758e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6999aeda-cbd5-41cb-88cb-a3f8a2519d38, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 751bdd9b-a2e8-47b4-86ad-40cab34f789f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b623c5b-c46d-47f6-b3e9-3a6eaa187c4a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6999aeda-cbd5-41cb-88cb-a3f8a2519d38, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10733775504467727225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073377550446772722510733775504467727225107337755044677272251073377550446772722510733775504467727225107337755044677272251073377550446772722510733775504467727225107337755044677272251073377550446772722510733775504467727225107337755044677272251073377550446772722510733775504467727225107337755044677272251073377550446772722510733775504467727225107337755044677272251073377550446772722510733775504467727225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b623c5b-c46d-47f6-b3e9-3a6eaa187c4a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2153682487693146019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21536824876931460192153682487693146019215368248769314601921536824876931460192153682487693146019215368248769314601921536824876931460192153682487693146019215368248769314601921536824876931460192153682487693146019215368248769314601921536824876931460192153682487693146019215368248769314601921536824876931460192153682487693146019215368248769314601921536824876931460192153682487693146019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6999aeda-cbd5-41cb-88cb-a3f8a2519d38, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b623c5b-c46d-47f6-b3e9-3a6eaa187c4a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04492acd-d993-4080-ba27-667f1f809bc5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04492acd-d993-4080-ba27-667f1f809bc5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7188046462998376594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71880464629983765947188046462998376594718804646299837659471880464629983765947188046462998376594718804646299837659471880464629983765947188046462998376594718804646299837659471880464629983765947188046462998376594718804646299837659471880464629983765947188046462998376594718804646299837659471880464629983765947188046462998376594718804646299837659471880464629983765947188046462998376594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d77f6d6c-99d4-4e67-be7d-c77bed2e90d9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d77f6d6c-99d4-4e67-be7d-c77bed2e90d9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10161103170749350442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016110317074935044210161103170749350442101611031707493504421016110317074935044210161103170749350442101611031707493504421016110317074935044210161103170749350442101611031707493504421016110317074935044210161103170749350442101611031707493504421016110317074935044210161103170749350442101611031707493504421016110317074935044210161103170749350442101611031707493504421016110317074935044210161103170749350442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04492acd-d993-4080-ba27-667f1f809bc5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3560295-8665-4bd3-8fc4-5bdee6f339e5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d77f6d6c-99d4-4e67-be7d-c77bed2e90d9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3560295-8665-4bd3-8fc4-5bdee6f339e5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 942663916318398480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "942663916318398480942663916318398480942663916318398480942663916318398480942663916318398480942663916318398480942663916318398480942663916318398480942663916318398480942663916318398480942663916318398480942663916318398480942663916318398480942663916318398480942663916318398480942663916318398480942663916318398480942663916318398480942663916318398480942663916318398480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df03e0bc-a865-40f7-8840-a2cc796581d5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df03e0bc-a865-40f7-8840-a2cc796581d5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6298979046172822933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62989790461728229336298979046172822933629897904617282293362989790461728229336298979046172822933629897904617282293362989790461728229336298979046172822933629897904617282293362989790461728229336298979046172822933629897904617282293362989790461728229336298979046172822933629897904617282293362989790461728229336298979046172822933629897904617282293362989790461728229336298979046172822933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3560295-8665-4bd3-8fc4-5bdee6f339e5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 151e1ec6-98a3-4fe0-b9aa-d7e9c75b6e50, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151e1ec6-98a3-4fe0-b9aa-d7e9c75b6e50, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11530603066242381984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153060306624238198411530603066242381984115306030662423819841153060306624238198411530603066242381984115306030662423819841153060306624238198411530603066242381984115306030662423819841153060306624238198411530603066242381984115306030662423819841153060306624238198411530603066242381984115306030662423819841153060306624238198411530603066242381984115306030662423819841153060306624238198411530603066242381984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df03e0bc-a865-40f7-8840-a2cc796581d5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151e1ec6-98a3-4fe0-b9aa-d7e9c75b6e50, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa193390-b802-4a43-9ade-f1d0caf4ddbf, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa193390-b802-4a43-9ade-f1d0caf4ddbf, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17956589763121660508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795658976312166050817956589763121660508179565897631216605081795658976312166050817956589763121660508179565897631216605081795658976312166050817956589763121660508179565897631216605081795658976312166050817956589763121660508179565897631216605081795658976312166050817956589763121660508179565897631216605081795658976312166050817956589763121660508179565897631216605081795658976312166050817956589763121660508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae3b7f19-7327-42e3-83fd-2f293b894200, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae3b7f19-7327-42e3-83fd-2f293b894200, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8586169458342197099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85861694583421970998586169458342197099858616945834219709985861694583421970998586169458342197099858616945834219709985861694583421970998586169458342197099858616945834219709985861694583421970998586169458342197099858616945834219709985861694583421970998586169458342197099858616945834219709985861694583421970998586169458342197099858616945834219709985861694583421970998586169458342197099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa193390-b802-4a43-9ade-f1d0caf4ddbf, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86483a6f-742f-409a-8c6f-6069c1e4d400, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86483a6f-742f-409a-8c6f-6069c1e4d400, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11089038201759362862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108903820175936286211089038201759362862110890382017593628621108903820175936286211089038201759362862110890382017593628621108903820175936286211089038201759362862110890382017593628621108903820175936286211089038201759362862110890382017593628621108903820175936286211089038201759362862110890382017593628621108903820175936286211089038201759362862110890382017593628621108903820175936286211089038201759362862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae3b7f19-7327-42e3-83fd-2f293b894200, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95455716-a3b6-46f8-8fe2-ecf9241ede97, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95455716-a3b6-46f8-8fe2-ecf9241ede97, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3316631706959505723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33166317069595057233316631706959505723331663170695950572333166317069595057233316631706959505723331663170695950572333166317069595057233316631706959505723331663170695950572333166317069595057233316631706959505723331663170695950572333166317069595057233316631706959505723331663170695950572333166317069595057233316631706959505723331663170695950572333166317069595057233316631706959505723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86483a6f-742f-409a-8c6f-6069c1e4d400, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95455716-a3b6-46f8-8fe2-ecf9241ede97, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fd2b483-6123-42b9-bc90-7c85dd5fa3e5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fd2b483-6123-42b9-bc90-7c85dd5fa3e5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12196749337774454765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219674933777445476512196749337774454765121967493377744547651219674933777445476512196749337774454765121967493377744547651219674933777445476512196749337774454765121967493377744547651219674933777445476512196749337774454765121967493377744547651219674933777445476512196749337774454765121967493377744547651219674933777445476512196749337774454765121967493377744547651219674933777445476512196749337774454765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb4c7c90-7a43-4a7f-9af5-76a2c1124ff9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb4c7c90-7a43-4a7f-9af5-76a2c1124ff9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1170837516767367659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11708375167673676591170837516767367659117083751676736765911708375167673676591170837516767367659117083751676736765911708375167673676591170837516767367659117083751676736765911708375167673676591170837516767367659117083751676736765911708375167673676591170837516767367659117083751676736765911708375167673676591170837516767367659117083751676736765911708375167673676591170837516767367659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fd2b483-6123-42b9-bc90-7c85dd5fa3e5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56404cfd-950d-4270-ac6a-bb2d7b0edcee, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56404cfd-950d-4270-ac6a-bb2d7b0edcee, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12305311026488015463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230531102648801546312305311026488015463123053110264880154631230531102648801546312305311026488015463123053110264880154631230531102648801546312305311026488015463123053110264880154631230531102648801546312305311026488015463123053110264880154631230531102648801546312305311026488015463123053110264880154631230531102648801546312305311026488015463123053110264880154631230531102648801546312305311026488015463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb4c7c90-7a43-4a7f-9af5-76a2c1124ff9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcd0d5b9-957e-4a46-ae7c-44897f82e92a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56404cfd-950d-4270-ac6a-bb2d7b0edcee, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcd0d5b9-957e-4a46-ae7c-44897f82e92a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3719067167653631581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37190671676536315813719067167653631581371906716765363158137190671676536315813719067167653631581371906716765363158137190671676536315813719067167653631581371906716765363158137190671676536315813719067167653631581371906716765363158137190671676536315813719067167653631581371906716765363158137190671676536315813719067167653631581371906716765363158137190671676536315813719067167653631581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32dc5be1-7f12-42a6-a520-6617d1a0a2ad, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32dc5be1-7f12-42a6-a520-6617d1a0a2ad, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3498045241148145386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34980452411481453863498045241148145386349804524114814538634980452411481453863498045241148145386349804524114814538634980452411481453863498045241148145386349804524114814538634980452411481453863498045241148145386349804524114814538634980452411481453863498045241148145386349804524114814538634980452411481453863498045241148145386349804524114814538634980452411481453863498045241148145386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcd0d5b9-957e-4a46-ae7c-44897f82e92a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c41a03ba-4c22-4a4e-b72a-96fdfbd33c10, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c41a03ba-4c22-4a4e-b72a-96fdfbd33c10, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8787199879463558461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87871998794635584618787199879463558461878719987946355846187871998794635584618787199879463558461878719987946355846187871998794635584618787199879463558461878719987946355846187871998794635584618787199879463558461878719987946355846187871998794635584618787199879463558461878719987946355846187871998794635584618787199879463558461878719987946355846187871998794635584618787199879463558461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32dc5be1-7f12-42a6-a520-6617d1a0a2ad, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48c6cba2-3d28-4a55-8c94-614bbd3e1185, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48c6cba2-3d28-4a55-8c94-614bbd3e1185, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4782131494076443408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47821314940764434084782131494076443408478213149407644340847821314940764434084782131494076443408478213149407644340847821314940764434084782131494076443408478213149407644340847821314940764434084782131494076443408478213149407644340847821314940764434084782131494076443408478213149407644340847821314940764434084782131494076443408478213149407644340847821314940764434084782131494076443408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c41a03ba-4c22-4a4e-b72a-96fdfbd33c10, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ae50898-14dd-41a5-8483-abdad54809f2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ae50898-14dd-41a5-8483-abdad54809f2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7764457019805033982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77644570198050339827764457019805033982776445701980503398277644570198050339827764457019805033982776445701980503398277644570198050339827764457019805033982776445701980503398277644570198050339827764457019805033982776445701980503398277644570198050339827764457019805033982776445701980503398277644570198050339827764457019805033982776445701980503398277644570198050339827764457019805033982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48c6cba2-3d28-4a55-8c94-614bbd3e1185, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0584b8f9-c2e8-4f82-b1a4-9813bdc2e2ef, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0584b8f9-c2e8-4f82-b1a4-9813bdc2e2ef, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13018220890155195458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301822089015519545813018220890155195458130182208901551954581301822089015519545813018220890155195458130182208901551954581301822089015519545813018220890155195458130182208901551954581301822089015519545813018220890155195458130182208901551954581301822089015519545813018220890155195458130182208901551954581301822089015519545813018220890155195458130182208901551954581301822089015519545813018220890155195458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ae50898-14dd-41a5-8483-abdad54809f2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a065e239-1e85-48fb-a0d1-827c164c9551, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a065e239-1e85-48fb-a0d1-827c164c9551, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 261900599593829081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "261900599593829081261900599593829081261900599593829081261900599593829081261900599593829081261900599593829081261900599593829081261900599593829081261900599593829081261900599593829081261900599593829081261900599593829081261900599593829081261900599593829081261900599593829081261900599593829081261900599593829081261900599593829081261900599593829081261900599593829081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0584b8f9-c2e8-4f82-b1a4-9813bdc2e2ef, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a065e239-1e85-48fb-a0d1-827c164c9551, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5b9ae75-d3c0-4369-a35a-e1b94bb8d2f7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5b9ae75-d3c0-4369-a35a-e1b94bb8d2f7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 571556093367318346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "571556093367318346571556093367318346571556093367318346571556093367318346571556093367318346571556093367318346571556093367318346571556093367318346571556093367318346571556093367318346571556093367318346571556093367318346571556093367318346571556093367318346571556093367318346571556093367318346571556093367318346571556093367318346571556093367318346571556093367318346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc227b0b-fef7-4ce8-b5cd-902aa82c6368, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc227b0b-fef7-4ce8-b5cd-902aa82c6368, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12142895285797289758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214289528579728975812142895285797289758121428952857972897581214289528579728975812142895285797289758121428952857972897581214289528579728975812142895285797289758121428952857972897581214289528579728975812142895285797289758121428952857972897581214289528579728975812142895285797289758121428952857972897581214289528579728975812142895285797289758121428952857972897581214289528579728975812142895285797289758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5b9ae75-d3c0-4369-a35a-e1b94bb8d2f7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a211d4f-7e3a-426d-b495-68be4ce2cc61, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a211d4f-7e3a-426d-b495-68be4ce2cc61, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12964670834102639334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296467083410263933412964670834102639334129646708341026393341296467083410263933412964670834102639334129646708341026393341296467083410263933412964670834102639334129646708341026393341296467083410263933412964670834102639334129646708341026393341296467083410263933412964670834102639334129646708341026393341296467083410263933412964670834102639334129646708341026393341296467083410263933412964670834102639334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc227b0b-fef7-4ce8-b5cd-902aa82c6368, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, affba5b4-4b8a-4b5e-9b63-99e3742225ed, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, affba5b4-4b8a-4b5e-9b63-99e3742225ed, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17749145565936111857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774914556593611185717749145565936111857177491455659361118571774914556593611185717749145565936111857177491455659361118571774914556593611185717749145565936111857177491455659361118571774914556593611185717749145565936111857177491455659361118571774914556593611185717749145565936111857177491455659361118571774914556593611185717749145565936111857177491455659361118571774914556593611185717749145565936111857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, affba5b4-4b8a-4b5e-9b63-99e3742225ed, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a211d4f-7e3a-426d-b495-68be4ce2cc61, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d74712c0-9405-4c20-b521-93e5440ca0e7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 926d7156-d875-413d-8f18-3b06d33711d3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d74712c0-9405-4c20-b521-93e5440ca0e7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6822702120710021716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68227021207100217166822702120710021716682270212071002171668227021207100217166822702120710021716682270212071002171668227021207100217166822702120710021716682270212071002171668227021207100217166822702120710021716682270212071002171668227021207100217166822702120710021716682270212071002171668227021207100217166822702120710021716682270212071002171668227021207100217166822702120710021716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 926d7156-d875-413d-8f18-3b06d33711d3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17679660258391258596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767966025839125859617679660258391258596176796602583912585961767966025839125859617679660258391258596176796602583912585961767966025839125859617679660258391258596176796602583912585961767966025839125859617679660258391258596176796602583912585961767966025839125859617679660258391258596176796602583912585961767966025839125859617679660258391258596176796602583912585961767966025839125859617679660258391258596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 926d7156-d875-413d-8f18-3b06d33711d3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d74712c0-9405-4c20-b521-93e5440ca0e7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95b6c2dd-2c69-44ab-952d-9a7061afa3ad, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8842b06-59f8-4432-8bb8-484fb3feeab5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95b6c2dd-2c69-44ab-952d-9a7061afa3ad, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17150782088393101519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715078208839310151917150782088393101519171507820883931015191715078208839310151917150782088393101519171507820883931015191715078208839310151917150782088393101519171507820883931015191715078208839310151917150782088393101519171507820883931015191715078208839310151917150782088393101519171507820883931015191715078208839310151917150782088393101519171507820883931015191715078208839310151917150782088393101519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8842b06-59f8-4432-8bb8-484fb3feeab5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17035741157000961020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703574115700096102017035741157000961020170357411570009610201703574115700096102017035741157000961020170357411570009610201703574115700096102017035741157000961020170357411570009610201703574115700096102017035741157000961020170357411570009610201703574115700096102017035741157000961020170357411570009610201703574115700096102017035741157000961020170357411570009610201703574115700096102017035741157000961020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95b6c2dd-2c69-44ab-952d-9a7061afa3ad, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8842b06-59f8-4432-8bb8-484fb3feeab5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36ed441c-fa73-4d3c-b602-42419f8da499, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36ed441c-fa73-4d3c-b602-42419f8da499, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4064474847869159849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40644748478691598494064474847869159849406447484786915984940644748478691598494064474847869159849406447484786915984940644748478691598494064474847869159849406447484786915984940644748478691598494064474847869159849406447484786915984940644748478691598494064474847869159849406447484786915984940644748478691598494064474847869159849406447484786915984940644748478691598494064474847869159849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e2b05f9-2616-418c-bbcf-faca5f3482da, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e2b05f9-2616-418c-bbcf-faca5f3482da, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13265044368446917709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326504436844691770913265044368446917709132650443684469177091326504436844691770913265044368446917709132650443684469177091326504436844691770913265044368446917709132650443684469177091326504436844691770913265044368446917709132650443684469177091326504436844691770913265044368446917709132650443684469177091326504436844691770913265044368446917709132650443684469177091326504436844691770913265044368446917709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36ed441c-fa73-4d3c-b602-42419f8da499, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16e4a13e-1b2c-4cba-97aa-ffff0bd18914, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16e4a13e-1b2c-4cba-97aa-ffff0bd18914, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5721174331696378612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57211743316963786125721174331696378612572117433169637861257211743316963786125721174331696378612572117433169637861257211743316963786125721174331696378612572117433169637861257211743316963786125721174331696378612572117433169637861257211743316963786125721174331696378612572117433169637861257211743316963786125721174331696378612572117433169637861257211743316963786125721174331696378612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e2b05f9-2616-418c-bbcf-faca5f3482da, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c27e6a18-90c7-42dd-972f-c7e62952e1ad, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27e6a18-90c7-42dd-972f-c7e62952e1ad, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16821616835134746634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682161683513474663416821616835134746634168216168351347466341682161683513474663416821616835134746634168216168351347466341682161683513474663416821616835134746634168216168351347466341682161683513474663416821616835134746634168216168351347466341682161683513474663416821616835134746634168216168351347466341682161683513474663416821616835134746634168216168351347466341682161683513474663416821616835134746634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16e4a13e-1b2c-4cba-97aa-ffff0bd18914, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97d5fb5f-587b-48e9-97f4-024a59ccf5fc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97d5fb5f-587b-48e9-97f4-024a59ccf5fc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13240166351649454849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324016635164945484913240166351649454849132401663516494548491324016635164945484913240166351649454849132401663516494548491324016635164945484913240166351649454849132401663516494548491324016635164945484913240166351649454849132401663516494548491324016635164945484913240166351649454849132401663516494548491324016635164945484913240166351649454849132401663516494548491324016635164945484913240166351649454849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27e6a18-90c7-42dd-972f-c7e62952e1ad, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08ceae90-ec5b-4e8e-89c4-d8ce55ec9507, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08ceae90-ec5b-4e8e-89c4-d8ce55ec9507, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1657580131627375401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16575801316273754011657580131627375401165758013162737540116575801316273754011657580131627375401165758013162737540116575801316273754011657580131627375401165758013162737540116575801316273754011657580131627375401165758013162737540116575801316273754011657580131627375401165758013162737540116575801316273754011657580131627375401165758013162737540116575801316273754011657580131627375401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97d5fb5f-587b-48e9-97f4-024a59ccf5fc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d529962c-0257-422a-8091-c86fef51934d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d529962c-0257-422a-8091-c86fef51934d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5201038925668928454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52010389256689284545201038925668928454520103892566892845452010389256689284545201038925668928454520103892566892845452010389256689284545201038925668928454520103892566892845452010389256689284545201038925668928454520103892566892845452010389256689284545201038925668928454520103892566892845452010389256689284545201038925668928454520103892566892845452010389256689284545201038925668928454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08ceae90-ec5b-4e8e-89c4-d8ce55ec9507, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fe74b76-3b08-4c02-9533-727e81f031df, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fe74b76-3b08-4c02-9533-727e81f031df, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13294675171705832894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329467517170583289413294675171705832894132946751717058328941329467517170583289413294675171705832894132946751717058328941329467517170583289413294675171705832894132946751717058328941329467517170583289413294675171705832894132946751717058328941329467517170583289413294675171705832894132946751717058328941329467517170583289413294675171705832894132946751717058328941329467517170583289413294675171705832894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d529962c-0257-422a-8091-c86fef51934d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fe74b76-3b08-4c02-9533-727e81f031df, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc30b682-6081-4aa8-a5c3-b51ed59199d6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d90ab0c-33f4-4368-8643-7ce86aacc370, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc30b682-6081-4aa8-a5c3-b51ed59199d6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6928127809206173890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69281278092061738906928127809206173890692812780920617389069281278092061738906928127809206173890692812780920617389069281278092061738906928127809206173890692812780920617389069281278092061738906928127809206173890692812780920617389069281278092061738906928127809206173890692812780920617389069281278092061738906928127809206173890692812780920617389069281278092061738906928127809206173890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d90ab0c-33f4-4368-8643-7ce86aacc370, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2296700050000758185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22967000500007581852296700050000758185229670005000075818522967000500007581852296700050000758185229670005000075818522967000500007581852296700050000758185229670005000075818522967000500007581852296700050000758185229670005000075818522967000500007581852296700050000758185229670005000075818522967000500007581852296700050000758185229670005000075818522967000500007581852296700050000758185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc30b682-6081-4aa8-a5c3-b51ed59199d6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d90ab0c-33f4-4368-8643-7ce86aacc370, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22b320b3-c582-4bc8-9180-2baa5dcb7769, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22b320b3-c582-4bc8-9180-2baa5dcb7769, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14912060350328535528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491206035032853552814912060350328535528149120603503285355281491206035032853552814912060350328535528149120603503285355281491206035032853552814912060350328535528149120603503285355281491206035032853552814912060350328535528149120603503285355281491206035032853552814912060350328535528149120603503285355281491206035032853552814912060350328535528149120603503285355281491206035032853552814912060350328535528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac228ae2-f75b-4a13-b56b-6e895469684d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac228ae2-f75b-4a13-b56b-6e895469684d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2385919259344281133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23859192593442811332385919259344281133238591925934428113323859192593442811332385919259344281133238591925934428113323859192593442811332385919259344281133238591925934428113323859192593442811332385919259344281133238591925934428113323859192593442811332385919259344281133238591925934428113323859192593442811332385919259344281133238591925934428113323859192593442811332385919259344281133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22b320b3-c582-4bc8-9180-2baa5dcb7769, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6decb6f-02ed-40dc-b634-3c8a758d5ef0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6decb6f-02ed-40dc-b634-3c8a758d5ef0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15993469740472117680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599346974047211768015993469740472117680159934697404721176801599346974047211768015993469740472117680159934697404721176801599346974047211768015993469740472117680159934697404721176801599346974047211768015993469740472117680159934697404721176801599346974047211768015993469740472117680159934697404721176801599346974047211768015993469740472117680159934697404721176801599346974047211768015993469740472117680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac228ae2-f75b-4a13-b56b-6e895469684d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85cf1705-7ec9-44e1-a094-701f633025ca, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85cf1705-7ec9-44e1-a094-701f633025ca, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 922197781568755687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "922197781568755687922197781568755687922197781568755687922197781568755687922197781568755687922197781568755687922197781568755687922197781568755687922197781568755687922197781568755687922197781568755687922197781568755687922197781568755687922197781568755687922197781568755687922197781568755687922197781568755687922197781568755687922197781568755687922197781568755687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6decb6f-02ed-40dc-b634-3c8a758d5ef0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5494bf54-f290-40b4-9089-f040c0ceec69, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5494bf54-f290-40b4-9089-f040c0ceec69, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 613348335678113831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "613348335678113831613348335678113831613348335678113831613348335678113831613348335678113831613348335678113831613348335678113831613348335678113831613348335678113831613348335678113831613348335678113831613348335678113831613348335678113831613348335678113831613348335678113831613348335678113831613348335678113831613348335678113831613348335678113831613348335678113831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85cf1705-7ec9-44e1-a094-701f633025ca, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c812754-f549-48db-989a-260d37f29054, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5494bf54-f290-40b4-9089-f040c0ceec69, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c812754-f549-48db-989a-260d37f29054, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4667548438915122917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46675484389151229174667548438915122917466754843891512291746675484389151229174667548438915122917466754843891512291746675484389151229174667548438915122917466754843891512291746675484389151229174667548438915122917466754843891512291746675484389151229174667548438915122917466754843891512291746675484389151229174667548438915122917466754843891512291746675484389151229174667548438915122917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e8e6ec5-7cbb-4ec0-9006-e9fe30abaff7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e8e6ec5-7cbb-4ec0-9006-e9fe30abaff7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5762259419415077849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57622594194150778495762259419415077849576225941941507784957622594194150778495762259419415077849576225941941507784957622594194150778495762259419415077849576225941941507784957622594194150778495762259419415077849576225941941507784957622594194150778495762259419415077849576225941941507784957622594194150778495762259419415077849576225941941507784957622594194150778495762259419415077849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c812754-f549-48db-989a-260d37f29054, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bc93abd-82a0-4d20-995b-4fd1ca4782f8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bc93abd-82a0-4d20-995b-4fd1ca4782f8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8077279217406893167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80772792174068931678077279217406893167807727921740689316780772792174068931678077279217406893167807727921740689316780772792174068931678077279217406893167807727921740689316780772792174068931678077279217406893167807727921740689316780772792174068931678077279217406893167807727921740689316780772792174068931678077279217406893167807727921740689316780772792174068931678077279217406893167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e8e6ec5-7cbb-4ec0-9006-e9fe30abaff7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91aac243-fd8d-441e-8816-8ba1f9f23bd7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91aac243-fd8d-441e-8816-8ba1f9f23bd7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18428928758225182037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842892875822518203718428928758225182037184289287582251820371842892875822518203718428928758225182037184289287582251820371842892875822518203718428928758225182037184289287582251820371842892875822518203718428928758225182037184289287582251820371842892875822518203718428928758225182037184289287582251820371842892875822518203718428928758225182037184289287582251820371842892875822518203718428928758225182037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bc93abd-82a0-4d20-995b-4fd1ca4782f8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2562f79-5950-4f9a-aead-dbd1d456b68b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2562f79-5950-4f9a-aead-dbd1d456b68b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15800985123920770792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580098512392077079215800985123920770792158009851239207707921580098512392077079215800985123920770792158009851239207707921580098512392077079215800985123920770792158009851239207707921580098512392077079215800985123920770792158009851239207707921580098512392077079215800985123920770792158009851239207707921580098512392077079215800985123920770792158009851239207707921580098512392077079215800985123920770792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91aac243-fd8d-441e-8816-8ba1f9f23bd7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, caae1798-eca5-4007-afab-501e9dfa6adc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caae1798-eca5-4007-afab-501e9dfa6adc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12118226896401488962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211822689640148896212118226896401488962121182268964014889621211822689640148896212118226896401488962121182268964014889621211822689640148896212118226896401488962121182268964014889621211822689640148896212118226896401488962121182268964014889621211822689640148896212118226896401488962121182268964014889621211822689640148896212118226896401488962121182268964014889621211822689640148896212118226896401488962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2562f79-5950-4f9a-aead-dbd1d456b68b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c662334-0703-4175-9d17-617277b75d13, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c662334-0703-4175-9d17-617277b75d13, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17931627293599902478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793162729359990247817931627293599902478179316272935999024781793162729359990247817931627293599902478179316272935999024781793162729359990247817931627293599902478179316272935999024781793162729359990247817931627293599902478179316272935999024781793162729359990247817931627293599902478179316272935999024781793162729359990247817931627293599902478179316272935999024781793162729359990247817931627293599902478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caae1798-eca5-4007-afab-501e9dfa6adc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5c22fd0-1399-42ba-a76a-0fd34efecade, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5c22fd0-1399-42ba-a76a-0fd34efecade, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14581026965718705099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458102696571870509914581026965718705099145810269657187050991458102696571870509914581026965718705099145810269657187050991458102696571870509914581026965718705099145810269657187050991458102696571870509914581026965718705099145810269657187050991458102696571870509914581026965718705099145810269657187050991458102696571870509914581026965718705099145810269657187050991458102696571870509914581026965718705099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c662334-0703-4175-9d17-617277b75d13, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df34d92b-de90-419b-b319-6846e74172c6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df34d92b-de90-419b-b319-6846e74172c6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 560470462740654382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "560470462740654382560470462740654382560470462740654382560470462740654382560470462740654382560470462740654382560470462740654382560470462740654382560470462740654382560470462740654382560470462740654382560470462740654382560470462740654382560470462740654382560470462740654382560470462740654382560470462740654382560470462740654382560470462740654382560470462740654382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5c22fd0-1399-42ba-a76a-0fd34efecade, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1007ce22-ddbf-4dab-94fb-e1641eaa651e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1007ce22-ddbf-4dab-94fb-e1641eaa651e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11850495764570082193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185049576457008219311850495764570082193118504957645700821931185049576457008219311850495764570082193118504957645700821931185049576457008219311850495764570082193118504957645700821931185049576457008219311850495764570082193118504957645700821931185049576457008219311850495764570082193118504957645700821931185049576457008219311850495764570082193118504957645700821931185049576457008219311850495764570082193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df34d92b-de90-419b-b319-6846e74172c6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60dc0713-5190-431f-8362-e1e32f8a7244, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60dc0713-5190-431f-8362-e1e32f8a7244, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17101708493000311082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710170849300031108217101708493000311082171017084930003110821710170849300031108217101708493000311082171017084930003110821710170849300031108217101708493000311082171017084930003110821710170849300031108217101708493000311082171017084930003110821710170849300031108217101708493000311082171017084930003110821710170849300031108217101708493000311082171017084930003110821710170849300031108217101708493000311082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1007ce22-ddbf-4dab-94fb-e1641eaa651e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e82a721a-9a26-4224-9b16-50b69a22cd80, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60dc0713-5190-431f-8362-e1e32f8a7244, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e82a721a-9a26-4224-9b16-50b69a22cd80, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8205417037364236817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82054170373642368178205417037364236817820541703736423681782054170373642368178205417037364236817820541703736423681782054170373642368178205417037364236817820541703736423681782054170373642368178205417037364236817820541703736423681782054170373642368178205417037364236817820541703736423681782054170373642368178205417037364236817820541703736423681782054170373642368178205417037364236817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0ee18a3-c0a4-4582-97c1-ebf2be408404, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0ee18a3-c0a4-4582-97c1-ebf2be408404, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12857745131682262489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285774513168226248912857745131682262489128577451316822624891285774513168226248912857745131682262489128577451316822624891285774513168226248912857745131682262489128577451316822624891285774513168226248912857745131682262489128577451316822624891285774513168226248912857745131682262489128577451316822624891285774513168226248912857745131682262489128577451316822624891285774513168226248912857745131682262489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e82a721a-9a26-4224-9b16-50b69a22cd80, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfca9482-15f2-4d35-ab1d-c191ed94d4ec, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfca9482-15f2-4d35-ab1d-c191ed94d4ec, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4002054118697567707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40020541186975677074002054118697567707400205411869756770740020541186975677074002054118697567707400205411869756770740020541186975677074002054118697567707400205411869756770740020541186975677074002054118697567707400205411869756770740020541186975677074002054118697567707400205411869756770740020541186975677074002054118697567707400205411869756770740020541186975677074002054118697567707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0ee18a3-c0a4-4582-97c1-ebf2be408404, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f81d26b-035f-4a98-a60a-b51851abda96, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f81d26b-035f-4a98-a60a-b51851abda96, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16022660669982656557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602266066998265655716022660669982656557160226606699826565571602266066998265655716022660669982656557160226606699826565571602266066998265655716022660669982656557160226606699826565571602266066998265655716022660669982656557160226606699826565571602266066998265655716022660669982656557160226606699826565571602266066998265655716022660669982656557160226606699826565571602266066998265655716022660669982656557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfca9482-15f2-4d35-ab1d-c191ed94d4ec, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3b89f73-87e7-4d4d-ab4d-62379db2599f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3b89f73-87e7-4d4d-ab4d-62379db2599f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11955894966650128650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195589496665012865011955894966650128650119558949666501286501195589496665012865011955894966650128650119558949666501286501195589496665012865011955894966650128650119558949666501286501195589496665012865011955894966650128650119558949666501286501195589496665012865011955894966650128650119558949666501286501195589496665012865011955894966650128650119558949666501286501195589496665012865011955894966650128650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f81d26b-035f-4a98-a60a-b51851abda96, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb53f8d6-a32e-4081-920d-acf6988ba51e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb53f8d6-a32e-4081-920d-acf6988ba51e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1660409469465302119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16604094694653021191660409469465302119166040946946530211916604094694653021191660409469465302119166040946946530211916604094694653021191660409469465302119166040946946530211916604094694653021191660409469465302119166040946946530211916604094694653021191660409469465302119166040946946530211916604094694653021191660409469465302119166040946946530211916604094694653021191660409469465302119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3b89f73-87e7-4d4d-ab4d-62379db2599f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a35db63-2040-4e1f-872a-b1c064ece7b0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a35db63-2040-4e1f-872a-b1c064ece7b0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5285544778602593341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52855447786025933415285544778602593341528554477860259334152855447786025933415285544778602593341528554477860259334152855447786025933415285544778602593341528554477860259334152855447786025933415285544778602593341528554477860259334152855447786025933415285544778602593341528554477860259334152855447786025933415285544778602593341528554477860259334152855447786025933415285544778602593341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb53f8d6-a32e-4081-920d-acf6988ba51e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68280744-c26c-4528-9d18-ede9c59d4dc2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a35db63-2040-4e1f-872a-b1c064ece7b0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68280744-c26c-4528-9d18-ede9c59d4dc2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3253103450658734714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32531034506587347143253103450658734714325310345065873471432531034506587347143253103450658734714325310345065873471432531034506587347143253103450658734714325310345065873471432531034506587347143253103450658734714325310345065873471432531034506587347143253103450658734714325310345065873471432531034506587347143253103450658734714325310345065873471432531034506587347143253103450658734714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6e9fd46-f707-4d10-8923-5bdb47ee39da, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6e9fd46-f707-4d10-8923-5bdb47ee39da, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7494482534223564254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74944825342235642547494482534223564254749448253422356425474944825342235642547494482534223564254749448253422356425474944825342235642547494482534223564254749448253422356425474944825342235642547494482534223564254749448253422356425474944825342235642547494482534223564254749448253422356425474944825342235642547494482534223564254749448253422356425474944825342235642547494482534223564254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68280744-c26c-4528-9d18-ede9c59d4dc2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b749ddb-dff6-489f-987a-3129698c4688, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6e9fd46-f707-4d10-8923-5bdb47ee39da, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b749ddb-dff6-489f-987a-3129698c4688, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14784951952084691871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478495195208469187114784951952084691871147849519520846918711478495195208469187114784951952084691871147849519520846918711478495195208469187114784951952084691871147849519520846918711478495195208469187114784951952084691871147849519520846918711478495195208469187114784951952084691871147849519520846918711478495195208469187114784951952084691871147849519520846918711478495195208469187114784951952084691871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e37b348b-b904-4648-b3a0-f6554b7dc628, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e37b348b-b904-4648-b3a0-f6554b7dc628, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14764272047229428246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476427204722942824614764272047229428246147642720472294282461476427204722942824614764272047229428246147642720472294282461476427204722942824614764272047229428246147642720472294282461476427204722942824614764272047229428246147642720472294282461476427204722942824614764272047229428246147642720472294282461476427204722942824614764272047229428246147642720472294282461476427204722942824614764272047229428246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e37b348b-b904-4648-b3a0-f6554b7dc628, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b749ddb-dff6-489f-987a-3129698c4688, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d04a1ba-5424-4213-9d6b-638773fe9253, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d04a1ba-5424-4213-9d6b-638773fe9253, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3788189330169924266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37881893301699242663788189330169924266378818933016992426637881893301699242663788189330169924266378818933016992426637881893301699242663788189330169924266378818933016992426637881893301699242663788189330169924266378818933016992426637881893301699242663788189330169924266378818933016992426637881893301699242663788189330169924266378818933016992426637881893301699242663788189330169924266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a256585-606f-4bcc-877c-2c0dfb5bc5fa, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a256585-606f-4bcc-877c-2c0dfb5bc5fa, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4665113118335164198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46651131183351641984665113118335164198466511311833516419846651131183351641984665113118335164198466511311833516419846651131183351641984665113118335164198466511311833516419846651131183351641984665113118335164198466511311833516419846651131183351641984665113118335164198466511311833516419846651131183351641984665113118335164198466511311833516419846651131183351641984665113118335164198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d04a1ba-5424-4213-9d6b-638773fe9253, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fb74173-30ab-45af-a6e5-7e297c2a558c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a256585-606f-4bcc-877c-2c0dfb5bc5fa, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fb74173-30ab-45af-a6e5-7e297c2a558c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4778782375766678981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47787823757666789814778782375766678981477878237576667898147787823757666789814778782375766678981477878237576667898147787823757666789814778782375766678981477878237576667898147787823757666789814778782375766678981477878237576667898147787823757666789814778782375766678981477878237576667898147787823757666789814778782375766678981477878237576667898147787823757666789814778782375766678981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61e04b8f-6737-4f78-b228-1bd26df06854, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61e04b8f-6737-4f78-b228-1bd26df06854, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4423485997465434546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44234859974654345464423485997465434546442348599746543454644234859974654345464423485997465434546442348599746543454644234859974654345464423485997465434546442348599746543454644234859974654345464423485997465434546442348599746543454644234859974654345464423485997465434546442348599746543454644234859974654345464423485997465434546442348599746543454644234859974654345464423485997465434546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61e04b8f-6737-4f78-b228-1bd26df06854, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fb74173-30ab-45af-a6e5-7e297c2a558c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcffb028-4048-4d12-8546-0faef766e738, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcffb028-4048-4d12-8546-0faef766e738, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3353985563655642453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33539855636556424533353985563655642453335398556365564245333539855636556424533353985563655642453335398556365564245333539855636556424533353985563655642453335398556365564245333539855636556424533353985563655642453335398556365564245333539855636556424533353985563655642453335398556365564245333539855636556424533353985563655642453335398556365564245333539855636556424533353985563655642453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d62fef2-6424-4f1f-b331-0f28c009e53f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d62fef2-6424-4f1f-b331-0f28c009e53f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16083520677070645389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608352067707064538916083520677070645389160835206770706453891608352067707064538916083520677070645389160835206770706453891608352067707064538916083520677070645389160835206770706453891608352067707064538916083520677070645389160835206770706453891608352067707064538916083520677070645389160835206770706453891608352067707064538916083520677070645389160835206770706453891608352067707064538916083520677070645389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcffb028-4048-4d12-8546-0faef766e738, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ff2c8ac-55b1-4238-8106-a5c1811b3148, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ff2c8ac-55b1-4238-8106-a5c1811b3148, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10263692374648791895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026369237464879189510263692374648791895102636923746487918951026369237464879189510263692374648791895102636923746487918951026369237464879189510263692374648791895102636923746487918951026369237464879189510263692374648791895102636923746487918951026369237464879189510263692374648791895102636923746487918951026369237464879189510263692374648791895102636923746487918951026369237464879189510263692374648791895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d62fef2-6424-4f1f-b331-0f28c009e53f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49949edd-4fc5-4d5f-ae6f-370ac9c7b3da, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49949edd-4fc5-4d5f-ae6f-370ac9c7b3da, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9733707728665687432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97337077286656874329733707728665687432973370772866568743297337077286656874329733707728665687432973370772866568743297337077286656874329733707728665687432973370772866568743297337077286656874329733707728665687432973370772866568743297337077286656874329733707728665687432973370772866568743297337077286656874329733707728665687432973370772866568743297337077286656874329733707728665687432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ff2c8ac-55b1-4238-8106-a5c1811b3148, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 537fa1c8-f53d-4887-8138-4e866fdef764, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 537fa1c8-f53d-4887-8138-4e866fdef764, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4253212886470601787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42532128864706017874253212886470601787425321288647060178742532128864706017874253212886470601787425321288647060178742532128864706017874253212886470601787425321288647060178742532128864706017874253212886470601787425321288647060178742532128864706017874253212886470601787425321288647060178742532128864706017874253212886470601787425321288647060178742532128864706017874253212886470601787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49949edd-4fc5-4d5f-ae6f-370ac9c7b3da, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0d3c3ed-6147-485d-a66f-89e1167b941b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0d3c3ed-6147-485d-a66f-89e1167b941b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13171683480781840516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317168348078184051613171683480781840516131716834807818405161317168348078184051613171683480781840516131716834807818405161317168348078184051613171683480781840516131716834807818405161317168348078184051613171683480781840516131716834807818405161317168348078184051613171683480781840516131716834807818405161317168348078184051613171683480781840516131716834807818405161317168348078184051613171683480781840516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 537fa1c8-f53d-4887-8138-4e866fdef764, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d90efe07-fd91-4c1d-b65a-7dd5232bf9fc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d90efe07-fd91-4c1d-b65a-7dd5232bf9fc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9154422617765650262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91544226177656502629154422617765650262915442261776565026291544226177656502629154422617765650262915442261776565026291544226177656502629154422617765650262915442261776565026291544226177656502629154422617765650262915442261776565026291544226177656502629154422617765650262915442261776565026291544226177656502629154422617765650262915442261776565026291544226177656502629154422617765650262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0d3c3ed-6147-485d-a66f-89e1167b941b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 810bf370-4444-4236-9bda-be1f41fc6217, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 810bf370-4444-4236-9bda-be1f41fc6217, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4372680518008709117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43726805180087091174372680518008709117437268051800870911743726805180087091174372680518008709117437268051800870911743726805180087091174372680518008709117437268051800870911743726805180087091174372680518008709117437268051800870911743726805180087091174372680518008709117437268051800870911743726805180087091174372680518008709117437268051800870911743726805180087091174372680518008709117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d90efe07-fd91-4c1d-b65a-7dd5232bf9fc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05a73e75-34bc-49b3-8dd9-f895aba946e6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05a73e75-34bc-49b3-8dd9-f895aba946e6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4126428762368709461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41264287623687094614126428762368709461412642876236870946141264287623687094614126428762368709461412642876236870946141264287623687094614126428762368709461412642876236870946141264287623687094614126428762368709461412642876236870946141264287623687094614126428762368709461412642876236870946141264287623687094614126428762368709461412642876236870946141264287623687094614126428762368709461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 810bf370-4444-4236-9bda-be1f41fc6217, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92f0bd54-04f7-41ae-8264-573ff664b627, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92f0bd54-04f7-41ae-8264-573ff664b627, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6520339651669693586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65203396516696935866520339651669693586652033965166969358665203396516696935866520339651669693586652033965166969358665203396516696935866520339651669693586652033965166969358665203396516696935866520339651669693586652033965166969358665203396516696935866520339651669693586652033965166969358665203396516696935866520339651669693586652033965166969358665203396516696935866520339651669693586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92f0bd54-04f7-41ae-8264-573ff664b627, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05a73e75-34bc-49b3-8dd9-f895aba946e6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dc46d91-f4ea-405f-a617-e8965d276526, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44555636-a93b-4d4a-8bb3-c9206ab0bb50, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44555636-a93b-4d4a-8bb3-c9206ab0bb50, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16546800818086413194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654680081808641319416546800818086413194165468008180864131941654680081808641319416546800818086413194165468008180864131941654680081808641319416546800818086413194165468008180864131941654680081808641319416546800818086413194165468008180864131941654680081808641319416546800818086413194165468008180864131941654680081808641319416546800818086413194165468008180864131941654680081808641319416546800818086413194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dc46d91-f4ea-405f-a617-e8965d276526, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9252438487261098511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92524384872610985119252438487261098511925243848726109851192524384872610985119252438487261098511925243848726109851192524384872610985119252438487261098511925243848726109851192524384872610985119252438487261098511925243848726109851192524384872610985119252438487261098511925243848726109851192524384872610985119252438487261098511925243848726109851192524384872610985119252438487261098511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44555636-a93b-4d4a-8bb3-c9206ab0bb50, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dc46d91-f4ea-405f-a617-e8965d276526, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de5c0f88-d930-4a78-a442-360dd9a1645d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de5c0f88-d930-4a78-a442-360dd9a1645d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2325557011914035018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23255570119140350182325557011914035018232555701191403501823255570119140350182325557011914035018232555701191403501823255570119140350182325557011914035018232555701191403501823255570119140350182325557011914035018232555701191403501823255570119140350182325557011914035018232555701191403501823255570119140350182325557011914035018232555701191403501823255570119140350182325557011914035018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f91e88ac-f031-4a52-b3fd-af6a44ae44bd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f91e88ac-f031-4a52-b3fd-af6a44ae44bd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11137671995299127720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113767199529912772011137671995299127720111376719952991277201113767199529912772011137671995299127720111376719952991277201113767199529912772011137671995299127720111376719952991277201113767199529912772011137671995299127720111376719952991277201113767199529912772011137671995299127720111376719952991277201113767199529912772011137671995299127720111376719952991277201113767199529912772011137671995299127720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de5c0f88-d930-4a78-a442-360dd9a1645d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44bb7362-b5c7-4065-a646-1f297ba746d8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f91e88ac-f031-4a52-b3fd-af6a44ae44bd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44bb7362-b5c7-4065-a646-1f297ba746d8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1471508549877474521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14715085498774745211471508549877474521147150854987747452114715085498774745211471508549877474521147150854987747452114715085498774745211471508549877474521147150854987747452114715085498774745211471508549877474521147150854987747452114715085498774745211471508549877474521147150854987747452114715085498774745211471508549877474521147150854987747452114715085498774745211471508549877474521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2de532f8-3a43-4b9d-9906-e3546cddbaf7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2de532f8-3a43-4b9d-9906-e3546cddbaf7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13969356615525293052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396935661552529305213969356615525293052139693566155252930521396935661552529305213969356615525293052139693566155252930521396935661552529305213969356615525293052139693566155252930521396935661552529305213969356615525293052139693566155252930521396935661552529305213969356615525293052139693566155252930521396935661552529305213969356615525293052139693566155252930521396935661552529305213969356615525293052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44bb7362-b5c7-4065-a646-1f297ba746d8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14e9847e-3a62-4cd3-a001-e1d95a586388, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2de532f8-3a43-4b9d-9906-e3546cddbaf7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14e9847e-3a62-4cd3-a001-e1d95a586388, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17555709914534590432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755570991453459043217555709914534590432175557099145345904321755570991453459043217555709914534590432175557099145345904321755570991453459043217555709914534590432175557099145345904321755570991453459043217555709914534590432175557099145345904321755570991453459043217555709914534590432175557099145345904321755570991453459043217555709914534590432175557099145345904321755570991453459043217555709914534590432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 917bbc13-86f7-4fef-a5a0-6898246deaae, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 917bbc13-86f7-4fef-a5a0-6898246deaae, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14340969776084360799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434096977608436079914340969776084360799143409697760843607991434096977608436079914340969776084360799143409697760843607991434096977608436079914340969776084360799143409697760843607991434096977608436079914340969776084360799143409697760843607991434096977608436079914340969776084360799143409697760843607991434096977608436079914340969776084360799143409697760843607991434096977608436079914340969776084360799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14e9847e-3a62-4cd3-a001-e1d95a586388, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e636c7e3-9641-4538-92d9-4b33d0e8d24b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e636c7e3-9641-4538-92d9-4b33d0e8d24b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8346763416992878238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83467634169928782388346763416992878238834676341699287823883467634169928782388346763416992878238834676341699287823883467634169928782388346763416992878238834676341699287823883467634169928782388346763416992878238834676341699287823883467634169928782388346763416992878238834676341699287823883467634169928782388346763416992878238834676341699287823883467634169928782388346763416992878238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 917bbc13-86f7-4fef-a5a0-6898246deaae, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ea547ea-6527-4c97-9734-cfb715f40645, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ea547ea-6527-4c97-9734-cfb715f40645, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14711965792561837710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471196579256183771014711965792561837710147119657925618377101471196579256183771014711965792561837710147119657925618377101471196579256183771014711965792561837710147119657925618377101471196579256183771014711965792561837710147119657925618377101471196579256183771014711965792561837710147119657925618377101471196579256183771014711965792561837710147119657925618377101471196579256183771014711965792561837710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e636c7e3-9641-4538-92d9-4b33d0e8d24b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d87e30d6-5149-4f11-ab35-d3774336a718, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ea547ea-6527-4c97-9734-cfb715f40645, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d87e30d6-5149-4f11-ab35-d3774336a718, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17799273778403677876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779927377840367787617799273778403677876177992737784036778761779927377840367787617799273778403677876177992737784036778761779927377840367787617799273778403677876177992737784036778761779927377840367787617799273778403677876177992737784036778761779927377840367787617799273778403677876177992737784036778761779927377840367787617799273778403677876177992737784036778761779927377840367787617799273778403677876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30827c6b-c773-4a80-bef2-802daefda255, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30827c6b-c773-4a80-bef2-802daefda255, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13730545156832462608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373054515683246260813730545156832462608137305451568324626081373054515683246260813730545156832462608137305451568324626081373054515683246260813730545156832462608137305451568324626081373054515683246260813730545156832462608137305451568324626081373054515683246260813730545156832462608137305451568324626081373054515683246260813730545156832462608137305451568324626081373054515683246260813730545156832462608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d87e30d6-5149-4f11-ab35-d3774336a718, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc680538-e167-4fbb-8ee5-15717b67dfff, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc680538-e167-4fbb-8ee5-15717b67dfff, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10956483472583690135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095648347258369013510956483472583690135109564834725836901351095648347258369013510956483472583690135109564834725836901351095648347258369013510956483472583690135109564834725836901351095648347258369013510956483472583690135109564834725836901351095648347258369013510956483472583690135109564834725836901351095648347258369013510956483472583690135109564834725836901351095648347258369013510956483472583690135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30827c6b-c773-4a80-bef2-802daefda255, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 659ca68d-bd28-4fae-ad8e-8a4d6bfd3c0a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 659ca68d-bd28-4fae-ad8e-8a4d6bfd3c0a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13125609551099873556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312560955109987355613125609551099873556131256095510998735561312560955109987355613125609551099873556131256095510998735561312560955109987355613125609551099873556131256095510998735561312560955109987355613125609551099873556131256095510998735561312560955109987355613125609551099873556131256095510998735561312560955109987355613125609551099873556131256095510998735561312560955109987355613125609551099873556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc680538-e167-4fbb-8ee5-15717b67dfff, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 659ca68d-bd28-4fae-ad8e-8a4d6bfd3c0a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77388fd9-1df0-4973-88fe-9c491d259ce2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77388fd9-1df0-4973-88fe-9c491d259ce2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7675401532628871682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76754015326288716827675401532628871682767540153262887168276754015326288716827675401532628871682767540153262887168276754015326288716827675401532628871682767540153262887168276754015326288716827675401532628871682767540153262887168276754015326288716827675401532628871682767540153262887168276754015326288716827675401532628871682767540153262887168276754015326288716827675401532628871682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44adc7eb-c230-4037-80b5-c66fc0a0392c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44adc7eb-c230-4037-80b5-c66fc0a0392c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18190599408358394191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819059940835839419118190599408358394191181905994083583941911819059940835839419118190599408358394191181905994083583941911819059940835839419118190599408358394191181905994083583941911819059940835839419118190599408358394191181905994083583941911819059940835839419118190599408358394191181905994083583941911819059940835839419118190599408358394191181905994083583941911819059940835839419118190599408358394191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77388fd9-1df0-4973-88fe-9c491d259ce2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fc50845-3944-4479-a1a7-a9fce35600e2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fc50845-3944-4479-a1a7-a9fce35600e2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9360663235610470930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93606632356104709309360663235610470930936066323561047093093606632356104709309360663235610470930936066323561047093093606632356104709309360663235610470930936066323561047093093606632356104709309360663235610470930936066323561047093093606632356104709309360663235610470930936066323561047093093606632356104709309360663235610470930936066323561047093093606632356104709309360663235610470930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44adc7eb-c230-4037-80b5-c66fc0a0392c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7be1f396-03af-419d-9636-ec4dc29b5f83, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7be1f396-03af-419d-9636-ec4dc29b5f83, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6173015870531072861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61730158705310728616173015870531072861617301587053107286161730158705310728616173015870531072861617301587053107286161730158705310728616173015870531072861617301587053107286161730158705310728616173015870531072861617301587053107286161730158705310728616173015870531072861617301587053107286161730158705310728616173015870531072861617301587053107286161730158705310728616173015870531072861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fc50845-3944-4479-a1a7-a9fce35600e2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1cfaf50-f8e6-4317-ac16-79d8abd931c1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1cfaf50-f8e6-4317-ac16-79d8abd931c1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5597659454722700578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55976594547227005785597659454722700578559765945472270057855976594547227005785597659454722700578559765945472270057855976594547227005785597659454722700578559765945472270057855976594547227005785597659454722700578559765945472270057855976594547227005785597659454722700578559765945472270057855976594547227005785597659454722700578559765945472270057855976594547227005785597659454722700578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7be1f396-03af-419d-9636-ec4dc29b5f83, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0857cc7a-75ec-469a-b181-825848e93823, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0857cc7a-75ec-469a-b181-825848e93823, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16672573771699098317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667257377169909831716672573771699098317166725737716990983171667257377169909831716672573771699098317166725737716990983171667257377169909831716672573771699098317166725737716990983171667257377169909831716672573771699098317166725737716990983171667257377169909831716672573771699098317166725737716990983171667257377169909831716672573771699098317166725737716990983171667257377169909831716672573771699098317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1cfaf50-f8e6-4317-ac16-79d8abd931c1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88fbdfc3-8d01-43f4-916d-5ff15c1b9438, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88fbdfc3-8d01-43f4-916d-5ff15c1b9438, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14318614333486811736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431861433348681173614318614333486811736143186143334868117361431861433348681173614318614333486811736143186143334868117361431861433348681173614318614333486811736143186143334868117361431861433348681173614318614333486811736143186143334868117361431861433348681173614318614333486811736143186143334868117361431861433348681173614318614333486811736143186143334868117361431861433348681173614318614333486811736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88fbdfc3-8d01-43f4-916d-5ff15c1b9438, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73da66e0-2102-42c1-b871-37901bdb0069, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73da66e0-2102-42c1-b871-37901bdb0069, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11006149081095839323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100614908109583932311006149081095839323110061490810958393231100614908109583932311006149081095839323110061490810958393231100614908109583932311006149081095839323110061490810958393231100614908109583932311006149081095839323110061490810958393231100614908109583932311006149081095839323110061490810958393231100614908109583932311006149081095839323110061490810958393231100614908109583932311006149081095839323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0857cc7a-75ec-469a-b181-825848e93823, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6eb7376-a5f1-4415-8615-1599e43bc3f7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6eb7376-a5f1-4415-8615-1599e43bc3f7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5917697753207495723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59176977532074957235917697753207495723591769775320749572359176977532074957235917697753207495723591769775320749572359176977532074957235917697753207495723591769775320749572359176977532074957235917697753207495723591769775320749572359176977532074957235917697753207495723591769775320749572359176977532074957235917697753207495723591769775320749572359176977532074957235917697753207495723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73da66e0-2102-42c1-b871-37901bdb0069, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b0e7b2a-bb9e-4750-9984-9524a1201e76, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6eb7376-a5f1-4415-8615-1599e43bc3f7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30681a2e-22d4-41d6-87fa-a2074d2ebe3e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b0e7b2a-bb9e-4750-9984-9524a1201e76, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9458457007641266834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94584570076412668349458457007641266834945845700764126683494584570076412668349458457007641266834945845700764126683494584570076412668349458457007641266834945845700764126683494584570076412668349458457007641266834945845700764126683494584570076412668349458457007641266834945845700764126683494584570076412668349458457007641266834945845700764126683494584570076412668349458457007641266834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30681a2e-22d4-41d6-87fa-a2074d2ebe3e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15865081214229317889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586508121422931788915865081214229317889158650812142293178891586508121422931788915865081214229317889158650812142293178891586508121422931788915865081214229317889158650812142293178891586508121422931788915865081214229317889158650812142293178891586508121422931788915865081214229317889158650812142293178891586508121422931788915865081214229317889158650812142293178891586508121422931788915865081214229317889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b0e7b2a-bb9e-4750-9984-9524a1201e76, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30681a2e-22d4-41d6-87fa-a2074d2ebe3e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e503f792-d284-4778-942e-0f98ed895b91, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b360356-1bb0-4f7b-9aae-3727cfe68c0b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e503f792-d284-4778-942e-0f98ed895b91, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9231452101613397295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92314521016133972959231452101613397295923145210161339729592314521016133972959231452101613397295923145210161339729592314521016133972959231452101613397295923145210161339729592314521016133972959231452101613397295923145210161339729592314521016133972959231452101613397295923145210161339729592314521016133972959231452101613397295923145210161339729592314521016133972959231452101613397295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b360356-1bb0-4f7b-9aae-3727cfe68c0b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6592773656979258330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65927736569792583306592773656979258330659277365697925833065927736569792583306592773656979258330659277365697925833065927736569792583306592773656979258330659277365697925833065927736569792583306592773656979258330659277365697925833065927736569792583306592773656979258330659277365697925833065927736569792583306592773656979258330659277365697925833065927736569792583306592773656979258330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e503f792-d284-4778-942e-0f98ed895b91, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7969dae9-ed7f-4394-92df-91970ab04870, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7969dae9-ed7f-4394-92df-91970ab04870, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7313158260249461547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73131582602494615477313158260249461547731315826024946154773131582602494615477313158260249461547731315826024946154773131582602494615477313158260249461547731315826024946154773131582602494615477313158260249461547731315826024946154773131582602494615477313158260249461547731315826024946154773131582602494615477313158260249461547731315826024946154773131582602494615477313158260249461547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b360356-1bb0-4f7b-9aae-3727cfe68c0b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42adbff3-e4fb-46a1-a90b-951eb38bc880, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42adbff3-e4fb-46a1-a90b-951eb38bc880, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7841479251311989557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78414792513119895577841479251311989557784147925131198955778414792513119895577841479251311989557784147925131198955778414792513119895577841479251311989557784147925131198955778414792513119895577841479251311989557784147925131198955778414792513119895577841479251311989557784147925131198955778414792513119895577841479251311989557784147925131198955778414792513119895577841479251311989557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7969dae9-ed7f-4394-92df-91970ab04870, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb715047-8b4b-4d5d-8aef-8301c0a22420, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42adbff3-e4fb-46a1-a90b-951eb38bc880, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfb778de-817c-4f91-9d02-81abc37a65ff, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfb778de-817c-4f91-9d02-81abc37a65ff, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3514107390710854843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35141073907108548433514107390710854843351410739071085484335141073907108548433514107390710854843351410739071085484335141073907108548433514107390710854843351410739071085484335141073907108548433514107390710854843351410739071085484335141073907108548433514107390710854843351410739071085484335141073907108548433514107390710854843351410739071085484335141073907108548433514107390710854843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb715047-8b4b-4d5d-8aef-8301c0a22420, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9612479004484212947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96124790044842129479612479004484212947961247900448421294796124790044842129479612479004484212947961247900448421294796124790044842129479612479004484212947961247900448421294796124790044842129479612479004484212947961247900448421294796124790044842129479612479004484212947961247900448421294796124790044842129479612479004484212947961247900448421294796124790044842129479612479004484212947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfb778de-817c-4f91-9d02-81abc37a65ff, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4123a16-5fa4-4a6e-b025-1de5342c80be, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4123a16-5fa4-4a6e-b025-1de5342c80be, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5891123204095208161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58911232040952081615891123204095208161589112320409520816158911232040952081615891123204095208161589112320409520816158911232040952081615891123204095208161589112320409520816158911232040952081615891123204095208161589112320409520816158911232040952081615891123204095208161589112320409520816158911232040952081615891123204095208161589112320409520816158911232040952081615891123204095208161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb715047-8b4b-4d5d-8aef-8301c0a22420, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e16dcff-97a1-4b5a-b2f9-2eabb20cebb9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e16dcff-97a1-4b5a-b2f9-2eabb20cebb9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16082780252340061051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608278025234006105116082780252340061051160827802523400610511608278025234006105116082780252340061051160827802523400610511608278025234006105116082780252340061051160827802523400610511608278025234006105116082780252340061051160827802523400610511608278025234006105116082780252340061051160827802523400610511608278025234006105116082780252340061051160827802523400610511608278025234006105116082780252340061051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4123a16-5fa4-4a6e-b025-1de5342c80be, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a15b05dc-ffc8-4a3f-ae37-f90aaed5d9c3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a15b05dc-ffc8-4a3f-ae37-f90aaed5d9c3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 37039286568641613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3703928656864161337039286568641613370392865686416133703928656864161337039286568641613370392865686416133703928656864161337039286568641613370392865686416133703928656864161337039286568641613370392865686416133703928656864161337039286568641613370392865686416133703928656864161337039286568641613370392865686416133703928656864161337039286568641613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e16dcff-97a1-4b5a-b2f9-2eabb20cebb9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46eb7039-9e6b-41a3-a2e9-14c395e51dd6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46eb7039-9e6b-41a3-a2e9-14c395e51dd6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18159322594909394362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815932259490939436218159322594909394362181593225949093943621815932259490939436218159322594909394362181593225949093943621815932259490939436218159322594909394362181593225949093943621815932259490939436218159322594909394362181593225949093943621815932259490939436218159322594909394362181593225949093943621815932259490939436218159322594909394362181593225949093943621815932259490939436218159322594909394362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a15b05dc-ffc8-4a3f-ae37-f90aaed5d9c3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 478a85ac-21db-4cc1-bd73-2d5d91ef2651, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 478a85ac-21db-4cc1-bd73-2d5d91ef2651, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5041611261099809347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50416112610998093475041611261099809347504161126109980934750416112610998093475041611261099809347504161126109980934750416112610998093475041611261099809347504161126109980934750416112610998093475041611261099809347504161126109980934750416112610998093475041611261099809347504161126109980934750416112610998093475041611261099809347504161126109980934750416112610998093475041611261099809347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46eb7039-9e6b-41a3-a2e9-14c395e51dd6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b44c1bdd-6fdc-4d59-96a1-f2c1315e62f7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b44c1bdd-6fdc-4d59-96a1-f2c1315e62f7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1189056317043437074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11890563170434370741189056317043437074118905631704343707411890563170434370741189056317043437074118905631704343707411890563170434370741189056317043437074118905631704343707411890563170434370741189056317043437074118905631704343707411890563170434370741189056317043437074118905631704343707411890563170434370741189056317043437074118905631704343707411890563170434370741189056317043437074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 478a85ac-21db-4cc1-bd73-2d5d91ef2651, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b02967aa-7531-40ca-8761-131948c89c3f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b02967aa-7531-40ca-8761-131948c89c3f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17081057967009993067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708105796700999306717081057967009993067170810579670099930671708105796700999306717081057967009993067170810579670099930671708105796700999306717081057967009993067170810579670099930671708105796700999306717081057967009993067170810579670099930671708105796700999306717081057967009993067170810579670099930671708105796700999306717081057967009993067170810579670099930671708105796700999306717081057967009993067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b44c1bdd-6fdc-4d59-96a1-f2c1315e62f7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 578079b7-1159-47e6-96de-f518dcf5cdfc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 578079b7-1159-47e6-96de-f518dcf5cdfc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 108481518475711330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "108481518475711330108481518475711330108481518475711330108481518475711330108481518475711330108481518475711330108481518475711330108481518475711330108481518475711330108481518475711330108481518475711330108481518475711330108481518475711330108481518475711330108481518475711330108481518475711330108481518475711330108481518475711330108481518475711330108481518475711330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b02967aa-7531-40ca-8761-131948c89c3f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0d17137-376f-41e1-b6fd-15a2be739a32, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 578079b7-1159-47e6-96de-f518dcf5cdfc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0d17137-376f-41e1-b6fd-15a2be739a32, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8122226247358382520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81222262473583825208122226247358382520812222624735838252081222262473583825208122226247358382520812222624735838252081222262473583825208122226247358382520812222624735838252081222262473583825208122226247358382520812222624735838252081222262473583825208122226247358382520812222624735838252081222262473583825208122226247358382520812222624735838252081222262473583825208122226247358382520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3a3a557-0c61-412f-b6ed-8200723d0a41, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a3a557-0c61-412f-b6ed-8200723d0a41, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 582933821147705025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "582933821147705025582933821147705025582933821147705025582933821147705025582933821147705025582933821147705025582933821147705025582933821147705025582933821147705025582933821147705025582933821147705025582933821147705025582933821147705025582933821147705025582933821147705025582933821147705025582933821147705025582933821147705025582933821147705025582933821147705025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0d17137-376f-41e1-b6fd-15a2be739a32, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 097fc972-b063-4773-ade2-12da0658a298, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 097fc972-b063-4773-ade2-12da0658a298, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7479367081174780376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74793670811747803767479367081174780376747936708117478037674793670811747803767479367081174780376747936708117478037674793670811747803767479367081174780376747936708117478037674793670811747803767479367081174780376747936708117478037674793670811747803767479367081174780376747936708117478037674793670811747803767479367081174780376747936708117478037674793670811747803767479367081174780376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a3a557-0c61-412f-b6ed-8200723d0a41, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 097fc972-b063-4773-ade2-12da0658a298, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d76adb81-241b-4884-9c18-17f28b119c12, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d76adb81-241b-4884-9c18-17f28b119c12, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 855145349115009635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "855145349115009635855145349115009635855145349115009635855145349115009635855145349115009635855145349115009635855145349115009635855145349115009635855145349115009635855145349115009635855145349115009635855145349115009635855145349115009635855145349115009635855145349115009635855145349115009635855145349115009635855145349115009635855145349115009635855145349115009635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 156d0dbd-e992-41c5-a5d6-b3b066b2e3f5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 156d0dbd-e992-41c5-a5d6-b3b066b2e3f5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8087910135761361147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80879101357613611478087910135761361147808791013576136114780879101357613611478087910135761361147808791013576136114780879101357613611478087910135761361147808791013576136114780879101357613611478087910135761361147808791013576136114780879101357613611478087910135761361147808791013576136114780879101357613611478087910135761361147808791013576136114780879101357613611478087910135761361147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d76adb81-241b-4884-9c18-17f28b119c12, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4b54bdc-a275-4a1d-ad20-b95ec3778633, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4b54bdc-a275-4a1d-ad20-b95ec3778633, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14429023120424716598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442902312042471659814429023120424716598144290231204247165981442902312042471659814429023120424716598144290231204247165981442902312042471659814429023120424716598144290231204247165981442902312042471659814429023120424716598144290231204247165981442902312042471659814429023120424716598144290231204247165981442902312042471659814429023120424716598144290231204247165981442902312042471659814429023120424716598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 156d0dbd-e992-41c5-a5d6-b3b066b2e3f5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c47c6d08-a073-41e5-8ce4-cc5a3b8f2a3e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c47c6d08-a073-41e5-8ce4-cc5a3b8f2a3e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15943553517644070816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594355351764407081615943553517644070816159435535176440708161594355351764407081615943553517644070816159435535176440708161594355351764407081615943553517644070816159435535176440708161594355351764407081615943553517644070816159435535176440708161594355351764407081615943553517644070816159435535176440708161594355351764407081615943553517644070816159435535176440708161594355351764407081615943553517644070816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4b54bdc-a275-4a1d-ad20-b95ec3778633, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1247c19-590a-47ea-bed4-ca4941b97687, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1247c19-590a-47ea-bed4-ca4941b97687, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12868816610723602276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286881661072360227612868816610723602276128688166107236022761286881661072360227612868816610723602276128688166107236022761286881661072360227612868816610723602276128688166107236022761286881661072360227612868816610723602276128688166107236022761286881661072360227612868816610723602276128688166107236022761286881661072360227612868816610723602276128688166107236022761286881661072360227612868816610723602276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c47c6d08-a073-41e5-8ce4-cc5a3b8f2a3e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab34a615-d916-4dcb-bda4-5fdf164a4fcd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab34a615-d916-4dcb-bda4-5fdf164a4fcd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16297954976573385604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629795497657338560416297954976573385604162979549765733856041629795497657338560416297954976573385604162979549765733856041629795497657338560416297954976573385604162979549765733856041629795497657338560416297954976573385604162979549765733856041629795497657338560416297954976573385604162979549765733856041629795497657338560416297954976573385604162979549765733856041629795497657338560416297954976573385604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1247c19-590a-47ea-bed4-ca4941b97687, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99a8a2da-b846-47ce-ae41-fd626833e059, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99a8a2da-b846-47ce-ae41-fd626833e059, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16365102169642696443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636510216964269644316365102169642696443163651021696426964431636510216964269644316365102169642696443163651021696426964431636510216964269644316365102169642696443163651021696426964431636510216964269644316365102169642696443163651021696426964431636510216964269644316365102169642696443163651021696426964431636510216964269644316365102169642696443163651021696426964431636510216964269644316365102169642696443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab34a615-d916-4dcb-bda4-5fdf164a4fcd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbc9aa2b-269a-492c-ad4b-ae063308bdd6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99a8a2da-b846-47ce-ae41-fd626833e059, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbc9aa2b-269a-492c-ad4b-ae063308bdd6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17668958090170054451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766895809017005445117668958090170054451176689580901700544511766895809017005445117668958090170054451176689580901700544511766895809017005445117668958090170054451176689580901700544511766895809017005445117668958090170054451176689580901700544511766895809017005445117668958090170054451176689580901700544511766895809017005445117668958090170054451176689580901700544511766895809017005445117668958090170054451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 707fe8f7-8e23-4621-a0c6-27bb839c96b0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 707fe8f7-8e23-4621-a0c6-27bb839c96b0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12085862875438502630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208586287543850263012085862875438502630120858628754385026301208586287543850263012085862875438502630120858628754385026301208586287543850263012085862875438502630120858628754385026301208586287543850263012085862875438502630120858628754385026301208586287543850263012085862875438502630120858628754385026301208586287543850263012085862875438502630120858628754385026301208586287543850263012085862875438502630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbc9aa2b-269a-492c-ad4b-ae063308bdd6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e50c96f-0307-4f61-9f63-90c2e8e78ba0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e50c96f-0307-4f61-9f63-90c2e8e78ba0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3170221028993743838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31702210289937438383170221028993743838317022102899374383831702210289937438383170221028993743838317022102899374383831702210289937438383170221028993743838317022102899374383831702210289937438383170221028993743838317022102899374383831702210289937438383170221028993743838317022102899374383831702210289937438383170221028993743838317022102899374383831702210289937438383170221028993743838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 707fe8f7-8e23-4621-a0c6-27bb839c96b0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a611121-044f-438d-b4ad-64b4df1b8ea3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a611121-044f-438d-b4ad-64b4df1b8ea3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13536400777345945558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353640077734594555813536400777345945558135364007773459455581353640077734594555813536400777345945558135364007773459455581353640077734594555813536400777345945558135364007773459455581353640077734594555813536400777345945558135364007773459455581353640077734594555813536400777345945558135364007773459455581353640077734594555813536400777345945558135364007773459455581353640077734594555813536400777345945558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e50c96f-0307-4f61-9f63-90c2e8e78ba0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 222c8aa4-dbb9-4c3e-b25c-3646a409e53a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 222c8aa4-dbb9-4c3e-b25c-3646a409e53a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12740755312796761904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274075531279676190412740755312796761904127407553127967619041274075531279676190412740755312796761904127407553127967619041274075531279676190412740755312796761904127407553127967619041274075531279676190412740755312796761904127407553127967619041274075531279676190412740755312796761904127407553127967619041274075531279676190412740755312796761904127407553127967619041274075531279676190412740755312796761904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a611121-044f-438d-b4ad-64b4df1b8ea3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a49dde00-7f7d-4205-80d1-99e48f4cc1db, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a49dde00-7f7d-4205-80d1-99e48f4cc1db, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7275265853791101280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72752658537911012807275265853791101280727526585379110128072752658537911012807275265853791101280727526585379110128072752658537911012807275265853791101280727526585379110128072752658537911012807275265853791101280727526585379110128072752658537911012807275265853791101280727526585379110128072752658537911012807275265853791101280727526585379110128072752658537911012807275265853791101280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 222c8aa4-dbb9-4c3e-b25c-3646a409e53a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d57b579a-9f62-401f-a2b8-692496daaa81, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d57b579a-9f62-401f-a2b8-692496daaa81, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1627408843948496591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16274088439484965911627408843948496591162740884394849659116274088439484965911627408843948496591162740884394849659116274088439484965911627408843948496591162740884394849659116274088439484965911627408843948496591162740884394849659116274088439484965911627408843948496591162740884394849659116274088439484965911627408843948496591162740884394849659116274088439484965911627408843948496591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a49dde00-7f7d-4205-80d1-99e48f4cc1db, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bdf718b-c7f7-4f56-9bb6-bcf34e1e36a2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bdf718b-c7f7-4f56-9bb6-bcf34e1e36a2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5849533398048998038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58495333980489980385849533398048998038584953339804899803858495333980489980385849533398048998038584953339804899803858495333980489980385849533398048998038584953339804899803858495333980489980385849533398048998038584953339804899803858495333980489980385849533398048998038584953339804899803858495333980489980385849533398048998038584953339804899803858495333980489980385849533398048998038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d57b579a-9f62-401f-a2b8-692496daaa81, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57ee750a-d468-4daf-8d7a-c89605260a8c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ee750a-d468-4daf-8d7a-c89605260a8c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16254630810412146800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625463081041214680016254630810412146800162546308104121468001625463081041214680016254630810412146800162546308104121468001625463081041214680016254630810412146800162546308104121468001625463081041214680016254630810412146800162546308104121468001625463081041214680016254630810412146800162546308104121468001625463081041214680016254630810412146800162546308104121468001625463081041214680016254630810412146800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bdf718b-c7f7-4f56-9bb6-bcf34e1e36a2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06f89ca2-ac5a-4e68-938e-62878c1006dd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06f89ca2-ac5a-4e68-938e-62878c1006dd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10804960134214317980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080496013421431798010804960134214317980108049601342143179801080496013421431798010804960134214317980108049601342143179801080496013421431798010804960134214317980108049601342143179801080496013421431798010804960134214317980108049601342143179801080496013421431798010804960134214317980108049601342143179801080496013421431798010804960134214317980108049601342143179801080496013421431798010804960134214317980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ee750a-d468-4daf-8d7a-c89605260a8c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d23ca433-0c8a-4df8-a111-4379e6af72d3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d23ca433-0c8a-4df8-a111-4379e6af72d3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13470455690172646444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347045569017264644413470455690172646444134704556901726464441347045569017264644413470455690172646444134704556901726464441347045569017264644413470455690172646444134704556901726464441347045569017264644413470455690172646444134704556901726464441347045569017264644413470455690172646444134704556901726464441347045569017264644413470455690172646444134704556901726464441347045569017264644413470455690172646444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06f89ca2-ac5a-4e68-938e-62878c1006dd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d67b4e29-580e-4ba2-8b19-14b45f50a8a1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d67b4e29-580e-4ba2-8b19-14b45f50a8a1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4330772960764689388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43307729607646893884330772960764689388433077296076468938843307729607646893884330772960764689388433077296076468938843307729607646893884330772960764689388433077296076468938843307729607646893884330772960764689388433077296076468938843307729607646893884330772960764689388433077296076468938843307729607646893884330772960764689388433077296076468938843307729607646893884330772960764689388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d23ca433-0c8a-4df8-a111-4379e6af72d3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b35919a-8299-45ae-bece-0daf0fcbeca1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b35919a-8299-45ae-bece-0daf0fcbeca1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2101741327778643260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21017413277786432602101741327778643260210174132777864326021017413277786432602101741327778643260210174132777864326021017413277786432602101741327778643260210174132777864326021017413277786432602101741327778643260210174132777864326021017413277786432602101741327778643260210174132777864326021017413277786432602101741327778643260210174132777864326021017413277786432602101741327778643260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d67b4e29-580e-4ba2-8b19-14b45f50a8a1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ff12d21-a200-4817-8b4c-e24a27d59a99, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ff12d21-a200-4817-8b4c-e24a27d59a99, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1194104054993145972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11941040549931459721194104054993145972119410405499314597211941040549931459721194104054993145972119410405499314597211941040549931459721194104054993145972119410405499314597211941040549931459721194104054993145972119410405499314597211941040549931459721194104054993145972119410405499314597211941040549931459721194104054993145972119410405499314597211941040549931459721194104054993145972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b35919a-8299-45ae-bece-0daf0fcbeca1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b68bc5f1-26ad-44cd-807f-c23faf9610c6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b68bc5f1-26ad-44cd-807f-c23faf9610c6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8444258990783424434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84442589907834244348444258990783424434844425899078342443484442589907834244348444258990783424434844425899078342443484442589907834244348444258990783424434844425899078342443484442589907834244348444258990783424434844425899078342443484442589907834244348444258990783424434844425899078342443484442589907834244348444258990783424434844425899078342443484442589907834244348444258990783424434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ff12d21-a200-4817-8b4c-e24a27d59a99, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b237198c-b1a3-400b-b733-1c80c89f7d6c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b237198c-b1a3-400b-b733-1c80c89f7d6c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18168102384835129753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816810238483512975318168102384835129753181681023848351297531816810238483512975318168102384835129753181681023848351297531816810238483512975318168102384835129753181681023848351297531816810238483512975318168102384835129753181681023848351297531816810238483512975318168102384835129753181681023848351297531816810238483512975318168102384835129753181681023848351297531816810238483512975318168102384835129753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b68bc5f1-26ad-44cd-807f-c23faf9610c6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fce7652a-c26a-4090-93b6-7c3ee0bff07f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fce7652a-c26a-4090-93b6-7c3ee0bff07f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 656755612505678210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "656755612505678210656755612505678210656755612505678210656755612505678210656755612505678210656755612505678210656755612505678210656755612505678210656755612505678210656755612505678210656755612505678210656755612505678210656755612505678210656755612505678210656755612505678210656755612505678210656755612505678210656755612505678210656755612505678210656755612505678210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b237198c-b1a3-400b-b733-1c80c89f7d6c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22acc7fb-b959-4daa-acb0-fa681c936f38, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22acc7fb-b959-4daa-acb0-fa681c936f38, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10682196480502232249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1068219648050223224910682196480502232249106821964805022322491068219648050223224910682196480502232249106821964805022322491068219648050223224910682196480502232249106821964805022322491068219648050223224910682196480502232249106821964805022322491068219648050223224910682196480502232249106821964805022322491068219648050223224910682196480502232249106821964805022322491068219648050223224910682196480502232249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fce7652a-c26a-4090-93b6-7c3ee0bff07f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1eb033f-15d4-4072-945d-cb21878056ce, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1eb033f-15d4-4072-945d-cb21878056ce, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13167752808703875920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316775280870387592013167752808703875920131677528087038759201316775280870387592013167752808703875920131677528087038759201316775280870387592013167752808703875920131677528087038759201316775280870387592013167752808703875920131677528087038759201316775280870387592013167752808703875920131677528087038759201316775280870387592013167752808703875920131677528087038759201316775280870387592013167752808703875920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22acc7fb-b959-4daa-acb0-fa681c936f38, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58270058-3ee2-4656-9751-e5a1250c88f0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58270058-3ee2-4656-9751-e5a1250c88f0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1773661186045067791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17736611860450677911773661186045067791177366118604506779117736611860450677911773661186045067791177366118604506779117736611860450677911773661186045067791177366118604506779117736611860450677911773661186045067791177366118604506779117736611860450677911773661186045067791177366118604506779117736611860450677911773661186045067791177366118604506779117736611860450677911773661186045067791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1eb033f-15d4-4072-945d-cb21878056ce, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09b19ba4-7255-4b2d-94d4-cb559cb742a7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09b19ba4-7255-4b2d-94d4-cb559cb742a7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4506750285106924348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45067502851069243484506750285106924348450675028510692434845067502851069243484506750285106924348450675028510692434845067502851069243484506750285106924348450675028510692434845067502851069243484506750285106924348450675028510692434845067502851069243484506750285106924348450675028510692434845067502851069243484506750285106924348450675028510692434845067502851069243484506750285106924348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58270058-3ee2-4656-9751-e5a1250c88f0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51e33d99-c65e-4a4a-a28c-5f090796e1c2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51e33d99-c65e-4a4a-a28c-5f090796e1c2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 91340579873565826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9134057987356582691340579873565826913405798735658269134057987356582691340579873565826913405798735658269134057987356582691340579873565826913405798735658269134057987356582691340579873565826913405798735658269134057987356582691340579873565826913405798735658269134057987356582691340579873565826913405798735658269134057987356582691340579873565826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09b19ba4-7255-4b2d-94d4-cb559cb742a7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e0c1694-2a99-485e-a745-327f4328d6b0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e0c1694-2a99-485e-a745-327f4328d6b0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1037759440095213640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10377594400952136401037759440095213640103775944009521364010377594400952136401037759440095213640103775944009521364010377594400952136401037759440095213640103775944009521364010377594400952136401037759440095213640103775944009521364010377594400952136401037759440095213640103775944009521364010377594400952136401037759440095213640103775944009521364010377594400952136401037759440095213640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51e33d99-c65e-4a4a-a28c-5f090796e1c2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86365ef0-604c-4f67-b559-ca15e7a2cf7b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86365ef0-604c-4f67-b559-ca15e7a2cf7b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11387821553785335329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138782155378533532911387821553785335329113878215537853353291138782155378533532911387821553785335329113878215537853353291138782155378533532911387821553785335329113878215537853353291138782155378533532911387821553785335329113878215537853353291138782155378533532911387821553785335329113878215537853353291138782155378533532911387821553785335329113878215537853353291138782155378533532911387821553785335329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e0c1694-2a99-485e-a745-327f4328d6b0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86365ef0-604c-4f67-b559-ca15e7a2cf7b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3194a5c1-794a-42b3-bfab-ca779ea4f4c3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 023d66b9-bf68-4f74-a134-75d25d3b6c9c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 023d66b9-bf68-4f74-a134-75d25d3b6c9c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10004533904946171874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000453390494617187410004533904946171874100045339049461718741000453390494617187410004533904946171874100045339049461718741000453390494617187410004533904946171874100045339049461718741000453390494617187410004533904946171874100045339049461718741000453390494617187410004533904946171874100045339049461718741000453390494617187410004533904946171874100045339049461718741000453390494617187410004533904946171874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3194a5c1-794a-42b3-bfab-ca779ea4f4c3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10220151378741298873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022015137874129887310220151378741298873102201513787412988731022015137874129887310220151378741298873102201513787412988731022015137874129887310220151378741298873102201513787412988731022015137874129887310220151378741298873102201513787412988731022015137874129887310220151378741298873102201513787412988731022015137874129887310220151378741298873102201513787412988731022015137874129887310220151378741298873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 023d66b9-bf68-4f74-a134-75d25d3b6c9c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17e0cbbd-2b8a-4d32-b52d-f274404925ac, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17e0cbbd-2b8a-4d32-b52d-f274404925ac, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14928538445957918719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492853844595791871914928538445957918719149285384459579187191492853844595791871914928538445957918719149285384459579187191492853844595791871914928538445957918719149285384459579187191492853844595791871914928538445957918719149285384459579187191492853844595791871914928538445957918719149285384459579187191492853844595791871914928538445957918719149285384459579187191492853844595791871914928538445957918719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3194a5c1-794a-42b3-bfab-ca779ea4f4c3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c78ba69b-5878-436d-bccd-98d3a5cc22c5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17e0cbbd-2b8a-4d32-b52d-f274404925ac, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c78ba69b-5878-436d-bccd-98d3a5cc22c5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9295807290146113406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92958072901461134069295807290146113406929580729014611340692958072901461134069295807290146113406929580729014611340692958072901461134069295807290146113406929580729014611340692958072901461134069295807290146113406929580729014611340692958072901461134069295807290146113406929580729014611340692958072901461134069295807290146113406929580729014611340692958072901461134069295807290146113406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcae37b0-04c8-4a3a-bfcf-6da5d301d406, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcae37b0-04c8-4a3a-bfcf-6da5d301d406, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16368915724896385680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636891572489638568016368915724896385680163689157248963856801636891572489638568016368915724896385680163689157248963856801636891572489638568016368915724896385680163689157248963856801636891572489638568016368915724896385680163689157248963856801636891572489638568016368915724896385680163689157248963856801636891572489638568016368915724896385680163689157248963856801636891572489638568016368915724896385680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcae37b0-04c8-4a3a-bfcf-6da5d301d406, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c78ba69b-5878-436d-bccd-98d3a5cc22c5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f0fab95-d564-421a-8d77-57417bc94adc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5587d761-d98c-4f0f-8487-826953cab1fd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5587d761-d98c-4f0f-8487-826953cab1fd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4623879521696255868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46238795216962558684623879521696255868462387952169625586846238795216962558684623879521696255868462387952169625586846238795216962558684623879521696255868462387952169625586846238795216962558684623879521696255868462387952169625586846238795216962558684623879521696255868462387952169625586846238795216962558684623879521696255868462387952169625586846238795216962558684623879521696255868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f0fab95-d564-421a-8d77-57417bc94adc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16563744247568524414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656374424756852441416563744247568524414165637442475685244141656374424756852441416563744247568524414165637442475685244141656374424756852441416563744247568524414165637442475685244141656374424756852441416563744247568524414165637442475685244141656374424756852441416563744247568524414165637442475685244141656374424756852441416563744247568524414165637442475685244141656374424756852441416563744247568524414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f0fab95-d564-421a-8d77-57417bc94adc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d48edb0b-2946-4ba1-b26a-930efdeacf34, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d48edb0b-2946-4ba1-b26a-930efdeacf34, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16320539942480206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632053994248020616320539942480206163205399424802061632053994248020616320539942480206163205399424802061632053994248020616320539942480206163205399424802061632053994248020616320539942480206163205399424802061632053994248020616320539942480206163205399424802061632053994248020616320539942480206163205399424802061632053994248020616320539942480206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5587d761-d98c-4f0f-8487-826953cab1fd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9adceb9f-9ca4-4f0c-a91c-dac543bb7119, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9adceb9f-9ca4-4f0c-a91c-dac543bb7119, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6211617466919846345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62116174669198463456211617466919846345621161746691984634562116174669198463456211617466919846345621161746691984634562116174669198463456211617466919846345621161746691984634562116174669198463456211617466919846345621161746691984634562116174669198463456211617466919846345621161746691984634562116174669198463456211617466919846345621161746691984634562116174669198463456211617466919846345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d48edb0b-2946-4ba1-b26a-930efdeacf34, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b1d82e4-b7c3-4824-8db1-14d919b84ce2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b1d82e4-b7c3-4824-8db1-14d919b84ce2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14520346027746482891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452034602774648289114520346027746482891145203460277464828911452034602774648289114520346027746482891145203460277464828911452034602774648289114520346027746482891145203460277464828911452034602774648289114520346027746482891145203460277464828911452034602774648289114520346027746482891145203460277464828911452034602774648289114520346027746482891145203460277464828911452034602774648289114520346027746482891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9adceb9f-9ca4-4f0c-a91c-dac543bb7119, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90c18179-85f8-4d92-b1b6-13778ccb15f3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90c18179-85f8-4d92-b1b6-13778ccb15f3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2728789323764020110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27287893237640201102728789323764020110272878932376402011027287893237640201102728789323764020110272878932376402011027287893237640201102728789323764020110272878932376402011027287893237640201102728789323764020110272878932376402011027287893237640201102728789323764020110272878932376402011027287893237640201102728789323764020110272878932376402011027287893237640201102728789323764020110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b1d82e4-b7c3-4824-8db1-14d919b84ce2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af3fcf49-c5a0-4e4b-aa0a-4423f4ca25f1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af3fcf49-c5a0-4e4b-aa0a-4423f4ca25f1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3116731903646250801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31167319036462508013116731903646250801311673190364625080131167319036462508013116731903646250801311673190364625080131167319036462508013116731903646250801311673190364625080131167319036462508013116731903646250801311673190364625080131167319036462508013116731903646250801311673190364625080131167319036462508013116731903646250801311673190364625080131167319036462508013116731903646250801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90c18179-85f8-4d92-b1b6-13778ccb15f3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da5ad4c7-a073-4668-97b3-e0abd646abb4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da5ad4c7-a073-4668-97b3-e0abd646abb4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7651445809271034524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76514458092710345247651445809271034524765144580927103452476514458092710345247651445809271034524765144580927103452476514458092710345247651445809271034524765144580927103452476514458092710345247651445809271034524765144580927103452476514458092710345247651445809271034524765144580927103452476514458092710345247651445809271034524765144580927103452476514458092710345247651445809271034524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af3fcf49-c5a0-4e4b-aa0a-4423f4ca25f1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa4ec8a2-715d-467f-a79d-9e3dad7ebabd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa4ec8a2-715d-467f-a79d-9e3dad7ebabd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6537820060895395628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65378200608953956286537820060895395628653782006089539562865378200608953956286537820060895395628653782006089539562865378200608953956286537820060895395628653782006089539562865378200608953956286537820060895395628653782006089539562865378200608953956286537820060895395628653782006089539562865378200608953956286537820060895395628653782006089539562865378200608953956286537820060895395628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da5ad4c7-a073-4668-97b3-e0abd646abb4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 137130dc-8378-4dd9-a5de-15480d4534c3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 137130dc-8378-4dd9-a5de-15480d4534c3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12652640609364814296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265264060936481429612652640609364814296126526406093648142961265264060936481429612652640609364814296126526406093648142961265264060936481429612652640609364814296126526406093648142961265264060936481429612652640609364814296126526406093648142961265264060936481429612652640609364814296126526406093648142961265264060936481429612652640609364814296126526406093648142961265264060936481429612652640609364814296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa4ec8a2-715d-467f-a79d-9e3dad7ebabd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 827ddc34-3080-4469-88c2-24c62ef7c7d3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 137130dc-8378-4dd9-a5de-15480d4534c3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 827ddc34-3080-4469-88c2-24c62ef7c7d3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8096350773218115537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80963507732181155378096350773218115537809635077321811553780963507732181155378096350773218115537809635077321811553780963507732181155378096350773218115537809635077321811553780963507732181155378096350773218115537809635077321811553780963507732181155378096350773218115537809635077321811553780963507732181155378096350773218115537809635077321811553780963507732181155378096350773218115537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 983e105f-7501-4ba8-a174-feea185972e5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 983e105f-7501-4ba8-a174-feea185972e5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10924172141235503950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092417214123550395010924172141235503950109241721412355039501092417214123550395010924172141235503950109241721412355039501092417214123550395010924172141235503950109241721412355039501092417214123550395010924172141235503950109241721412355039501092417214123550395010924172141235503950109241721412355039501092417214123550395010924172141235503950109241721412355039501092417214123550395010924172141235503950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 827ddc34-3080-4469-88c2-24c62ef7c7d3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb70297a-c4fa-451e-abeb-15f339c30bbc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb70297a-c4fa-451e-abeb-15f339c30bbc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 396978974417085338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "396978974417085338396978974417085338396978974417085338396978974417085338396978974417085338396978974417085338396978974417085338396978974417085338396978974417085338396978974417085338396978974417085338396978974417085338396978974417085338396978974417085338396978974417085338396978974417085338396978974417085338396978974417085338396978974417085338396978974417085338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 983e105f-7501-4ba8-a174-feea185972e5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa810f7f-33bd-410c-a355-8cbf55d44de2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa810f7f-33bd-410c-a355-8cbf55d44de2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16964244070019874026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696424407001987402616964244070019874026169642440700198740261696424407001987402616964244070019874026169642440700198740261696424407001987402616964244070019874026169642440700198740261696424407001987402616964244070019874026169642440700198740261696424407001987402616964244070019874026169642440700198740261696424407001987402616964244070019874026169642440700198740261696424407001987402616964244070019874026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb70297a-c4fa-451e-abeb-15f339c30bbc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04fa515f-efc1-4424-8fcf-38611f794e8c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04fa515f-efc1-4424-8fcf-38611f794e8c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18209287952883605375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820928795288360537518209287952883605375182092879528836053751820928795288360537518209287952883605375182092879528836053751820928795288360537518209287952883605375182092879528836053751820928795288360537518209287952883605375182092879528836053751820928795288360537518209287952883605375182092879528836053751820928795288360537518209287952883605375182092879528836053751820928795288360537518209287952883605375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa810f7f-33bd-410c-a355-8cbf55d44de2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ce9bca0-5175-45fb-8eef-b783b7efd4e9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ce9bca0-5175-45fb-8eef-b783b7efd4e9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5215342006392856108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52153420063928561085215342006392856108521534200639285610852153420063928561085215342006392856108521534200639285610852153420063928561085215342006392856108521534200639285610852153420063928561085215342006392856108521534200639285610852153420063928561085215342006392856108521534200639285610852153420063928561085215342006392856108521534200639285610852153420063928561085215342006392856108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04fa515f-efc1-4424-8fcf-38611f794e8c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dabbe47-e5cb-4956-91de-cc7611a10fe3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ce9bca0-5175-45fb-8eef-b783b7efd4e9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb40bbc7-f786-4541-8b6e-89b61e173481, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb40bbc7-f786-4541-8b6e-89b61e173481, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16629875493173130737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662987549317313073716629875493173130737166298754931731307371662987549317313073716629875493173130737166298754931731307371662987549317313073716629875493173130737166298754931731307371662987549317313073716629875493173130737166298754931731307371662987549317313073716629875493173130737166298754931731307371662987549317313073716629875493173130737166298754931731307371662987549317313073716629875493173130737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dabbe47-e5cb-4956-91de-cc7611a10fe3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3626419727749977860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36264197277499778603626419727749977860362641972774997786036264197277499778603626419727749977860362641972774997786036264197277499778603626419727749977860362641972774997786036264197277499778603626419727749977860362641972774997786036264197277499778603626419727749977860362641972774997786036264197277499778603626419727749977860362641972774997786036264197277499778603626419727749977860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb40bbc7-f786-4541-8b6e-89b61e173481, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dabbe47-e5cb-4956-91de-cc7611a10fe3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00b25cc0-19da-4c82-baca-1ad95afcf7ba, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00b25cc0-19da-4c82-baca-1ad95afcf7ba, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9006388493808185100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90063884938081851009006388493808185100900638849380818510090063884938081851009006388493808185100900638849380818510090063884938081851009006388493808185100900638849380818510090063884938081851009006388493808185100900638849380818510090063884938081851009006388493808185100900638849380818510090063884938081851009006388493808185100900638849380818510090063884938081851009006388493808185100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 303ec3e4-390a-486d-994d-de210fce7f11, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 303ec3e4-390a-486d-994d-de210fce7f11, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12778731421761931864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277873142176193186412778731421761931864127787314217619318641277873142176193186412778731421761931864127787314217619318641277873142176193186412778731421761931864127787314217619318641277873142176193186412778731421761931864127787314217619318641277873142176193186412778731421761931864127787314217619318641277873142176193186412778731421761931864127787314217619318641277873142176193186412778731421761931864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 303ec3e4-390a-486d-994d-de210fce7f11, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e964e946-c9b4-49ff-965f-a782677f1890, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00b25cc0-19da-4c82-baca-1ad95afcf7ba, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e964e946-c9b4-49ff-965f-a782677f1890, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17591339449790866243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759133944979086624317591339449790866243175913394497908662431759133944979086624317591339449790866243175913394497908662431759133944979086624317591339449790866243175913394497908662431759133944979086624317591339449790866243175913394497908662431759133944979086624317591339449790866243175913394497908662431759133944979086624317591339449790866243175913394497908662431759133944979086624317591339449790866243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 882c1894-980d-4643-8988-9c3c75304bed, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 882c1894-980d-4643-8988-9c3c75304bed, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14073168507474015109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407316850747401510914073168507474015109140731685074740151091407316850747401510914073168507474015109140731685074740151091407316850747401510914073168507474015109140731685074740151091407316850747401510914073168507474015109140731685074740151091407316850747401510914073168507474015109140731685074740151091407316850747401510914073168507474015109140731685074740151091407316850747401510914073168507474015109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e964e946-c9b4-49ff-965f-a782677f1890, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 882c1894-980d-4643-8988-9c3c75304bed, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6411bb94-224e-416b-88b8-888beb5f3e4d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6411bb94-224e-416b-88b8-888beb5f3e4d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8091168956725410848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80911689567254108488091168956725410848809116895672541084880911689567254108488091168956725410848809116895672541084880911689567254108488091168956725410848809116895672541084880911689567254108488091168956725410848809116895672541084880911689567254108488091168956725410848809116895672541084880911689567254108488091168956725410848809116895672541084880911689567254108488091168956725410848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92d8242f-114b-4a04-9e86-aa5f8ffc447e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92d8242f-114b-4a04-9e86-aa5f8ffc447e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13437274345863832309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343727434586383230913437274345863832309134372743458638323091343727434586383230913437274345863832309134372743458638323091343727434586383230913437274345863832309134372743458638323091343727434586383230913437274345863832309134372743458638323091343727434586383230913437274345863832309134372743458638323091343727434586383230913437274345863832309134372743458638323091343727434586383230913437274345863832309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6411bb94-224e-416b-88b8-888beb5f3e4d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92d8242f-114b-4a04-9e86-aa5f8ffc447e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd75b0e9-a3b2-4871-a921-3169e270f875, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd75b0e9-a3b2-4871-a921-3169e270f875, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17000080275110006558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700008027511000655817000080275110006558170000802751100065581700008027511000655817000080275110006558170000802751100065581700008027511000655817000080275110006558170000802751100065581700008027511000655817000080275110006558170000802751100065581700008027511000655817000080275110006558170000802751100065581700008027511000655817000080275110006558170000802751100065581700008027511000655817000080275110006558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a99084c-3532-434f-8a71-01aa16ef49e8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a99084c-3532-434f-8a71-01aa16ef49e8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4449486145932122779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44494861459321227794449486145932122779444948614593212277944494861459321227794449486145932122779444948614593212277944494861459321227794449486145932122779444948614593212277944494861459321227794449486145932122779444948614593212277944494861459321227794449486145932122779444948614593212277944494861459321227794449486145932122779444948614593212277944494861459321227794449486145932122779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd75b0e9-a3b2-4871-a921-3169e270f875, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61ccec9b-4033-4ada-869a-1fdb09065b4e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ccec9b-4033-4ada-869a-1fdb09065b4e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4913151580311504733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49131515803115047334913151580311504733491315158031150473349131515803115047334913151580311504733491315158031150473349131515803115047334913151580311504733491315158031150473349131515803115047334913151580311504733491315158031150473349131515803115047334913151580311504733491315158031150473349131515803115047334913151580311504733491315158031150473349131515803115047334913151580311504733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a99084c-3532-434f-8a71-01aa16ef49e8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 667bb674-f51d-404c-b976-bc9632da0df3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 667bb674-f51d-404c-b976-bc9632da0df3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5006316932721046999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50063169327210469995006316932721046999500631693272104699950063169327210469995006316932721046999500631693272104699950063169327210469995006316932721046999500631693272104699950063169327210469995006316932721046999500631693272104699950063169327210469995006316932721046999500631693272104699950063169327210469995006316932721046999500631693272104699950063169327210469995006316932721046999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ccec9b-4033-4ada-869a-1fdb09065b4e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51fe9f1a-7c96-4014-bca9-f5735a7ef1cb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51fe9f1a-7c96-4014-bca9-f5735a7ef1cb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10275204942146510907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027520494214651090710275204942146510907102752049421465109071027520494214651090710275204942146510907102752049421465109071027520494214651090710275204942146510907102752049421465109071027520494214651090710275204942146510907102752049421465109071027520494214651090710275204942146510907102752049421465109071027520494214651090710275204942146510907102752049421465109071027520494214651090710275204942146510907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 667bb674-f51d-404c-b976-bc9632da0df3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24e9509c-d435-42e1-81d9-c23f6275e953, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24e9509c-d435-42e1-81d9-c23f6275e953, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4911667714931890085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49116677149318900854911667714931890085491166771493189008549116677149318900854911667714931890085491166771493189008549116677149318900854911667714931890085491166771493189008549116677149318900854911667714931890085491166771493189008549116677149318900854911667714931890085491166771493189008549116677149318900854911667714931890085491166771493189008549116677149318900854911667714931890085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51fe9f1a-7c96-4014-bca9-f5735a7ef1cb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 778d34b4-497c-4b95-933b-76aa37b91818, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 778d34b4-497c-4b95-933b-76aa37b91818, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17018501144156508487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701850114415650848717018501144156508487170185011441565084871701850114415650848717018501144156508487170185011441565084871701850114415650848717018501144156508487170185011441565084871701850114415650848717018501144156508487170185011441565084871701850114415650848717018501144156508487170185011441565084871701850114415650848717018501144156508487170185011441565084871701850114415650848717018501144156508487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24e9509c-d435-42e1-81d9-c23f6275e953, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 778d34b4-497c-4b95-933b-76aa37b91818, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54af21f1-6124-4758-8c74-1f663f8f6452, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54af21f1-6124-4758-8c74-1f663f8f6452, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 901271316072958135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "901271316072958135901271316072958135901271316072958135901271316072958135901271316072958135901271316072958135901271316072958135901271316072958135901271316072958135901271316072958135901271316072958135901271316072958135901271316072958135901271316072958135901271316072958135901271316072958135901271316072958135901271316072958135901271316072958135901271316072958135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59181141-881f-4474-89b5-0fa1deb220a3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59181141-881f-4474-89b5-0fa1deb220a3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3766438649305198975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37664386493051989753766438649305198975376643864930519897537664386493051989753766438649305198975376643864930519897537664386493051989753766438649305198975376643864930519897537664386493051989753766438649305198975376643864930519897537664386493051989753766438649305198975376643864930519897537664386493051989753766438649305198975376643864930519897537664386493051989753766438649305198975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54af21f1-6124-4758-8c74-1f663f8f6452, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4afd5642-b927-4277-9b72-29920dc58467, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4afd5642-b927-4277-9b72-29920dc58467, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5011771154365711125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50117711543657111255011771154365711125501177115436571112550117711543657111255011771154365711125501177115436571112550117711543657111255011771154365711125501177115436571112550117711543657111255011771154365711125501177115436571112550117711543657111255011771154365711125501177115436571112550117711543657111255011771154365711125501177115436571112550117711543657111255011771154365711125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59181141-881f-4474-89b5-0fa1deb220a3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1416da98-b9ba-4300-8719-a82220252499, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1416da98-b9ba-4300-8719-a82220252499, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16316845283275411712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631684528327541171216316845283275411712163168452832754117121631684528327541171216316845283275411712163168452832754117121631684528327541171216316845283275411712163168452832754117121631684528327541171216316845283275411712163168452832754117121631684528327541171216316845283275411712163168452832754117121631684528327541171216316845283275411712163168452832754117121631684528327541171216316845283275411712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4afd5642-b927-4277-9b72-29920dc58467, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 610d4fc0-e5ff-49b4-accb-76d30bdc3b5e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610d4fc0-e5ff-49b4-accb-76d30bdc3b5e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12670708311114019700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267070831111401970012670708311114019700126707083111140197001267070831111401970012670708311114019700126707083111140197001267070831111401970012670708311114019700126707083111140197001267070831111401970012670708311114019700126707083111140197001267070831111401970012670708311114019700126707083111140197001267070831111401970012670708311114019700126707083111140197001267070831111401970012670708311114019700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1416da98-b9ba-4300-8719-a82220252499, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfaabb93-f32b-48cf-8932-57816ffacc05, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfaabb93-f32b-48cf-8932-57816ffacc05, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13574309054305786401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357430905430578640113574309054305786401135743090543057864011357430905430578640113574309054305786401135743090543057864011357430905430578640113574309054305786401135743090543057864011357430905430578640113574309054305786401135743090543057864011357430905430578640113574309054305786401135743090543057864011357430905430578640113574309054305786401135743090543057864011357430905430578640113574309054305786401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610d4fc0-e5ff-49b4-accb-76d30bdc3b5e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 404a432a-622f-461f-be42-c27fac2d078c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 404a432a-622f-461f-be42-c27fac2d078c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4066552047781777692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40665520477817776924066552047781777692406655204778177769240665520477817776924066552047781777692406655204778177769240665520477817776924066552047781777692406655204778177769240665520477817776924066552047781777692406655204778177769240665520477817776924066552047781777692406655204778177769240665520477817776924066552047781777692406655204778177769240665520477817776924066552047781777692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfaabb93-f32b-48cf-8932-57816ffacc05, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16b1cde9-dfef-4c05-84f0-7ef4af946d00, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16b1cde9-dfef-4c05-84f0-7ef4af946d00, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12179139130201938596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217913913020193859612179139130201938596121791391302019385961217913913020193859612179139130201938596121791391302019385961217913913020193859612179139130201938596121791391302019385961217913913020193859612179139130201938596121791391302019385961217913913020193859612179139130201938596121791391302019385961217913913020193859612179139130201938596121791391302019385961217913913020193859612179139130201938596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 404a432a-622f-461f-be42-c27fac2d078c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eff227f-ffeb-4ba1-8dda-48da48642836, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eff227f-ffeb-4ba1-8dda-48da48642836, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3903822661066442610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39038226610664426103903822661066442610390382266106644261039038226610664426103903822661066442610390382266106644261039038226610664426103903822661066442610390382266106644261039038226610664426103903822661066442610390382266106644261039038226610664426103903822661066442610390382266106644261039038226610664426103903822661066442610390382266106644261039038226610664426103903822661066442610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16b1cde9-dfef-4c05-84f0-7ef4af946d00, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 811aed81-0670-4b1b-8682-ebd9ae733682, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 811aed81-0670-4b1b-8682-ebd9ae733682, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7681776497864358516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76817764978643585167681776497864358516768177649786435851676817764978643585167681776497864358516768177649786435851676817764978643585167681776497864358516768177649786435851676817764978643585167681776497864358516768177649786435851676817764978643585167681776497864358516768177649786435851676817764978643585167681776497864358516768177649786435851676817764978643585167681776497864358516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eff227f-ffeb-4ba1-8dda-48da48642836, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec86be63-d74f-422f-8294-a3d345cc4d80, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 811aed81-0670-4b1b-8682-ebd9ae733682, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec86be63-d74f-422f-8294-a3d345cc4d80, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14868019692718134196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486801969271813419614868019692718134196148680196927181341961486801969271813419614868019692718134196148680196927181341961486801969271813419614868019692718134196148680196927181341961486801969271813419614868019692718134196148680196927181341961486801969271813419614868019692718134196148680196927181341961486801969271813419614868019692718134196148680196927181341961486801969271813419614868019692718134196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44e03302-82c6-4d6b-a0e1-01970b445617, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44e03302-82c6-4d6b-a0e1-01970b445617, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9699466012278881874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96994660122788818749699466012278881874969946601227888187496994660122788818749699466012278881874969946601227888187496994660122788818749699466012278881874969946601227888187496994660122788818749699466012278881874969946601227888187496994660122788818749699466012278881874969946601227888187496994660122788818749699466012278881874969946601227888187496994660122788818749699466012278881874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec86be63-d74f-422f-8294-a3d345cc4d80, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 753a0857-f385-4b10-8a39-3eee8610c2ba, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 753a0857-f385-4b10-8a39-3eee8610c2ba, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6712597621963358590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67125976219633585906712597621963358590671259762196335859067125976219633585906712597621963358590671259762196335859067125976219633585906712597621963358590671259762196335859067125976219633585906712597621963358590671259762196335859067125976219633585906712597621963358590671259762196335859067125976219633585906712597621963358590671259762196335859067125976219633585906712597621963358590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44e03302-82c6-4d6b-a0e1-01970b445617, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fe2827a-244f-4252-ae35-74b6bda82a20, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fe2827a-244f-4252-ae35-74b6bda82a20, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10252040825595541197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025204082559554119710252040825595541197102520408255955411971025204082559554119710252040825595541197102520408255955411971025204082559554119710252040825595541197102520408255955411971025204082559554119710252040825595541197102520408255955411971025204082559554119710252040825595541197102520408255955411971025204082559554119710252040825595541197102520408255955411971025204082559554119710252040825595541197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 753a0857-f385-4b10-8a39-3eee8610c2ba, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fe2827a-244f-4252-ae35-74b6bda82a20, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2b71ccc-b8f6-4f6b-8dc1-1aa868f6cd9e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2b71ccc-b8f6-4f6b-8dc1-1aa868f6cd9e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15940121918655821647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594012191865582164715940121918655821647159401219186558216471594012191865582164715940121918655821647159401219186558216471594012191865582164715940121918655821647159401219186558216471594012191865582164715940121918655821647159401219186558216471594012191865582164715940121918655821647159401219186558216471594012191865582164715940121918655821647159401219186558216471594012191865582164715940121918655821647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c95ef560-3c42-489f-bb75-ed3f635047bb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c95ef560-3c42-489f-bb75-ed3f635047bb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3978928173281896654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39789281732818966543978928173281896654397892817328189665439789281732818966543978928173281896654397892817328189665439789281732818966543978928173281896654397892817328189665439789281732818966543978928173281896654397892817328189665439789281732818966543978928173281896654397892817328189665439789281732818966543978928173281896654397892817328189665439789281732818966543978928173281896654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2b71ccc-b8f6-4f6b-8dc1-1aa868f6cd9e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3998453-dc35-41a9-9ef4-73cc8fd6f454, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c95ef560-3c42-489f-bb75-ed3f635047bb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ea626c4-0e1d-4f46-8199-adb71d9c836c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ea626c4-0e1d-4f46-8199-adb71d9c836c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13757156668775017336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375715666877501733613757156668775017336137571566687750173361375715666877501733613757156668775017336137571566687750173361375715666877501733613757156668775017336137571566687750173361375715666877501733613757156668775017336137571566687750173361375715666877501733613757156668775017336137571566687750173361375715666877501733613757156668775017336137571566687750173361375715666877501733613757156668775017336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3998453-dc35-41a9-9ef4-73cc8fd6f454, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15733391552992085998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573339155299208599815733391552992085998157333915529920859981573339155299208599815733391552992085998157333915529920859981573339155299208599815733391552992085998157333915529920859981573339155299208599815733391552992085998157333915529920859981573339155299208599815733391552992085998157333915529920859981573339155299208599815733391552992085998157333915529920859981573339155299208599815733391552992085998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ea626c4-0e1d-4f46-8199-adb71d9c836c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 475090d0-cde6-47d7-b0a8-cf9216c08a4b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 475090d0-cde6-47d7-b0a8-cf9216c08a4b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 697250900787555407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "697250900787555407697250900787555407697250900787555407697250900787555407697250900787555407697250900787555407697250900787555407697250900787555407697250900787555407697250900787555407697250900787555407697250900787555407697250900787555407697250900787555407697250900787555407697250900787555407697250900787555407697250900787555407697250900787555407697250900787555407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3998453-dc35-41a9-9ef4-73cc8fd6f454, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecc0475d-d344-41f2-b21b-7b0e171d27e6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc0475d-d344-41f2-b21b-7b0e171d27e6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5907990848492464639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59079908484924646395907990848492464639590799084849246463959079908484924646395907990848492464639590799084849246463959079908484924646395907990848492464639590799084849246463959079908484924646395907990848492464639590799084849246463959079908484924646395907990848492464639590799084849246463959079908484924646395907990848492464639590799084849246463959079908484924646395907990848492464639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc0475d-d344-41f2-b21b-7b0e171d27e6, ghrun-saptlbqaqq.auto.internal:22054): 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 72075186224038919." issue_code: 2026 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tf2x28qee9rhwdvph2whs" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 475090d0-cde6-47d7-b0a8-cf9216c08a4b, ghrun-saptlbqaqq.auto.internal:22054): 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 72075186224038901." issue_code: 2026 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tf2w83w937748a0wdjhrt" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
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 72075186224038919." issue_code: 2026 severity: 1 (server_code: 400170)
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 72075186224038901." issue_code: 2026 severity: 1 (server_code: 400170)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 286c7be5-8e0b-4df6-be0d-bc9247dd4bf5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 286c7be5-8e0b-4df6-be0d-bc9247dd4bf5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15323726064599377885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532372606459937788515323726064599377885153237260645993778851532372606459937788515323726064599377885153237260645993778851532372606459937788515323726064599377885153237260645993778851532372606459937788515323726064599377885153237260645993778851532372606459937788515323726064599377885153237260645993778851532372606459937788515323726064599377885153237260645993778851532372606459937788515323726064599377885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af3cacef-bc29-4cf6-9aba-50889972e9db, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af3cacef-bc29-4cf6-9aba-50889972e9db, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2532628941044929906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25326289410449299062532628941044929906253262894104492990625326289410449299062532628941044929906253262894104492990625326289410449299062532628941044929906253262894104492990625326289410449299062532628941044929906253262894104492990625326289410449299062532628941044929906253262894104492990625326289410449299062532628941044929906253262894104492990625326289410449299062532628941044929906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af3cacef-bc29-4cf6-9aba-50889972e9db, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a844c87-df7c-46dc-88fe-4a9706b5b3db, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a844c87-df7c-46dc-88fe-4a9706b5b3db, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6080421533538679212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60804215335386792126080421533538679212608042153353867921260804215335386792126080421533538679212608042153353867921260804215335386792126080421533538679212608042153353867921260804215335386792126080421533538679212608042153353867921260804215335386792126080421533538679212608042153353867921260804215335386792126080421533538679212608042153353867921260804215335386792126080421533538679212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 286c7be5-8e0b-4df6-be0d-bc9247dd4bf5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8281b64c-ff1d-4981-8e32-639969cd7c8c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8281b64c-ff1d-4981-8e32-639969cd7c8c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18199314402945943787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819931440294594378718199314402945943787181993144029459437871819931440294594378718199314402945943787181993144029459437871819931440294594378718199314402945943787181993144029459437871819931440294594378718199314402945943787181993144029459437871819931440294594378718199314402945943787181993144029459437871819931440294594378718199314402945943787181993144029459437871819931440294594378718199314402945943787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a844c87-df7c-46dc-88fe-4a9706b5b3db, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7996b7c-9dc2-4cd9-8077-79cf862abfb3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7996b7c-9dc2-4cd9-8077-79cf862abfb3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16353910895019884975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635391089501988497516353910895019884975163539108950198849751635391089501988497516353910895019884975163539108950198849751635391089501988497516353910895019884975163539108950198849751635391089501988497516353910895019884975163539108950198849751635391089501988497516353910895019884975163539108950198849751635391089501988497516353910895019884975163539108950198849751635391089501988497516353910895019884975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8281b64c-ff1d-4981-8e32-639969cd7c8c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tf328czxts8b7s0bqt1m0" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7996b7c-9dc2-4cd9-8077-79cf862abfb3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b07dfc1-1a93-41fe-ae9e-c74941026f6f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b07dfc1-1a93-41fe-ae9e-c74941026f6f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 436875856603490927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "436875856603490927436875856603490927436875856603490927436875856603490927436875856603490927436875856603490927436875856603490927436875856603490927436875856603490927436875856603490927436875856603490927436875856603490927436875856603490927436875856603490927436875856603490927436875856603490927436875856603490927436875856603490927436875856603490927436875856603490927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a320b46-943c-49a3-a87f-7651e0993840, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a320b46-943c-49a3-a87f-7651e0993840, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18199314402945943787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819931440294594378718199314402945943787181993144029459437871819931440294594378718199314402945943787181993144029459437871819931440294594378718199314402945943787181993144029459437871819931440294594378718199314402945943787181993144029459437871819931440294594378718199314402945943787181993144029459437871819931440294594378718199314402945943787181993144029459437871819931440294594378718199314402945943787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b07dfc1-1a93-41fe-ae9e-c74941026f6f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46d06e96-7401-4327-ae86-d260e33a8956, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46d06e96-7401-4327-ae86-d260e33a8956, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3606547429005759454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36065474290057594543606547429005759454360654742900575945436065474290057594543606547429005759454360654742900575945436065474290057594543606547429005759454360654742900575945436065474290057594543606547429005759454360654742900575945436065474290057594543606547429005759454360654742900575945436065474290057594543606547429005759454360654742900575945436065474290057594543606547429005759454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a320b46-943c-49a3-a87f-7651e0993840, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b352979b-de4c-4e90-ac75-b29f72c382ca, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b352979b-de4c-4e90-ac75-b29f72c382ca, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15479997627973236886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547999762797323688615479997627973236886154799976279732368861547999762797323688615479997627973236886154799976279732368861547999762797323688615479997627973236886154799976279732368861547999762797323688615479997627973236886154799976279732368861547999762797323688615479997627973236886154799976279732368861547999762797323688615479997627973236886154799976279732368861547999762797323688615479997627973236886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46d06e96-7401-4327-ae86-d260e33a8956, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b352979b-de4c-4e90-ac75-b29f72c382ca, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34416488-1438-42c9-9508-3f76c40026a4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e5ac4d3-334a-4301-bf4e-607a45fdfeef, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e5ac4d3-334a-4301-bf4e-607a45fdfeef, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10596280232256514815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059628023225651481510596280232256514815105962802322565148151059628023225651481510596280232256514815105962802322565148151059628023225651481510596280232256514815105962802322565148151059628023225651481510596280232256514815105962802322565148151059628023225651481510596280232256514815105962802322565148151059628023225651481510596280232256514815105962802322565148151059628023225651481510596280232256514815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34416488-1438-42c9-9508-3f76c40026a4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16361266589387706557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636126658938770655716361266589387706557163612665893877065571636126658938770655716361266589387706557163612665893877065571636126658938770655716361266589387706557163612665893877065571636126658938770655716361266589387706557163612665893877065571636126658938770655716361266589387706557163612665893877065571636126658938770655716361266589387706557163612665893877065571636126658938770655716361266589387706557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34416488-1438-42c9-9508-3f76c40026a4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a43901ca-e9aa-47bb-b1b9-5447e5f52807, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a43901ca-e9aa-47bb-b1b9-5447e5f52807, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16463096743025267760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646309674302526776016463096743025267760164630967430252677601646309674302526776016463096743025267760164630967430252677601646309674302526776016463096743025267760164630967430252677601646309674302526776016463096743025267760164630967430252677601646309674302526776016463096743025267760164630967430252677601646309674302526776016463096743025267760164630967430252677601646309674302526776016463096743025267760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a43901ca-e9aa-47bb-b1b9-5447e5f52807, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1414e164-d66d-426c-92a5-f34867c6f13f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1414e164-d66d-426c-92a5-f34867c6f13f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10003923365784043394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000392336578404339410003923365784043394100039233657840433941000392336578404339410003923365784043394100039233657840433941000392336578404339410003923365784043394100039233657840433941000392336578404339410003923365784043394100039233657840433941000392336578404339410003923365784043394100039233657840433941000392336578404339410003923365784043394100039233657840433941000392336578404339410003923365784043394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1414e164-d66d-426c-92a5-f34867c6f13f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80c1c535-cd9a-453c-9797-8e1857674b2a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80c1c535-cd9a-453c-9797-8e1857674b2a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8814521525944543266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88145215259445432668814521525944543266881452152594454326688145215259445432668814521525944543266881452152594454326688145215259445432668814521525944543266881452152594454326688145215259445432668814521525944543266881452152594454326688145215259445432668814521525944543266881452152594454326688145215259445432668814521525944543266881452152594454326688145215259445432668814521525944543266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e5ac4d3-334a-4301-bf4e-607a45fdfeef, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80c1c535-cd9a-453c-9797-8e1857674b2a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfe6354d-cc2d-471d-a069-201a271d0a90, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfe6354d-cc2d-471d-a069-201a271d0a90, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6587502749393215172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65875027493932151726587502749393215172658750274939321517265875027493932151726587502749393215172658750274939321517265875027493932151726587502749393215172658750274939321517265875027493932151726587502749393215172658750274939321517265875027493932151726587502749393215172658750274939321517265875027493932151726587502749393215172658750274939321517265875027493932151726587502749393215172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffe1a056-af73-40ce-a4bb-21bec416daf3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffe1a056-af73-40ce-a4bb-21bec416daf3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16394663818551835451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639466381855183545116394663818551835451163946638185518354511639466381855183545116394663818551835451163946638185518354511639466381855183545116394663818551835451163946638185518354511639466381855183545116394663818551835451163946638185518354511639466381855183545116394663818551835451163946638185518354511639466381855183545116394663818551835451163946638185518354511639466381855183545116394663818551835451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffe1a056-af73-40ce-a4bb-21bec416daf3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa56e732-7a6c-494e-a5a1-473674218928, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfe6354d-cc2d-471d-a069-201a271d0a90, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21637c96-fe97-4869-b242-ad310728a281, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21637c96-fe97-4869-b242-ad310728a281, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8855960546686447463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88559605466864474638855960546686447463885596054668644746388559605466864474638855960546686447463885596054668644746388559605466864474638855960546686447463885596054668644746388559605466864474638855960546686447463885596054668644746388559605466864474638855960546686447463885596054668644746388559605466864474638855960546686447463885596054668644746388559605466864474638855960546686447463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa56e732-7a6c-494e-a5a1-473674218928, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14837131966121319365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483713196612131936514837131966121319365148371319661213193651483713196612131936514837131966121319365148371319661213193651483713196612131936514837131966121319365148371319661213193651483713196612131936514837131966121319365148371319661213193651483713196612131936514837131966121319365148371319661213193651483713196612131936514837131966121319365148371319661213193651483713196612131936514837131966121319365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21637c96-fe97-4869-b242-ad310728a281, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95317db7-13f5-48d3-bc63-ff0ba2cb7f43, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa56e732-7a6c-494e-a5a1-473674218928, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95317db7-13f5-48d3-bc63-ff0ba2cb7f43, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9738738722137111808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97387387221371118089738738722137111808973873872213711180897387387221371118089738738722137111808973873872213711180897387387221371118089738738722137111808973873872213711180897387387221371118089738738722137111808973873872213711180897387387221371118089738738722137111808973873872213711180897387387221371118089738738722137111808973873872213711180897387387221371118089738738722137111808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca7d26c9-26f8-468a-b1e1-312cc6cbace6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca7d26c9-26f8-468a-b1e1-312cc6cbace6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13861405760025740348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386140576002574034813861405760025740348138614057600257403481386140576002574034813861405760025740348138614057600257403481386140576002574034813861405760025740348138614057600257403481386140576002574034813861405760025740348138614057600257403481386140576002574034813861405760025740348138614057600257403481386140576002574034813861405760025740348138614057600257403481386140576002574034813861405760025740348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95317db7-13f5-48d3-bc63-ff0ba2cb7f43, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca7d26c9-26f8-468a-b1e1-312cc6cbace6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 355efdc5-dbf5-47fb-b505-bab9b4272efc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4deb2d2-33f2-486c-8e12-44ae4c8a2640, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 355efdc5-dbf5-47fb-b505-bab9b4272efc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13043222595234054514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304322259523405451413043222595234054514130432225952340545141304322259523405451413043222595234054514130432225952340545141304322259523405451413043222595234054514130432225952340545141304322259523405451413043222595234054514130432225952340545141304322259523405451413043222595234054514130432225952340545141304322259523405451413043222595234054514130432225952340545141304322259523405451413043222595234054514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4deb2d2-33f2-486c-8e12-44ae4c8a2640, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4693535886441798060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46935358864417980604693535886441798060469353588644179806046935358864417980604693535886441798060469353588644179806046935358864417980604693535886441798060469353588644179806046935358864417980604693535886441798060469353588644179806046935358864417980604693535886441798060469353588644179806046935358864417980604693535886441798060469353588644179806046935358864417980604693535886441798060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 355efdc5-dbf5-47fb-b505-bab9b4272efc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b1e3677-c692-49a8-9423-efcca6c4b4e8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b1e3677-c692-49a8-9423-efcca6c4b4e8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 636288211931297403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "636288211931297403636288211931297403636288211931297403636288211931297403636288211931297403636288211931297403636288211931297403636288211931297403636288211931297403636288211931297403636288211931297403636288211931297403636288211931297403636288211931297403636288211931297403636288211931297403636288211931297403636288211931297403636288211931297403636288211931297403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4deb2d2-33f2-486c-8e12-44ae4c8a2640, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 850a3ac6-1de5-45ce-8dd2-af71f4251218, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 850a3ac6-1de5-45ce-8dd2-af71f4251218, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9747073281241959658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97470732812419596589747073281241959658974707328124195965897470732812419596589747073281241959658974707328124195965897470732812419596589747073281241959658974707328124195965897470732812419596589747073281241959658974707328124195965897470732812419596589747073281241959658974707328124195965897470732812419596589747073281241959658974707328124195965897470732812419596589747073281241959658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b1e3677-c692-49a8-9423-efcca6c4b4e8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1fb95c0-4d46-4313-bda4-99a228f0f659, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1fb95c0-4d46-4313-bda4-99a228f0f659, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18283978487956633602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828397848795663360218283978487956633602182839784879566336021828397848795663360218283978487956633602182839784879566336021828397848795663360218283978487956633602182839784879566336021828397848795663360218283978487956633602182839784879566336021828397848795663360218283978487956633602182839784879566336021828397848795663360218283978487956633602182839784879566336021828397848795663360218283978487956633602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 850a3ac6-1de5-45ce-8dd2-af71f4251218, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9111c998-2d47-434a-bbc7-130333b159a7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9111c998-2d47-434a-bbc7-130333b159a7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1032458262879543418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10324582628795434181032458262879543418103245826287954341810324582628795434181032458262879543418103245826287954341810324582628795434181032458262879543418103245826287954341810324582628795434181032458262879543418103245826287954341810324582628795434181032458262879543418103245826287954341810324582628795434181032458262879543418103245826287954341810324582628795434181032458262879543418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1fb95c0-4d46-4313-bda4-99a228f0f659, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83e434c4-07f4-4594-ace7-be1a479e4da8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83e434c4-07f4-4594-ace7-be1a479e4da8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7850738766044167502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78507387660441675027850738766044167502785073876604416750278507387660441675027850738766044167502785073876604416750278507387660441675027850738766044167502785073876604416750278507387660441675027850738766044167502785073876604416750278507387660441675027850738766044167502785073876604416750278507387660441675027850738766044167502785073876604416750278507387660441675027850738766044167502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9111c998-2d47-434a-bbc7-130333b159a7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d742d3a-9484-41c7-838b-c0d31254212b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d742d3a-9484-41c7-838b-c0d31254212b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5134469677486475463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51344696774864754635134469677486475463513446967748647546351344696774864754635134469677486475463513446967748647546351344696774864754635134469677486475463513446967748647546351344696774864754635134469677486475463513446967748647546351344696774864754635134469677486475463513446967748647546351344696774864754635134469677486475463513446967748647546351344696774864754635134469677486475463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83e434c4-07f4-4594-ace7-be1a479e4da8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c36fd800-c9f8-4251-8bcd-e347bd585068, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c36fd800-c9f8-4251-8bcd-e347bd585068, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8796023181194985513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87960231811949855138796023181194985513879602318119498551387960231811949855138796023181194985513879602318119498551387960231811949855138796023181194985513879602318119498551387960231811949855138796023181194985513879602318119498551387960231811949855138796023181194985513879602318119498551387960231811949855138796023181194985513879602318119498551387960231811949855138796023181194985513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d742d3a-9484-41c7-838b-c0d31254212b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f28509f-f05f-4d02-8eba-00bb0a14355e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f28509f-f05f-4d02-8eba-00bb0a14355e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17108197998275799668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710819799827579966817108197998275799668171081979982757996681710819799827579966817108197998275799668171081979982757996681710819799827579966817108197998275799668171081979982757996681710819799827579966817108197998275799668171081979982757996681710819799827579966817108197998275799668171081979982757996681710819799827579966817108197998275799668171081979982757996681710819799827579966817108197998275799668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c36fd800-c9f8-4251-8bcd-e347bd585068, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f821e549-2c7b-41bc-b82b-bb5511f12eda, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f821e549-2c7b-41bc-b82b-bb5511f12eda, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11675305251847768493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167530525184776849311675305251847768493116753052518477684931167530525184776849311675305251847768493116753052518477684931167530525184776849311675305251847768493116753052518477684931167530525184776849311675305251847768493116753052518477684931167530525184776849311675305251847768493116753052518477684931167530525184776849311675305251847768493116753052518477684931167530525184776849311675305251847768493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f28509f-f05f-4d02-8eba-00bb0a14355e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e26e4a9-d9ed-4c6e-a305-b073b91d8a71, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e26e4a9-d9ed-4c6e-a305-b073b91d8a71, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9235301019472324454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92353010194723244549235301019472324454923530101947232445492353010194723244549235301019472324454923530101947232445492353010194723244549235301019472324454923530101947232445492353010194723244549235301019472324454923530101947232445492353010194723244549235301019472324454923530101947232445492353010194723244549235301019472324454923530101947232445492353010194723244549235301019472324454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f821e549-2c7b-41bc-b82b-bb5511f12eda, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e26e4a9-d9ed-4c6e-a305-b073b91d8a71, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01d316f1-81cc-445d-b0c7-e714baa59313, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01d316f1-81cc-445d-b0c7-e714baa59313, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2153445976848764271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21534459768487642712153445976848764271215344597684876427121534459768487642712153445976848764271215344597684876427121534459768487642712153445976848764271215344597684876427121534459768487642712153445976848764271215344597684876427121534459768487642712153445976848764271215344597684876427121534459768487642712153445976848764271215344597684876427121534459768487642712153445976848764271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd0cb2c4-fe10-4040-9e67-cd49cad6b711, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd0cb2c4-fe10-4040-9e67-cd49cad6b711, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2378924907114817445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23789249071148174452378924907114817445237892490711481744523789249071148174452378924907114817445237892490711481744523789249071148174452378924907114817445237892490711481744523789249071148174452378924907114817445237892490711481744523789249071148174452378924907114817445237892490711481744523789249071148174452378924907114817445237892490711481744523789249071148174452378924907114817445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd0cb2c4-fe10-4040-9e67-cd49cad6b711, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07a22359-1963-4aa6-a07f-8958dcf0d80e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07a22359-1963-4aa6-a07f-8958dcf0d80e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16530557257749926382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653055725774992638216530557257749926382165305572577499263821653055725774992638216530557257749926382165305572577499263821653055725774992638216530557257749926382165305572577499263821653055725774992638216530557257749926382165305572577499263821653055725774992638216530557257749926382165305572577499263821653055725774992638216530557257749926382165305572577499263821653055725774992638216530557257749926382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01d316f1-81cc-445d-b0c7-e714baa59313, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aac49292-d2d8-4157-904e-9d8334815dca, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07a22359-1963-4aa6-a07f-8958dcf0d80e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aac49292-d2d8-4157-904e-9d8334815dca, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10012763887634193685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001276388763419368510012763887634193685100127638876341936851001276388763419368510012763887634193685100127638876341936851001276388763419368510012763887634193685100127638876341936851001276388763419368510012763887634193685100127638876341936851001276388763419368510012763887634193685100127638876341936851001276388763419368510012763887634193685100127638876341936851001276388763419368510012763887634193685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7322a9d8-e550-407a-af54-04a2627bceb2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7322a9d8-e550-407a-af54-04a2627bceb2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1343832219622542341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13438322196225423411343832219622542341134383221962254234113438322196225423411343832219622542341134383221962254234113438322196225423411343832219622542341134383221962254234113438322196225423411343832219622542341134383221962254234113438322196225423411343832219622542341134383221962254234113438322196225423411343832219622542341134383221962254234113438322196225423411343832219622542341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aac49292-d2d8-4157-904e-9d8334815dca, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70c6dc42-509d-493f-a692-1b57b4aa89f6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70c6dc42-509d-493f-a692-1b57b4aa89f6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6313880303990136313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63138803039901363136313880303990136313631388030399013631363138803039901363136313880303990136313631388030399013631363138803039901363136313880303990136313631388030399013631363138803039901363136313880303990136313631388030399013631363138803039901363136313880303990136313631388030399013631363138803039901363136313880303990136313631388030399013631363138803039901363136313880303990136313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7322a9d8-e550-407a-af54-04a2627bceb2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74ab7bf5-1379-4050-8011-52532274290d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74ab7bf5-1379-4050-8011-52532274290d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6698813311229567229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66988133112295672296698813311229567229669881331122956722966988133112295672296698813311229567229669881331122956722966988133112295672296698813311229567229669881331122956722966988133112295672296698813311229567229669881331122956722966988133112295672296698813311229567229669881331122956722966988133112295672296698813311229567229669881331122956722966988133112295672296698813311229567229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70c6dc42-509d-493f-a692-1b57b4aa89f6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74ab7bf5-1379-4050-8011-52532274290d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ebdac79-ee28-4906-84a9-63c7b1971117, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1858b5b9-8313-486b-acb1-5acf556642cb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ebdac79-ee28-4906-84a9-63c7b1971117, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14434736876077527553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443473687607752755314434736876077527553144347368760775275531443473687607752755314434736876077527553144347368760775275531443473687607752755314434736876077527553144347368760775275531443473687607752755314434736876077527553144347368760775275531443473687607752755314434736876077527553144347368760775275531443473687607752755314434736876077527553144347368760775275531443473687607752755314434736876077527553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1858b5b9-8313-486b-acb1-5acf556642cb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4900780339977927151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49007803399779271514900780339977927151490078033997792715149007803399779271514900780339977927151490078033997792715149007803399779271514900780339977927151490078033997792715149007803399779271514900780339977927151490078033997792715149007803399779271514900780339977927151490078033997792715149007803399779271514900780339977927151490078033997792715149007803399779271514900780339977927151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1858b5b9-8313-486b-acb1-5acf556642cb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ebdac79-ee28-4906-84a9-63c7b1971117, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b91addf3-a85a-48a3-a3b8-80b988951acd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91addf3-a85a-48a3-a3b8-80b988951acd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10709009129923473293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070900912992347329310709009129923473293107090091299234732931070900912992347329310709009129923473293107090091299234732931070900912992347329310709009129923473293107090091299234732931070900912992347329310709009129923473293107090091299234732931070900912992347329310709009129923473293107090091299234732931070900912992347329310709009129923473293107090091299234732931070900912992347329310709009129923473293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c08d5738-b23a-4871-89ef-940a0d0d6af9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c08d5738-b23a-4871-89ef-940a0d0d6af9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14150216578979151017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415021657897915101714150216578979151017141502165789791510171415021657897915101714150216578979151017141502165789791510171415021657897915101714150216578979151017141502165789791510171415021657897915101714150216578979151017141502165789791510171415021657897915101714150216578979151017141502165789791510171415021657897915101714150216578979151017141502165789791510171415021657897915101714150216578979151017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c08d5738-b23a-4871-89ef-940a0d0d6af9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb238046-7e21-4bae-ae80-8d6fd4b7c7c7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb238046-7e21-4bae-ae80-8d6fd4b7c7c7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1565729711374888914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15657297113748889141565729711374888914156572971137488891415657297113748889141565729711374888914156572971137488891415657297113748889141565729711374888914156572971137488891415657297113748889141565729711374888914156572971137488891415657297113748889141565729711374888914156572971137488891415657297113748889141565729711374888914156572971137488891415657297113748889141565729711374888914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb238046-7e21-4bae-ae80-8d6fd4b7c7c7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 073e0c68-eea9-49d0-8f65-8894e71b3a27, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 073e0c68-eea9-49d0-8f65-8894e71b3a27, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9103309235932567360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91033092359325673609103309235932567360910330923593256736091033092359325673609103309235932567360910330923593256736091033092359325673609103309235932567360910330923593256736091033092359325673609103309235932567360910330923593256736091033092359325673609103309235932567360910330923593256736091033092359325673609103309235932567360910330923593256736091033092359325673609103309235932567360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91addf3-a85a-48a3-a3b8-80b988951acd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 073e0c68-eea9-49d0-8f65-8894e71b3a27, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 254f43e7-b249-4b6d-8721-c37012e6e737, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 254f43e7-b249-4b6d-8721-c37012e6e737, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 929758747981512495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "929758747981512495929758747981512495929758747981512495929758747981512495929758747981512495929758747981512495929758747981512495929758747981512495929758747981512495929758747981512495929758747981512495929758747981512495929758747981512495929758747981512495929758747981512495929758747981512495929758747981512495929758747981512495929758747981512495929758747981512495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73fa1314-0091-42b8-a286-a8babf2e5059, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73fa1314-0091-42b8-a286-a8babf2e5059, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8405881178962142105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84058811789621421058405881178962142105840588117896214210584058811789621421058405881178962142105840588117896214210584058811789621421058405881178962142105840588117896214210584058811789621421058405881178962142105840588117896214210584058811789621421058405881178962142105840588117896214210584058811789621421058405881178962142105840588117896214210584058811789621421058405881178962142105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 254f43e7-b249-4b6d-8721-c37012e6e737, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5ffeb2e-5a2a-4fbc-b1c7-be9dba6cb524, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5ffeb2e-5a2a-4fbc-b1c7-be9dba6cb524, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14434457114068640654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443445711406864065414434457114068640654144344571140686406541443445711406864065414434457114068640654144344571140686406541443445711406864065414434457114068640654144344571140686406541443445711406864065414434457114068640654144344571140686406541443445711406864065414434457114068640654144344571140686406541443445711406864065414434457114068640654144344571140686406541443445711406864065414434457114068640654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73fa1314-0091-42b8-a286-a8babf2e5059, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dad54d0-06fd-4c75-8989-e9928e4105c0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dad54d0-06fd-4c75-8989-e9928e4105c0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7572130268719457289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75721302687194572897572130268719457289757213026871945728975721302687194572897572130268719457289757213026871945728975721302687194572897572130268719457289757213026871945728975721302687194572897572130268719457289757213026871945728975721302687194572897572130268719457289757213026871945728975721302687194572897572130268719457289757213026871945728975721302687194572897572130268719457289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5ffeb2e-5a2a-4fbc-b1c7-be9dba6cb524, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37279206-5b16-43d9-9bed-a57837c446a3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37279206-5b16-43d9-9bed-a57837c446a3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 657050321755710920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "657050321755710920657050321755710920657050321755710920657050321755710920657050321755710920657050321755710920657050321755710920657050321755710920657050321755710920657050321755710920657050321755710920657050321755710920657050321755710920657050321755710920657050321755710920657050321755710920657050321755710920657050321755710920657050321755710920657050321755710920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dad54d0-06fd-4c75-8989-e9928e4105c0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37279206-5b16-43d9-9bed-a57837c446a3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7df954d1-c1d5-4937-bdd2-c009a3b7708d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7df954d1-c1d5-4937-bdd2-c009a3b7708d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13903384890033499798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390338489003349979813903384890033499798139033848900334997981390338489003349979813903384890033499798139033848900334997981390338489003349979813903384890033499798139033848900334997981390338489003349979813903384890033499798139033848900334997981390338489003349979813903384890033499798139033848900334997981390338489003349979813903384890033499798139033848900334997981390338489003349979813903384890033499798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b04d7880-ece9-433e-a9fa-79d28f654eb5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b04d7880-ece9-433e-a9fa-79d28f654eb5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14812729084644446837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481272908464444683714812729084644446837148127290846444468371481272908464444683714812729084644446837148127290846444468371481272908464444683714812729084644446837148127290846444468371481272908464444683714812729084644446837148127290846444468371481272908464444683714812729084644446837148127290846444468371481272908464444683714812729084644446837148127290846444468371481272908464444683714812729084644446837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7df954d1-c1d5-4937-bdd2-c009a3b7708d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d5c8a28-8a4f-4a77-a24c-490fa42ee282, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5c8a28-8a4f-4a77-a24c-490fa42ee282, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5775983722529911973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57759837225299119735775983722529911973577598372252991197357759837225299119735775983722529911973577598372252991197357759837225299119735775983722529911973577598372252991197357759837225299119735775983722529911973577598372252991197357759837225299119735775983722529911973577598372252991197357759837225299119735775983722529911973577598372252991197357759837225299119735775983722529911973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b04d7880-ece9-433e-a9fa-79d28f654eb5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63e351fa-c62d-47ba-bdba-5dd2df928368, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63e351fa-c62d-47ba-bdba-5dd2df928368, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4006454065596555331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40064540655965553314006454065596555331400645406559655533140064540655965553314006454065596555331400645406559655533140064540655965553314006454065596555331400645406559655533140064540655965553314006454065596555331400645406559655533140064540655965553314006454065596555331400645406559655533140064540655965553314006454065596555331400645406559655533140064540655965553314006454065596555331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5c8a28-8a4f-4a77-a24c-490fa42ee282, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25bcc9b2-6a06-45ca-961e-30e3768a97d8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25bcc9b2-6a06-45ca-961e-30e3768a97d8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15856644462406680658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585664446240668065815856644462406680658158566444624066806581585664446240668065815856644462406680658158566444624066806581585664446240668065815856644462406680658158566444624066806581585664446240668065815856644462406680658158566444624066806581585664446240668065815856644462406680658158566444624066806581585664446240668065815856644462406680658158566444624066806581585664446240668065815856644462406680658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63e351fa-c62d-47ba-bdba-5dd2df928368, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5381ced-392a-4f09-852a-003b42ded53d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5381ced-392a-4f09-852a-003b42ded53d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16136331658397444470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613633165839744447016136331658397444470161363316583974444701613633165839744447016136331658397444470161363316583974444701613633165839744447016136331658397444470161363316583974444701613633165839744447016136331658397444470161363316583974444701613633165839744447016136331658397444470161363316583974444701613633165839744447016136331658397444470161363316583974444701613633165839744447016136331658397444470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25bcc9b2-6a06-45ca-961e-30e3768a97d8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39740fe5-9ee0-4bb8-aac1-03b93d8e58c3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39740fe5-9ee0-4bb8-aac1-03b93d8e58c3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9735640457754477010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97356404577544770109735640457754477010973564045775447701097356404577544770109735640457754477010973564045775447701097356404577544770109735640457754477010973564045775447701097356404577544770109735640457754477010973564045775447701097356404577544770109735640457754477010973564045775447701097356404577544770109735640457754477010973564045775447701097356404577544770109735640457754477010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5381ced-392a-4f09-852a-003b42ded53d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84fcfe29-bc87-4a53-88ea-eee4009e1cb7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84fcfe29-bc87-4a53-88ea-eee4009e1cb7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13951614931443156328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395161493144315632813951614931443156328139516149314431563281395161493144315632813951614931443156328139516149314431563281395161493144315632813951614931443156328139516149314431563281395161493144315632813951614931443156328139516149314431563281395161493144315632813951614931443156328139516149314431563281395161493144315632813951614931443156328139516149314431563281395161493144315632813951614931443156328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39740fe5-9ee0-4bb8-aac1-03b93d8e58c3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b53e56ef-ad87-4bb0-8efa-9d917bdf6f53, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b53e56ef-ad87-4bb0-8efa-9d917bdf6f53, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3408962879324277397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34089628793242773973408962879324277397340896287932427739734089628793242773973408962879324277397340896287932427739734089628793242773973408962879324277397340896287932427739734089628793242773973408962879324277397340896287932427739734089628793242773973408962879324277397340896287932427739734089628793242773973408962879324277397340896287932427739734089628793242773973408962879324277397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84fcfe29-bc87-4a53-88ea-eee4009e1cb7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a917ef3-4021-4c87-b181-033a500e2516, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a917ef3-4021-4c87-b181-033a500e2516, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1925492261363808645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19254922613638086451925492261363808645192549226136380864519254922613638086451925492261363808645192549226136380864519254922613638086451925492261363808645192549226136380864519254922613638086451925492261363808645192549226136380864519254922613638086451925492261363808645192549226136380864519254922613638086451925492261363808645192549226136380864519254922613638086451925492261363808645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b53e56ef-ad87-4bb0-8efa-9d917bdf6f53, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8b73f25-7939-4075-8923-e5866aba798c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8b73f25-7939-4075-8923-e5866aba798c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5405174802736625893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54051748027366258935405174802736625893540517480273662589354051748027366258935405174802736625893540517480273662589354051748027366258935405174802736625893540517480273662589354051748027366258935405174802736625893540517480273662589354051748027366258935405174802736625893540517480273662589354051748027366258935405174802736625893540517480273662589354051748027366258935405174802736625893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8b73f25-7939-4075-8923-e5866aba798c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46f17e58-8595-4ad0-ae3b-6da97655a5a0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a917ef3-4021-4c87-b181-033a500e2516, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46f17e58-8595-4ad0-ae3b-6da97655a5a0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 57681592145090031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5768159214509003157681592145090031576815921450900315768159214509003157681592145090031576815921450900315768159214509003157681592145090031576815921450900315768159214509003157681592145090031576815921450900315768159214509003157681592145090031576815921450900315768159214509003157681592145090031576815921450900315768159214509003157681592145090031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9c218df-8c10-4048-afaa-0e3a0916f36d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9c218df-8c10-4048-afaa-0e3a0916f36d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15694935295492352672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569493529549235267215694935295492352672156949352954923526721569493529549235267215694935295492352672156949352954923526721569493529549235267215694935295492352672156949352954923526721569493529549235267215694935295492352672156949352954923526721569493529549235267215694935295492352672156949352954923526721569493529549235267215694935295492352672156949352954923526721569493529549235267215694935295492352672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46f17e58-8595-4ad0-ae3b-6da97655a5a0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bc3799e-e3a5-4c7e-ab84-9e3f34a2e675, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bc3799e-e3a5-4c7e-ab84-9e3f34a2e675, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8380483306014136486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83804833060141364868380483306014136486838048330601413648683804833060141364868380483306014136486838048330601413648683804833060141364868380483306014136486838048330601413648683804833060141364868380483306014136486838048330601413648683804833060141364868380483306014136486838048330601413648683804833060141364868380483306014136486838048330601413648683804833060141364868380483306014136486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9c218df-8c10-4048-afaa-0e3a0916f36d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f44537cb-7ecb-499b-82ff-1a3af4144d12, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f44537cb-7ecb-499b-82ff-1a3af4144d12, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5960556830857401355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59605568308574013555960556830857401355596055683085740135559605568308574013555960556830857401355596055683085740135559605568308574013555960556830857401355596055683085740135559605568308574013555960556830857401355596055683085740135559605568308574013555960556830857401355596055683085740135559605568308574013555960556830857401355596055683085740135559605568308574013555960556830857401355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bc3799e-e3a5-4c7e-ab84-9e3f34a2e675, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f91a6bd-653a-420c-9edc-dcce188aa71a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f91a6bd-653a-420c-9edc-dcce188aa71a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7142858727623078180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71428587276230781807142858727623078180714285872762307818071428587276230781807142858727623078180714285872762307818071428587276230781807142858727623078180714285872762307818071428587276230781807142858727623078180714285872762307818071428587276230781807142858727623078180714285872762307818071428587276230781807142858727623078180714285872762307818071428587276230781807142858727623078180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f44537cb-7ecb-499b-82ff-1a3af4144d12, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14fa2251-e4f3-4e19-88fb-0d62e48149ca, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14fa2251-e4f3-4e19-88fb-0d62e48149ca, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 169123244903043336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "169123244903043336169123244903043336169123244903043336169123244903043336169123244903043336169123244903043336169123244903043336169123244903043336169123244903043336169123244903043336169123244903043336169123244903043336169123244903043336169123244903043336169123244903043336169123244903043336169123244903043336169123244903043336169123244903043336169123244903043336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f91a6bd-653a-420c-9edc-dcce188aa71a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2755d25b-8978-4826-8a06-ac564361a905, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2755d25b-8978-4826-8a06-ac564361a905, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3707956440117634564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37079564401176345643707956440117634564370795644011763456437079564401176345643707956440117634564370795644011763456437079564401176345643707956440117634564370795644011763456437079564401176345643707956440117634564370795644011763456437079564401176345643707956440117634564370795644011763456437079564401176345643707956440117634564370795644011763456437079564401176345643707956440117634564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14fa2251-e4f3-4e19-88fb-0d62e48149ca, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5c33c3a-bd5f-4a6b-8685-67257e658497, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5c33c3a-bd5f-4a6b-8685-67257e658497, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4232457260395197796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42324572603951977964232457260395197796423245726039519779642324572603951977964232457260395197796423245726039519779642324572603951977964232457260395197796423245726039519779642324572603951977964232457260395197796423245726039519779642324572603951977964232457260395197796423245726039519779642324572603951977964232457260395197796423245726039519779642324572603951977964232457260395197796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2755d25b-8978-4826-8a06-ac564361a905, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7dd9e4bf-9014-480f-9825-f14486cc9531, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dd9e4bf-9014-480f-9825-f14486cc9531, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7032710956274739438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70327109562747394387032710956274739438703271095627473943870327109562747394387032710956274739438703271095627473943870327109562747394387032710956274739438703271095627473943870327109562747394387032710956274739438703271095627473943870327109562747394387032710956274739438703271095627473943870327109562747394387032710956274739438703271095627473943870327109562747394387032710956274739438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5c33c3a-bd5f-4a6b-8685-67257e658497, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dd9e4bf-9014-480f-9825-f14486cc9531, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 344360f1-8a84-44ae-83f9-ee798b434cf2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9735a95a-b936-46c9-a3cb-d23831dba877, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 344360f1-8a84-44ae-83f9-ee798b434cf2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13757133842885458989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375713384288545898913757133842885458989137571338428854589891375713384288545898913757133842885458989137571338428854589891375713384288545898913757133842885458989137571338428854589891375713384288545898913757133842885458989137571338428854589891375713384288545898913757133842885458989137571338428854589891375713384288545898913757133842885458989137571338428854589891375713384288545898913757133842885458989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9735a95a-b936-46c9-a3cb-d23831dba877, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6323994403546662397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63239944035466623976323994403546662397632399440354666239763239944035466623976323994403546662397632399440354666239763239944035466623976323994403546662397632399440354666239763239944035466623976323994403546662397632399440354666239763239944035466623976323994403546662397632399440354666239763239944035466623976323994403546662397632399440354666239763239944035466623976323994403546662397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 344360f1-8a84-44ae-83f9-ee798b434cf2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2444d184-2e1f-4c29-9339-fa3ef8e9076b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2444d184-2e1f-4c29-9339-fa3ef8e9076b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2229682824293284458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22296828242932844582229682824293284458222968282429328445822296828242932844582229682824293284458222968282429328445822296828242932844582229682824293284458222968282429328445822296828242932844582229682824293284458222968282429328445822296828242932844582229682824293284458222968282429328445822296828242932844582229682824293284458222968282429328445822296828242932844582229682824293284458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9735a95a-b936-46c9-a3cb-d23831dba877, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5086065-68b5-4ecf-a9d9-f052b974ed29, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5086065-68b5-4ecf-a9d9-f052b974ed29, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1888030401631746571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18880304016317465711888030401631746571188803040163174657118880304016317465711888030401631746571188803040163174657118880304016317465711888030401631746571188803040163174657118880304016317465711888030401631746571188803040163174657118880304016317465711888030401631746571188803040163174657118880304016317465711888030401631746571188803040163174657118880304016317465711888030401631746571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2444d184-2e1f-4c29-9339-fa3ef8e9076b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 796742b7-2cd7-48d8-aea2-1905366a8c0b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 796742b7-2cd7-48d8-aea2-1905366a8c0b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10849557344501737230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084955734450173723010849557344501737230108495573445017372301084955734450173723010849557344501737230108495573445017372301084955734450173723010849557344501737230108495573445017372301084955734450173723010849557344501737230108495573445017372301084955734450173723010849557344501737230108495573445017372301084955734450173723010849557344501737230108495573445017372301084955734450173723010849557344501737230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5086065-68b5-4ecf-a9d9-f052b974ed29, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36e4d264-00d2-46a3-94db-bf16ce98b4cd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e4d264-00d2-46a3-94db-bf16ce98b4cd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3472349787149535625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34723497871495356253472349787149535625347234978714953562534723497871495356253472349787149535625347234978714953562534723497871495356253472349787149535625347234978714953562534723497871495356253472349787149535625347234978714953562534723497871495356253472349787149535625347234978714953562534723497871495356253472349787149535625347234978714953562534723497871495356253472349787149535625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 796742b7-2cd7-48d8-aea2-1905366a8c0b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 933367f7-9c62-4724-a879-1e7a5c5d8609, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e4d264-00d2-46a3-94db-bf16ce98b4cd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 933367f7-9c62-4724-a879-1e7a5c5d8609, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11893953624716608273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189395362471660827311893953624716608273118939536247166082731189395362471660827311893953624716608273118939536247166082731189395362471660827311893953624716608273118939536247166082731189395362471660827311893953624716608273118939536247166082731189395362471660827311893953624716608273118939536247166082731189395362471660827311893953624716608273118939536247166082731189395362471660827311893953624716608273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20377439-127d-4a2d-8016-3ee2d5ffd266, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20377439-127d-4a2d-8016-3ee2d5ffd266, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10742032318148969398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074203231814896939810742032318148969398107420323181489693981074203231814896939810742032318148969398107420323181489693981074203231814896939810742032318148969398107420323181489693981074203231814896939810742032318148969398107420323181489693981074203231814896939810742032318148969398107420323181489693981074203231814896939810742032318148969398107420323181489693981074203231814896939810742032318148969398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 933367f7-9c62-4724-a879-1e7a5c5d8609, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99540b9d-698e-483e-8331-10bde1531d01, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99540b9d-698e-483e-8331-10bde1531d01, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10348267291993443237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034826729199344323710348267291993443237103482672919934432371034826729199344323710348267291993443237103482672919934432371034826729199344323710348267291993443237103482672919934432371034826729199344323710348267291993443237103482672919934432371034826729199344323710348267291993443237103482672919934432371034826729199344323710348267291993443237103482672919934432371034826729199344323710348267291993443237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20377439-127d-4a2d-8016-3ee2d5ffd266, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2f4ec47-9258-4023-9735-b8da344a2a5a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2f4ec47-9258-4023-9735-b8da344a2a5a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11432160622787213285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143216062278721328511432160622787213285114321606227872132851143216062278721328511432160622787213285114321606227872132851143216062278721328511432160622787213285114321606227872132851143216062278721328511432160622787213285114321606227872132851143216062278721328511432160622787213285114321606227872132851143216062278721328511432160622787213285114321606227872132851143216062278721328511432160622787213285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99540b9d-698e-483e-8331-10bde1531d01, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cd46657-becb-4d6f-86c7-c095d10f46b2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cd46657-becb-4d6f-86c7-c095d10f46b2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10231832728916247065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023183272891624706510231832728916247065102318327289162470651023183272891624706510231832728916247065102318327289162470651023183272891624706510231832728916247065102318327289162470651023183272891624706510231832728916247065102318327289162470651023183272891624706510231832728916247065102318327289162470651023183272891624706510231832728916247065102318327289162470651023183272891624706510231832728916247065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2f4ec47-9258-4023-9735-b8da344a2a5a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dce8460-f7bf-49f3-8785-249b07785bfc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dce8460-f7bf-49f3-8785-249b07785bfc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15888030309542533414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588803030954253341415888030309542533414158880303095425334141588803030954253341415888030309542533414158880303095425334141588803030954253341415888030309542533414158880303095425334141588803030954253341415888030309542533414158880303095425334141588803030954253341415888030309542533414158880303095425334141588803030954253341415888030309542533414158880303095425334141588803030954253341415888030309542533414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cd46657-becb-4d6f-86c7-c095d10f46b2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c08f2093-31c9-49c9-8e35-a9a9c334157c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c08f2093-31c9-49c9-8e35-a9a9c334157c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10271830949964519304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027183094996451930410271830949964519304102718309499645193041027183094996451930410271830949964519304102718309499645193041027183094996451930410271830949964519304102718309499645193041027183094996451930410271830949964519304102718309499645193041027183094996451930410271830949964519304102718309499645193041027183094996451930410271830949964519304102718309499645193041027183094996451930410271830949964519304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dce8460-f7bf-49f3-8785-249b07785bfc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77f858a8-60ba-4dbe-ad1c-4514c6f0c736, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c08f2093-31c9-49c9-8e35-a9a9c334157c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77f858a8-60ba-4dbe-ad1c-4514c6f0c736, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14202760030586986678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420276003058698667814202760030586986678142027600305869866781420276003058698667814202760030586986678142027600305869866781420276003058698667814202760030586986678142027600305869866781420276003058698667814202760030586986678142027600305869866781420276003058698667814202760030586986678142027600305869866781420276003058698667814202760030586986678142027600305869866781420276003058698667814202760030586986678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28c361d1-65f2-497d-a689-f46286adf3bf, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28c361d1-65f2-497d-a689-f46286adf3bf, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2221960316703957026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22219603167039570262221960316703957026222196031670395702622219603167039570262221960316703957026222196031670395702622219603167039570262221960316703957026222196031670395702622219603167039570262221960316703957026222196031670395702622219603167039570262221960316703957026222196031670395702622219603167039570262221960316703957026222196031670395702622219603167039570262221960316703957026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77f858a8-60ba-4dbe-ad1c-4514c6f0c736, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c68cc18-265d-43fe-99da-ce0b0fb5a720, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28c361d1-65f2-497d-a689-f46286adf3bf, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c68cc18-265d-43fe-99da-ce0b0fb5a720, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6621732100898338103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66217321008983381036621732100898338103662173210089833810366217321008983381036621732100898338103662173210089833810366217321008983381036621732100898338103662173210089833810366217321008983381036621732100898338103662173210089833810366217321008983381036621732100898338103662173210089833810366217321008983381036621732100898338103662173210089833810366217321008983381036621732100898338103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 884a74e7-d435-446d-b81f-34c230e4f9d7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 884a74e7-d435-446d-b81f-34c230e4f9d7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4163623753619901634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41636237536199016344163623753619901634416362375361990163441636237536199016344163623753619901634416362375361990163441636237536199016344163623753619901634416362375361990163441636237536199016344163623753619901634416362375361990163441636237536199016344163623753619901634416362375361990163441636237536199016344163623753619901634416362375361990163441636237536199016344163623753619901634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c68cc18-265d-43fe-99da-ce0b0fb5a720, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9181441a-8cb4-45e0-855e-08924b1cd644, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 884a74e7-d435-446d-b81f-34c230e4f9d7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9181441a-8cb4-45e0-855e-08924b1cd644, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4623497669265415327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46234976692654153274623497669265415327462349766926541532746234976692654153274623497669265415327462349766926541532746234976692654153274623497669265415327462349766926541532746234976692654153274623497669265415327462349766926541532746234976692654153274623497669265415327462349766926541532746234976692654153274623497669265415327462349766926541532746234976692654153274623497669265415327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dfdc6c4-ca00-4ad2-87cb-d9d74a46f90a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dfdc6c4-ca00-4ad2-87cb-d9d74a46f90a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6954734378910104289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69547343789101042896954734378910104289695473437891010428969547343789101042896954734378910104289695473437891010428969547343789101042896954734378910104289695473437891010428969547343789101042896954734378910104289695473437891010428969547343789101042896954734378910104289695473437891010428969547343789101042896954734378910104289695473437891010428969547343789101042896954734378910104289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9181441a-8cb4-45e0-855e-08924b1cd644, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 409f6bab-9853-41e9-899b-d241f53fb4e1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 409f6bab-9853-41e9-899b-d241f53fb4e1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2717481002950337246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27174810029503372462717481002950337246271748100295033724627174810029503372462717481002950337246271748100295033724627174810029503372462717481002950337246271748100295033724627174810029503372462717481002950337246271748100295033724627174810029503372462717481002950337246271748100295033724627174810029503372462717481002950337246271748100295033724627174810029503372462717481002950337246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dfdc6c4-ca00-4ad2-87cb-d9d74a46f90a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc6a7dfd-e160-4005-8cdc-08f28a1bdd68, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc6a7dfd-e160-4005-8cdc-08f28a1bdd68, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 705993280983591663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "705993280983591663705993280983591663705993280983591663705993280983591663705993280983591663705993280983591663705993280983591663705993280983591663705993280983591663705993280983591663705993280983591663705993280983591663705993280983591663705993280983591663705993280983591663705993280983591663705993280983591663705993280983591663705993280983591663705993280983591663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 409f6bab-9853-41e9-899b-d241f53fb4e1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06273dd3-4507-44c9-a81c-892048bc3028, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06273dd3-4507-44c9-a81c-892048bc3028, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7185153031700515343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71851530317005153437185153031700515343718515303170051534371851530317005153437185153031700515343718515303170051534371851530317005153437185153031700515343718515303170051534371851530317005153437185153031700515343718515303170051534371851530317005153437185153031700515343718515303170051534371851530317005153437185153031700515343718515303170051534371851530317005153437185153031700515343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc6a7dfd-e160-4005-8cdc-08f28a1bdd68, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84ceb9b9-5dc9-4ea1-a9b6-b82a586f4a6f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06273dd3-4507-44c9-a81c-892048bc3028, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 050401e4-662b-476d-8d52-f3a4815b51b2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 050401e4-662b-476d-8d52-f3a4815b51b2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4845603477796353158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48456034777963531584845603477796353158484560347779635315848456034777963531584845603477796353158484560347779635315848456034777963531584845603477796353158484560347779635315848456034777963531584845603477796353158484560347779635315848456034777963531584845603477796353158484560347779635315848456034777963531584845603477796353158484560347779635315848456034777963531584845603477796353158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84ceb9b9-5dc9-4ea1-a9b6-b82a586f4a6f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2515856934174825391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25158569341748253912515856934174825391251585693417482539125158569341748253912515856934174825391251585693417482539125158569341748253912515856934174825391251585693417482539125158569341748253912515856934174825391251585693417482539125158569341748253912515856934174825391251585693417482539125158569341748253912515856934174825391251585693417482539125158569341748253912515856934174825391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 050401e4-662b-476d-8d52-f3a4815b51b2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84ceb9b9-5dc9-4ea1-a9b6-b82a586f4a6f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14764c87-e709-46fd-94a2-72c942522215, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f751a0c6-cf6e-420d-a5e9-41c2b215a1ea, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14764c87-e709-46fd-94a2-72c942522215, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16551622408168949357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655162240816894935716551622408168949357165516224081689493571655162240816894935716551622408168949357165516224081689493571655162240816894935716551622408168949357165516224081689493571655162240816894935716551622408168949357165516224081689493571655162240816894935716551622408168949357165516224081689493571655162240816894935716551622408168949357165516224081689493571655162240816894935716551622408168949357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f751a0c6-cf6e-420d-a5e9-41c2b215a1ea, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16625745132865480737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662574513286548073716625745132865480737166257451328654807371662574513286548073716625745132865480737166257451328654807371662574513286548073716625745132865480737166257451328654807371662574513286548073716625745132865480737166257451328654807371662574513286548073716625745132865480737166257451328654807371662574513286548073716625745132865480737166257451328654807371662574513286548073716625745132865480737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14764c87-e709-46fd-94a2-72c942522215, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bb8f685-92b4-4227-9b70-6424d1f620eb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f751a0c6-cf6e-420d-a5e9-41c2b215a1ea, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bb8f685-92b4-4227-9b70-6424d1f620eb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15425815728112760116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542581572811276011615425815728112760116154258157281127601161542581572811276011615425815728112760116154258157281127601161542581572811276011615425815728112760116154258157281127601161542581572811276011615425815728112760116154258157281127601161542581572811276011615425815728112760116154258157281127601161542581572811276011615425815728112760116154258157281127601161542581572811276011615425815728112760116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1dc8930-8604-42c8-b3ee-781d0906760a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1dc8930-8604-42c8-b3ee-781d0906760a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11029857949354563806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102985794935456380611029857949354563806110298579493545638061102985794935456380611029857949354563806110298579493545638061102985794935456380611029857949354563806110298579493545638061102985794935456380611029857949354563806110298579493545638061102985794935456380611029857949354563806110298579493545638061102985794935456380611029857949354563806110298579493545638061102985794935456380611029857949354563806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bb8f685-92b4-4227-9b70-6424d1f620eb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 274f885f-7f9f-49d7-9330-7c26cb5ec854, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 274f885f-7f9f-49d7-9330-7c26cb5ec854, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4258250809632751556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42582508096327515564258250809632751556425825080963275155642582508096327515564258250809632751556425825080963275155642582508096327515564258250809632751556425825080963275155642582508096327515564258250809632751556425825080963275155642582508096327515564258250809632751556425825080963275155642582508096327515564258250809632751556425825080963275155642582508096327515564258250809632751556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1dc8930-8604-42c8-b3ee-781d0906760a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17665faf-4775-4ee7-817d-80cb3624fb4b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17665faf-4775-4ee7-817d-80cb3624fb4b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5668343184020044163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56683431840200441635668343184020044163566834318402004416356683431840200441635668343184020044163566834318402004416356683431840200441635668343184020044163566834318402004416356683431840200441635668343184020044163566834318402004416356683431840200441635668343184020044163566834318402004416356683431840200441635668343184020044163566834318402004416356683431840200441635668343184020044163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 274f885f-7f9f-49d7-9330-7c26cb5ec854, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1389b7b-bfb1-4039-ba1a-6d39639e45da, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1389b7b-bfb1-4039-ba1a-6d39639e45da, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4525383002779859028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45253830027798590284525383002779859028452538300277985902845253830027798590284525383002779859028452538300277985902845253830027798590284525383002779859028452538300277985902845253830027798590284525383002779859028452538300277985902845253830027798590284525383002779859028452538300277985902845253830027798590284525383002779859028452538300277985902845253830027798590284525383002779859028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17665faf-4775-4ee7-817d-80cb3624fb4b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1389b7b-bfb1-4039-ba1a-6d39639e45da, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93706c28-5afd-4873-86b6-743808dd75fe, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93706c28-5afd-4873-86b6-743808dd75fe, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3702091892718653342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37020918927186533423702091892718653342370209189271865334237020918927186533423702091892718653342370209189271865334237020918927186533423702091892718653342370209189271865334237020918927186533423702091892718653342370209189271865334237020918927186533423702091892718653342370209189271865334237020918927186533423702091892718653342370209189271865334237020918927186533423702091892718653342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfb91816-0c6b-4426-b425-1cb4b7b3bc11, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfb91816-0c6b-4426-b425-1cb4b7b3bc11, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15506932333622141378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550693233362214137815506932333622141378155069323336221413781550693233362214137815506932333622141378155069323336221413781550693233362214137815506932333622141378155069323336221413781550693233362214137815506932333622141378155069323336221413781550693233362214137815506932333622141378155069323336221413781550693233362214137815506932333622141378155069323336221413781550693233362214137815506932333622141378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93706c28-5afd-4873-86b6-743808dd75fe, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a33b540a-048c-4983-87ab-bce9411ee03d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a33b540a-048c-4983-87ab-bce9411ee03d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10531361689551601020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053136168955160102010531361689551601020105313616895516010201053136168955160102010531361689551601020105313616895516010201053136168955160102010531361689551601020105313616895516010201053136168955160102010531361689551601020105313616895516010201053136168955160102010531361689551601020105313616895516010201053136168955160102010531361689551601020105313616895516010201053136168955160102010531361689551601020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfb91816-0c6b-4426-b425-1cb4b7b3bc11, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 179c29af-8daa-41ad-88f7-8eb89094f37e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 179c29af-8daa-41ad-88f7-8eb89094f37e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6077148726871778730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60771487268717787306077148726871778730607714872687177873060771487268717787306077148726871778730607714872687177873060771487268717787306077148726871778730607714872687177873060771487268717787306077148726871778730607714872687177873060771487268717787306077148726871778730607714872687177873060771487268717787306077148726871778730607714872687177873060771487268717787306077148726871778730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a33b540a-048c-4983-87ab-bce9411ee03d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, feb4bb2d-1337-44ef-9f77-ef99ec7c5925, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb4bb2d-1337-44ef-9f77-ef99ec7c5925, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15895691100189707652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589569110018970765215895691100189707652158956911001897076521589569110018970765215895691100189707652158956911001897076521589569110018970765215895691100189707652158956911001897076521589569110018970765215895691100189707652158956911001897076521589569110018970765215895691100189707652158956911001897076521589569110018970765215895691100189707652158956911001897076521589569110018970765215895691100189707652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 179c29af-8daa-41ad-88f7-8eb89094f37e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c574d9a9-eea4-4fc7-b0a8-983e8f84cb38, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c574d9a9-eea4-4fc7-b0a8-983e8f84cb38, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6797108866527033684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67971088665270336846797108866527033684679710886652703368467971088665270336846797108866527033684679710886652703368467971088665270336846797108866527033684679710886652703368467971088665270336846797108866527033684679710886652703368467971088665270336846797108866527033684679710886652703368467971088665270336846797108866527033684679710886652703368467971088665270336846797108866527033684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb4bb2d-1337-44ef-9f77-ef99ec7c5925, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8520951f-6b7e-4c6e-be3b-e5caeaae121a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8520951f-6b7e-4c6e-be3b-e5caeaae121a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5567622992166930356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55676229921669303565567622992166930356556762299216693035655676229921669303565567622992166930356556762299216693035655676229921669303565567622992166930356556762299216693035655676229921669303565567622992166930356556762299216693035655676229921669303565567622992166930356556762299216693035655676229921669303565567622992166930356556762299216693035655676229921669303565567622992166930356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c574d9a9-eea4-4fc7-b0a8-983e8f84cb38, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36c49fa3-325a-4919-9187-70851b3df088, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36c49fa3-325a-4919-9187-70851b3df088, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13850835939079816515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385083593907981651513850835939079816515138508359390798165151385083593907981651513850835939079816515138508359390798165151385083593907981651513850835939079816515138508359390798165151385083593907981651513850835939079816515138508359390798165151385083593907981651513850835939079816515138508359390798165151385083593907981651513850835939079816515138508359390798165151385083593907981651513850835939079816515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8520951f-6b7e-4c6e-be3b-e5caeaae121a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f799b11e-e141-4a14-8baf-8db90ac26ed7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36c49fa3-325a-4919-9187-70851b3df088, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f799b11e-e141-4a14-8baf-8db90ac26ed7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15015055309234317142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501505530923431714215015055309234317142150150553092343171421501505530923431714215015055309234317142150150553092343171421501505530923431714215015055309234317142150150553092343171421501505530923431714215015055309234317142150150553092343171421501505530923431714215015055309234317142150150553092343171421501505530923431714215015055309234317142150150553092343171421501505530923431714215015055309234317142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c96d382-2a21-4acb-91a4-9db5b42f5d6b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c96d382-2a21-4acb-91a4-9db5b42f5d6b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16809017543818784453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680901754381878445316809017543818784453168090175438187844531680901754381878445316809017543818784453168090175438187844531680901754381878445316809017543818784453168090175438187844531680901754381878445316809017543818784453168090175438187844531680901754381878445316809017543818784453168090175438187844531680901754381878445316809017543818784453168090175438187844531680901754381878445316809017543818784453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f799b11e-e141-4a14-8baf-8db90ac26ed7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c96d382-2a21-4acb-91a4-9db5b42f5d6b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fae868dd-e941-4cd4-a542-4dec23d5106e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57b19c53-d837-40e4-8dcb-280d2684edd5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fae868dd-e941-4cd4-a542-4dec23d5106e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 738590615085293534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "738590615085293534738590615085293534738590615085293534738590615085293534738590615085293534738590615085293534738590615085293534738590615085293534738590615085293534738590615085293534738590615085293534738590615085293534738590615085293534738590615085293534738590615085293534738590615085293534738590615085293534738590615085293534738590615085293534738590615085293534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57b19c53-d837-40e4-8dcb-280d2684edd5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4936231233362247641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49362312333622476414936231233362247641493623123336224764149362312333622476414936231233362247641493623123336224764149362312333622476414936231233362247641493623123336224764149362312333622476414936231233362247641493623123336224764149362312333622476414936231233362247641493623123336224764149362312333622476414936231233362247641493623123336224764149362312333622476414936231233362247641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57b19c53-d837-40e4-8dcb-280d2684edd5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fae868dd-e941-4cd4-a542-4dec23d5106e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e849e33-664b-42c5-a117-64dab6ea4beb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e849e33-664b-42c5-a117-64dab6ea4beb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7678947782941336249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76789477829413362497678947782941336249767894778294133624976789477829413362497678947782941336249767894778294133624976789477829413362497678947782941336249767894778294133624976789477829413362497678947782941336249767894778294133624976789477829413362497678947782941336249767894778294133624976789477829413362497678947782941336249767894778294133624976789477829413362497678947782941336249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 196a77e9-82d4-4b22-b041-14457cf091cb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 196a77e9-82d4-4b22-b041-14457cf091cb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17862004608109572620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786200460810957262017862004608109572620178620046081095726201786200460810957262017862004608109572620178620046081095726201786200460810957262017862004608109572620178620046081095726201786200460810957262017862004608109572620178620046081095726201786200460810957262017862004608109572620178620046081095726201786200460810957262017862004608109572620178620046081095726201786200460810957262017862004608109572620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e849e33-664b-42c5-a117-64dab6ea4beb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fe3dce1-fe1c-4465-9b29-10f9d20fdd7a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fe3dce1-fe1c-4465-9b29-10f9d20fdd7a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8822037293402665756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88220372934026657568822037293402665756882203729340266575688220372934026657568822037293402665756882203729340266575688220372934026657568822037293402665756882203729340266575688220372934026657568822037293402665756882203729340266575688220372934026657568822037293402665756882203729340266575688220372934026657568822037293402665756882203729340266575688220372934026657568822037293402665756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 196a77e9-82d4-4b22-b041-14457cf091cb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdeb6cb1-a001-4751-a1f0-cf54e3349788, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdeb6cb1-a001-4751-a1f0-cf54e3349788, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16879007212926176896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687900721292617689616879007212926176896168790072129261768961687900721292617689616879007212926176896168790072129261768961687900721292617689616879007212926176896168790072129261768961687900721292617689616879007212926176896168790072129261768961687900721292617689616879007212926176896168790072129261768961687900721292617689616879007212926176896168790072129261768961687900721292617689616879007212926176896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fe3dce1-fe1c-4465-9b29-10f9d20fdd7a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 035dd2b0-3e71-4b27-bbcc-1fc41f2ac221, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdeb6cb1-a001-4751-a1f0-cf54e3349788, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 035dd2b0-3e71-4b27-bbcc-1fc41f2ac221, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5923213273055194142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59232132730551941425923213273055194142592321327305519414259232132730551941425923213273055194142592321327305519414259232132730551941425923213273055194142592321327305519414259232132730551941425923213273055194142592321327305519414259232132730551941425923213273055194142592321327305519414259232132730551941425923213273055194142592321327305519414259232132730551941425923213273055194142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f194c30-cbf8-458f-9b92-217bf0479710, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f194c30-cbf8-458f-9b92-217bf0479710, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13486328038422919639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348632803842291963913486328038422919639134863280384229196391348632803842291963913486328038422919639134863280384229196391348632803842291963913486328038422919639134863280384229196391348632803842291963913486328038422919639134863280384229196391348632803842291963913486328038422919639134863280384229196391348632803842291963913486328038422919639134863280384229196391348632803842291963913486328038422919639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 035dd2b0-3e71-4b27-bbcc-1fc41f2ac221, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6dea9f8c-e890-4196-a6b5-f87a62b2837f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dea9f8c-e890-4196-a6b5-f87a62b2837f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2416103510972455888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24161035109724558882416103510972455888241610351097245588824161035109724558882416103510972455888241610351097245588824161035109724558882416103510972455888241610351097245588824161035109724558882416103510972455888241610351097245588824161035109724558882416103510972455888241610351097245588824161035109724558882416103510972455888241610351097245588824161035109724558882416103510972455888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f194c30-cbf8-458f-9b92-217bf0479710, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e6df069-91df-4aeb-b547-840cfffcc1a1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dea9f8c-e890-4196-a6b5-f87a62b2837f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e6df069-91df-4aeb-b547-840cfffcc1a1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7514608369672883933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75146083696728839337514608369672883933751460836967288393375146083696728839337514608369672883933751460836967288393375146083696728839337514608369672883933751460836967288393375146083696728839337514608369672883933751460836967288393375146083696728839337514608369672883933751460836967288393375146083696728839337514608369672883933751460836967288393375146083696728839337514608369672883933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b51c382e-e0d6-4db2-ace1-b97c5e5dfb37, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b51c382e-e0d6-4db2-ace1-b97c5e5dfb37, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1069825079967834760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10698250799678347601069825079967834760106982507996783476010698250799678347601069825079967834760106982507996783476010698250799678347601069825079967834760106982507996783476010698250799678347601069825079967834760106982507996783476010698250799678347601069825079967834760106982507996783476010698250799678347601069825079967834760106982507996783476010698250799678347601069825079967834760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e6df069-91df-4aeb-b547-840cfffcc1a1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32f104b8-a4f2-4b4a-a2fd-3626efccd30e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32f104b8-a4f2-4b4a-a2fd-3626efccd30e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3682944962365374087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36829449623653740873682944962365374087368294496236537408736829449623653740873682944962365374087368294496236537408736829449623653740873682944962365374087368294496236537408736829449623653740873682944962365374087368294496236537408736829449623653740873682944962365374087368294496236537408736829449623653740873682944962365374087368294496236537408736829449623653740873682944962365374087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b51c382e-e0d6-4db2-ace1-b97c5e5dfb37, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcf42d4b-f05b-4943-856e-55cd60ee1798, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcf42d4b-f05b-4943-856e-55cd60ee1798, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10941711943491804236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094171194349180423610941711943491804236109417119434918042361094171194349180423610941711943491804236109417119434918042361094171194349180423610941711943491804236109417119434918042361094171194349180423610941711943491804236109417119434918042361094171194349180423610941711943491804236109417119434918042361094171194349180423610941711943491804236109417119434918042361094171194349180423610941711943491804236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32f104b8-a4f2-4b4a-a2fd-3626efccd30e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 012e95c6-896d-4540-a8ae-dba968648471, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 012e95c6-896d-4540-a8ae-dba968648471, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 343189650142894692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "343189650142894692343189650142894692343189650142894692343189650142894692343189650142894692343189650142894692343189650142894692343189650142894692343189650142894692343189650142894692343189650142894692343189650142894692343189650142894692343189650142894692343189650142894692343189650142894692343189650142894692343189650142894692343189650142894692343189650142894692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcf42d4b-f05b-4943-856e-55cd60ee1798, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8824572-438b-4321-beeb-4cf5e0d76c04, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 012e95c6-896d-4540-a8ae-dba968648471, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4132dca-63eb-42b5-8916-b6cf32745165, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4132dca-63eb-42b5-8916-b6cf32745165, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8839115096018317245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88391150960183172458839115096018317245883911509601831724588391150960183172458839115096018317245883911509601831724588391150960183172458839115096018317245883911509601831724588391150960183172458839115096018317245883911509601831724588391150960183172458839115096018317245883911509601831724588391150960183172458839115096018317245883911509601831724588391150960183172458839115096018317245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8824572-438b-4321-beeb-4cf5e0d76c04, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6288176383586341972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62881763835863419726288176383586341972628817638358634197262881763835863419726288176383586341972628817638358634197262881763835863419726288176383586341972628817638358634197262881763835863419726288176383586341972628817638358634197262881763835863419726288176383586341972628817638358634197262881763835863419726288176383586341972628817638358634197262881763835863419726288176383586341972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4132dca-63eb-42b5-8916-b6cf32745165, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3aeabec9-63f6-4e6f-8a7c-d138ee9b5cd1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3aeabec9-63f6-4e6f-8a7c-d138ee9b5cd1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1896925399403395396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18969253994033953961896925399403395396189692539940339539618969253994033953961896925399403395396189692539940339539618969253994033953961896925399403395396189692539940339539618969253994033953961896925399403395396189692539940339539618969253994033953961896925399403395396189692539940339539618969253994033953961896925399403395396189692539940339539618969253994033953961896925399403395396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3aeabec9-63f6-4e6f-8a7c-d138ee9b5cd1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 432f99cd-03ff-4922-a8d6-b0181abe241c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 432f99cd-03ff-4922-a8d6-b0181abe241c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16582157394138512556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658215739413851255616582157394138512556165821573941385125561658215739413851255616582157394138512556165821573941385125561658215739413851255616582157394138512556165821573941385125561658215739413851255616582157394138512556165821573941385125561658215739413851255616582157394138512556165821573941385125561658215739413851255616582157394138512556165821573941385125561658215739413851255616582157394138512556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8824572-438b-4321-beeb-4cf5e0d76c04, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b30181ae-3d98-49fb-9b62-1c237f96a17b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b30181ae-3d98-49fb-9b62-1c237f96a17b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 572569805594958263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "572569805594958263572569805594958263572569805594958263572569805594958263572569805594958263572569805594958263572569805594958263572569805594958263572569805594958263572569805594958263572569805594958263572569805594958263572569805594958263572569805594958263572569805594958263572569805594958263572569805594958263572569805594958263572569805594958263572569805594958263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 432f99cd-03ff-4922-a8d6-b0181abe241c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 328dd110-79b5-4e76-93cb-df4e4575bcdb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b30181ae-3d98-49fb-9b62-1c237f96a17b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cae9003-85ea-4079-8fc8-5f8cad8bc880, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 328dd110-79b5-4e76-93cb-df4e4575bcdb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12886489756551159661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288648975655115966112886489756551159661128864897565511596611288648975655115966112886489756551159661128864897565511596611288648975655115966112886489756551159661128864897565511596611288648975655115966112886489756551159661128864897565511596611288648975655115966112886489756551159661128864897565511596611288648975655115966112886489756551159661128864897565511596611288648975655115966112886489756551159661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cae9003-85ea-4079-8fc8-5f8cad8bc880, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5419158243640767261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54191582436407672615419158243640767261541915824364076726154191582436407672615419158243640767261541915824364076726154191582436407672615419158243640767261541915824364076726154191582436407672615419158243640767261541915824364076726154191582436407672615419158243640767261541915824364076726154191582436407672615419158243640767261541915824364076726154191582436407672615419158243640767261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 328dd110-79b5-4e76-93cb-df4e4575bcdb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dfd20a1-6ccd-41f5-9b06-74373dcb7b0c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dfd20a1-6ccd-41f5-9b06-74373dcb7b0c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4661618520274300312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46616185202743003124661618520274300312466161852027430031246616185202743003124661618520274300312466161852027430031246616185202743003124661618520274300312466161852027430031246616185202743003124661618520274300312466161852027430031246616185202743003124661618520274300312466161852027430031246616185202743003124661618520274300312466161852027430031246616185202743003124661618520274300312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cae9003-85ea-4079-8fc8-5f8cad8bc880, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fb166e0-b8d0-47fc-8ea0-9214b468f6e1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fb166e0-b8d0-47fc-8ea0-9214b468f6e1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1799869289533095730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17998692895330957301799869289533095730179986928953309573017998692895330957301799869289533095730179986928953309573017998692895330957301799869289533095730179986928953309573017998692895330957301799869289533095730179986928953309573017998692895330957301799869289533095730179986928953309573017998692895330957301799869289533095730179986928953309573017998692895330957301799869289533095730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dfd20a1-6ccd-41f5-9b06-74373dcb7b0c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d60f414-b516-44fd-9cec-51be75d66032, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fb166e0-b8d0-47fc-8ea0-9214b468f6e1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d60f414-b516-44fd-9cec-51be75d66032, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6292442411949263219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62924424119492632196292442411949263219629244241194926321962924424119492632196292442411949263219629244241194926321962924424119492632196292442411949263219629244241194926321962924424119492632196292442411949263219629244241194926321962924424119492632196292442411949263219629244241194926321962924424119492632196292442411949263219629244241194926321962924424119492632196292442411949263219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbfe2353-2797-4006-af5a-acd2604c6a1d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbfe2353-2797-4006-af5a-acd2604c6a1d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16031311458916032531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603131145891603253116031311458916032531160313114589160325311603131145891603253116031311458916032531160313114589160325311603131145891603253116031311458916032531160313114589160325311603131145891603253116031311458916032531160313114589160325311603131145891603253116031311458916032531160313114589160325311603131145891603253116031311458916032531160313114589160325311603131145891603253116031311458916032531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d60f414-b516-44fd-9cec-51be75d66032, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 093b23ca-535d-4237-a165-f5851cf52e09, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 093b23ca-535d-4237-a165-f5851cf52e09, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17511637308054269185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751163730805426918517511637308054269185175116373080542691851751163730805426918517511637308054269185175116373080542691851751163730805426918517511637308054269185175116373080542691851751163730805426918517511637308054269185175116373080542691851751163730805426918517511637308054269185175116373080542691851751163730805426918517511637308054269185175116373080542691851751163730805426918517511637308054269185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbfe2353-2797-4006-af5a-acd2604c6a1d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93ed2c91-3d25-4862-84bd-53bdd7970338, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ed2c91-3d25-4862-84bd-53bdd7970338, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13840017786811349064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384001778681134906413840017786811349064138400177868113490641384001778681134906413840017786811349064138400177868113490641384001778681134906413840017786811349064138400177868113490641384001778681134906413840017786811349064138400177868113490641384001778681134906413840017786811349064138400177868113490641384001778681134906413840017786811349064138400177868113490641384001778681134906413840017786811349064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 093b23ca-535d-4237-a165-f5851cf52e09, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e147acb-aae2-4c20-9873-7c9cd52d7f54, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e147acb-aae2-4c20-9873-7c9cd52d7f54, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15504658589237260559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550465858923726055915504658589237260559155046585892372605591550465858923726055915504658589237260559155046585892372605591550465858923726055915504658589237260559155046585892372605591550465858923726055915504658589237260559155046585892372605591550465858923726055915504658589237260559155046585892372605591550465858923726055915504658589237260559155046585892372605591550465858923726055915504658589237260559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ed2c91-3d25-4862-84bd-53bdd7970338, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b958fb43-94b0-46be-87c5-2aae5c9a54af, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b958fb43-94b0-46be-87c5-2aae5c9a54af, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6237801135162283501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62378011351622835016237801135162283501623780113516228350162378011351622835016237801135162283501623780113516228350162378011351622835016237801135162283501623780113516228350162378011351622835016237801135162283501623780113516228350162378011351622835016237801135162283501623780113516228350162378011351622835016237801135162283501623780113516228350162378011351622835016237801135162283501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e147acb-aae2-4c20-9873-7c9cd52d7f54, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d8d5a47-212a-498a-9bbb-583536a2f7a9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d8d5a47-212a-498a-9bbb-583536a2f7a9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5446020420309361801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54460204203093618015446020420309361801544602042030936180154460204203093618015446020420309361801544602042030936180154460204203093618015446020420309361801544602042030936180154460204203093618015446020420309361801544602042030936180154460204203093618015446020420309361801544602042030936180154460204203093618015446020420309361801544602042030936180154460204203093618015446020420309361801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b958fb43-94b0-46be-87c5-2aae5c9a54af, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c805e5fe-6f10-4730-aa88-910980542605, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c805e5fe-6f10-4730-aa88-910980542605, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5355195812121900122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53551958121219001225355195812121900122535519581212190012253551958121219001225355195812121900122535519581212190012253551958121219001225355195812121900122535519581212190012253551958121219001225355195812121900122535519581212190012253551958121219001225355195812121900122535519581212190012253551958121219001225355195812121900122535519581212190012253551958121219001225355195812121900122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d8d5a47-212a-498a-9bbb-583536a2f7a9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ee97cec-43f3-4ee6-9eca-694b2e9e8516, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ee97cec-43f3-4ee6-9eca-694b2e9e8516, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5408881989707421070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54088819897074210705408881989707421070540888198970742107054088819897074210705408881989707421070540888198970742107054088819897074210705408881989707421070540888198970742107054088819897074210705408881989707421070540888198970742107054088819897074210705408881989707421070540888198970742107054088819897074210705408881989707421070540888198970742107054088819897074210705408881989707421070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c805e5fe-6f10-4730-aa88-910980542605, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a00c373b-c044-4aee-ad63-539d9fea96fa, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a00c373b-c044-4aee-ad63-539d9fea96fa, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5111186937567529411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51111869375675294115111186937567529411511118693756752941151111869375675294115111186937567529411511118693756752941151111869375675294115111186937567529411511118693756752941151111869375675294115111186937567529411511118693756752941151111869375675294115111186937567529411511118693756752941151111869375675294115111186937567529411511118693756752941151111869375675294115111186937567529411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ee97cec-43f3-4ee6-9eca-694b2e9e8516, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e12c721-e75f-4773-925d-461cc4681f0e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e12c721-e75f-4773-925d-461cc4681f0e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 547066865847317116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "547066865847317116547066865847317116547066865847317116547066865847317116547066865847317116547066865847317116547066865847317116547066865847317116547066865847317116547066865847317116547066865847317116547066865847317116547066865847317116547066865847317116547066865847317116547066865847317116547066865847317116547066865847317116547066865847317116547066865847317116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a00c373b-c044-4aee-ad63-539d9fea96fa, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d17f348c-b63b-42a2-8f1c-ed492841b9e4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d17f348c-b63b-42a2-8f1c-ed492841b9e4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15643601003836163817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564360100383616381715643601003836163817156436010038361638171564360100383616381715643601003836163817156436010038361638171564360100383616381715643601003836163817156436010038361638171564360100383616381715643601003836163817156436010038361638171564360100383616381715643601003836163817156436010038361638171564360100383616381715643601003836163817156436010038361638171564360100383616381715643601003836163817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e12c721-e75f-4773-925d-461cc4681f0e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbc5a3e2-815c-4954-89c4-e225b434cbf8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d17f348c-b63b-42a2-8f1c-ed492841b9e4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc5a3e2-815c-4954-89c4-e225b434cbf8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4300291884564736753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43002918845647367534300291884564736753430029188456473675343002918845647367534300291884564736753430029188456473675343002918845647367534300291884564736753430029188456473675343002918845647367534300291884564736753430029188456473675343002918845647367534300291884564736753430029188456473675343002918845647367534300291884564736753430029188456473675343002918845647367534300291884564736753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 712ff5e0-5590-4c83-a478-c7c556b73ea6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 712ff5e0-5590-4c83-a478-c7c556b73ea6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6320869974728491242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63208699747284912426320869974728491242632086997472849124263208699747284912426320869974728491242632086997472849124263208699747284912426320869974728491242632086997472849124263208699747284912426320869974728491242632086997472849124263208699747284912426320869974728491242632086997472849124263208699747284912426320869974728491242632086997472849124263208699747284912426320869974728491242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc5a3e2-815c-4954-89c4-e225b434cbf8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b808758-0cce-45fd-8ace-5c7bfd13e23f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b808758-0cce-45fd-8ace-5c7bfd13e23f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2154207359697204046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21542073596972040462154207359697204046215420735969720404621542073596972040462154207359697204046215420735969720404621542073596972040462154207359697204046215420735969720404621542073596972040462154207359697204046215420735969720404621542073596972040462154207359697204046215420735969720404621542073596972040462154207359697204046215420735969720404621542073596972040462154207359697204046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 712ff5e0-5590-4c83-a478-c7c556b73ea6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76eaa4de-2e00-4751-9f22-770a226e8134, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76eaa4de-2e00-4751-9f22-770a226e8134, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7629285363880361526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76292853638803615267629285363880361526762928536388036152676292853638803615267629285363880361526762928536388036152676292853638803615267629285363880361526762928536388036152676292853638803615267629285363880361526762928536388036152676292853638803615267629285363880361526762928536388036152676292853638803615267629285363880361526762928536388036152676292853638803615267629285363880361526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b808758-0cce-45fd-8ace-5c7bfd13e23f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39f04a1b-7970-4837-b336-51414a98b22f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39f04a1b-7970-4837-b336-51414a98b22f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15599458426758045903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559945842675804590315599458426758045903155994584267580459031559945842675804590315599458426758045903155994584267580459031559945842675804590315599458426758045903155994584267580459031559945842675804590315599458426758045903155994584267580459031559945842675804590315599458426758045903155994584267580459031559945842675804590315599458426758045903155994584267580459031559945842675804590315599458426758045903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76eaa4de-2e00-4751-9f22-770a226e8134, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80071624-0363-44ec-abb0-b0e692998e40, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80071624-0363-44ec-abb0-b0e692998e40, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16961297881337996088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696129788133799608816961297881337996088169612978813379960881696129788133799608816961297881337996088169612978813379960881696129788133799608816961297881337996088169612978813379960881696129788133799608816961297881337996088169612978813379960881696129788133799608816961297881337996088169612978813379960881696129788133799608816961297881337996088169612978813379960881696129788133799608816961297881337996088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39f04a1b-7970-4837-b336-51414a98b22f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 057a7917-6ce6-4987-bea2-ddfbf1be2808, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 057a7917-6ce6-4987-bea2-ddfbf1be2808, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4513102557968287574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45131025579682875744513102557968287574451310255796828757445131025579682875744513102557968287574451310255796828757445131025579682875744513102557968287574451310255796828757445131025579682875744513102557968287574451310255796828757445131025579682875744513102557968287574451310255796828757445131025579682875744513102557968287574451310255796828757445131025579682875744513102557968287574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80071624-0363-44ec-abb0-b0e692998e40, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1daf671-694c-495a-83be-b4148344fc66, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1daf671-694c-495a-83be-b4148344fc66, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15743772232808999163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574377223280899916315743772232808999163157437722328089991631574377223280899916315743772232808999163157437722328089991631574377223280899916315743772232808999163157437722328089991631574377223280899916315743772232808999163157437722328089991631574377223280899916315743772232808999163157437722328089991631574377223280899916315743772232808999163157437722328089991631574377223280899916315743772232808999163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 057a7917-6ce6-4987-bea2-ddfbf1be2808, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4e5af6d-7922-4d8a-91a8-ea32072023d4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4e5af6d-7922-4d8a-91a8-ea32072023d4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6874882227917692282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68748822279176922826874882227917692282687488222791769228268748822279176922826874882227917692282687488222791769228268748822279176922826874882227917692282687488222791769228268748822279176922826874882227917692282687488222791769228268748822279176922826874882227917692282687488222791769228268748822279176922826874882227917692282687488222791769228268748822279176922826874882227917692282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1daf671-694c-495a-83be-b4148344fc66, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 157cb2bf-4cb6-46f1-bfe0-50c1f4db89c2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 157cb2bf-4cb6-46f1-bfe0-50c1f4db89c2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9895076308606354156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98950763086063541569895076308606354156989507630860635415698950763086063541569895076308606354156989507630860635415698950763086063541569895076308606354156989507630860635415698950763086063541569895076308606354156989507630860635415698950763086063541569895076308606354156989507630860635415698950763086063541569895076308606354156989507630860635415698950763086063541569895076308606354156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4e5af6d-7922-4d8a-91a8-ea32072023d4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7ad8b51-03c5-4741-9760-1aad6e415448, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7ad8b51-03c5-4741-9760-1aad6e415448, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9304574466332802091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93045744663328020919304574466332802091930457446633280209193045744663328020919304574466332802091930457446633280209193045744663328020919304574466332802091930457446633280209193045744663328020919304574466332802091930457446633280209193045744663328020919304574466332802091930457446633280209193045744663328020919304574466332802091930457446633280209193045744663328020919304574466332802091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 157cb2bf-4cb6-46f1-bfe0-50c1f4db89c2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fca5457-101f-42b3-93b2-5f0dfe5a8364, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fca5457-101f-42b3-93b2-5f0dfe5a8364, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9384898373222272507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93848983732222725079384898373222272507938489837322227250793848983732222725079384898373222272507938489837322227250793848983732222725079384898373222272507938489837322227250793848983732222725079384898373222272507938489837322227250793848983732222725079384898373222272507938489837322227250793848983732222725079384898373222272507938489837322227250793848983732222725079384898373222272507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7ad8b51-03c5-4741-9760-1aad6e415448, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fca5457-101f-42b3-93b2-5f0dfe5a8364, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fb9b2a1-0efd-4c78-bfb0-8ca115c0f362, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46088248-9303-4780-98a9-462e67a98419, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fb9b2a1-0efd-4c78-bfb0-8ca115c0f362, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5525531885922200225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55255318859222002255525531885922200225552553188592220022555255318859222002255525531885922200225552553188592220022555255318859222002255525531885922200225552553188592220022555255318859222002255525531885922200225552553188592220022555255318859222002255525531885922200225552553188592220022555255318859222002255525531885922200225552553188592220022555255318859222002255525531885922200225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46088248-9303-4780-98a9-462e67a98419, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1107336900677890929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11073369006778909291107336900677890929110733690067789092911073369006778909291107336900677890929110733690067789092911073369006778909291107336900677890929110733690067789092911073369006778909291107336900677890929110733690067789092911073369006778909291107336900677890929110733690067789092911073369006778909291107336900677890929110733690067789092911073369006778909291107336900677890929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fb9b2a1-0efd-4c78-bfb0-8ca115c0f362, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0f739c4-7eb5-4020-981a-af36f520c581, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0f739c4-7eb5-4020-981a-af36f520c581, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18059027078297022355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805902707829702235518059027078297022355180590270782970223551805902707829702235518059027078297022355180590270782970223551805902707829702235518059027078297022355180590270782970223551805902707829702235518059027078297022355180590270782970223551805902707829702235518059027078297022355180590270782970223551805902707829702235518059027078297022355180590270782970223551805902707829702235518059027078297022355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46088248-9303-4780-98a9-462e67a98419, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ba335a9-4ea4-4bf8-8801-5d56a88bc693, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ba335a9-4ea4-4bf8-8801-5d56a88bc693, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16981821779992894431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698182177999289443116981821779992894431169818217799928944311698182177999289443116981821779992894431169818217799928944311698182177999289443116981821779992894431169818217799928944311698182177999289443116981821779992894431169818217799928944311698182177999289443116981821779992894431169818217799928944311698182177999289443116981821779992894431169818217799928944311698182177999289443116981821779992894431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0f739c4-7eb5-4020-981a-af36f520c581, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8d2b948-56de-4058-ab95-a21d309cbb2d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ba335a9-4ea4-4bf8-8801-5d56a88bc693, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8d2b948-56de-4058-ab95-a21d309cbb2d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4889935900267091440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48899359002670914404889935900267091440488993590026709144048899359002670914404889935900267091440488993590026709144048899359002670914404889935900267091440488993590026709144048899359002670914404889935900267091440488993590026709144048899359002670914404889935900267091440488993590026709144048899359002670914404889935900267091440488993590026709144048899359002670914404889935900267091440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 368aee9f-8c6b-42ef-8042-b12a21bbb981, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8d2b948-56de-4058-ab95-a21d309cbb2d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 368aee9f-8c6b-42ef-8042-b12a21bbb981, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3668674226575944032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36686742265759440323668674226575944032366867422657594403236686742265759440323668674226575944032366867422657594403236686742265759440323668674226575944032366867422657594403236686742265759440323668674226575944032366867422657594403236686742265759440323668674226575944032366867422657594403236686742265759440323668674226575944032366867422657594403236686742265759440323668674226575944032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a35b8031-b7ab-40b1-bd47-38fd111cb73e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35b8031-b7ab-40b1-bd47-38fd111cb73e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18034797627515910563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803479762751591056318034797627515910563180347976275159105631803479762751591056318034797627515910563180347976275159105631803479762751591056318034797627515910563180347976275159105631803479762751591056318034797627515910563180347976275159105631803479762751591056318034797627515910563180347976275159105631803479762751591056318034797627515910563180347976275159105631803479762751591056318034797627515910563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 368aee9f-8c6b-42ef-8042-b12a21bbb981, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d60b73dc-7736-4435-b426-110253b6c12a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d60b73dc-7736-4435-b426-110253b6c12a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6455253597894432045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64552535978944320456455253597894432045645525359789443204564552535978944320456455253597894432045645525359789443204564552535978944320456455253597894432045645525359789443204564552535978944320456455253597894432045645525359789443204564552535978944320456455253597894432045645525359789443204564552535978944320456455253597894432045645525359789443204564552535978944320456455253597894432045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a35b8031-b7ab-40b1-bd47-38fd111cb73e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 893469c1-8784-43e7-81d6-c6759f33c5b7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 893469c1-8784-43e7-81d6-c6759f33c5b7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3115826791722494545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31158267917224945453115826791722494545311582679172249454531158267917224945453115826791722494545311582679172249454531158267917224945453115826791722494545311582679172249454531158267917224945453115826791722494545311582679172249454531158267917224945453115826791722494545311582679172249454531158267917224945453115826791722494545311582679172249454531158267917224945453115826791722494545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d60b73dc-7736-4435-b426-110253b6c12a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 815bf6a2-3ec8-4a9b-accb-6bc55fd74719, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 815bf6a2-3ec8-4a9b-accb-6bc55fd74719, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1313028204155100955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13130282041551009551313028204155100955131302820415510095513130282041551009551313028204155100955131302820415510095513130282041551009551313028204155100955131302820415510095513130282041551009551313028204155100955131302820415510095513130282041551009551313028204155100955131302820415510095513130282041551009551313028204155100955131302820415510095513130282041551009551313028204155100955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 893469c1-8784-43e7-81d6-c6759f33c5b7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 631a88cc-36fc-4dc8-ad8e-8d5a4584f5b2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 631a88cc-36fc-4dc8-ad8e-8d5a4584f5b2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17161233518377430269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716123351837743026917161233518377430269171612335183774302691716123351837743026917161233518377430269171612335183774302691716123351837743026917161233518377430269171612335183774302691716123351837743026917161233518377430269171612335183774302691716123351837743026917161233518377430269171612335183774302691716123351837743026917161233518377430269171612335183774302691716123351837743026917161233518377430269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 815bf6a2-3ec8-4a9b-accb-6bc55fd74719, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44462d8a-ae1c-4e97-8100-4ed5d81e2c8f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44462d8a-ae1c-4e97-8100-4ed5d81e2c8f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11461857483195499277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146185748319549927711461857483195499277114618574831954992771146185748319549927711461857483195499277114618574831954992771146185748319549927711461857483195499277114618574831954992771146185748319549927711461857483195499277114618574831954992771146185748319549927711461857483195499277114618574831954992771146185748319549927711461857483195499277114618574831954992771146185748319549927711461857483195499277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 631a88cc-36fc-4dc8-ad8e-8d5a4584f5b2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acceefa5-75a8-48ec-a379-c68be232fb89, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acceefa5-75a8-48ec-a379-c68be232fb89, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18708260090046625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1870826009004662518708260090046625187082600900466251870826009004662518708260090046625187082600900466251870826009004662518708260090046625187082600900466251870826009004662518708260090046625187082600900466251870826009004662518708260090046625187082600900466251870826009004662518708260090046625187082600900466251870826009004662518708260090046625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44462d8a-ae1c-4e97-8100-4ed5d81e2c8f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68dab236-a397-468e-9728-e61d77bde1a8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68dab236-a397-468e-9728-e61d77bde1a8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5632853418997917959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56328534189979179595632853418997917959563285341899791795956328534189979179595632853418997917959563285341899791795956328534189979179595632853418997917959563285341899791795956328534189979179595632853418997917959563285341899791795956328534189979179595632853418997917959563285341899791795956328534189979179595632853418997917959563285341899791795956328534189979179595632853418997917959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acceefa5-75a8-48ec-a379-c68be232fb89, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc1934c3-32cf-414a-9b68-0c42a0354855, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc1934c3-32cf-414a-9b68-0c42a0354855, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16656355835221933034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665635583522193303416656355835221933034166563558352219330341665635583522193303416656355835221933034166563558352219330341665635583522193303416656355835221933034166563558352219330341665635583522193303416656355835221933034166563558352219330341665635583522193303416656355835221933034166563558352219330341665635583522193303416656355835221933034166563558352219330341665635583522193303416656355835221933034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68dab236-a397-468e-9728-e61d77bde1a8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc1934c3-32cf-414a-9b68-0c42a0354855, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c46d57f6-c655-4ef0-80e1-95fcaf1f8898, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c46d57f6-c655-4ef0-80e1-95fcaf1f8898, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16914702104643538606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691470210464353860616914702104643538606169147021046435386061691470210464353860616914702104643538606169147021046435386061691470210464353860616914702104643538606169147021046435386061691470210464353860616914702104643538606169147021046435386061691470210464353860616914702104643538606169147021046435386061691470210464353860616914702104643538606169147021046435386061691470210464353860616914702104643538606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a28f0c0-a056-468e-bafc-18fe858443db, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a28f0c0-a056-468e-bafc-18fe858443db, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 446953767475382129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "446953767475382129446953767475382129446953767475382129446953767475382129446953767475382129446953767475382129446953767475382129446953767475382129446953767475382129446953767475382129446953767475382129446953767475382129446953767475382129446953767475382129446953767475382129446953767475382129446953767475382129446953767475382129446953767475382129446953767475382129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c46d57f6-c655-4ef0-80e1-95fcaf1f8898, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4ae5865-a189-4e69-a822-58cc41e925c3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4ae5865-a189-4e69-a822-58cc41e925c3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 290333750039696957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "290333750039696957290333750039696957290333750039696957290333750039696957290333750039696957290333750039696957290333750039696957290333750039696957290333750039696957290333750039696957290333750039696957290333750039696957290333750039696957290333750039696957290333750039696957290333750039696957290333750039696957290333750039696957290333750039696957290333750039696957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a28f0c0-a056-468e-bafc-18fe858443db, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32e09d2e-eb83-4f85-9569-614fb82d6c7b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32e09d2e-eb83-4f85-9569-614fb82d6c7b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15672429146742898321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567242914674289832115672429146742898321156724291467428983211567242914674289832115672429146742898321156724291467428983211567242914674289832115672429146742898321156724291467428983211567242914674289832115672429146742898321156724291467428983211567242914674289832115672429146742898321156724291467428983211567242914674289832115672429146742898321156724291467428983211567242914674289832115672429146742898321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4ae5865-a189-4e69-a822-58cc41e925c3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2043fd7-4d4f-4725-bef3-00821d3b1498, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2043fd7-4d4f-4725-bef3-00821d3b1498, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11676859297480027118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167685929748002711811676859297480027118116768592974800271181167685929748002711811676859297480027118116768592974800271181167685929748002711811676859297480027118116768592974800271181167685929748002711811676859297480027118116768592974800271181167685929748002711811676859297480027118116768592974800271181167685929748002711811676859297480027118116768592974800271181167685929748002711811676859297480027118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32e09d2e-eb83-4f85-9569-614fb82d6c7b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dffba05-b672-4e43-8e66-27c12f37a8a7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dffba05-b672-4e43-8e66-27c12f37a8a7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4267014329100451334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42670143291004513344267014329100451334426701432910045133442670143291004513344267014329100451334426701432910045133442670143291004513344267014329100451334426701432910045133442670143291004513344267014329100451334426701432910045133442670143291004513344267014329100451334426701432910045133442670143291004513344267014329100451334426701432910045133442670143291004513344267014329100451334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2043fd7-4d4f-4725-bef3-00821d3b1498, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0aeed8be-62df-42fa-99b2-27ac22435fd2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dffba05-b672-4e43-8e66-27c12f37a8a7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aeed8be-62df-42fa-99b2-27ac22435fd2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1375460166503073599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13754601665030735991375460166503073599137546016650307359913754601665030735991375460166503073599137546016650307359913754601665030735991375460166503073599137546016650307359913754601665030735991375460166503073599137546016650307359913754601665030735991375460166503073599137546016650307359913754601665030735991375460166503073599137546016650307359913754601665030735991375460166503073599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cca2132-546b-4e43-a7c1-9e95e173cc92, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cca2132-546b-4e43-a7c1-9e95e173cc92, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18044981528629619553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804498152862961955318044981528629619553180449815286296195531804498152862961955318044981528629619553180449815286296195531804498152862961955318044981528629619553180449815286296195531804498152862961955318044981528629619553180449815286296195531804498152862961955318044981528629619553180449815286296195531804498152862961955318044981528629619553180449815286296195531804498152862961955318044981528629619553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aeed8be-62df-42fa-99b2-27ac22435fd2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 890c3469-8c98-40e4-b1ee-15ce8e066656, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 890c3469-8c98-40e4-b1ee-15ce8e066656, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 934531181552608637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "934531181552608637934531181552608637934531181552608637934531181552608637934531181552608637934531181552608637934531181552608637934531181552608637934531181552608637934531181552608637934531181552608637934531181552608637934531181552608637934531181552608637934531181552608637934531181552608637934531181552608637934531181552608637934531181552608637934531181552608637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cca2132-546b-4e43-a7c1-9e95e173cc92, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76cef1cb-0d38-45c9-9b55-64fb90849d6f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76cef1cb-0d38-45c9-9b55-64fb90849d6f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10346934043614202634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034693404361420263410346934043614202634103469340436142026341034693404361420263410346934043614202634103469340436142026341034693404361420263410346934043614202634103469340436142026341034693404361420263410346934043614202634103469340436142026341034693404361420263410346934043614202634103469340436142026341034693404361420263410346934043614202634103469340436142026341034693404361420263410346934043614202634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 890c3469-8c98-40e4-b1ee-15ce8e066656, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7899878b-d16e-4f2f-8bf5-67ac6dfce039, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7899878b-d16e-4f2f-8bf5-67ac6dfce039, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5741993055463260865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57419930554632608655741993055463260865574199305546326086557419930554632608655741993055463260865574199305546326086557419930554632608655741993055463260865574199305546326086557419930554632608655741993055463260865574199305546326086557419930554632608655741993055463260865574199305546326086557419930554632608655741993055463260865574199305546326086557419930554632608655741993055463260865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76cef1cb-0d38-45c9-9b55-64fb90849d6f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6695f89-e136-4101-8782-550a5747ea4f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6695f89-e136-4101-8782-550a5747ea4f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7004916901674645710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70049169016746457107004916901674645710700491690167464571070049169016746457107004916901674645710700491690167464571070049169016746457107004916901674645710700491690167464571070049169016746457107004916901674645710700491690167464571070049169016746457107004916901674645710700491690167464571070049169016746457107004916901674645710700491690167464571070049169016746457107004916901674645710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7899878b-d16e-4f2f-8bf5-67ac6dfce039, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6695f89-e136-4101-8782-550a5747ea4f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 874e942d-7791-4085-9016-6677c5646f06, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 874e942d-7791-4085-9016-6677c5646f06, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2933455719125054247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29334557191250542472933455719125054247293345571912505424729334557191250542472933455719125054247293345571912505424729334557191250542472933455719125054247293345571912505424729334557191250542472933455719125054247293345571912505424729334557191250542472933455719125054247293345571912505424729334557191250542472933455719125054247293345571912505424729334557191250542472933455719125054247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40eaf954-051d-47ea-a7f5-3fdeea8f00c4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40eaf954-051d-47ea-a7f5-3fdeea8f00c4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 238620105952193829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "238620105952193829238620105952193829238620105952193829238620105952193829238620105952193829238620105952193829238620105952193829238620105952193829238620105952193829238620105952193829238620105952193829238620105952193829238620105952193829238620105952193829238620105952193829238620105952193829238620105952193829238620105952193829238620105952193829238620105952193829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40eaf954-051d-47ea-a7f5-3fdeea8f00c4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 874e942d-7791-4085-9016-6677c5646f06, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d170465-de3b-454e-9256-63e355c6ce02, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d170465-de3b-454e-9256-63e355c6ce02, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1775019397612903765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17750193976129037651775019397612903765177501939761290376517750193976129037651775019397612903765177501939761290376517750193976129037651775019397612903765177501939761290376517750193976129037651775019397612903765177501939761290376517750193976129037651775019397612903765177501939761290376517750193976129037651775019397612903765177501939761290376517750193976129037651775019397612903765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57ced7f6-3302-48e5-9946-9ecbb976083b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ced7f6-3302-48e5-9946-9ecbb976083b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7318439358092976229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73184393580929762297318439358092976229731843935809297622973184393580929762297318439358092976229731843935809297622973184393580929762297318439358092976229731843935809297622973184393580929762297318439358092976229731843935809297622973184393580929762297318439358092976229731843935809297622973184393580929762297318439358092976229731843935809297622973184393580929762297318439358092976229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d170465-de3b-454e-9256-63e355c6ce02, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ced7f6-3302-48e5-9946-9ecbb976083b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b5dcae5-8cca-471a-a012-636f78277dec, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b5dcae5-8cca-471a-a012-636f78277dec, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13954400278421606657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395440027842160665713954400278421606657139544002784216066571395440027842160665713954400278421606657139544002784216066571395440027842160665713954400278421606657139544002784216066571395440027842160665713954400278421606657139544002784216066571395440027842160665713954400278421606657139544002784216066571395440027842160665713954400278421606657139544002784216066571395440027842160665713954400278421606657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba2b10f6-322a-48c4-bbcf-932e3bec88c3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba2b10f6-322a-48c4-bbcf-932e3bec88c3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11621637785781897034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162163778578189703411621637785781897034116216377857818970341162163778578189703411621637785781897034116216377857818970341162163778578189703411621637785781897034116216377857818970341162163778578189703411621637785781897034116216377857818970341162163778578189703411621637785781897034116216377857818970341162163778578189703411621637785781897034116216377857818970341162163778578189703411621637785781897034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b5dcae5-8cca-471a-a012-636f78277dec, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba2b10f6-322a-48c4-bbcf-932e3bec88c3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cb122f4-f67e-455c-9b6f-64a2b4538c6b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cb122f4-f67e-455c-9b6f-64a2b4538c6b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13456644116557432810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345664411655743281013456644116557432810134566441165574328101345664411655743281013456644116557432810134566441165574328101345664411655743281013456644116557432810134566441165574328101345664411655743281013456644116557432810134566441165574328101345664411655743281013456644116557432810134566441165574328101345664411655743281013456644116557432810134566441165574328101345664411655743281013456644116557432810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 547b69e5-f2dd-422e-8120-655ad6892a43, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 547b69e5-f2dd-422e-8120-655ad6892a43, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2623501572040572340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26235015720405723402623501572040572340262350157204057234026235015720405723402623501572040572340262350157204057234026235015720405723402623501572040572340262350157204057234026235015720405723402623501572040572340262350157204057234026235015720405723402623501572040572340262350157204057234026235015720405723402623501572040572340262350157204057234026235015720405723402623501572040572340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 547b69e5-f2dd-422e-8120-655ad6892a43, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 748e6578-cf72-4180-9528-505988cb4c4f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748e6578-cf72-4180-9528-505988cb4c4f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10696892128760833418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069689212876083341810696892128760833418106968921287608334181069689212876083341810696892128760833418106968921287608334181069689212876083341810696892128760833418106968921287608334181069689212876083341810696892128760833418106968921287608334181069689212876083341810696892128760833418106968921287608334181069689212876083341810696892128760833418106968921287608334181069689212876083341810696892128760833418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cb122f4-f67e-455c-9b6f-64a2b4538c6b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5783ded-8c50-4d15-823f-3db8b0ed6040, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5783ded-8c50-4d15-823f-3db8b0ed6040, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9432133345771990893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94321333457719908939432133345771990893943213334577199089394321333457719908939432133345771990893943213334577199089394321333457719908939432133345771990893943213334577199089394321333457719908939432133345771990893943213334577199089394321333457719908939432133345771990893943213334577199089394321333457719908939432133345771990893943213334577199089394321333457719908939432133345771990893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748e6578-cf72-4180-9528-505988cb4c4f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e52b2df1-38ff-4a35-a2f1-eb41f2b8520f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e52b2df1-38ff-4a35-a2f1-eb41f2b8520f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1106371565526826201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11063715655268262011106371565526826201110637156552682620111063715655268262011106371565526826201110637156552682620111063715655268262011106371565526826201110637156552682620111063715655268262011106371565526826201110637156552682620111063715655268262011106371565526826201110637156552682620111063715655268262011106371565526826201110637156552682620111063715655268262011106371565526826201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5783ded-8c50-4d15-823f-3db8b0ed6040, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65a7800e-b5b2-488c-b86b-09620dcb82b6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65a7800e-b5b2-488c-b86b-09620dcb82b6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7206942109657589249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72069421096575892497206942109657589249720694210965758924972069421096575892497206942109657589249720694210965758924972069421096575892497206942109657589249720694210965758924972069421096575892497206942109657589249720694210965758924972069421096575892497206942109657589249720694210965758924972069421096575892497206942109657589249720694210965758924972069421096575892497206942109657589249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e52b2df1-38ff-4a35-a2f1-eb41f2b8520f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d692a80-086c-487b-bdf5-5aedd378c356, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d692a80-086c-487b-bdf5-5aedd378c356, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7216246264802059148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72162462648020591487216246264802059148721624626480205914872162462648020591487216246264802059148721624626480205914872162462648020591487216246264802059148721624626480205914872162462648020591487216246264802059148721624626480205914872162462648020591487216246264802059148721624626480205914872162462648020591487216246264802059148721624626480205914872162462648020591487216246264802059148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65a7800e-b5b2-488c-b86b-09620dcb82b6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d692a80-086c-487b-bdf5-5aedd378c356, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 897a82bb-14ab-4395-a9f5-6eae76203fad, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 897a82bb-14ab-4395-a9f5-6eae76203fad, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18066494973304454568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806649497330445456818066494973304454568180664949733044545681806649497330445456818066494973304454568180664949733044545681806649497330445456818066494973304454568180664949733044545681806649497330445456818066494973304454568180664949733044545681806649497330445456818066494973304454568180664949733044545681806649497330445456818066494973304454568180664949733044545681806649497330445456818066494973304454568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1aa97a94-b785-4b2b-947e-72b5c85ec7e4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aa97a94-b785-4b2b-947e-72b5c85ec7e4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4886019920421057258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48860199204210572584886019920421057258488601992042105725848860199204210572584886019920421057258488601992042105725848860199204210572584886019920421057258488601992042105725848860199204210572584886019920421057258488601992042105725848860199204210572584886019920421057258488601992042105725848860199204210572584886019920421057258488601992042105725848860199204210572584886019920421057258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 897a82bb-14ab-4395-a9f5-6eae76203fad, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a56274b-cdf7-4504-9802-b8538b89843c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a56274b-cdf7-4504-9802-b8538b89843c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10658864581029983076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065886458102998307610658864581029983076106588645810299830761065886458102998307610658864581029983076106588645810299830761065886458102998307610658864581029983076106588645810299830761065886458102998307610658864581029983076106588645810299830761065886458102998307610658864581029983076106588645810299830761065886458102998307610658864581029983076106588645810299830761065886458102998307610658864581029983076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aa97a94-b785-4b2b-947e-72b5c85ec7e4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de7da7e3-0b04-4e95-9802-0236a5b0773a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de7da7e3-0b04-4e95-9802-0236a5b0773a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15791494873063399161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579149487306339916115791494873063399161157914948730633991611579149487306339916115791494873063399161157914948730633991611579149487306339916115791494873063399161157914948730633991611579149487306339916115791494873063399161157914948730633991611579149487306339916115791494873063399161157914948730633991611579149487306339916115791494873063399161157914948730633991611579149487306339916115791494873063399161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de7da7e3-0b04-4e95-9802-0236a5b0773a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a56274b-cdf7-4504-9802-b8538b89843c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08fe2b63-0419-4775-82af-0820b4d6699c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d8aa37a-c962-462d-b92b-adeed5fa16e3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08fe2b63-0419-4775-82af-0820b4d6699c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6202473122732251949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62024731227322519496202473122732251949620247312273225194962024731227322519496202473122732251949620247312273225194962024731227322519496202473122732251949620247312273225194962024731227322519496202473122732251949620247312273225194962024731227322519496202473122732251949620247312273225194962024731227322519496202473122732251949620247312273225194962024731227322519496202473122732251949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d8aa37a-c962-462d-b92b-adeed5fa16e3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2939951388763629147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29399513887636291472939951388763629147293995138876362914729399513887636291472939951388763629147293995138876362914729399513887636291472939951388763629147293995138876362914729399513887636291472939951388763629147293995138876362914729399513887636291472939951388763629147293995138876362914729399513887636291472939951388763629147293995138876362914729399513887636291472939951388763629147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d8aa37a-c962-462d-b92b-adeed5fa16e3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08fe2b63-0419-4775-82af-0820b4d6699c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2dfc9f8-0560-48ad-91e0-3e0108ce6388, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07744610-a487-45eb-850e-0066c1def976, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2dfc9f8-0560-48ad-91e0-3e0108ce6388, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9690293271325345713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96902932713253457139690293271325345713969029327132534571396902932713253457139690293271325345713969029327132534571396902932713253457139690293271325345713969029327132534571396902932713253457139690293271325345713969029327132534571396902932713253457139690293271325345713969029327132534571396902932713253457139690293271325345713969029327132534571396902932713253457139690293271325345713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07744610-a487-45eb-850e-0066c1def976, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14477139987356932793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447713998735693279314477139987356932793144771399873569327931447713998735693279314477139987356932793144771399873569327931447713998735693279314477139987356932793144771399873569327931447713998735693279314477139987356932793144771399873569327931447713998735693279314477139987356932793144771399873569327931447713998735693279314477139987356932793144771399873569327931447713998735693279314477139987356932793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2dfc9f8-0560-48ad-91e0-3e0108ce6388, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e227c77-dbdf-4814-8822-5acf0640cff1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e227c77-dbdf-4814-8822-5acf0640cff1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10035599304560075747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003559930456007574710035599304560075747100355993045600757471003559930456007574710035599304560075747100355993045600757471003559930456007574710035599304560075747100355993045600757471003559930456007574710035599304560075747100355993045600757471003559930456007574710035599304560075747100355993045600757471003559930456007574710035599304560075747100355993045600757471003559930456007574710035599304560075747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07744610-a487-45eb-850e-0066c1def976, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25b393a2-83d4-46f9-8736-3d034024acc1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e227c77-dbdf-4814-8822-5acf0640cff1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25b393a2-83d4-46f9-8736-3d034024acc1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13573449191454788566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357344919145478856613573449191454788566135734491914547885661357344919145478856613573449191454788566135734491914547885661357344919145478856613573449191454788566135734491914547885661357344919145478856613573449191454788566135734491914547885661357344919145478856613573449191454788566135734491914547885661357344919145478856613573449191454788566135734491914547885661357344919145478856613573449191454788566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47fefa47-0a1b-4c21-bd19-4661c99fed55, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47fefa47-0a1b-4c21-bd19-4661c99fed55, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2781802190956979436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27818021909569794362781802190956979436278180219095697943627818021909569794362781802190956979436278180219095697943627818021909569794362781802190956979436278180219095697943627818021909569794362781802190956979436278180219095697943627818021909569794362781802190956979436278180219095697943627818021909569794362781802190956979436278180219095697943627818021909569794362781802190956979436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25b393a2-83d4-46f9-8736-3d034024acc1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1409c125-58cd-4f32-8a4b-14f5088081c1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1409c125-58cd-4f32-8a4b-14f5088081c1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14144495910685566273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414449591068556627314144495910685566273141444959106855662731414449591068556627314144495910685566273141444959106855662731414449591068556627314144495910685566273141444959106855662731414449591068556627314144495910685566273141444959106855662731414449591068556627314144495910685566273141444959106855662731414449591068556627314144495910685566273141444959106855662731414449591068556627314144495910685566273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47fefa47-0a1b-4c21-bd19-4661c99fed55, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13273410-7bb1-4f70-bb1c-513f75c75516, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13273410-7bb1-4f70-bb1c-513f75c75516, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 738010045400853463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "738010045400853463738010045400853463738010045400853463738010045400853463738010045400853463738010045400853463738010045400853463738010045400853463738010045400853463738010045400853463738010045400853463738010045400853463738010045400853463738010045400853463738010045400853463738010045400853463738010045400853463738010045400853463738010045400853463738010045400853463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1409c125-58cd-4f32-8a4b-14f5088081c1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54265cb3-661a-477e-9553-ff6920945369, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54265cb3-661a-477e-9553-ff6920945369, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12284671943859805107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228467194385980510712284671943859805107122846719438598051071228467194385980510712284671943859805107122846719438598051071228467194385980510712284671943859805107122846719438598051071228467194385980510712284671943859805107122846719438598051071228467194385980510712284671943859805107122846719438598051071228467194385980510712284671943859805107122846719438598051071228467194385980510712284671943859805107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13273410-7bb1-4f70-bb1c-513f75c75516, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3e88800-e448-459c-9168-9679be578214, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3e88800-e448-459c-9168-9679be578214, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10718037510776531149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071803751077653114910718037510776531149107180375107765311491071803751077653114910718037510776531149107180375107765311491071803751077653114910718037510776531149107180375107765311491071803751077653114910718037510776531149107180375107765311491071803751077653114910718037510776531149107180375107765311491071803751077653114910718037510776531149107180375107765311491071803751077653114910718037510776531149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3e88800-e448-459c-9168-9679be578214, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54265cb3-661a-477e-9553-ff6920945369, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 282b4250-42bf-4029-bc74-61b20ee02d73, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 282b4250-42bf-4029-bc74-61b20ee02d73, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11519763207749964759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151976320774996475911519763207749964759115197632077499647591151976320774996475911519763207749964759115197632077499647591151976320774996475911519763207749964759115197632077499647591151976320774996475911519763207749964759115197632077499647591151976320774996475911519763207749964759115197632077499647591151976320774996475911519763207749964759115197632077499647591151976320774996475911519763207749964759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d035ec93-64bb-40b4-a3d8-f1b34b92a0d5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d035ec93-64bb-40b4-a3d8-f1b34b92a0d5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11218011904098276983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121801190409827698311218011904098276983112180119040982769831121801190409827698311218011904098276983112180119040982769831121801190409827698311218011904098276983112180119040982769831121801190409827698311218011904098276983112180119040982769831121801190409827698311218011904098276983112180119040982769831121801190409827698311218011904098276983112180119040982769831121801190409827698311218011904098276983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 282b4250-42bf-4029-bc74-61b20ee02d73, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a93a917b-275c-422f-a0c8-047e043ecdef, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a93a917b-275c-422f-a0c8-047e043ecdef, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6976559362816582969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69765593628165829696976559362816582969697655936281658296969765593628165829696976559362816582969697655936281658296969765593628165829696976559362816582969697655936281658296969765593628165829696976559362816582969697655936281658296969765593628165829696976559362816582969697655936281658296969765593628165829696976559362816582969697655936281658296969765593628165829696976559362816582969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d035ec93-64bb-40b4-a3d8-f1b34b92a0d5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba6726af-346b-4c5a-80a8-12ed86e57ffa, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba6726af-346b-4c5a-80a8-12ed86e57ffa, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18250600769494910353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825060076949491035318250600769494910353182506007694949103531825060076949491035318250600769494910353182506007694949103531825060076949491035318250600769494910353182506007694949103531825060076949491035318250600769494910353182506007694949103531825060076949491035318250600769494910353182506007694949103531825060076949491035318250600769494910353182506007694949103531825060076949491035318250600769494910353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a93a917b-275c-422f-a0c8-047e043ecdef, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 373e9eb5-4e8a-4c08-a28f-bd0f7d9bc05a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba6726af-346b-4c5a-80a8-12ed86e57ffa, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 373e9eb5-4e8a-4c08-a28f-bd0f7d9bc05a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1640295430169306596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16402954301693065961640295430169306596164029543016930659616402954301693065961640295430169306596164029543016930659616402954301693065961640295430169306596164029543016930659616402954301693065961640295430169306596164029543016930659616402954301693065961640295430169306596164029543016930659616402954301693065961640295430169306596164029543016930659616402954301693065961640295430169306596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bccb48d-eb05-450b-b8d5-67ef6a40ab4a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bccb48d-eb05-450b-b8d5-67ef6a40ab4a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13107826606210269802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310782660621026980213107826606210269802131078266062102698021310782660621026980213107826606210269802131078266062102698021310782660621026980213107826606210269802131078266062102698021310782660621026980213107826606210269802131078266062102698021310782660621026980213107826606210269802131078266062102698021310782660621026980213107826606210269802131078266062102698021310782660621026980213107826606210269802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 373e9eb5-4e8a-4c08-a28f-bd0f7d9bc05a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c977b03-13c5-4a7c-91e8-458e58a5a738, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c977b03-13c5-4a7c-91e8-458e58a5a738, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13328386301712312856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332838630171231285613328386301712312856133283863017123128561332838630171231285613328386301712312856133283863017123128561332838630171231285613328386301712312856133283863017123128561332838630171231285613328386301712312856133283863017123128561332838630171231285613328386301712312856133283863017123128561332838630171231285613328386301712312856133283863017123128561332838630171231285613328386301712312856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bccb48d-eb05-450b-b8d5-67ef6a40ab4a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c977b03-13c5-4a7c-91e8-458e58a5a738, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c092e5d8-3f7a-4018-a365-249ee7304992, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ddac233-3ead-47d4-b307-d33237f5e0ed, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ddac233-3ead-47d4-b307-d33237f5e0ed, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15297335190823858661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529733519082385866115297335190823858661152973351908238586611529733519082385866115297335190823858661152973351908238586611529733519082385866115297335190823858661152973351908238586611529733519082385866115297335190823858661152973351908238586611529733519082385866115297335190823858661152973351908238586611529733519082385866115297335190823858661152973351908238586611529733519082385866115297335190823858661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c092e5d8-3f7a-4018-a365-249ee7304992, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10596608234098377314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059660823409837731410596608234098377314105966082340983773141059660823409837731410596608234098377314105966082340983773141059660823409837731410596608234098377314105966082340983773141059660823409837731410596608234098377314105966082340983773141059660823409837731410596608234098377314105966082340983773141059660823409837731410596608234098377314105966082340983773141059660823409837731410596608234098377314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ddac233-3ead-47d4-b307-d33237f5e0ed, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c092e5d8-3f7a-4018-a365-249ee7304992, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02075105-c592-45d1-84e1-459a2b3fafb4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02075105-c592-45d1-84e1-459a2b3fafb4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6548243639947637484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65482436399476374846548243639947637484654824363994763748465482436399476374846548243639947637484654824363994763748465482436399476374846548243639947637484654824363994763748465482436399476374846548243639947637484654824363994763748465482436399476374846548243639947637484654824363994763748465482436399476374846548243639947637484654824363994763748465482436399476374846548243639947637484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aeab245c-1974-4c11-8c69-2525a6189599, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeab245c-1974-4c11-8c69-2525a6189599, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3747298493945750526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37472984939457505263747298493945750526374729849394575052637472984939457505263747298493945750526374729849394575052637472984939457505263747298493945750526374729849394575052637472984939457505263747298493945750526374729849394575052637472984939457505263747298493945750526374729849394575052637472984939457505263747298493945750526374729849394575052637472984939457505263747298493945750526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02075105-c592-45d1-84e1-459a2b3fafb4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a3399f5-e059-41e7-9efa-3d46b95630f7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a3399f5-e059-41e7-9efa-3d46b95630f7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10287904252862166996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028790425286216699610287904252862166996102879042528621669961028790425286216699610287904252862166996102879042528621669961028790425286216699610287904252862166996102879042528621669961028790425286216699610287904252862166996102879042528621669961028790425286216699610287904252862166996102879042528621669961028790425286216699610287904252862166996102879042528621669961028790425286216699610287904252862166996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeab245c-1974-4c11-8c69-2525a6189599, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31f0f032-ed7f-4d3b-b2ee-8134253a8be2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31f0f032-ed7f-4d3b-b2ee-8134253a8be2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2608409865127462261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26084098651274622612608409865127462261260840986512746226126084098651274622612608409865127462261260840986512746226126084098651274622612608409865127462261260840986512746226126084098651274622612608409865127462261260840986512746226126084098651274622612608409865127462261260840986512746226126084098651274622612608409865127462261260840986512746226126084098651274622612608409865127462261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a3399f5-e059-41e7-9efa-3d46b95630f7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7560ec7a-c57e-4af3-b9cf-771d69efc5a5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7560ec7a-c57e-4af3-b9cf-771d69efc5a5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1413025876536851496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14130258765368514961413025876536851496141302587653685149614130258765368514961413025876536851496141302587653685149614130258765368514961413025876536851496141302587653685149614130258765368514961413025876536851496141302587653685149614130258765368514961413025876536851496141302587653685149614130258765368514961413025876536851496141302587653685149614130258765368514961413025876536851496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31f0f032-ed7f-4d3b-b2ee-8134253a8be2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3a3944f-5ef4-4955-9008-b5b2d796e61a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3a3944f-5ef4-4955-9008-b5b2d796e61a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 993190486054554578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "993190486054554578993190486054554578993190486054554578993190486054554578993190486054554578993190486054554578993190486054554578993190486054554578993190486054554578993190486054554578993190486054554578993190486054554578993190486054554578993190486054554578993190486054554578993190486054554578993190486054554578993190486054554578993190486054554578993190486054554578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7560ec7a-c57e-4af3-b9cf-771d69efc5a5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e03b405f-8a42-4c41-a1a2-2cf3b513d957, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e03b405f-8a42-4c41-a1a2-2cf3b513d957, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2990615929260955159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29906159292609551592990615929260955159299061592926095515929906159292609551592990615929260955159299061592926095515929906159292609551592990615929260955159299061592926095515929906159292609551592990615929260955159299061592926095515929906159292609551592990615929260955159299061592926095515929906159292609551592990615929260955159299061592926095515929906159292609551592990615929260955159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3a3944f-5ef4-4955-9008-b5b2d796e61a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb2d7a55-ba5b-4e03-8262-debf00e4dd14, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb2d7a55-ba5b-4e03-8262-debf00e4dd14, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2848453922246604657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28484539222466046572848453922246604657284845392224660465728484539222466046572848453922246604657284845392224660465728484539222466046572848453922246604657284845392224660465728484539222466046572848453922246604657284845392224660465728484539222466046572848453922246604657284845392224660465728484539222466046572848453922246604657284845392224660465728484539222466046572848453922246604657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e03b405f-8a42-4c41-a1a2-2cf3b513d957, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce37b466-ac4f-4749-a83f-93bd210910be, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce37b466-ac4f-4749-a83f-93bd210910be, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5153994787780152803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51539947877801528035153994787780152803515399478778015280351539947877801528035153994787780152803515399478778015280351539947877801528035153994787780152803515399478778015280351539947877801528035153994787780152803515399478778015280351539947877801528035153994787780152803515399478778015280351539947877801528035153994787780152803515399478778015280351539947877801528035153994787780152803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb2d7a55-ba5b-4e03-8262-debf00e4dd14, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c926a8a4-0e2e-4f8f-839d-337da5a16b94, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c926a8a4-0e2e-4f8f-839d-337da5a16b94, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4885578541220584506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48855785412205845064885578541220584506488557854122058450648855785412205845064885578541220584506488557854122058450648855785412205845064885578541220584506488557854122058450648855785412205845064885578541220584506488557854122058450648855785412205845064885578541220584506488557854122058450648855785412205845064885578541220584506488557854122058450648855785412205845064885578541220584506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce37b466-ac4f-4749-a83f-93bd210910be, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 233e8cf9-1a83-4c4f-98fd-7b920c318fab, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 233e8cf9-1a83-4c4f-98fd-7b920c318fab, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16041853826654383254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604185382665438325416041853826654383254160418538266543832541604185382665438325416041853826654383254160418538266543832541604185382665438325416041853826654383254160418538266543832541604185382665438325416041853826654383254160418538266543832541604185382665438325416041853826654383254160418538266543832541604185382665438325416041853826654383254160418538266543832541604185382665438325416041853826654383254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c926a8a4-0e2e-4f8f-839d-337da5a16b94, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa5e11d9-880e-49e8-93ec-241543667338, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa5e11d9-880e-49e8-93ec-241543667338, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6599166433872190377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65991664338721903776599166433872190377659916643387219037765991664338721903776599166433872190377659916643387219037765991664338721903776599166433872190377659916643387219037765991664338721903776599166433872190377659916643387219037765991664338721903776599166433872190377659916643387219037765991664338721903776599166433872190377659916643387219037765991664338721903776599166433872190377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 233e8cf9-1a83-4c4f-98fd-7b920c318fab, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 901401bc-9a77-4fae-8f87-49bb44a11c60, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa5e11d9-880e-49e8-93ec-241543667338, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 901401bc-9a77-4fae-8f87-49bb44a11c60, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3195001923702335124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31950019237023351243195001923702335124319500192370233512431950019237023351243195001923702335124319500192370233512431950019237023351243195001923702335124319500192370233512431950019237023351243195001923702335124319500192370233512431950019237023351243195001923702335124319500192370233512431950019237023351243195001923702335124319500192370233512431950019237023351243195001923702335124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c19db91-2901-4386-a4df-65af89d20a36, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c19db91-2901-4386-a4df-65af89d20a36, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17952137022455086767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795213702245508676717952137022455086767179521370224550867671795213702245508676717952137022455086767179521370224550867671795213702245508676717952137022455086767179521370224550867671795213702245508676717952137022455086767179521370224550867671795213702245508676717952137022455086767179521370224550867671795213702245508676717952137022455086767179521370224550867671795213702245508676717952137022455086767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 901401bc-9a77-4fae-8f87-49bb44a11c60, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c19db91-2901-4386-a4df-65af89d20a36, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de4d41ab-d830-4690-9f8c-54f5836392ce, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efe055c9-36ae-4944-832c-80afd66e795d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4d41ab-d830-4690-9f8c-54f5836392ce, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3621534286434257582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36215342864342575823621534286434257582362153428643425758236215342864342575823621534286434257582362153428643425758236215342864342575823621534286434257582362153428643425758236215342864342575823621534286434257582362153428643425758236215342864342575823621534286434257582362153428643425758236215342864342575823621534286434257582362153428643425758236215342864342575823621534286434257582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efe055c9-36ae-4944-832c-80afd66e795d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3125177382843713913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31251773828437139133125177382843713913312517738284371391331251773828437139133125177382843713913312517738284371391331251773828437139133125177382843713913312517738284371391331251773828437139133125177382843713913312517738284371391331251773828437139133125177382843713913312517738284371391331251773828437139133125177382843713913312517738284371391331251773828437139133125177382843713913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4d41ab-d830-4690-9f8c-54f5836392ce, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10021d7b-5668-41c5-acc5-5ef0a8c1449d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efe055c9-36ae-4944-832c-80afd66e795d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10021d7b-5668-41c5-acc5-5ef0a8c1449d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11967338818541444163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196733881854144416311967338818541444163119673388185414441631196733881854144416311967338818541444163119673388185414441631196733881854144416311967338818541444163119673388185414441631196733881854144416311967338818541444163119673388185414441631196733881854144416311967338818541444163119673388185414441631196733881854144416311967338818541444163119673388185414441631196733881854144416311967338818541444163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c21530fa-d450-4096-a576-963dc9a5f127, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c21530fa-d450-4096-a576-963dc9a5f127, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1915013257846172110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19150132578461721101915013257846172110191501325784617211019150132578461721101915013257846172110191501325784617211019150132578461721101915013257846172110191501325784617211019150132578461721101915013257846172110191501325784617211019150132578461721101915013257846172110191501325784617211019150132578461721101915013257846172110191501325784617211019150132578461721101915013257846172110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10021d7b-5668-41c5-acc5-5ef0a8c1449d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cfe613e-19f1-43a7-b4d6-c1cdf7871675, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cfe613e-19f1-43a7-b4d6-c1cdf7871675, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10422253049724375593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042225304972437559310422253049724375593104222530497243755931042225304972437559310422253049724375593104222530497243755931042225304972437559310422253049724375593104222530497243755931042225304972437559310422253049724375593104222530497243755931042225304972437559310422253049724375593104222530497243755931042225304972437559310422253049724375593104222530497243755931042225304972437559310422253049724375593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cfe613e-19f1-43a7-b4d6-c1cdf7871675, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 880a6167-6965-4adb-bcd2-dcfd8795a5cd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c21530fa-d450-4096-a576-963dc9a5f127, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 880a6167-6965-4adb-bcd2-dcfd8795a5cd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7330177879841840671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73301778798418406717330177879841840671733017787984184067173301778798418406717330177879841840671733017787984184067173301778798418406717330177879841840671733017787984184067173301778798418406717330177879841840671733017787984184067173301778798418406717330177879841840671733017787984184067173301778798418406717330177879841840671733017787984184067173301778798418406717330177879841840671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 231d4565-ff14-45f1-bc88-085d86b15cf9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 231d4565-ff14-45f1-bc88-085d86b15cf9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5154515191264268678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51545151912642686785154515191264268678515451519126426867851545151912642686785154515191264268678515451519126426867851545151912642686785154515191264268678515451519126426867851545151912642686785154515191264268678515451519126426867851545151912642686785154515191264268678515451519126426867851545151912642686785154515191264268678515451519126426867851545151912642686785154515191264268678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 880a6167-6965-4adb-bcd2-dcfd8795a5cd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1e3fc32-6e3b-4a6d-be33-25f827eab114, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1e3fc32-6e3b-4a6d-be33-25f827eab114, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2244074505993747431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22440745059937474312244074505993747431224407450599374743122440745059937474312244074505993747431224407450599374743122440745059937474312244074505993747431224407450599374743122440745059937474312244074505993747431224407450599374743122440745059937474312244074505993747431224407450599374743122440745059937474312244074505993747431224407450599374743122440745059937474312244074505993747431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 231d4565-ff14-45f1-bc88-085d86b15cf9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bcdac05-a8da-41bb-adca-8ba2294b7f90, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bcdac05-a8da-41bb-adca-8ba2294b7f90, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3765257762411459986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37652577624114599863765257762411459986376525776241145998637652577624114599863765257762411459986376525776241145998637652577624114599863765257762411459986376525776241145998637652577624114599863765257762411459986376525776241145998637652577624114599863765257762411459986376525776241145998637652577624114599863765257762411459986376525776241145998637652577624114599863765257762411459986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1e3fc32-6e3b-4a6d-be33-25f827eab114, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18909c90-8acb-438c-8a8f-932b2aee81c9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18909c90-8acb-438c-8a8f-932b2aee81c9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11489934727683027384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148993472768302738411489934727683027384114899347276830273841148993472768302738411489934727683027384114899347276830273841148993472768302738411489934727683027384114899347276830273841148993472768302738411489934727683027384114899347276830273841148993472768302738411489934727683027384114899347276830273841148993472768302738411489934727683027384114899347276830273841148993472768302738411489934727683027384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bcdac05-a8da-41bb-adca-8ba2294b7f90, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dec184c4-1aeb-41e2-a254-afa1c9d45ba3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dec184c4-1aeb-41e2-a254-afa1c9d45ba3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12686318278190355078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268631827819035507812686318278190355078126863182781903550781268631827819035507812686318278190355078126863182781903550781268631827819035507812686318278190355078126863182781903550781268631827819035507812686318278190355078126863182781903550781268631827819035507812686318278190355078126863182781903550781268631827819035507812686318278190355078126863182781903550781268631827819035507812686318278190355078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18909c90-8acb-438c-8a8f-932b2aee81c9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 124ab3ba-ea11-4011-81d1-2f4384a98b10, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 124ab3ba-ea11-4011-81d1-2f4384a98b10, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3221604097709322013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32216040977093220133221604097709322013322160409770932201332216040977093220133221604097709322013322160409770932201332216040977093220133221604097709322013322160409770932201332216040977093220133221604097709322013322160409770932201332216040977093220133221604097709322013322160409770932201332216040977093220133221604097709322013322160409770932201332216040977093220133221604097709322013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dec184c4-1aeb-41e2-a254-afa1c9d45ba3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec09ac25-b483-4e28-8379-06f59650f459, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec09ac25-b483-4e28-8379-06f59650f459, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 932911032344863373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "932911032344863373932911032344863373932911032344863373932911032344863373932911032344863373932911032344863373932911032344863373932911032344863373932911032344863373932911032344863373932911032344863373932911032344863373932911032344863373932911032344863373932911032344863373932911032344863373932911032344863373932911032344863373932911032344863373932911032344863373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 124ab3ba-ea11-4011-81d1-2f4384a98b10, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebb28e54-5d21-46c8-842c-a05b2474f578, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebb28e54-5d21-46c8-842c-a05b2474f578, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10419346031769941602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041934603176994160210419346031769941602104193460317699416021041934603176994160210419346031769941602104193460317699416021041934603176994160210419346031769941602104193460317699416021041934603176994160210419346031769941602104193460317699416021041934603176994160210419346031769941602104193460317699416021041934603176994160210419346031769941602104193460317699416021041934603176994160210419346031769941602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec09ac25-b483-4e28-8379-06f59650f459, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebb28e54-5d21-46c8-842c-a05b2474f578, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a611984-d544-4dff-ad55-8a2b48e5ab14, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a611984-d544-4dff-ad55-8a2b48e5ab14, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15560137628026669169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556013762802666916915560137628026669169155601376280266691691556013762802666916915560137628026669169155601376280266691691556013762802666916915560137628026669169155601376280266691691556013762802666916915560137628026669169155601376280266691691556013762802666916915560137628026669169155601376280266691691556013762802666916915560137628026669169155601376280266691691556013762802666916915560137628026669169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e22f5096-6346-4f28-bd65-a6c8dc9ca511, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e22f5096-6346-4f28-bd65-a6c8dc9ca511, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 364417048955338457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "364417048955338457364417048955338457364417048955338457364417048955338457364417048955338457364417048955338457364417048955338457364417048955338457364417048955338457364417048955338457364417048955338457364417048955338457364417048955338457364417048955338457364417048955338457364417048955338457364417048955338457364417048955338457364417048955338457364417048955338457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a611984-d544-4dff-ad55-8a2b48e5ab14, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 664ae288-ee5e-4a8f-ac1e-8bc8519317a9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 664ae288-ee5e-4a8f-ac1e-8bc8519317a9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1828783550649342244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18287835506493422441828783550649342244182878355064934224418287835506493422441828783550649342244182878355064934224418287835506493422441828783550649342244182878355064934224418287835506493422441828783550649342244182878355064934224418287835506493422441828783550649342244182878355064934224418287835506493422441828783550649342244182878355064934224418287835506493422441828783550649342244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e22f5096-6346-4f28-bd65-a6c8dc9ca511, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a70c8948-b83b-406f-955d-f6667a5edb19, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a70c8948-b83b-406f-955d-f6667a5edb19, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1746101594273199244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17461015942731992441746101594273199244174610159427319924417461015942731992441746101594273199244174610159427319924417461015942731992441746101594273199244174610159427319924417461015942731992441746101594273199244174610159427319924417461015942731992441746101594273199244174610159427319924417461015942731992441746101594273199244174610159427319924417461015942731992441746101594273199244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 664ae288-ee5e-4a8f-ac1e-8bc8519317a9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95d20dac-b750-403c-b030-15516855e466, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95d20dac-b750-403c-b030-15516855e466, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11021719620347928588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102171962034792858811021719620347928588110217196203479285881102171962034792858811021719620347928588110217196203479285881102171962034792858811021719620347928588110217196203479285881102171962034792858811021719620347928588110217196203479285881102171962034792858811021719620347928588110217196203479285881102171962034792858811021719620347928588110217196203479285881102171962034792858811021719620347928588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a70c8948-b83b-406f-955d-f6667a5edb19, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de6d7ea9-decd-4a52-a14a-e011e40be566, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de6d7ea9-decd-4a52-a14a-e011e40be566, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7385925574847734170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73859255748477341707385925574847734170738592557484773417073859255748477341707385925574847734170738592557484773417073859255748477341707385925574847734170738592557484773417073859255748477341707385925574847734170738592557484773417073859255748477341707385925574847734170738592557484773417073859255748477341707385925574847734170738592557484773417073859255748477341707385925574847734170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95d20dac-b750-403c-b030-15516855e466, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de6d7ea9-decd-4a52-a14a-e011e40be566, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e217ba6-cdaa-492c-a6bb-07a3253d9e9f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e217ba6-cdaa-492c-a6bb-07a3253d9e9f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1267403729628224443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12674037296282244431267403729628224443126740372962822444312674037296282244431267403729628224443126740372962822444312674037296282244431267403729628224443126740372962822444312674037296282244431267403729628224443126740372962822444312674037296282244431267403729628224443126740372962822444312674037296282244431267403729628224443126740372962822444312674037296282244431267403729628224443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 069a69bd-39b4-4a3c-b5ae-d8d741dd507d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 069a69bd-39b4-4a3c-b5ae-d8d741dd507d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17045044442729293471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704504444272929347117045044442729293471170450444427292934711704504444272929347117045044442729293471170450444427292934711704504444272929347117045044442729293471170450444427292934711704504444272929347117045044442729293471170450444427292934711704504444272929347117045044442729293471170450444427292934711704504444272929347117045044442729293471170450444427292934711704504444272929347117045044442729293471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e217ba6-cdaa-492c-a6bb-07a3253d9e9f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 069a69bd-39b4-4a3c-b5ae-d8d741dd507d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6d5c5fa-c454-42da-bab6-15c646b47ba1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6d5c5fa-c454-42da-bab6-15c646b47ba1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16097119915214416618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609711991521441661816097119915214416618160971199152144166181609711991521441661816097119915214416618160971199152144166181609711991521441661816097119915214416618160971199152144166181609711991521441661816097119915214416618160971199152144166181609711991521441661816097119915214416618160971199152144166181609711991521441661816097119915214416618160971199152144166181609711991521441661816097119915214416618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef552f8e-2131-419c-bce1-618f115533ae, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef552f8e-2131-419c-bce1-618f115533ae, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 205674944150567560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "205674944150567560205674944150567560205674944150567560205674944150567560205674944150567560205674944150567560205674944150567560205674944150567560205674944150567560205674944150567560205674944150567560205674944150567560205674944150567560205674944150567560205674944150567560205674944150567560205674944150567560205674944150567560205674944150567560205674944150567560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6d5c5fa-c454-42da-bab6-15c646b47ba1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8f275a8-40de-4a93-90b7-05bae495387f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8f275a8-40de-4a93-90b7-05bae495387f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9587333963057584663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95873339630575846639587333963057584663958733396305758466395873339630575846639587333963057584663958733396305758466395873339630575846639587333963057584663958733396305758466395873339630575846639587333963057584663958733396305758466395873339630575846639587333963057584663958733396305758466395873339630575846639587333963057584663958733396305758466395873339630575846639587333963057584663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef552f8e-2131-419c-bce1-618f115533ae, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e498c788-9bfb-4b02-bf3f-ea0faaa584a2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e498c788-9bfb-4b02-bf3f-ea0faaa584a2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12855503638552402174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285550363855240217412855503638552402174128555036385524021741285550363855240217412855503638552402174128555036385524021741285550363855240217412855503638552402174128555036385524021741285550363855240217412855503638552402174128555036385524021741285550363855240217412855503638552402174128555036385524021741285550363855240217412855503638552402174128555036385524021741285550363855240217412855503638552402174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8f275a8-40de-4a93-90b7-05bae495387f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b74176c-ea9f-4892-9a9e-f8d4d92f5fcb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b74176c-ea9f-4892-9a9e-f8d4d92f5fcb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2998424567001132727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29984245670011327272998424567001132727299842456700113272729984245670011327272998424567001132727299842456700113272729984245670011327272998424567001132727299842456700113272729984245670011327272998424567001132727299842456700113272729984245670011327272998424567001132727299842456700113272729984245670011327272998424567001132727299842456700113272729984245670011327272998424567001132727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e498c788-9bfb-4b02-bf3f-ea0faaa584a2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31b18646-94e3-400e-90e8-61c9627ca390, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31b18646-94e3-400e-90e8-61c9627ca390, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15756554781118845826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575655478111884582615756554781118845826157565547811188458261575655478111884582615756554781118845826157565547811188458261575655478111884582615756554781118845826157565547811188458261575655478111884582615756554781118845826157565547811188458261575655478111884582615756554781118845826157565547811188458261575655478111884582615756554781118845826157565547811188458261575655478111884582615756554781118845826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b74176c-ea9f-4892-9a9e-f8d4d92f5fcb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 619184cc-5ad4-419a-ab72-95a6ddbd69e8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 619184cc-5ad4-419a-ab72-95a6ddbd69e8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1274183072725611086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12741830727256110861274183072725611086127418307272561108612741830727256110861274183072725611086127418307272561108612741830727256110861274183072725611086127418307272561108612741830727256110861274183072725611086127418307272561108612741830727256110861274183072725611086127418307272561108612741830727256110861274183072725611086127418307272561108612741830727256110861274183072725611086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31b18646-94e3-400e-90e8-61c9627ca390, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c064a8ec-8acb-445b-b90d-a977e5689473, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c064a8ec-8acb-445b-b90d-a977e5689473, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2123271362416850645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21232713624168506452123271362416850645212327136241685064521232713624168506452123271362416850645212327136241685064521232713624168506452123271362416850645212327136241685064521232713624168506452123271362416850645212327136241685064521232713624168506452123271362416850645212327136241685064521232713624168506452123271362416850645212327136241685064521232713624168506452123271362416850645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 619184cc-5ad4-419a-ab72-95a6ddbd69e8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fecb396f-b857-468b-93bb-8a38880fb9bd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fecb396f-b857-468b-93bb-8a38880fb9bd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12968673205897242114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296867320589724211412968673205897242114129686732058972421141296867320589724211412968673205897242114129686732058972421141296867320589724211412968673205897242114129686732058972421141296867320589724211412968673205897242114129686732058972421141296867320589724211412968673205897242114129686732058972421141296867320589724211412968673205897242114129686732058972421141296867320589724211412968673205897242114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c064a8ec-8acb-445b-b90d-a977e5689473, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b251cdb-99c0-4ad3-9434-14497e351ca2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b251cdb-99c0-4ad3-9434-14497e351ca2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4327936575136991740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43279365751369917404327936575136991740432793657513699174043279365751369917404327936575136991740432793657513699174043279365751369917404327936575136991740432793657513699174043279365751369917404327936575136991740432793657513699174043279365751369917404327936575136991740432793657513699174043279365751369917404327936575136991740432793657513699174043279365751369917404327936575136991740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fecb396f-b857-468b-93bb-8a38880fb9bd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4daca98-5584-4249-99b3-5122ef7e8afc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b251cdb-99c0-4ad3-9434-14497e351ca2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4daca98-5584-4249-99b3-5122ef7e8afc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5118251340232690937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51182513402326909375118251340232690937511825134023269093751182513402326909375118251340232690937511825134023269093751182513402326909375118251340232690937511825134023269093751182513402326909375118251340232690937511825134023269093751182513402326909375118251340232690937511825134023269093751182513402326909375118251340232690937511825134023269093751182513402326909375118251340232690937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d13d81c-7bcb-4fc2-9413-360cc5b77d99, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d13d81c-7bcb-4fc2-9413-360cc5b77d99, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13752062336573840549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375206233657384054913752062336573840549137520623365738405491375206233657384054913752062336573840549137520623365738405491375206233657384054913752062336573840549137520623365738405491375206233657384054913752062336573840549137520623365738405491375206233657384054913752062336573840549137520623365738405491375206233657384054913752062336573840549137520623365738405491375206233657384054913752062336573840549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4daca98-5584-4249-99b3-5122ef7e8afc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d13d81c-7bcb-4fc2-9413-360cc5b77d99, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f36225ad-1e1e-4de9-b3df-b45a33aee4d3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f36225ad-1e1e-4de9-b3df-b45a33aee4d3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3438722979566085569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34387229795660855693438722979566085569343872297956608556934387229795660855693438722979566085569343872297956608556934387229795660855693438722979566085569343872297956608556934387229795660855693438722979566085569343872297956608556934387229795660855693438722979566085569343872297956608556934387229795660855693438722979566085569343872297956608556934387229795660855693438722979566085569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4fa416a-85d2-4fe9-adee-f026dcada321, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4fa416a-85d2-4fe9-adee-f026dcada321, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18396796248193258772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839679624819325877218396796248193258772183967962481932587721839679624819325877218396796248193258772183967962481932587721839679624819325877218396796248193258772183967962481932587721839679624819325877218396796248193258772183967962481932587721839679624819325877218396796248193258772183967962481932587721839679624819325877218396796248193258772183967962481932587721839679624819325877218396796248193258772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f36225ad-1e1e-4de9-b3df-b45a33aee4d3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63a3abac-25ea-4849-aa2f-cd41d2e70304, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63a3abac-25ea-4849-aa2f-cd41d2e70304, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10027701971261879085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002770197126187908510027701971261879085100277019712618790851002770197126187908510027701971261879085100277019712618790851002770197126187908510027701971261879085100277019712618790851002770197126187908510027701971261879085100277019712618790851002770197126187908510027701971261879085100277019712618790851002770197126187908510027701971261879085100277019712618790851002770197126187908510027701971261879085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4fa416a-85d2-4fe9-adee-f026dcada321, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22901f37-7193-4004-ab47-fa27027a7f3d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22901f37-7193-4004-ab47-fa27027a7f3d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13828738493400045696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382873849340004569613828738493400045696138287384934000456961382873849340004569613828738493400045696138287384934000456961382873849340004569613828738493400045696138287384934000456961382873849340004569613828738493400045696138287384934000456961382873849340004569613828738493400045696138287384934000456961382873849340004569613828738493400045696138287384934000456961382873849340004569613828738493400045696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63a3abac-25ea-4849-aa2f-cd41d2e70304, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27be91d0-c3a5-42e5-881a-ed8d0133cc93, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27be91d0-c3a5-42e5-881a-ed8d0133cc93, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4811784109437741515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48117841094377415154811784109437741515481178410943774151548117841094377415154811784109437741515481178410943774151548117841094377415154811784109437741515481178410943774151548117841094377415154811784109437741515481178410943774151548117841094377415154811784109437741515481178410943774151548117841094377415154811784109437741515481178410943774151548117841094377415154811784109437741515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22901f37-7193-4004-ab47-fa27027a7f3d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27be91d0-c3a5-42e5-881a-ed8d0133cc93, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9dc0472-3256-4df4-ac0c-e3a3b00b8323, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9dc0472-3256-4df4-ac0c-e3a3b00b8323, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3065677355405034026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30656773554050340263065677355405034026306567735540503402630656773554050340263065677355405034026306567735540503402630656773554050340263065677355405034026306567735540503402630656773554050340263065677355405034026306567735540503402630656773554050340263065677355405034026306567735540503402630656773554050340263065677355405034026306567735540503402630656773554050340263065677355405034026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73a75110-7c07-4f47-a659-c7034621b0e0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73a75110-7c07-4f47-a659-c7034621b0e0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16136884428621059482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613688442862105948216136884428621059482161368844286210594821613688442862105948216136884428621059482161368844286210594821613688442862105948216136884428621059482161368844286210594821613688442862105948216136884428621059482161368844286210594821613688442862105948216136884428621059482161368844286210594821613688442862105948216136884428621059482161368844286210594821613688442862105948216136884428621059482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9dc0472-3256-4df4-ac0c-e3a3b00b8323, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d0bc425-c836-4053-bb13-722f4cf344ca, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d0bc425-c836-4053-bb13-722f4cf344ca, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12742207428554529848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274220742855452984812742207428554529848127422074285545298481274220742855452984812742207428554529848127422074285545298481274220742855452984812742207428554529848127422074285545298481274220742855452984812742207428554529848127422074285545298481274220742855452984812742207428554529848127422074285545298481274220742855452984812742207428554529848127422074285545298481274220742855452984812742207428554529848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73a75110-7c07-4f47-a659-c7034621b0e0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7072a221-dde4-4364-b2e8-d55bd45406a7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7072a221-dde4-4364-b2e8-d55bd45406a7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2326716484618029023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23267164846180290232326716484618029023232671648461802902323267164846180290232326716484618029023232671648461802902323267164846180290232326716484618029023232671648461802902323267164846180290232326716484618029023232671648461802902323267164846180290232326716484618029023232671648461802902323267164846180290232326716484618029023232671648461802902323267164846180290232326716484618029023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d0bc425-c836-4053-bb13-722f4cf344ca, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7e2598f-97f8-40ad-b612-7fe6d03c29a4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7e2598f-97f8-40ad-b612-7fe6d03c29a4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15969509649865522455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596950964986552245515969509649865522455159695096498655224551596950964986552245515969509649865522455159695096498655224551596950964986552245515969509649865522455159695096498655224551596950964986552245515969509649865522455159695096498655224551596950964986552245515969509649865522455159695096498655224551596950964986552245515969509649865522455159695096498655224551596950964986552245515969509649865522455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7072a221-dde4-4364-b2e8-d55bd45406a7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffd8a607-31f9-440d-8383-46e434eb8321, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffd8a607-31f9-440d-8383-46e434eb8321, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5878652748370399303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58786527483703993035878652748370399303587865274837039930358786527483703993035878652748370399303587865274837039930358786527483703993035878652748370399303587865274837039930358786527483703993035878652748370399303587865274837039930358786527483703993035878652748370399303587865274837039930358786527483703993035878652748370399303587865274837039930358786527483703993035878652748370399303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7e2598f-97f8-40ad-b612-7fe6d03c29a4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f48a5974-44cd-4489-b9bc-e9e67b45358f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffd8a607-31f9-440d-8383-46e434eb8321, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f48a5974-44cd-4489-b9bc-e9e67b45358f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1427032035934912901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14270320359349129011427032035934912901142703203593491290114270320359349129011427032035934912901142703203593491290114270320359349129011427032035934912901142703203593491290114270320359349129011427032035934912901142703203593491290114270320359349129011427032035934912901142703203593491290114270320359349129011427032035934912901142703203593491290114270320359349129011427032035934912901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62488030-9945-4c39-b124-d20fc7ab4681, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62488030-9945-4c39-b124-d20fc7ab4681, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6905752094415854226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69057520944158542266905752094415854226690575209441585422669057520944158542266905752094415854226690575209441585422669057520944158542266905752094415854226690575209441585422669057520944158542266905752094415854226690575209441585422669057520944158542266905752094415854226690575209441585422669057520944158542266905752094415854226690575209441585422669057520944158542266905752094415854226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f48a5974-44cd-4489-b9bc-e9e67b45358f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34d6b8ad-767c-4b43-9c5e-75ff97b3927f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d6b8ad-767c-4b43-9c5e-75ff97b3927f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14161408980575524240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416140898057552424014161408980575524240141614089805755242401416140898057552424014161408980575524240141614089805755242401416140898057552424014161408980575524240141614089805755242401416140898057552424014161408980575524240141614089805755242401416140898057552424014161408980575524240141614089805755242401416140898057552424014161408980575524240141614089805755242401416140898057552424014161408980575524240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62488030-9945-4c39-b124-d20fc7ab4681, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfb5c164-dfbb-4f9c-bee3-b8f479c12b19, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfb5c164-dfbb-4f9c-bee3-b8f479c12b19, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8445684138226841652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84456841382268416528445684138226841652844568413822684165284456841382268416528445684138226841652844568413822684165284456841382268416528445684138226841652844568413822684165284456841382268416528445684138226841652844568413822684165284456841382268416528445684138226841652844568413822684165284456841382268416528445684138226841652844568413822684165284456841382268416528445684138226841652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d6b8ad-767c-4b43-9c5e-75ff97b3927f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2de36d14-02c7-46b6-b764-15040a22ae16, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2de36d14-02c7-46b6-b764-15040a22ae16, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10915998388227541667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091599838822754166710915998388227541667109159983882275416671091599838822754166710915998388227541667109159983882275416671091599838822754166710915998388227541667109159983882275416671091599838822754166710915998388227541667109159983882275416671091599838822754166710915998388227541667109159983882275416671091599838822754166710915998388227541667109159983882275416671091599838822754166710915998388227541667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfb5c164-dfbb-4f9c-bee3-b8f479c12b19, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcdd7a66-1e85-42f0-97dd-f224a0a13fb2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcdd7a66-1e85-42f0-97dd-f224a0a13fb2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6949165185067152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69491651850671526949165185067152694916518506715269491651850671526949165185067152694916518506715269491651850671526949165185067152694916518506715269491651850671526949165185067152694916518506715269491651850671526949165185067152694916518506715269491651850671526949165185067152694916518506715269491651850671526949165185067152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2de36d14-02c7-46b6-b764-15040a22ae16, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3907b964-24ab-4ca0-8766-d48daa0460c0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3907b964-24ab-4ca0-8766-d48daa0460c0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13457338903769208624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345733890376920862413457338903769208624134573389037692086241345733890376920862413457338903769208624134573389037692086241345733890376920862413457338903769208624134573389037692086241345733890376920862413457338903769208624134573389037692086241345733890376920862413457338903769208624134573389037692086241345733890376920862413457338903769208624134573389037692086241345733890376920862413457338903769208624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcdd7a66-1e85-42f0-97dd-f224a0a13fb2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 302a252c-2173-44f3-a899-6f7deb55b1e6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 302a252c-2173-44f3-a899-6f7deb55b1e6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16985347584034769981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698534758403476998116985347584034769981169853475840347699811698534758403476998116985347584034769981169853475840347699811698534758403476998116985347584034769981169853475840347699811698534758403476998116985347584034769981169853475840347699811698534758403476998116985347584034769981169853475840347699811698534758403476998116985347584034769981169853475840347699811698534758403476998116985347584034769981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3907b964-24ab-4ca0-8766-d48daa0460c0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ffaf8e8-6a7b-43f6-847d-88787f3e9978, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 302a252c-2173-44f3-a899-6f7deb55b1e6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ffaf8e8-6a7b-43f6-847d-88787f3e9978, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 271041421203963141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "271041421203963141271041421203963141271041421203963141271041421203963141271041421203963141271041421203963141271041421203963141271041421203963141271041421203963141271041421203963141271041421203963141271041421203963141271041421203963141271041421203963141271041421203963141271041421203963141271041421203963141271041421203963141271041421203963141271041421203963141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 627ac1b9-2b44-4629-91b8-3ebdad295d18, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 627ac1b9-2b44-4629-91b8-3ebdad295d18, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8436500862001779976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84365008620017799768436500862001779976843650086200177997684365008620017799768436500862001779976843650086200177997684365008620017799768436500862001779976843650086200177997684365008620017799768436500862001779976843650086200177997684365008620017799768436500862001779976843650086200177997684365008620017799768436500862001779976843650086200177997684365008620017799768436500862001779976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ffaf8e8-6a7b-43f6-847d-88787f3e9978, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09dd7f22-5aa1-46d3-b2fe-54e514ea0017, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09dd7f22-5aa1-46d3-b2fe-54e514ea0017, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4033585134138595242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40335851341385952424033585134138595242403358513413859524240335851341385952424033585134138595242403358513413859524240335851341385952424033585134138595242403358513413859524240335851341385952424033585134138595242403358513413859524240335851341385952424033585134138595242403358513413859524240335851341385952424033585134138595242403358513413859524240335851341385952424033585134138595242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 627ac1b9-2b44-4629-91b8-3ebdad295d18, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6789a746-7799-4795-9ed6-6476d9b7b03c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6789a746-7799-4795-9ed6-6476d9b7b03c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7376258546279528310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73762585462795283107376258546279528310737625854627952831073762585462795283107376258546279528310737625854627952831073762585462795283107376258546279528310737625854627952831073762585462795283107376258546279528310737625854627952831073762585462795283107376258546279528310737625854627952831073762585462795283107376258546279528310737625854627952831073762585462795283107376258546279528310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09dd7f22-5aa1-46d3-b2fe-54e514ea0017, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1a63280-1428-4e86-beeb-bf6708264345, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1a63280-1428-4e86-beeb-bf6708264345, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16358626577026284055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635862657702628405516358626577026284055163586265770262840551635862657702628405516358626577026284055163586265770262840551635862657702628405516358626577026284055163586265770262840551635862657702628405516358626577026284055163586265770262840551635862657702628405516358626577026284055163586265770262840551635862657702628405516358626577026284055163586265770262840551635862657702628405516358626577026284055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6789a746-7799-4795-9ed6-6476d9b7b03c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e46c0a4f-3f64-44b5-8a8b-7f3cd3964277, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e46c0a4f-3f64-44b5-8a8b-7f3cd3964277, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8162210527226216057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81622105272262160578162210527226216057816221052722621605781622105272262160578162210527226216057816221052722621605781622105272262160578162210527226216057816221052722621605781622105272262160578162210527226216057816221052722621605781622105272262160578162210527226216057816221052722621605781622105272262160578162210527226216057816221052722621605781622105272262160578162210527226216057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1a63280-1428-4e86-beeb-bf6708264345, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e46c0a4f-3f64-44b5-8a8b-7f3cd3964277, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 647b63c6-e451-46bf-bfc8-e647677a4f5b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 647b63c6-e451-46bf-bfc8-e647677a4f5b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14990779577422029135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499077957742202913514990779577422029135149907795774220291351499077957742202913514990779577422029135149907795774220291351499077957742202913514990779577422029135149907795774220291351499077957742202913514990779577422029135149907795774220291351499077957742202913514990779577422029135149907795774220291351499077957742202913514990779577422029135149907795774220291351499077957742202913514990779577422029135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf70064c-7734-494e-8913-d7756b6d28f2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf70064c-7734-494e-8913-d7756b6d28f2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3854304917895956149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38543049178959561493854304917895956149385430491789595614938543049178959561493854304917895956149385430491789595614938543049178959561493854304917895956149385430491789595614938543049178959561493854304917895956149385430491789595614938543049178959561493854304917895956149385430491789595614938543049178959561493854304917895956149385430491789595614938543049178959561493854304917895956149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 647b63c6-e451-46bf-bfc8-e647677a4f5b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf70064c-7734-494e-8913-d7756b6d28f2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 854b97d5-ff4a-4077-a976-bceb2037b558, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 854b97d5-ff4a-4077-a976-bceb2037b558, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13404437119890021614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340443711989002161413404437119890021614134044371198900216141340443711989002161413404437119890021614134044371198900216141340443711989002161413404437119890021614134044371198900216141340443711989002161413404437119890021614134044371198900216141340443711989002161413404437119890021614134044371198900216141340443711989002161413404437119890021614134044371198900216141340443711989002161413404437119890021614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 890bdda8-6266-48cd-ac93-2c6e59c23599, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 890bdda8-6266-48cd-ac93-2c6e59c23599, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3308638417647469048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33086384176474690483308638417647469048330863841764746904833086384176474690483308638417647469048330863841764746904833086384176474690483308638417647469048330863841764746904833086384176474690483308638417647469048330863841764746904833086384176474690483308638417647469048330863841764746904833086384176474690483308638417647469048330863841764746904833086384176474690483308638417647469048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 854b97d5-ff4a-4077-a976-bceb2037b558, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 890bdda8-6266-48cd-ac93-2c6e59c23599, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d45e95b6-2fe8-4b67-b928-2068df714d19, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b47005da-8910-4c19-a0cb-db78cbd07da7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d45e95b6-2fe8-4b67-b928-2068df714d19, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12220373175033893549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222037317503389354912220373175033893549122203731750338935491222037317503389354912220373175033893549122203731750338935491222037317503389354912220373175033893549122203731750338935491222037317503389354912220373175033893549122203731750338935491222037317503389354912220373175033893549122203731750338935491222037317503389354912220373175033893549122203731750338935491222037317503389354912220373175033893549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b47005da-8910-4c19-a0cb-db78cbd07da7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16104228007322948402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610422800732294840216104228007322948402161042280073229484021610422800732294840216104228007322948402161042280073229484021610422800732294840216104228007322948402161042280073229484021610422800732294840216104228007322948402161042280073229484021610422800732294840216104228007322948402161042280073229484021610422800732294840216104228007322948402161042280073229484021610422800732294840216104228007322948402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d45e95b6-2fe8-4b67-b928-2068df714d19, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95dcc557-3545-4583-a44c-3077d10f15e7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95dcc557-3545-4583-a44c-3077d10f15e7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11655304156967198613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165530415696719861311655304156967198613116553041569671986131165530415696719861311655304156967198613116553041569671986131165530415696719861311655304156967198613116553041569671986131165530415696719861311655304156967198613116553041569671986131165530415696719861311655304156967198613116553041569671986131165530415696719861311655304156967198613116553041569671986131165530415696719861311655304156967198613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95dcc557-3545-4583-a44c-3077d10f15e7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b47005da-8910-4c19-a0cb-db78cbd07da7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fa6ad6f-92df-4580-ac67-2346b66a7753, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fa6ad6f-92df-4580-ac67-2346b66a7753, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15647240241004261849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564724024100426184915647240241004261849156472402410042618491564724024100426184915647240241004261849156472402410042618491564724024100426184915647240241004261849156472402410042618491564724024100426184915647240241004261849156472402410042618491564724024100426184915647240241004261849156472402410042618491564724024100426184915647240241004261849156472402410042618491564724024100426184915647240241004261849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 396f1fdf-77df-441f-9dad-c7aac15edf61, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 396f1fdf-77df-441f-9dad-c7aac15edf61, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11359614861176836643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135961486117683664311359614861176836643113596148611768366431135961486117683664311359614861176836643113596148611768366431135961486117683664311359614861176836643113596148611768366431135961486117683664311359614861176836643113596148611768366431135961486117683664311359614861176836643113596148611768366431135961486117683664311359614861176836643113596148611768366431135961486117683664311359614861176836643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fa6ad6f-92df-4580-ac67-2346b66a7753, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cfe6bdd-306a-4d2f-8a9d-b83e505baa75, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cfe6bdd-306a-4d2f-8a9d-b83e505baa75, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14933404311434638305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493340431143463830514933404311434638305149334043114346383051493340431143463830514933404311434638305149334043114346383051493340431143463830514933404311434638305149334043114346383051493340431143463830514933404311434638305149334043114346383051493340431143463830514933404311434638305149334043114346383051493340431143463830514933404311434638305149334043114346383051493340431143463830514933404311434638305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 396f1fdf-77df-441f-9dad-c7aac15edf61, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abad97d1-33d7-42c3-8e9f-9fc3b255084e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cfe6bdd-306a-4d2f-8a9d-b83e505baa75, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abad97d1-33d7-42c3-8e9f-9fc3b255084e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17355155039351774504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735515503935177450417355155039351774504173551550393517745041735515503935177450417355155039351774504173551550393517745041735515503935177450417355155039351774504173551550393517745041735515503935177450417355155039351774504173551550393517745041735515503935177450417355155039351774504173551550393517745041735515503935177450417355155039351774504173551550393517745041735515503935177450417355155039351774504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c931d7c7-dc81-4509-91ff-5d1bd69897ff, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c931d7c7-dc81-4509-91ff-5d1bd69897ff, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14397166686879594647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439716668687959464714397166686879594647143971666868795946471439716668687959464714397166686879594647143971666868795946471439716668687959464714397166686879594647143971666868795946471439716668687959464714397166686879594647143971666868795946471439716668687959464714397166686879594647143971666868795946471439716668687959464714397166686879594647143971666868795946471439716668687959464714397166686879594647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abad97d1-33d7-42c3-8e9f-9fc3b255084e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a34d6ca-e09d-4749-99bd-ea45dd216d0a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a34d6ca-e09d-4749-99bd-ea45dd216d0a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11634308711013992999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163430871101399299911634308711013992999116343087110139929991163430871101399299911634308711013992999116343087110139929991163430871101399299911634308711013992999116343087110139929991163430871101399299911634308711013992999116343087110139929991163430871101399299911634308711013992999116343087110139929991163430871101399299911634308711013992999116343087110139929991163430871101399299911634308711013992999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c931d7c7-dc81-4509-91ff-5d1bd69897ff, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a34d6ca-e09d-4749-99bd-ea45dd216d0a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e7111ca-29d3-4ff6-a5c5-719b63909568, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e7111ca-29d3-4ff6-a5c5-719b63909568, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17053541236123197279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705354123612319727917053541236123197279170535412361231972791705354123612319727917053541236123197279170535412361231972791705354123612319727917053541236123197279170535412361231972791705354123612319727917053541236123197279170535412361231972791705354123612319727917053541236123197279170535412361231972791705354123612319727917053541236123197279170535412361231972791705354123612319727917053541236123197279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c1ac6ef-de7c-4b18-a28e-b89e28d61604, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c1ac6ef-de7c-4b18-a28e-b89e28d61604, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13386718516257874169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338671851625787416913386718516257874169133867185162578741691338671851625787416913386718516257874169133867185162578741691338671851625787416913386718516257874169133867185162578741691338671851625787416913386718516257874169133867185162578741691338671851625787416913386718516257874169133867185162578741691338671851625787416913386718516257874169133867185162578741691338671851625787416913386718516257874169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e7111ca-29d3-4ff6-a5c5-719b63909568, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c1ac6ef-de7c-4b18-a28e-b89e28d61604, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29efe7d5-222a-4e13-a507-b625b9c5768a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8f10c81-030c-4c72-8da2-0cd95c15ce87, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29efe7d5-222a-4e13-a507-b625b9c5768a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15198267362378079227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519826736237807922715198267362378079227151982673623780792271519826736237807922715198267362378079227151982673623780792271519826736237807922715198267362378079227151982673623780792271519826736237807922715198267362378079227151982673623780792271519826736237807922715198267362378079227151982673623780792271519826736237807922715198267362378079227151982673623780792271519826736237807922715198267362378079227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f10c81-030c-4c72-8da2-0cd95c15ce87, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5961787680260870612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59617876802608706125961787680260870612596178768026087061259617876802608706125961787680260870612596178768026087061259617876802608706125961787680260870612596178768026087061259617876802608706125961787680260870612596178768026087061259617876802608706125961787680260870612596178768026087061259617876802608706125961787680260870612596178768026087061259617876802608706125961787680260870612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29efe7d5-222a-4e13-a507-b625b9c5768a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 682cf8f5-2ec0-41aa-8157-ec856f84c85f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 682cf8f5-2ec0-41aa-8157-ec856f84c85f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13347483420353108686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334748342035310868613347483420353108686133474834203531086861334748342035310868613347483420353108686133474834203531086861334748342035310868613347483420353108686133474834203531086861334748342035310868613347483420353108686133474834203531086861334748342035310868613347483420353108686133474834203531086861334748342035310868613347483420353108686133474834203531086861334748342035310868613347483420353108686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f10c81-030c-4c72-8da2-0cd95c15ce87, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5312015f-5de4-4e60-b512-cdf501b8047f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5312015f-5de4-4e60-b512-cdf501b8047f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7216997658522175543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72169976585221755437216997658522175543721699765852217554372169976585221755437216997658522175543721699765852217554372169976585221755437216997658522175543721699765852217554372169976585221755437216997658522175543721699765852217554372169976585221755437216997658522175543721699765852217554372169976585221755437216997658522175543721699765852217554372169976585221755437216997658522175543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 682cf8f5-2ec0-41aa-8157-ec856f84c85f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 495b1d0b-0b38-4161-97aa-c66659b5207a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 495b1d0b-0b38-4161-97aa-c66659b5207a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6780347218670905642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67803472186709056426780347218670905642678034721867090564267803472186709056426780347218670905642678034721867090564267803472186709056426780347218670905642678034721867090564267803472186709056426780347218670905642678034721867090564267803472186709056426780347218670905642678034721867090564267803472186709056426780347218670905642678034721867090564267803472186709056426780347218670905642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5312015f-5de4-4e60-b512-cdf501b8047f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 512f2370-f65b-4ed8-b8fa-c041b77dcde5, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 512f2370-f65b-4ed8-b8fa-c041b77dcde5, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7242366332366826454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72423663323668264547242366332366826454724236633236682645472423663323668264547242366332366826454724236633236682645472423663323668264547242366332366826454724236633236682645472423663323668264547242366332366826454724236633236682645472423663323668264547242366332366826454724236633236682645472423663323668264547242366332366826454724236633236682645472423663323668264547242366332366826454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 495b1d0b-0b38-4161-97aa-c66659b5207a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f87fdb31-b32d-4542-9cc6-1722c5816449, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f87fdb31-b32d-4542-9cc6-1722c5816449, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13190668736936224871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319066873693622487113190668736936224871131906687369362248711319066873693622487113190668736936224871131906687369362248711319066873693622487113190668736936224871131906687369362248711319066873693622487113190668736936224871131906687369362248711319066873693622487113190668736936224871131906687369362248711319066873693622487113190668736936224871131906687369362248711319066873693622487113190668736936224871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 512f2370-f65b-4ed8-b8fa-c041b77dcde5, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7d866ec-8006-47f6-a77e-418793182026, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7d866ec-8006-47f6-a77e-418793182026, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16216470008811065820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621647000881106582016216470008811065820162164700088110658201621647000881106582016216470008811065820162164700088110658201621647000881106582016216470008811065820162164700088110658201621647000881106582016216470008811065820162164700088110658201621647000881106582016216470008811065820162164700088110658201621647000881106582016216470008811065820162164700088110658201621647000881106582016216470008811065820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f87fdb31-b32d-4542-9cc6-1722c5816449, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7d866ec-8006-47f6-a77e-418793182026, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 045ceb61-cf94-4f7a-a245-6a09acd2914f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 045ceb61-cf94-4f7a-a245-6a09acd2914f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15545341642699922912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554534164269992291215545341642699922912155453416426999229121554534164269992291215545341642699922912155453416426999229121554534164269992291215545341642699922912155453416426999229121554534164269992291215545341642699922912155453416426999229121554534164269992291215545341642699922912155453416426999229121554534164269992291215545341642699922912155453416426999229121554534164269992291215545341642699922912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f01e1be7-4138-49b6-a524-9d48cd4ebf75, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f01e1be7-4138-49b6-a524-9d48cd4ebf75, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11068366421513194287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106836642151319428711068366421513194287110683664215131942871106836642151319428711068366421513194287110683664215131942871106836642151319428711068366421513194287110683664215131942871106836642151319428711068366421513194287110683664215131942871106836642151319428711068366421513194287110683664215131942871106836642151319428711068366421513194287110683664215131942871106836642151319428711068366421513194287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 045ceb61-cf94-4f7a-a245-6a09acd2914f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22af4b8e-9452-4d1a-81d2-422bf0eff48b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22af4b8e-9452-4d1a-81d2-422bf0eff48b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4012166921318839703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40121669213188397034012166921318839703401216692131883970340121669213188397034012166921318839703401216692131883970340121669213188397034012166921318839703401216692131883970340121669213188397034012166921318839703401216692131883970340121669213188397034012166921318839703401216692131883970340121669213188397034012166921318839703401216692131883970340121669213188397034012166921318839703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f01e1be7-4138-49b6-a524-9d48cd4ebf75, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a7cf2b1-014a-4bd0-bdab-781a221f5776, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a7cf2b1-014a-4bd0-bdab-781a221f5776, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17603564476079236790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760356447607923679017603564476079236790176035644760792367901760356447607923679017603564476079236790176035644760792367901760356447607923679017603564476079236790176035644760792367901760356447607923679017603564476079236790176035644760792367901760356447607923679017603564476079236790176035644760792367901760356447607923679017603564476079236790176035644760792367901760356447607923679017603564476079236790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22af4b8e-9452-4d1a-81d2-422bf0eff48b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee719d89-e0f8-42df-ab51-7068406658d3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee719d89-e0f8-42df-ab51-7068406658d3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3134789510603040600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31347895106030406003134789510603040600313478951060304060031347895106030406003134789510603040600313478951060304060031347895106030406003134789510603040600313478951060304060031347895106030406003134789510603040600313478951060304060031347895106030406003134789510603040600313478951060304060031347895106030406003134789510603040600313478951060304060031347895106030406003134789510603040600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a7cf2b1-014a-4bd0-bdab-781a221f5776, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b572b4c8-369a-4c17-a88c-f493e4200974, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b572b4c8-369a-4c17-a88c-f493e4200974, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 256726586661794592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "256726586661794592256726586661794592256726586661794592256726586661794592256726586661794592256726586661794592256726586661794592256726586661794592256726586661794592256726586661794592256726586661794592256726586661794592256726586661794592256726586661794592256726586661794592256726586661794592256726586661794592256726586661794592256726586661794592256726586661794592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee719d89-e0f8-42df-ab51-7068406658d3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1239234-0b0f-42db-8881-f335ff277452, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b572b4c8-369a-4c17-a88c-f493e4200974, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1239234-0b0f-42db-8881-f335ff277452, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8082228716756130915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80822287167561309158082228716756130915808222871675613091580822287167561309158082228716756130915808222871675613091580822287167561309158082228716756130915808222871675613091580822287167561309158082228716756130915808222871675613091580822287167561309158082228716756130915808222871675613091580822287167561309158082228716756130915808222871675613091580822287167561309158082228716756130915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3537cd5f-a2b6-467c-93c9-b89ee4c13245, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3537cd5f-a2b6-467c-93c9-b89ee4c13245, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11156195973157990892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115619597315799089211156195973157990892111561959731579908921115619597315799089211156195973157990892111561959731579908921115619597315799089211156195973157990892111561959731579908921115619597315799089211156195973157990892111561959731579908921115619597315799089211156195973157990892111561959731579908921115619597315799089211156195973157990892111561959731579908921115619597315799089211156195973157990892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1239234-0b0f-42db-8881-f335ff277452, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3537cd5f-a2b6-467c-93c9-b89ee4c13245, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da4214e4-bdd6-4e27-966d-beeba5070268, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da4214e4-bdd6-4e27-966d-beeba5070268, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15107175461467593935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510717546146759393515107175461467593935151071754614675939351510717546146759393515107175461467593935151071754614675939351510717546146759393515107175461467593935151071754614675939351510717546146759393515107175461467593935151071754614675939351510717546146759393515107175461467593935151071754614675939351510717546146759393515107175461467593935151071754614675939351510717546146759393515107175461467593935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3930874-ffaf-4acb-b61d-f9868e697e92, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3930874-ffaf-4acb-b61d-f9868e697e92, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5678272061158625825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56782720611586258255678272061158625825567827206115862582556782720611586258255678272061158625825567827206115862582556782720611586258255678272061158625825567827206115862582556782720611586258255678272061158625825567827206115862582556782720611586258255678272061158625825567827206115862582556782720611586258255678272061158625825567827206115862582556782720611586258255678272061158625825" } } } 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:281 Stopped node localhost:28695/3
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da4214e4-bdd6-4e27-966d-beeba5070268, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 123128c9-796d-41b6-8df4-684e9f142cfc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 123128c9-796d-41b6-8df4-684e9f142cfc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10279428220670074397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027942822067007439710279428220670074397102794282206700743971027942822067007439710279428220670074397102794282206700743971027942822067007439710279428220670074397102794282206700743971027942822067007439710279428220670074397102794282206700743971027942822067007439710279428220670074397102794282206700743971027942822067007439710279428220670074397102794282206700743971027942822067007439710279428220670074397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3930874-ffaf-4acb-b61d-f9868e697e92, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef2def03-4e08-43e4-93dd-ba2a8ce0d844, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef2def03-4e08-43e4-93dd-ba2a8ce0d844, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4693971346610660140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46939713466106601404693971346610660140469397134661066014046939713466106601404693971346610660140469397134661066014046939713466106601404693971346610660140469397134661066014046939713466106601404693971346610660140469397134661066014046939713466106601404693971346610660140469397134661066014046939713466106601404693971346610660140469397134661066014046939713466106601404693971346610660140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 123128c9-796d-41b6-8df4-684e9f142cfc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 234d1f90-6cb1-4d29-81c1-ea2cad4b5629, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 234d1f90-6cb1-4d29-81c1-ea2cad4b5629, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9691677250903259497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96916772509032594979691677250903259497969167725090325949796916772509032594979691677250903259497969167725090325949796916772509032594979691677250903259497969167725090325949796916772509032594979691677250903259497969167725090325949796916772509032594979691677250903259497969167725090325949796916772509032594979691677250903259497969167725090325949796916772509032594979691677250903259497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef2def03-4e08-43e4-93dd-ba2a8ce0d844, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2c758ad-248e-4679-853a-411346e4b0a0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2c758ad-248e-4679-853a-411346e4b0a0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 572803100164996364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "572803100164996364572803100164996364572803100164996364572803100164996364572803100164996364572803100164996364572803100164996364572803100164996364572803100164996364572803100164996364572803100164996364572803100164996364572803100164996364572803100164996364572803100164996364572803100164996364572803100164996364572803100164996364572803100164996364572803100164996364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 234d1f90-6cb1-4d29-81c1-ea2cad4b5629, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68896479-60af-48a3-984d-909ba1f03fa8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68896479-60af-48a3-984d-909ba1f03fa8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8031107571401850468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80311075714018504688031107571401850468803110757140185046880311075714018504688031107571401850468803110757140185046880311075714018504688031107571401850468803110757140185046880311075714018504688031107571401850468803110757140185046880311075714018504688031107571401850468803110757140185046880311075714018504688031107571401850468803110757140185046880311075714018504688031107571401850468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2c758ad-248e-4679-853a-411346e4b0a0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce46d5fc-0b19-494b-9762-9a6ee8d0c102, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce46d5fc-0b19-494b-9762-9a6ee8d0c102, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10468860024559277171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046886002455927717110468860024559277171104688600245592771711046886002455927717110468860024559277171104688600245592771711046886002455927717110468860024559277171104688600245592771711046886002455927717110468860024559277171104688600245592771711046886002455927717110468860024559277171104688600245592771711046886002455927717110468860024559277171104688600245592771711046886002455927717110468860024559277171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68896479-60af-48a3-984d-909ba1f03fa8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c0b86c2-0e50-42f5-98b4-97f7ed98fd34, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c0b86c2-0e50-42f5-98b4-97f7ed98fd34, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 350482904332122814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "350482904332122814350482904332122814350482904332122814350482904332122814350482904332122814350482904332122814350482904332122814350482904332122814350482904332122814350482904332122814350482904332122814350482904332122814350482904332122814350482904332122814350482904332122814350482904332122814350482904332122814350482904332122814350482904332122814350482904332122814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce46d5fc-0b19-494b-9762-9a6ee8d0c102, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff9f4e63-ef70-44e8-8a87-084f180f2e57, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff9f4e63-ef70-44e8-8a87-084f180f2e57, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8444233238722968479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84442332387229684798444233238722968479844423323872296847984442332387229684798444233238722968479844423323872296847984442332387229684798444233238722968479844423323872296847984442332387229684798444233238722968479844423323872296847984442332387229684798444233238722968479844423323872296847984442332387229684798444233238722968479844423323872296847984442332387229684798444233238722968479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c0b86c2-0e50-42f5-98b4-97f7ed98fd34, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb6ffd65-34ac-4279-a590-87106033e682, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb6ffd65-34ac-4279-a590-87106033e682, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14971091997663035366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497109199766303536614971091997663035366149710919976630353661497109199766303536614971091997663035366149710919976630353661497109199766303536614971091997663035366149710919976630353661497109199766303536614971091997663035366149710919976630353661497109199766303536614971091997663035366149710919976630353661497109199766303536614971091997663035366149710919976630353661497109199766303536614971091997663035366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff9f4e63-ef70-44e8-8a87-084f180f2e57, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24186360-7ea9-407e-b5f8-224f929d5a2d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24186360-7ea9-407e-b5f8-224f929d5a2d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10404250346842096696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040425034684209669610404250346842096696104042503468420966961040425034684209669610404250346842096696104042503468420966961040425034684209669610404250346842096696104042503468420966961040425034684209669610404250346842096696104042503468420966961040425034684209669610404250346842096696104042503468420966961040425034684209669610404250346842096696104042503468420966961040425034684209669610404250346842096696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb6ffd65-34ac-4279-a590-87106033e682, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ded07607-fe2f-4b64-a81f-9d35467114c2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ded07607-fe2f-4b64-a81f-9d35467114c2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16044478330224986136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604447833022498613616044478330224986136160444783302249861361604447833022498613616044478330224986136160444783302249861361604447833022498613616044478330224986136160444783302249861361604447833022498613616044478330224986136160444783302249861361604447833022498613616044478330224986136160444783302249861361604447833022498613616044478330224986136160444783302249861361604447833022498613616044478330224986136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24186360-7ea9-407e-b5f8-224f929d5a2d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ab6047f-7601-4694-9fe8-0540ce286db0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ded07607-fe2f-4b64-a81f-9d35467114c2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9705ba3-97a0-4606-b42e-6d3cf9a2802a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9705ba3-97a0-4606-b42e-6d3cf9a2802a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13161790375363178844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316179037536317884413161790375363178844131617903753631788441316179037536317884413161790375363178844131617903753631788441316179037536317884413161790375363178844131617903753631788441316179037536317884413161790375363178844131617903753631788441316179037536317884413161790375363178844131617903753631788441316179037536317884413161790375363178844131617903753631788441316179037536317884413161790375363178844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ab6047f-7601-4694-9fe8-0540ce286db0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11247218307707876761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124721830770787676111247218307707876761112472183077078767611124721830770787676111247218307707876761112472183077078767611124721830770787676111247218307707876761112472183077078767611124721830770787676111247218307707876761112472183077078767611124721830770787676111247218307707876761112472183077078767611124721830770787676111247218307707876761112472183077078767611124721830770787676111247218307707876761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9705ba3-97a0-4606-b42e-6d3cf9a2802a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e36e8d1-1ba3-4387-ae12-07dada7915da, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e36e8d1-1ba3-4387-ae12-07dada7915da, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6571602783324531738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65716027833245317386571602783324531738657160278332453173865716027833245317386571602783324531738657160278332453173865716027833245317386571602783324531738657160278332453173865716027833245317386571602783324531738657160278332453173865716027833245317386571602783324531738657160278332453173865716027833245317386571602783324531738657160278332453173865716027833245317386571602783324531738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ab6047f-7601-4694-9fe8-0540ce286db0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcb128d7-0ed7-4fc7-bfa2-720959c0f275, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcb128d7-0ed7-4fc7-bfa2-720959c0f275, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1388846482990895275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13888464829908952751388846482990895275138884648299089527513888464829908952751388846482990895275138884648299089527513888464829908952751388846482990895275138884648299089527513888464829908952751388846482990895275138884648299089527513888464829908952751388846482990895275138884648299089527513888464829908952751388846482990895275138884648299089527513888464829908952751388846482990895275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e36e8d1-1ba3-4387-ae12-07dada7915da, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7cc7409-8ba6-4859-9c35-69561f624460, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7cc7409-8ba6-4859-9c35-69561f624460, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5995623249267147457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59956232492671474575995623249267147457599562324926714745759956232492671474575995623249267147457599562324926714745759956232492671474575995623249267147457599562324926714745759956232492671474575995623249267147457599562324926714745759956232492671474575995623249267147457599562324926714745759956232492671474575995623249267147457599562324926714745759956232492671474575995623249267147457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcb128d7-0ed7-4fc7-bfa2-720959c0f275, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 392cf9f2-cc78-4350-9cbd-09c070a9469e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 392cf9f2-cc78-4350-9cbd-09c070a9469e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4388778808983256988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43887788089832569884388778808983256988438877880898325698843887788089832569884388778808983256988438877880898325698843887788089832569884388778808983256988438877880898325698843887788089832569884388778808983256988438877880898325698843887788089832569884388778808983256988438877880898325698843887788089832569884388778808983256988438877880898325698843887788089832569884388778808983256988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7cc7409-8ba6-4859-9c35-69561f624460, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 392cf9f2-cc78-4350-9cbd-09c070a9469e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da8b839d-a232-4716-88f6-23ee77258dd9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da8b839d-a232-4716-88f6-23ee77258dd9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12397229281812905225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239722928181290522512397229281812905225123972292818129052251239722928181290522512397229281812905225123972292818129052251239722928181290522512397229281812905225123972292818129052251239722928181290522512397229281812905225123972292818129052251239722928181290522512397229281812905225123972292818129052251239722928181290522512397229281812905225123972292818129052251239722928181290522512397229281812905225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4f8ee6f-c9c4-48f1-98b8-092da979503b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4f8ee6f-c9c4-48f1-98b8-092da979503b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12147974548426013047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214797454842601304712147974548426013047121479745484260130471214797454842601304712147974548426013047121479745484260130471214797454842601304712147974548426013047121479745484260130471214797454842601304712147974548426013047121479745484260130471214797454842601304712147974548426013047121479745484260130471214797454842601304712147974548426013047121479745484260130471214797454842601304712147974548426013047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da8b839d-a232-4716-88f6-23ee77258dd9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4f8ee6f-c9c4-48f1-98b8-092da979503b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab5d82cf-5fbd-41c9-b443-539267b0c60e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a885f39a-bd9d-4766-ade8-7d70ab9f979f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a885f39a-bd9d-4766-ade8-7d70ab9f979f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16803507713750869225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680350771375086922516803507713750869225168035077137508692251680350771375086922516803507713750869225168035077137508692251680350771375086922516803507713750869225168035077137508692251680350771375086922516803507713750869225168035077137508692251680350771375086922516803507713750869225168035077137508692251680350771375086922516803507713750869225168035077137508692251680350771375086922516803507713750869225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5d82cf-5fbd-41c9-b443-539267b0c60e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16402994356170444489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640299435617044448916402994356170444489164029943561704444891640299435617044448916402994356170444489164029943561704444891640299435617044448916402994356170444489164029943561704444891640299435617044448916402994356170444489164029943561704444891640299435617044448916402994356170444489164029943561704444891640299435617044448916402994356170444489164029943561704444891640299435617044448916402994356170444489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a885f39a-bd9d-4766-ade8-7d70ab9f979f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, beee44db-c8b7-4610-b9d6-f4522f06edd6, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beee44db-c8b7-4610-b9d6-f4522f06edd6, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6249614297804454344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62496142978044543446249614297804454344624961429780445434462496142978044543446249614297804454344624961429780445434462496142978044543446249614297804454344624961429780445434462496142978044543446249614297804454344624961429780445434462496142978044543446249614297804454344624961429780445434462496142978044543446249614297804454344624961429780445434462496142978044543446249614297804454344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5d82cf-5fbd-41c9-b443-539267b0c60e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee04edd2-5d5c-469d-91ef-84904d88b733, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee04edd2-5d5c-469d-91ef-84904d88b733, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12892150842187042760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289215084218704276012892150842187042760128921508421870427601289215084218704276012892150842187042760128921508421870427601289215084218704276012892150842187042760128921508421870427601289215084218704276012892150842187042760128921508421870427601289215084218704276012892150842187042760128921508421870427601289215084218704276012892150842187042760128921508421870427601289215084218704276012892150842187042760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beee44db-c8b7-4610-b9d6-f4522f06edd6, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee04edd2-5d5c-469d-91ef-84904d88b733, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a06d10f-eed1-46bf-892a-ecaf53984398, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a06d10f-eed1-46bf-892a-ecaf53984398, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16247856413848465733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624785641384846573316247856413848465733162478564138484657331624785641384846573316247856413848465733162478564138484657331624785641384846573316247856413848465733162478564138484657331624785641384846573316247856413848465733162478564138484657331624785641384846573316247856413848465733162478564138484657331624785641384846573316247856413848465733162478564138484657331624785641384846573316247856413848465733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f06b921-f4b4-4d22-b2c8-b80d57015b39, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f06b921-f4b4-4d22-b2c8-b80d57015b39, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12658654714452911501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265865471445291150112658654714452911501126586547144529115011265865471445291150112658654714452911501126586547144529115011265865471445291150112658654714452911501126586547144529115011265865471445291150112658654714452911501126586547144529115011265865471445291150112658654714452911501126586547144529115011265865471445291150112658654714452911501126586547144529115011265865471445291150112658654714452911501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a06d10f-eed1-46bf-892a-ecaf53984398, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f06b921-f4b4-4d22-b2c8-b80d57015b39, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6c240b5-5a50-4863-9201-f46710f91c12, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6c240b5-5a50-4863-9201-f46710f91c12, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3096323945448813076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30963239454488130763096323945448813076309632394544881307630963239454488130763096323945448813076309632394544881307630963239454488130763096323945448813076309632394544881307630963239454488130763096323945448813076309632394544881307630963239454488130763096323945448813076309632394544881307630963239454488130763096323945448813076309632394544881307630963239454488130763096323945448813076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9aa84b0-1fc6-467b-b6c2-c34877d01572, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9aa84b0-1fc6-467b-b6c2-c34877d01572, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4239232444683571246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42392324446835712464239232444683571246423923244468357124642392324446835712464239232444683571246423923244468357124642392324446835712464239232444683571246423923244468357124642392324446835712464239232444683571246423923244468357124642392324446835712464239232444683571246423923244468357124642392324446835712464239232444683571246423923244468357124642392324446835712464239232444683571246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6c240b5-5a50-4863-9201-f46710f91c12, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b8d4aa8-654e-4232-9b0c-365b48ac31dc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b8d4aa8-654e-4232-9b0c-365b48ac31dc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8736683876966196506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87366838769661965068736683876966196506873668387696619650687366838769661965068736683876966196506873668387696619650687366838769661965068736683876966196506873668387696619650687366838769661965068736683876966196506873668387696619650687366838769661965068736683876966196506873668387696619650687366838769661965068736683876966196506873668387696619650687366838769661965068736683876966196506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9aa84b0-1fc6-467b-b6c2-c34877d01572, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d51df15-d632-48b8-9cea-07aa8f98672b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d51df15-d632-48b8-9cea-07aa8f98672b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2712467561094411080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27124675610944110802712467561094411080271246756109441108027124675610944110802712467561094411080271246756109441108027124675610944110802712467561094411080271246756109441108027124675610944110802712467561094411080271246756109441108027124675610944110802712467561094411080271246756109441108027124675610944110802712467561094411080271246756109441108027124675610944110802712467561094411080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b8d4aa8-654e-4232-9b0c-365b48ac31dc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48df3050-204c-4899-929b-7d7f2bd8dadf, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48df3050-204c-4899-929b-7d7f2bd8dadf, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7305281343417275796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73052813434172757967305281343417275796730528134341727579673052813434172757967305281343417275796730528134341727579673052813434172757967305281343417275796730528134341727579673052813434172757967305281343417275796730528134341727579673052813434172757967305281343417275796730528134341727579673052813434172757967305281343417275796730528134341727579673052813434172757967305281343417275796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d51df15-d632-48b8-9cea-07aa8f98672b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd18be79-24e8-480b-81ba-268366460f89, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48df3050-204c-4899-929b-7d7f2bd8dadf, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd18be79-24e8-480b-81ba-268366460f89, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8850981331071348971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88509813310713489718850981331071348971885098133107134897188509813310713489718850981331071348971885098133107134897188509813310713489718850981331071348971885098133107134897188509813310713489718850981331071348971885098133107134897188509813310713489718850981331071348971885098133107134897188509813310713489718850981331071348971885098133107134897188509813310713489718850981331071348971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bdb3be6-bf46-4213-a999-7e8b9dfc8a0f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bdb3be6-bf46-4213-a999-7e8b9dfc8a0f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8759422118941432987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87594221189414329878759422118941432987875942211894143298787594221189414329878759422118941432987875942211894143298787594221189414329878759422118941432987875942211894143298787594221189414329878759422118941432987875942211894143298787594221189414329878759422118941432987875942211894143298787594221189414329878759422118941432987875942211894143298787594221189414329878759422118941432987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd18be79-24e8-480b-81ba-268366460f89, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bdb3be6-bf46-4213-a999-7e8b9dfc8a0f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0477196b-ab61-4218-8e10-01a95cb5b4a2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0477196b-ab61-4218-8e10-01a95cb5b4a2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6478711299892520046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64787112998925200466478711299892520046647871129989252004664787112998925200466478711299892520046647871129989252004664787112998925200466478711299892520046647871129989252004664787112998925200466478711299892520046647871129989252004664787112998925200466478711299892520046647871129989252004664787112998925200466478711299892520046647871129989252004664787112998925200466478711299892520046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11b60eb7-9a92-49c2-bb8e-ce81ee9bb5d3, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11b60eb7-9a92-49c2-bb8e-ce81ee9bb5d3, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15887950718197781517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588795071819778151715887950718197781517158879507181977815171588795071819778151715887950718197781517158879507181977815171588795071819778151715887950718197781517158879507181977815171588795071819778151715887950718197781517158879507181977815171588795071819778151715887950718197781517158879507181977815171588795071819778151715887950718197781517158879507181977815171588795071819778151715887950718197781517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11b60eb7-9a92-49c2-bb8e-ce81ee9bb5d3, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0477196b-ab61-4218-8e10-01a95cb5b4a2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 984789b9-3b99-4bb5-86cb-680766c875ff, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 984789b9-3b99-4bb5-86cb-680766c875ff, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16359687817646906929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635968781764690692916359687817646906929163596878176469069291635968781764690692916359687817646906929163596878176469069291635968781764690692916359687817646906929163596878176469069291635968781764690692916359687817646906929163596878176469069291635968781764690692916359687817646906929163596878176469069291635968781764690692916359687817646906929163596878176469069291635968781764690692916359687817646906929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21e06248-c3e8-49ca-8697-9501847c1604, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21e06248-c3e8-49ca-8697-9501847c1604, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9616233775128565376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96162337751285653769616233775128565376961623377512856537696162337751285653769616233775128565376961623377512856537696162337751285653769616233775128565376961623377512856537696162337751285653769616233775128565376961623377512856537696162337751285653769616233775128565376961623377512856537696162337751285653769616233775128565376961623377512856537696162337751285653769616233775128565376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21e06248-c3e8-49ca-8697-9501847c1604, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 984789b9-3b99-4bb5-86cb-680766c875ff, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc74342a-d438-4021-b9ee-492940f05d0d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc74342a-d438-4021-b9ee-492940f05d0d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13331266453140101538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333126645314010153813331266453140101538133312664531401015381333126645314010153813331266453140101538133312664531401015381333126645314010153813331266453140101538133312664531401015381333126645314010153813331266453140101538133312664531401015381333126645314010153813331266453140101538133312664531401015381333126645314010153813331266453140101538133312664531401015381333126645314010153813331266453140101538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd855f45-50e6-4637-b2ba-83906aae844e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd855f45-50e6-4637-b2ba-83906aae844e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18408665988402190592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840866598840219059218408665988402190592184086659884021905921840866598840219059218408665988402190592184086659884021905921840866598840219059218408665988402190592184086659884021905921840866598840219059218408665988402190592184086659884021905921840866598840219059218408665988402190592184086659884021905921840866598840219059218408665988402190592184086659884021905921840866598840219059218408665988402190592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc74342a-d438-4021-b9ee-492940f05d0d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61fa53dd-8de3-4f96-93b5-4429f3902778, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61fa53dd-8de3-4f96-93b5-4429f3902778, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4680145883710881524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46801458837108815244680145883710881524468014588371088152446801458837108815244680145883710881524468014588371088152446801458837108815244680145883710881524468014588371088152446801458837108815244680145883710881524468014588371088152446801458837108815244680145883710881524468014588371088152446801458837108815244680145883710881524468014588371088152446801458837108815244680145883710881524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd855f45-50e6-4637-b2ba-83906aae844e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd598f1b-4a8c-4b5f-857b-003483270353, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd598f1b-4a8c-4b5f-857b-003483270353, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15089952328476699964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508995232847669996415089952328476699964150899523284766999641508995232847669996415089952328476699964150899523284766999641508995232847669996415089952328476699964150899523284766999641508995232847669996415089952328476699964150899523284766999641508995232847669996415089952328476699964150899523284766999641508995232847669996415089952328476699964150899523284766999641508995232847669996415089952328476699964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61fa53dd-8de3-4f96-93b5-4429f3902778, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5ca0157-e0a9-4cb7-a438-a0c3cf939b20, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5ca0157-e0a9-4cb7-a438-a0c3cf939b20, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12374908488380044069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237490848838004406912374908488380044069123749084883800440691237490848838004406912374908488380044069123749084883800440691237490848838004406912374908488380044069123749084883800440691237490848838004406912374908488380044069123749084883800440691237490848838004406912374908488380044069123749084883800440691237490848838004406912374908488380044069123749084883800440691237490848838004406912374908488380044069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd598f1b-4a8c-4b5f-857b-003483270353, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb375798-e9a7-497c-9eb0-c8774bbb896e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb375798-e9a7-497c-9eb0-c8774bbb896e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 156951640407197757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "156951640407197757156951640407197757156951640407197757156951640407197757156951640407197757156951640407197757156951640407197757156951640407197757156951640407197757156951640407197757156951640407197757156951640407197757156951640407197757156951640407197757156951640407197757156951640407197757156951640407197757156951640407197757156951640407197757156951640407197757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5ca0157-e0a9-4cb7-a438-a0c3cf939b20, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1362b699-20fb-4fc1-9f94-5785496b71c4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1362b699-20fb-4fc1-9f94-5785496b71c4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18186694764627843926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818669476462784392618186694764627843926181866947646278439261818669476462784392618186694764627843926181866947646278439261818669476462784392618186694764627843926181866947646278439261818669476462784392618186694764627843926181866947646278439261818669476462784392618186694764627843926181866947646278439261818669476462784392618186694764627843926181866947646278439261818669476462784392618186694764627843926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb375798-e9a7-497c-9eb0-c8774bbb896e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c36e125-96c9-4f59-b620-4f20e7c1bf56, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c36e125-96c9-4f59-b620-4f20e7c1bf56, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15639146896556182023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563914689655618202315639146896556182023156391468965561820231563914689655618202315639146896556182023156391468965561820231563914689655618202315639146896556182023156391468965561820231563914689655618202315639146896556182023156391468965561820231563914689655618202315639146896556182023156391468965561820231563914689655618202315639146896556182023156391468965561820231563914689655618202315639146896556182023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1362b699-20fb-4fc1-9f94-5785496b71c4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fecd49cf-9b3f-4cc4-8622-83b56d085dea, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fecd49cf-9b3f-4cc4-8622-83b56d085dea, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17389522020956200694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738952202095620069417389522020956200694173895220209562006941738952202095620069417389522020956200694173895220209562006941738952202095620069417389522020956200694173895220209562006941738952202095620069417389522020956200694173895220209562006941738952202095620069417389522020956200694173895220209562006941738952202095620069417389522020956200694173895220209562006941738952202095620069417389522020956200694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c36e125-96c9-4f59-b620-4f20e7c1bf56, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c9907ea-02aa-4f5d-85ab-0293924c6193, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c9907ea-02aa-4f5d-85ab-0293924c6193, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14774956811641087399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477495681164108739914774956811641087399147749568116410873991477495681164108739914774956811641087399147749568116410873991477495681164108739914774956811641087399147749568116410873991477495681164108739914774956811641087399147749568116410873991477495681164108739914774956811641087399147749568116410873991477495681164108739914774956811641087399147749568116410873991477495681164108739914774956811641087399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fecd49cf-9b3f-4cc4-8622-83b56d085dea, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1e864d8-2d4f-4a50-8924-355a89137e52, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1e864d8-2d4f-4a50-8924-355a89137e52, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18014860036647394448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801486003664739444818014860036647394448180148600366473944481801486003664739444818014860036647394448180148600366473944481801486003664739444818014860036647394448180148600366473944481801486003664739444818014860036647394448180148600366473944481801486003664739444818014860036647394448180148600366473944481801486003664739444818014860036647394448180148600366473944481801486003664739444818014860036647394448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c9907ea-02aa-4f5d-85ab-0293924c6193, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7ec5389-70c3-4d08-8134-f23ebeb6698b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7ec5389-70c3-4d08-8134-f23ebeb6698b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4460942869267891068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44609428692678910684460942869267891068446094286926789106844609428692678910684460942869267891068446094286926789106844609428692678910684460942869267891068446094286926789106844609428692678910684460942869267891068446094286926789106844609428692678910684460942869267891068446094286926789106844609428692678910684460942869267891068446094286926789106844609428692678910684460942869267891068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1e864d8-2d4f-4a50-8924-355a89137e52, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4219e15e-4052-4cd9-8d5c-189b4e94e919, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4219e15e-4052-4cd9-8d5c-189b4e94e919, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1782966507557198470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17829665075571984701782966507557198470178296650755719847017829665075571984701782966507557198470178296650755719847017829665075571984701782966507557198470178296650755719847017829665075571984701782966507557198470178296650755719847017829665075571984701782966507557198470178296650755719847017829665075571984701782966507557198470178296650755719847017829665075571984701782966507557198470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7ec5389-70c3-4d08-8134-f23ebeb6698b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef066a32-40d7-405d-96d5-d21cc5bc06d8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef066a32-40d7-405d-96d5-d21cc5bc06d8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 486305475216494581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "486305475216494581486305475216494581486305475216494581486305475216494581486305475216494581486305475216494581486305475216494581486305475216494581486305475216494581486305475216494581486305475216494581486305475216494581486305475216494581486305475216494581486305475216494581486305475216494581486305475216494581486305475216494581486305475216494581486305475216494581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4219e15e-4052-4cd9-8d5c-189b4e94e919, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef066a32-40d7-405d-96d5-d21cc5bc06d8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c4ac631-1fca-4e8a-8632-130b91109bc9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c4ac631-1fca-4e8a-8632-130b91109bc9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15147348118583213078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514734811858321307815147348118583213078151473481185832130781514734811858321307815147348118583213078151473481185832130781514734811858321307815147348118583213078151473481185832130781514734811858321307815147348118583213078151473481185832130781514734811858321307815147348118583213078151473481185832130781514734811858321307815147348118583213078151473481185832130781514734811858321307815147348118583213078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42f38a32-227e-4105-8870-5a60419c7c03, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42f38a32-227e-4105-8870-5a60419c7c03, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9909652880972831200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99096528809728312009909652880972831200990965288097283120099096528809728312009909652880972831200990965288097283120099096528809728312009909652880972831200990965288097283120099096528809728312009909652880972831200990965288097283120099096528809728312009909652880972831200990965288097283120099096528809728312009909652880972831200990965288097283120099096528809728312009909652880972831200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c4ac631-1fca-4e8a-8632-130b91109bc9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d717cec-1a1a-4552-804a-3ba60e9655ea, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d717cec-1a1a-4552-804a-3ba60e9655ea, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3860868851761497076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38608688517614970763860868851761497076386086885176149707638608688517614970763860868851761497076386086885176149707638608688517614970763860868851761497076386086885176149707638608688517614970763860868851761497076386086885176149707638608688517614970763860868851761497076386086885176149707638608688517614970763860868851761497076386086885176149707638608688517614970763860868851761497076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42f38a32-227e-4105-8870-5a60419c7c03, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48a15d85-7ef1-4d18-831b-8077036a9151, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d717cec-1a1a-4552-804a-3ba60e9655ea, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a15d85-7ef1-4d18-831b-8077036a9151, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3579503935314240691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35795039353142406913579503935314240691357950393531424069135795039353142406913579503935314240691357950393531424069135795039353142406913579503935314240691357950393531424069135795039353142406913579503935314240691357950393531424069135795039353142406913579503935314240691357950393531424069135795039353142406913579503935314240691357950393531424069135795039353142406913579503935314240691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70aa0aa4-4974-433b-93c1-fdda9e8edd42, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70aa0aa4-4974-433b-93c1-fdda9e8edd42, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14482716188414557334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448271618841455733414482716188414557334144827161884145573341448271618841455733414482716188414557334144827161884145573341448271618841455733414482716188414557334144827161884145573341448271618841455733414482716188414557334144827161884145573341448271618841455733414482716188414557334144827161884145573341448271618841455733414482716188414557334144827161884145573341448271618841455733414482716188414557334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a15d85-7ef1-4d18-831b-8077036a9151, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70aa0aa4-4974-433b-93c1-fdda9e8edd42, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15f55fdc-cdba-4860-935b-8ece84d90fa0, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f55fdc-cdba-4860-935b-8ece84d90fa0, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5692035303945279194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56920353039452791945692035303945279194569203530394527919456920353039452791945692035303945279194569203530394527919456920353039452791945692035303945279194569203530394527919456920353039452791945692035303945279194569203530394527919456920353039452791945692035303945279194569203530394527919456920353039452791945692035303945279194569203530394527919456920353039452791945692035303945279194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 713b9dd6-555b-45d3-b053-d9d16ff5fc74, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 713b9dd6-555b-45d3-b053-d9d16ff5fc74, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2537546776928506991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25375467769285069912537546776928506991253754677692850699125375467769285069912537546776928506991253754677692850699125375467769285069912537546776928506991253754677692850699125375467769285069912537546776928506991253754677692850699125375467769285069912537546776928506991253754677692850699125375467769285069912537546776928506991253754677692850699125375467769285069912537546776928506991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 713b9dd6-555b-45d3-b053-d9d16ff5fc74, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b86a393-e796-4657-a729-d162fc8b239a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b86a393-e796-4657-a729-d162fc8b239a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10952591080480014657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095259108048001465710952591080480014657109525910804800146571095259108048001465710952591080480014657109525910804800146571095259108048001465710952591080480014657109525910804800146571095259108048001465710952591080480014657109525910804800146571095259108048001465710952591080480014657109525910804800146571095259108048001465710952591080480014657109525910804800146571095259108048001465710952591080480014657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f55fdc-cdba-4860-935b-8ece84d90fa0, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c4569d6-c95f-4697-9cfc-9300b2c5d569, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c4569d6-c95f-4697-9cfc-9300b2c5d569, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11870535013474502595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187053501347450259511870535013474502595118705350134745025951187053501347450259511870535013474502595118705350134745025951187053501347450259511870535013474502595118705350134745025951187053501347450259511870535013474502595118705350134745025951187053501347450259511870535013474502595118705350134745025951187053501347450259511870535013474502595118705350134745025951187053501347450259511870535013474502595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b86a393-e796-4657-a729-d162fc8b239a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f3ca25d-ccfb-4914-9571-0eb565240445, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f3ca25d-ccfb-4914-9571-0eb565240445, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5267179654917952371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52671796549179523715267179654917952371526717965491795237152671796549179523715267179654917952371526717965491795237152671796549179523715267179654917952371526717965491795237152671796549179523715267179654917952371526717965491795237152671796549179523715267179654917952371526717965491795237152671796549179523715267179654917952371526717965491795237152671796549179523715267179654917952371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c4569d6-c95f-4697-9cfc-9300b2c5d569, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6b21ed6-ce3a-43ec-a34c-6435abbebd14, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6b21ed6-ce3a-43ec-a34c-6435abbebd14, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6028301278866555281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60283012788665552816028301278866555281602830127886655528160283012788665552816028301278866555281602830127886655528160283012788665552816028301278866555281602830127886655528160283012788665552816028301278866555281602830127886655528160283012788665552816028301278866555281602830127886655528160283012788665552816028301278866555281602830127886655528160283012788665552816028301278866555281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f3ca25d-ccfb-4914-9571-0eb565240445, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf9d0ec7-0ef6-4d92-86b1-5a9df06b15e2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf9d0ec7-0ef6-4d92-86b1-5a9df06b15e2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13536284745677784264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353628474567778426413536284745677784264135362847456777842641353628474567778426413536284745677784264135362847456777842641353628474567778426413536284745677784264135362847456777842641353628474567778426413536284745677784264135362847456777842641353628474567778426413536284745677784264135362847456777842641353628474567778426413536284745677784264135362847456777842641353628474567778426413536284745677784264" } } } 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 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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, e6b21ed6-ce3a-43ec-a34c-6435abbebd14, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" 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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62323 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_zbmydjnq.log --grpc-port=28695 --mon-port=19032 --ic-port=4925 --key-file /home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf9d0ec7-0ef6-4d92-86b1-5a9df06b15e2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ed00360-f785-43f5-bbff-1071cf5da85b, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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:62323', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_zbmydjnq.log', '--grpc-port=28695', '--mon-port=19032', '--ic-port=4925', '--key-file', '/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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: 969834
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed00360-f785-43f5-bbff-1071cf5da85b, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 840258702233750204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "840258702233750204840258702233750204840258702233750204840258702233750204840258702233750204840258702233750204840258702233750204840258702233750204840258702233750204840258702233750204840258702233750204840258702233750204840258702233750204840258702233750204840258702233750204840258702233750204840258702233750204840258702233750204840258702233750204840258702233750204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:28695/3
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf0db644-ee27-4add-a218-7d59f5fa3b53, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf0db644-ee27-4add-a218-7d59f5fa3b53, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18112051347920702930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811205134792070293018112051347920702930181120513479207029301811205134792070293018112051347920702930181120513479207029301811205134792070293018112051347920702930181120513479207029301811205134792070293018112051347920702930181120513479207029301811205134792070293018112051347920702930181120513479207029301811205134792070293018112051347920702930181120513479207029301811205134792070293018112051347920702930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.19
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.19
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed00360-f785-43f5-bbff-1071cf5da85b, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" 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/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ya.test:process.py:628 Command pid: 969835
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80986ae8-3fe6-4aed-90f2-caacefd68c3d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf0db644-ee27-4add-a218-7d59f5fa3b53, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d42e227-59a1-4e30-9b0f-cf11402c6d10, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80986ae8-3fe6-4aed-90f2-caacefd68c3d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6041441709437337612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60414417094373376126041441709437337612604144170943733761260414417094373376126041441709437337612604144170943733761260414417094373376126041441709437337612604144170943733761260414417094373376126041441709437337612604144170943733761260414417094373376126041441709437337612604144170943733761260414417094373376126041441709437337612604144170943733761260414417094373376126041441709437337612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d42e227-59a1-4e30-9b0f-cf11402c6d10, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7566457845528146575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75664578455281465757566457845528146575756645784552814657575664578455281465757566457845528146575756645784552814657575664578455281465757566457845528146575756645784552814657575664578455281465757566457845528146575756645784552814657575664578455281465757566457845528146575756645784552814657575664578455281465757566457845528146575756645784552814657575664578455281465757566457845528146575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80986ae8-3fe6-4aed-90f2-caacefd68c3d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f38388ed-caa6-413a-8bba-c80d5547ca7c, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f38388ed-caa6-413a-8bba-c80d5547ca7c, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6616095523034377830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66160955230343778306616095523034377830661609552303437783066160955230343778306616095523034377830661609552303437783066160955230343778306616095523034377830661609552303437783066160955230343778306616095523034377830661609552303437783066160955230343778306616095523034377830661609552303437783066160955230343778306616095523034377830661609552303437783066160955230343778306616095523034377830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d42e227-59a1-4e30-9b0f-cf11402c6d10, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5439e061-9b48-441f-b954-d6896000fab7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5439e061-9b48-441f-b954-d6896000fab7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10205989127375745172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020598912737574517210205989127375745172102059891273757451721020598912737574517210205989127375745172102059891273757451721020598912737574517210205989127375745172102059891273757451721020598912737574517210205989127375745172102059891273757451721020598912737574517210205989127375745172102059891273757451721020598912737574517210205989127375745172102059891273757451721020598912737574517210205989127375745172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f38388ed-caa6-413a-8bba-c80d5547ca7c, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31806ec4-6192-408a-b0a4-b5cf6985aae9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5439e061-9b48-441f-b954-d6896000fab7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31806ec4-6192-408a-b0a4-b5cf6985aae9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12886369169049162590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288636916904916259012886369169049162590128863691690491625901288636916904916259012886369169049162590128863691690491625901288636916904916259012886369169049162590128863691690491625901288636916904916259012886369169049162590128863691690491625901288636916904916259012886369169049162590128863691690491625901288636916904916259012886369169049162590128863691690491625901288636916904916259012886369169049162590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfff00cc-7732-47e3-ae29-5d9e2f417079, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31806ec4-6192-408a-b0a4-b5cf6985aae9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfff00cc-7732-47e3-ae29-5d9e2f417079, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10012250035373847599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001225003537384759910012250035373847599100122500353738475991001225003537384759910012250035373847599100122500353738475991001225003537384759910012250035373847599100122500353738475991001225003537384759910012250035373847599100122500353738475991001225003537384759910012250035373847599100122500353738475991001225003537384759910012250035373847599100122500353738475991001225003537384759910012250035373847599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b53fcdc-6c7a-458a-8baf-2b3198683772, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b53fcdc-6c7a-458a-8baf-2b3198683772, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17129548726411946988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712954872641194698817129548726411946988171295487264119469881712954872641194698817129548726411946988171295487264119469881712954872641194698817129548726411946988171295487264119469881712954872641194698817129548726411946988171295487264119469881712954872641194698817129548726411946988171295487264119469881712954872641194698817129548726411946988171295487264119469881712954872641194698817129548726411946988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfff00cc-7732-47e3-ae29-5d9e2f417079, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18477aa7-e747-4cc0-8924-382019a0a270, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18477aa7-e747-4cc0-8924-382019a0a270, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14708119292513817269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470811929251381726914708119292513817269147081192925138172691470811929251381726914708119292513817269147081192925138172691470811929251381726914708119292513817269147081192925138172691470811929251381726914708119292513817269147081192925138172691470811929251381726914708119292513817269147081192925138172691470811929251381726914708119292513817269147081192925138172691470811929251381726914708119292513817269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b53fcdc-6c7a-458a-8baf-2b3198683772, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94b7db40-38c9-4208-8d6d-68b20aad2d56, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94b7db40-38c9-4208-8d6d-68b20aad2d56, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4660601214618593637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46606012146185936374660601214618593637466060121461859363746606012146185936374660601214618593637466060121461859363746606012146185936374660601214618593637466060121461859363746606012146185936374660601214618593637466060121461859363746606012146185936374660601214618593637466060121461859363746606012146185936374660601214618593637466060121461859363746606012146185936374660601214618593637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18477aa7-e747-4cc0-8924-382019a0a270, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8ee7868-03eb-4411-8376-2ad874761228, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8ee7868-03eb-4411-8376-2ad874761228, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9435098208749918914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94350982087499189149435098208749918914943509820874991891494350982087499189149435098208749918914943509820874991891494350982087499189149435098208749918914943509820874991891494350982087499189149435098208749918914943509820874991891494350982087499189149435098208749918914943509820874991891494350982087499189149435098208749918914943509820874991891494350982087499189149435098208749918914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94b7db40-38c9-4208-8d6d-68b20aad2d56, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d1cf2c9-5ef7-4777-a7ee-f0dec8e199c7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8ee7868-03eb-4411-8376-2ad874761228, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81a14b72-9b38-44ef-abe4-dd9ee759a736, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d1cf2c9-5ef7-4777-a7ee-f0dec8e199c7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2819127653461993801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28191276534619938012819127653461993801281912765346199380128191276534619938012819127653461993801281912765346199380128191276534619938012819127653461993801281912765346199380128191276534619938012819127653461993801281912765346199380128191276534619938012819127653461993801281912765346199380128191276534619938012819127653461993801281912765346199380128191276534619938012819127653461993801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81a14b72-9b38-44ef-abe4-dd9ee759a736, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1356323274687677639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13563232746876776391356323274687677639135632327468767763913563232746876776391356323274687677639135632327468767763913563232746876776391356323274687677639135632327468767763913563232746876776391356323274687677639135632327468767763913563232746876776391356323274687677639135632327468767763913563232746876776391356323274687677639135632327468767763913563232746876776391356323274687677639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d1cf2c9-5ef7-4777-a7ee-f0dec8e199c7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16f3c0bb-544a-4ab3-a603-4a489945e74a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81a14b72-9b38-44ef-abe4-dd9ee759a736, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dd7773f-f15c-4f6f-ac39-e1c4aa9d66bb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16f3c0bb-544a-4ab3-a603-4a489945e74a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16007526453628266368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600752645362826636816007526453628266368160075264536282663681600752645362826636816007526453628266368160075264536282663681600752645362826636816007526453628266368160075264536282663681600752645362826636816007526453628266368160075264536282663681600752645362826636816007526453628266368160075264536282663681600752645362826636816007526453628266368160075264536282663681600752645362826636816007526453628266368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dd7773f-f15c-4f6f-ac39-e1c4aa9d66bb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5402280075373510052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54022800753735100525402280075373510052540228007537351005254022800753735100525402280075373510052540228007537351005254022800753735100525402280075373510052540228007537351005254022800753735100525402280075373510052540228007537351005254022800753735100525402280075373510052540228007537351005254022800753735100525402280075373510052540228007537351005254022800753735100525402280075373510052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16f3c0bb-544a-4ab3-a603-4a489945e74a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dd7773f-f15c-4f6f-ac39-e1c4aa9d66bb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9051de61-0e62-4f16-a30f-b26acb489cd4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9051de61-0e62-4f16-a30f-b26acb489cd4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16079727101848723239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607972710184872323916079727101848723239160797271018487232391607972710184872323916079727101848723239160797271018487232391607972710184872323916079727101848723239160797271018487232391607972710184872323916079727101848723239160797271018487232391607972710184872323916079727101848723239160797271018487232391607972710184872323916079727101848723239160797271018487232391607972710184872323916079727101848723239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0010054-d830-4b96-923c-69dc15f13c95, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0010054-d830-4b96-923c-69dc15f13c95, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12598503723757091533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259850372375709153312598503723757091533125985037237570915331259850372375709153312598503723757091533125985037237570915331259850372375709153312598503723757091533125985037237570915331259850372375709153312598503723757091533125985037237570915331259850372375709153312598503723757091533125985037237570915331259850372375709153312598503723757091533125985037237570915331259850372375709153312598503723757091533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9051de61-0e62-4f16-a30f-b26acb489cd4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1949b66b-f93d-46cc-b1df-b76828ffdf3a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1949b66b-f93d-46cc-b1df-b76828ffdf3a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11006010490467551105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100601049046755110511006010490467551105110060104904675511051100601049046755110511006010490467551105110060104904675511051100601049046755110511006010490467551105110060104904675511051100601049046755110511006010490467551105110060104904675511051100601049046755110511006010490467551105110060104904675511051100601049046755110511006010490467551105110060104904675511051100601049046755110511006010490467551105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0010054-d830-4b96-923c-69dc15f13c95, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e170c011-79c4-48e9-8398-b057cf80c277, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e170c011-79c4-48e9-8398-b057cf80c277, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18319925495251108442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831992549525110844218319925495251108442183199254952511084421831992549525110844218319925495251108442183199254952511084421831992549525110844218319925495251108442183199254952511084421831992549525110844218319925495251108442183199254952511084421831992549525110844218319925495251108442183199254952511084421831992549525110844218319925495251108442183199254952511084421831992549525110844218319925495251108442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1949b66b-f93d-46cc-b1df-b76828ffdf3a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 284f1ee4-6650-478d-9ea7-6635b30015ca, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 284f1ee4-6650-478d-9ea7-6635b30015ca, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15739684684229719941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573968468422971994115739684684229719941157396846842297199411573968468422971994115739684684229719941157396846842297199411573968468422971994115739684684229719941157396846842297199411573968468422971994115739684684229719941157396846842297199411573968468422971994115739684684229719941157396846842297199411573968468422971994115739684684229719941157396846842297199411573968468422971994115739684684229719941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e170c011-79c4-48e9-8398-b057cf80c277, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a7b6479-5447-4793-b2e0-b26a94f72d2a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a7b6479-5447-4793-b2e0-b26a94f72d2a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16671444923074238460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667144492307423846016671444923074238460166714449230742384601667144492307423846016671444923074238460166714449230742384601667144492307423846016671444923074238460166714449230742384601667144492307423846016671444923074238460166714449230742384601667144492307423846016671444923074238460166714449230742384601667144492307423846016671444923074238460166714449230742384601667144492307423846016671444923074238460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 284f1ee4-6650-478d-9ea7-6635b30015ca, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 732944dd-21d3-4039-a3d7-2c037d833929, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a7b6479-5447-4793-b2e0-b26a94f72d2a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 732944dd-21d3-4039-a3d7-2c037d833929, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12477959491905994859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247795949190599485912477959491905994859124779594919059948591247795949190599485912477959491905994859124779594919059948591247795949190599485912477959491905994859124779594919059948591247795949190599485912477959491905994859124779594919059948591247795949190599485912477959491905994859124779594919059948591247795949190599485912477959491905994859124779594919059948591247795949190599485912477959491905994859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40fb3ef6-dbd1-4af8-80fe-fc23e8575e3f, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40fb3ef6-dbd1-4af8-80fe-fc23e8575e3f, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1402594214807929385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14025942148079293851402594214807929385140259421480792938514025942148079293851402594214807929385140259421480792938514025942148079293851402594214807929385140259421480792938514025942148079293851402594214807929385140259421480792938514025942148079293851402594214807929385140259421480792938514025942148079293851402594214807929385140259421480792938514025942148079293851402594214807929385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 732944dd-21d3-4039-a3d7-2c037d833929, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68fb4e3a-faa3-4af5-a153-478edf0886db, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68fb4e3a-faa3-4af5-a153-478edf0886db, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18360615052237046445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836061505223704644518360615052237046445183606150522370464451836061505223704644518360615052237046445183606150522370464451836061505223704644518360615052237046445183606150522370464451836061505223704644518360615052237046445183606150522370464451836061505223704644518360615052237046445183606150522370464451836061505223704644518360615052237046445183606150522370464451836061505223704644518360615052237046445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40fb3ef6-dbd1-4af8-80fe-fc23e8575e3f, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40824196-4aba-41ad-bdc1-1ce836e27fa8, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40824196-4aba-41ad-bdc1-1ce836e27fa8, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10053755541664943114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005375554166494311410053755541664943114100537555416649431141005375554166494311410053755541664943114100537555416649431141005375554166494311410053755541664943114100537555416649431141005375554166494311410053755541664943114100537555416649431141005375554166494311410053755541664943114100537555416649431141005375554166494311410053755541664943114100537555416649431141005375554166494311410053755541664943114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68fb4e3a-faa3-4af5-a153-478edf0886db, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6c87dfa-9fbb-445c-90af-81b9f839a21a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6c87dfa-9fbb-445c-90af-81b9f839a21a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2832765624736484785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28327656247364847852832765624736484785283276562473648478528327656247364847852832765624736484785283276562473648478528327656247364847852832765624736484785283276562473648478528327656247364847852832765624736484785283276562473648478528327656247364847852832765624736484785283276562473648478528327656247364847852832765624736484785283276562473648478528327656247364847852832765624736484785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40824196-4aba-41ad-bdc1-1ce836e27fa8, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23b7374b-eead-45d1-b45c-ebdb85de63dc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b7374b-eead-45d1-b45c-ebdb85de63dc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13342753740429407568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334275374042940756813342753740429407568133427537404294075681334275374042940756813342753740429407568133427537404294075681334275374042940756813342753740429407568133427537404294075681334275374042940756813342753740429407568133427537404294075681334275374042940756813342753740429407568133427537404294075681334275374042940756813342753740429407568133427537404294075681334275374042940756813342753740429407568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6c87dfa-9fbb-445c-90af-81b9f839a21a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d85a581e-cbc6-4bbf-a396-9624156750bb, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d85a581e-cbc6-4bbf-a396-9624156750bb, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13725249917318046828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372524991731804682813725249917318046828137252499173180468281372524991731804682813725249917318046828137252499173180468281372524991731804682813725249917318046828137252499173180468281372524991731804682813725249917318046828137252499173180468281372524991731804682813725249917318046828137252499173180468281372524991731804682813725249917318046828137252499173180468281372524991731804682813725249917318046828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b7374b-eead-45d1-b45c-ebdb85de63dc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f070ac4-9ab6-4756-889c-76c4edbf20fc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f070ac4-9ab6-4756-889c-76c4edbf20fc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5308894296834182918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53088942968341829185308894296834182918530889429683418291853088942968341829185308894296834182918530889429683418291853088942968341829185308894296834182918530889429683418291853088942968341829185308894296834182918530889429683418291853088942968341829185308894296834182918530889429683418291853088942968341829185308894296834182918530889429683418291853088942968341829185308894296834182918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d85a581e-cbc6-4bbf-a396-9624156750bb, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a826d398-410b-46fb-bc06-82755e1a69c2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f070ac4-9ab6-4756-889c-76c4edbf20fc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a826d398-410b-46fb-bc06-82755e1a69c2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10587340818028819362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058734081802881936210587340818028819362105873408180288193621058734081802881936210587340818028819362105873408180288193621058734081802881936210587340818028819362105873408180288193621058734081802881936210587340818028819362105873408180288193621058734081802881936210587340818028819362105873408180288193621058734081802881936210587340818028819362105873408180288193621058734081802881936210587340818028819362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08240ae6-8ce0-47d2-b690-57c85298b5d4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08240ae6-8ce0-47d2-b690-57c85298b5d4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17984905052137198658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798490505213719865817984905052137198658179849050521371986581798490505213719865817984905052137198658179849050521371986581798490505213719865817984905052137198658179849050521371986581798490505213719865817984905052137198658179849050521371986581798490505213719865817984905052137198658179849050521371986581798490505213719865817984905052137198658179849050521371986581798490505213719865817984905052137198658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a826d398-410b-46fb-bc06-82755e1a69c2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad16ab55-8ce1-4c0f-b244-a2230dba2bd9, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad16ab55-8ce1-4c0f-b244-a2230dba2bd9, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11069270806430773513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106927080643077351311069270806430773513110692708064307735131106927080643077351311069270806430773513110692708064307735131106927080643077351311069270806430773513110692708064307735131106927080643077351311069270806430773513110692708064307735131106927080643077351311069270806430773513110692708064307735131106927080643077351311069270806430773513110692708064307735131106927080643077351311069270806430773513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08240ae6-8ce0-47d2-b690-57c85298b5d4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af7e23ae-58ba-4785-b495-1320e7667e87, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af7e23ae-58ba-4785-b495-1320e7667e87, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3278178208309341930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32781782083093419303278178208309341930327817820830934193032781782083093419303278178208309341930327817820830934193032781782083093419303278178208309341930327817820830934193032781782083093419303278178208309341930327817820830934193032781782083093419303278178208309341930327817820830934193032781782083093419303278178208309341930327817820830934193032781782083093419303278178208309341930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad16ab55-8ce1-4c0f-b244-a2230dba2bd9, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 452d6e93-5301-4daf-a89b-770ce3c7c76d, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 452d6e93-5301-4daf-a89b-770ce3c7c76d, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17421152137495386710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742115213749538671017421152137495386710174211521374953867101742115213749538671017421152137495386710174211521374953867101742115213749538671017421152137495386710174211521374953867101742115213749538671017421152137495386710174211521374953867101742115213749538671017421152137495386710174211521374953867101742115213749538671017421152137495386710174211521374953867101742115213749538671017421152137495386710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af7e23ae-58ba-4785-b495-1320e7667e87, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2aa480f-8de5-40a4-9386-136e956b3e23, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2aa480f-8de5-40a4-9386-136e956b3e23, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13872261949727270950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387226194972727095013872261949727270950138722619497272709501387226194972727095013872261949727270950138722619497272709501387226194972727095013872261949727270950138722619497272709501387226194972727095013872261949727270950138722619497272709501387226194972727095013872261949727270950138722619497272709501387226194972727095013872261949727270950138722619497272709501387226194972727095013872261949727270950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 452d6e93-5301-4daf-a89b-770ce3c7c76d, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef2c581a-b036-45fd-8708-d1c7ba3b8872, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef2c581a-b036-45fd-8708-d1c7ba3b8872, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14617604494013720817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461760449401372081714617604494013720817146176044940137208171461760449401372081714617604494013720817146176044940137208171461760449401372081714617604494013720817146176044940137208171461760449401372081714617604494013720817146176044940137208171461760449401372081714617604494013720817146176044940137208171461760449401372081714617604494013720817146176044940137208171461760449401372081714617604494013720817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2aa480f-8de5-40a4-9386-136e956b3e23, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25d7d8e6-8acd-4df2-b637-af143aacfe0a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25d7d8e6-8acd-4df2-b637-af143aacfe0a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6540214997328609626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65402149973286096266540214997328609626654021499732860962665402149973286096266540214997328609626654021499732860962665402149973286096266540214997328609626654021499732860962665402149973286096266540214997328609626654021499732860962665402149973286096266540214997328609626654021499732860962665402149973286096266540214997328609626654021499732860962665402149973286096266540214997328609626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef2c581a-b036-45fd-8708-d1c7ba3b8872, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53786094-9f65-495b-9319-d2182060ab29, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53786094-9f65-495b-9319-d2182060ab29, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3786678816720653619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37866788167206536193786678816720653619378667881672065361937866788167206536193786678816720653619378667881672065361937866788167206536193786678816720653619378667881672065361937866788167206536193786678816720653619378667881672065361937866788167206536193786678816720653619378667881672065361937866788167206536193786678816720653619378667881672065361937866788167206536193786678816720653619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25d7d8e6-8acd-4df2-b637-af143aacfe0a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56c1d032-1f88-49b7-819a-929d8a2930cc, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56c1d032-1f88-49b7-819a-929d8a2930cc, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12566208935485723070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256620893548572307012566208935485723070125662089354857230701256620893548572307012566208935485723070125662089354857230701256620893548572307012566208935485723070125662089354857230701256620893548572307012566208935485723070125662089354857230701256620893548572307012566208935485723070125662089354857230701256620893548572307012566208935485723070125662089354857230701256620893548572307012566208935485723070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53786094-9f65-495b-9319-d2182060ab29, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d795da5-4802-4cb0-995f-108409f9861e, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56c1d032-1f88-49b7-819a-929d8a2930cc, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d795da5-4802-4cb0-995f-108409f9861e, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13081999964579024486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308199996457902448613081999964579024486130819999645790244861308199996457902448613081999964579024486130819999645790244861308199996457902448613081999964579024486130819999645790244861308199996457902448613081999964579024486130819999645790244861308199996457902448613081999964579024486130819999645790244861308199996457902448613081999964579024486130819999645790244861308199996457902448613081999964579024486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e23077b8-da38-49e2-95b1-1a06fe6eb3b7, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e23077b8-da38-49e2-95b1-1a06fe6eb3b7, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8788410608316046590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87884106083160465908788410608316046590878841060831604659087884106083160465908788410608316046590878841060831604659087884106083160465908788410608316046590878841060831604659087884106083160465908788410608316046590878841060831604659087884106083160465908788410608316046590878841060831604659087884106083160465908788410608316046590878841060831604659087884106083160465908788410608316046590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d795da5-4802-4cb0-995f-108409f9861e, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e23077b8-da38-49e2-95b1-1a06fe6eb3b7, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86334393-c189-490b-a892-0d0d724f2ff1, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 354a17eb-2851-46f6-b5ac-19b48513217a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 354a17eb-2851-46f6-b5ac-19b48513217a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12175678773005836726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217567877300583672612175678773005836726121756787730058367261217567877300583672612175678773005836726121756787730058367261217567877300583672612175678773005836726121756787730058367261217567877300583672612175678773005836726121756787730058367261217567877300583672612175678773005836726121756787730058367261217567877300583672612175678773005836726121756787730058367261217567877300583672612175678773005836726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86334393-c189-490b-a892-0d0d724f2ff1, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9586595392960100957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95865953929601009579586595392960100957958659539296010095795865953929601009579586595392960100957958659539296010095795865953929601009579586595392960100957958659539296010095795865953929601009579586595392960100957958659539296010095795865953929601009579586595392960100957958659539296010095795865953929601009579586595392960100957958659539296010095795865953929601009579586595392960100957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 354a17eb-2851-46f6-b5ac-19b48513217a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86334393-c189-490b-a892-0d0d724f2ff1, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ffe8286-cf92-4de8-8cf8-73ffac5dc2a4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ffe8286-cf92-4de8-8cf8-73ffac5dc2a4, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15014390285124057639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501439028512405763915014390285124057639150143902851240576391501439028512405763915014390285124057639150143902851240576391501439028512405763915014390285124057639150143902851240576391501439028512405763915014390285124057639150143902851240576391501439028512405763915014390285124057639150143902851240576391501439028512405763915014390285124057639150143902851240576391501439028512405763915014390285124057639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 026e857f-b672-4f5b-96d7-388688f14ee2, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 026e857f-b672-4f5b-96d7-388688f14ee2, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10249715923242992808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024971592324299280810249715923242992808102497159232429928081024971592324299280810249715923242992808102497159232429928081024971592324299280810249715923242992808102497159232429928081024971592324299280810249715923242992808102497159232429928081024971592324299280810249715923242992808102497159232429928081024971592324299280810249715923242992808102497159232429928081024971592324299280810249715923242992808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ffe8286-cf92-4de8-8cf8-73ffac5dc2a4, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cde32b0-d3c3-403f-b9c6-e2babb3d2385, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 026e857f-b672-4f5b-96d7-388688f14ee2, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cde32b0-d3c3-403f-b9c6-e2babb3d2385, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8589751672951254032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85897516729512540328589751672951254032858975167295125403285897516729512540328589751672951254032858975167295125403285897516729512540328589751672951254032858975167295125403285897516729512540328589751672951254032858975167295125403285897516729512540328589751672951254032858975167295125403285897516729512540328589751672951254032858975167295125403285897516729512540328589751672951254032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8372c894-bc98-4b37-8ec2-4e970d9aea6a, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8372c894-bc98-4b37-8ec2-4e970d9aea6a, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4260587141062732513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42605871410627325134260587141062732513426058714106273251342605871410627325134260587141062732513426058714106273251342605871410627325134260587141062732513426058714106273251342605871410627325134260587141062732513426058714106273251342605871410627325134260587141062732513426058714106273251342605871410627325134260587141062732513426058714106273251342605871410627325134260587141062732513" } } } 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 969835) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 969835) elapsed time (sec): 0.8402009010314941
DEBUG    ya.test:process.py:263 Command (pid 969835) idrss: 0
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cde32b0-d3c3-403f-b9c6-e2babb3d2385, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 969835) inblock: 0
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ya.test:process.py:263 Command (pid 969835) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 969835) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 969835) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 969835) maxrss: 959972
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 108f4c69-08b8-41b1-90cd-adc2ebc72e53, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ya.test:process.py:263 Command (pid 969835) minflt: 45621
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 108f4c69-08b8-41b1-90cd-adc2ebc72e53, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5152678673869239299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51526786738692392995152678673869239299515267867386923929951526786738692392995152678673869239299515267867386923929951526786738692392995152678673869239299515267867386923929951526786738692392995152678673869239299515267867386923929951526786738692392995152678673869239299515267867386923929951526786738692392995152678673869239299515267867386923929951526786738692392995152678673869239299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8372c894-bc98-4b37-8ec2-4e970d9aea6a, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ya.test:process.py:263 Command (pid 969835) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 969835) msgsnd: 0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a656ab8-52d1-4d71-8208-7566d62bdecd, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a656ab8-52d1-4d71-8208-7566d62bdecd, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5092331789905315358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50923317899053153585092331789905315358509233178990531535850923317899053153585092331789905315358509233178990531535850923317899053153585092331789905315358509233178990531535850923317899053153585092331789905315358509233178990531535850923317899053153585092331789905315358509233178990531535850923317899053153585092331789905315358509233178990531535850923317899053153585092331789905315358" } } } 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 969835) nivcsw: 252
DEBUG    ya.test:process.py:263 Command (pid 969835) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 969835) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 969835) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 969835) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 969835) stime: 0.167856
DEBUG    ya.test:process.py:263 Command (pid 969835) utime: 0.491311
DEBUG    ya.test:process.py:263 Command (pid 969835) wtime: 0.847
DEBUG    ya.test:process.py:275 Command (pid 969835) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 969835) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 3 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 108f4c69-08b8-41b1-90cd-adc2ebc72e53, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03a46675-1d22-4bb3-8f57-1e8e57b5a763, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03a46675-1d22-4bb3-8f57-1e8e57b5a763, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6621026409282246599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66210264092822465996621026409282246599662102640928224659966210264092822465996621026409282246599662102640928224659966210264092822465996621026409282246599662102640928224659966210264092822465996621026409282246599662102640928224659966210264092822465996621026409282246599662102640928224659966210264092822465996621026409282246599662102640928224659966210264092822465996621026409282246599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a656ab8-52d1-4d71-8208-7566d62bdecd, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1e13d1beb0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1e13d1beb0> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 464a1447-c669-4ec7-876c-46b9d94d6739, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 464a1447-c669-4ec7-876c-46b9d94d6739, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OTcwZWU5MmQtMjFmNDU2ZWEtZDJiZmZhYTMtMjQ4YWM0OWY=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03a46675-1d22-4bb3-8f57-1e8e57b5a763, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c1e13d1beb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf6070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1e13cf6070>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1e13cf6070> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 6514df65-49dc-45fa-9f9a-d3412b728588, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 6514df65-49dc-45fa-9f9a-d3412b728588, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=OGRhMzg4NTktNTA4NTQ2MWItOTI1MDc1OTMtOWViZjgwYTc=" 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 0x7c1e13cf6070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d570dec-f224-413b-9c06-524d85ce0144, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d570dec-f224-413b-9c06-524d85ce0144, ghrun-saptlbqaqq.auto.internal:22054): request = { session_id: "ydb://session/3?node_id=50003&id=ODMwYjA3YTktYjMzMWNkYy05NmU3NjQxYi03NDk2MWU1Nw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5907646460456960608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59076464604569606085907646460456960608590764646045696060859076464604569606085907646460456960608590764646045696060859076464604569606085907646460456960608590764646045696060859076464604569606085907646460456960608590764646045696060859076464604569606085907646460456960608590764646045696060859076464604569606085907646460456960608590764646045696060859076464604569606085907646460456960608" } } } query_cache_policy { keep_in_cache: true } 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 0x7c1e1802b070 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 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 464a1447-c669-4ec7-876c-46b9d94d6739, ghrun-saptlbqaqq.auto.internal:22054): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 464a1447-c669-4ec7-876c-46b9d94d6739, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 2e94986f-1c62-43c6-8654-28f8e610c4d4, ghrun-saptlbqaqq.auto.internal:22054): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 464a1447-c669-4ec7-876c-46b9d94d6739, ghrun-saptlbqaqq.auto.internal:22054): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2e94986f-1c62-43c6-8654-28f8e610c4d4, ghrun-saptlbqaqq.auto.internal:22054): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 6514df65-49dc-45fa-9f9a-d3412b728588, ghrun-saptlbqaqq.auto.internal:22054): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 6514df65-49dc-45fa-9f9a-d3412b728588, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 6514df65-49dc-45fa-9f9a-d3412b728588, ghrun-saptlbqaqq.auto.internal:22054): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 2e94986f-1c62-43c6-8654-28f8e610c4d4, ghrun-saptlbqaqq.auto.internal:22054): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 2e94986f-1c62-43c6-8654-28f8e610c4d4, ghrun-saptlbqaqq.auto.internal:22054): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Cannot create session: system shutdown requested.", grpc_status:8, created_time:"2025-11-27T14:11:32.049264052+00:00"}"
>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d570dec-f224-413b-9c06-524d85ce0144, ghrun-saptlbqaqq.auto.internal:22054): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=2a4a947a-430818ef-33544ec6-38b815b8" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, 2e94986f-1c62-43c6-8654-28f8e610c4d4, ghrun-saptlbqaqq.auto.internal:22054): unhandled rpc error, disconnecting channel
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e13cf8fb0>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-saptlbqaqq.auto.internal:22054
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1e13cf8fb0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1e13cf8fb0> is no longer active. Current active count 1.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.table.SessionPool:_sp_impl.py:156 In flight waiters: 1, preparing session <ydb.table.Session object at 0x7c1e13cf8fb0> replacement.
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:111 Created session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e17ad1fb0>
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:173 Sent delete on session <ydb.table.Session object at 0x7c1e13cf8fb0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Cannot create session: system shutdown requested.", grpc_status:8, created_time:"2025-11-27T14:11:32.049264052+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 0x7c1e17ad55f0 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 0x7c1e17ad44f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for 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: Couldn't find valid connection
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 0e05809f-4f46-4eab-9ca4-eb5d583ebfa2, localhost:62323): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0e05809f-4f46-4eab-9ca4-eb5d583ebfa2, localhost:62323): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0e05809f-4f46-4eab-9ca4-eb5d583ebfa2, localhost:62323): 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:62323". 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:62323
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, 00e4a049-5193-4e86-9a1e-0fed4df82724, localhost:62323): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 00e4a049-5193-4e86-9a1e-0fed4df82724, localhost:62323): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 00e4a049-5193-4e86-9a1e-0fed4df82724, localhost:62323): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-saptlbqaqq.auto.internal" port: 28695 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-saptlbqaqq.auto.internal:28695, 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:62323
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 72ae4870-86d5-46c6-9b5b-01ab8f956b05, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 72ae4870-86d5-46c6-9b5b-01ab8f956b05, ghrun-saptlbqaqq.auto.internal:28695): 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 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 1c6ac442-6326-48f8-bde4-09cb2ebe0b6d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1c6ac442-6326-48f8-bde4-09cb2ebe0b6d, ghrun-saptlbqaqq.auto.internal:28695): 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 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 071a8347-c8bd-4dd5-96c1-f1d1109d1697, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 071a8347-c8bd-4dd5-96c1-f1d1109d1697, ghrun-saptlbqaqq.auto.internal:28695): 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.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, bc9654f3-4332-43f4-a002-64df540a7b70, localhost:62323): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, bc9654f3-4332-43f4-a002-64df540a7b70, localhost:62323): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, bc9654f3-4332-43f4-a002-64df540a7b70, localhost:62323): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-saptlbqaqq.auto.internal" port: 7193 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-saptlbqaqq.auto.internal" port: 17936 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-saptlbqaqq.auto.internal:17936, location , ssl: False>, <Endpoint ghrun-saptlbqaqq.auto.internal:7193, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62323
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 72ae4870-86d5-46c6-9b5b-01ab8f956b05, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 72ae4870-86d5-46c6-9b5b-01ab8f956b05, ghrun-saptlbqaqq.auto.internal:28695): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {grpc_status:4, created_time:"2025-11-27T14:11:36.456558932+00:00"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 1c6ac442-6326-48f8-bde4-09cb2ebe0b6d, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 1c6ac442-6326-48f8-bde4-09cb2ebe0b6d, ghrun-saptlbqaqq.auto.internal:28695): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-11-27T14:11:36.45821454+00:00", grpc_status:4}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, e2c31a02-e3b8-47c7-9436-d411c325bd8a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e2c31a02-e3b8-47c7-9436-d411c325bd8a, ghrun-saptlbqaqq.auto.internal:28695): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 071a8347-c8bd-4dd5-96c1-f1d1109d1697, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 071a8347-c8bd-4dd5-96c1-f1d1109d1697, ghrun-saptlbqaqq.auto.internal:28695): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-11-27T14:11:36.464385327+00:00", grpc_status:4}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fe9483bf-67bb-4a6c-8a5b-3b99519a954a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fe9483bf-67bb-4a6c-8a5b-3b99519a954a, ghrun-saptlbqaqq.auto.internal:28695): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 04068960-81b1-4624-be05-a3381572ec15, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 04068960-81b1-4624-be05-a3381572ec15, ghrun-saptlbqaqq.auto.internal:28695): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1e1802b070 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1e17ad55f0 state=pending>
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, e2c31a02-e3b8-47c7-9436-d411c325bd8a, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e2c31a02-e3b8-47c7-9436-d411c325bd8a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, e2c31a02-e3b8-47c7-9436-d411c325bd8a, ghrun-saptlbqaqq.auto.internal:28695): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, fe9483bf-67bb-4a6c-8a5b-3b99519a954a, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fe9483bf-67bb-4a6c-8a5b-3b99519a954a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, fe9483bf-67bb-4a6c-8a5b-3b99519a954a, ghrun-saptlbqaqq.auto.internal:28695): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 04068960-81b1-4624-be05-a3381572ec15, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 04068960-81b1-4624-be05-a3381572ec15, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 04068960-81b1-4624-be05-a3381572ec15, ghrun-saptlbqaqq.auto.internal:28695): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 2d961a85-aa1b-4481-9fe7-4754b5d01bdb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 2d961a85-aa1b-4481-9fe7-4754b5d01bdb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" 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, 6400fb20-8180-4d3a-952e-d31e1fa0fe77, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 6400fb20-8180-4d3a-952e-d31e1fa0fe77, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" 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, 6400fb20-8180-4d3a-952e-d31e1fa0fe77, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=93228122-d1dd8bc-3277ab05-5adfa50b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 722882ad-e8c3-459f-8bf7-158a40dd0b95, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 722882ad-e8c3-459f-8bf7-158a40dd0b95, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10065783656637607444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006578365663760744410065783656637607444100657836566376074441006578365663760744410065783656637607444100657836566376074441006578365663760744410065783656637607444100657836566376074441006578365663760744410065783656637607444100657836566376074441006578365663760744410065783656637607444100657836566376074441006578365663760744410065783656637607444100657836566376074441006578365663760744410065783656637607444" } } } 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, 2d961a85-aa1b-4481-9fe7-4754b5d01bdb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=93228122-d1dd8bc-3277ab05-5adfa50b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 704cdd0f-f1fe-4193-8ac5-9f3168b9c3b3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 704cdd0f-f1fe-4193-8ac5-9f3168b9c3b3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16612486307675164925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661248630767516492516612486307675164925166124863076751649251661248630767516492516612486307675164925166124863076751649251661248630767516492516612486307675164925166124863076751649251661248630767516492516612486307675164925166124863076751649251661248630767516492516612486307675164925166124863076751649251661248630767516492516612486307675164925166124863076751649251661248630767516492516612486307675164925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 704cdd0f-f1fe-4193-8ac5-9f3168b9c3b3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, f253c39f-9742-4703-86f5-25b93de870f0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, f253c39f-9742-4703-86f5-25b93de870f0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" 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, f253c39f-9742-4703-86f5-25b93de870f0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=93228122-d1dd8bc-3277ab05-5adfa50b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7b28c41-b55c-4870-854a-4bfa19075b54, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b28c41-b55c-4870-854a-4bfa19075b54, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15540286153274702264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554028615327470226415540286153274702264155402861532747022641554028615327470226415540286153274702264155402861532747022641554028615327470226415540286153274702264155402861532747022641554028615327470226415540286153274702264155402861532747022641554028615327470226415540286153274702264155402861532747022641554028615327470226415540286153274702264155402861532747022641554028615327470226415540286153274702264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 722882ad-e8c3-459f-8bf7-158a40dd0b95, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4a90bc5-ce70-4580-ad08-ed252be4d41d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4a90bc5-ce70-4580-ad08-ed252be4d41d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11356329642647817580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135632964264781758011356329642647817580113563296426478175801135632964264781758011356329642647817580113563296426478175801135632964264781758011356329642647817580113563296426478175801135632964264781758011356329642647817580113563296426478175801135632964264781758011356329642647817580113563296426478175801135632964264781758011356329642647817580113563296426478175801135632964264781758011356329642647817580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b28c41-b55c-4870-854a-4bfa19075b54, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 792feed5-c666-4ef5-a48b-a28360da7fb3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4a90bc5-ce70-4580-ad08-ed252be4d41d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 726744e1-4e4f-4711-8439-8e071e0711c4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 726744e1-4e4f-4711-8439-8e071e0711c4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15822990908368026149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582299090836802614915822990908368026149158229909083680261491582299090836802614915822990908368026149158229909083680261491582299090836802614915822990908368026149158229909083680261491582299090836802614915822990908368026149158229909083680261491582299090836802614915822990908368026149158229909083680261491582299090836802614915822990908368026149158229909083680261491582299090836802614915822990908368026149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 792feed5-c666-4ef5-a48b-a28360da7fb3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17443904356214020158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744390435621402015817443904356214020158174439043562140201581744390435621402015817443904356214020158174439043562140201581744390435621402015817443904356214020158174439043562140201581744390435621402015817443904356214020158174439043562140201581744390435621402015817443904356214020158174439043562140201581744390435621402015817443904356214020158174439043562140201581744390435621402015817443904356214020158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 726744e1-4e4f-4711-8439-8e071e0711c4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04d6e0b0-135a-4d9f-bf31-018bad9d0138, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04d6e0b0-135a-4d9f-bf31-018bad9d0138, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15982137115036343158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598213711503634315815982137115036343158159821371150363431581598213711503634315815982137115036343158159821371150363431581598213711503634315815982137115036343158159821371150363431581598213711503634315815982137115036343158159821371150363431581598213711503634315815982137115036343158159821371150363431581598213711503634315815982137115036343158159821371150363431581598213711503634315815982137115036343158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 792feed5-c666-4ef5-a48b-a28360da7fb3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3e0073f-4461-4616-829a-4d3db70ea624, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3e0073f-4461-4616-829a-4d3db70ea624, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13772071060714195469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377207106071419546913772071060714195469137720710607141954691377207106071419546913772071060714195469137720710607141954691377207106071419546913772071060714195469137720710607141954691377207106071419546913772071060714195469137720710607141954691377207106071419546913772071060714195469137720710607141954691377207106071419546913772071060714195469137720710607141954691377207106071419546913772071060714195469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04d6e0b0-135a-4d9f-bf31-018bad9d0138, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16eb41a0-da59-4075-b4f0-19644d577250, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16eb41a0-da59-4075-b4f0-19644d577250, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16439883902474229761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643988390247422976116439883902474229761164398839024742297611643988390247422976116439883902474229761164398839024742297611643988390247422976116439883902474229761164398839024742297611643988390247422976116439883902474229761164398839024742297611643988390247422976116439883902474229761164398839024742297611643988390247422976116439883902474229761164398839024742297611643988390247422976116439883902474229761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3e0073f-4461-4616-829a-4d3db70ea624, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b216bc3-da11-44d4-a949-55aa57819ea4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b216bc3-da11-44d4-a949-55aa57819ea4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1167744976512056108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11677449765120561081167744976512056108116774497651205610811677449765120561081167744976512056108116774497651205610811677449765120561081167744976512056108116774497651205610811677449765120561081167744976512056108116774497651205610811677449765120561081167744976512056108116774497651205610811677449765120561081167744976512056108116774497651205610811677449765120561081167744976512056108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16eb41a0-da59-4075-b4f0-19644d577250, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 492dfab6-ffc1-4f94-8d70-a558cf11de84, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 492dfab6-ffc1-4f94-8d70-a558cf11de84, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14576411700027805706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457641170002780570614576411700027805706145764117000278057061457641170002780570614576411700027805706145764117000278057061457641170002780570614576411700027805706145764117000278057061457641170002780570614576411700027805706145764117000278057061457641170002780570614576411700027805706145764117000278057061457641170002780570614576411700027805706145764117000278057061457641170002780570614576411700027805706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b216bc3-da11-44d4-a949-55aa57819ea4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35d5b301-10a0-4b6a-806f-fd570fb0cd48, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35d5b301-10a0-4b6a-806f-fd570fb0cd48, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17237432921905239344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723743292190523934417237432921905239344172374329219052393441723743292190523934417237432921905239344172374329219052393441723743292190523934417237432921905239344172374329219052393441723743292190523934417237432921905239344172374329219052393441723743292190523934417237432921905239344172374329219052393441723743292190523934417237432921905239344172374329219052393441723743292190523934417237432921905239344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 492dfab6-ffc1-4f94-8d70-a558cf11de84, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 108c8ddf-4c22-4631-b13d-a62bca044850, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 108c8ddf-4c22-4631-b13d-a62bca044850, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6939412666014212399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69394126660142123996939412666014212399693941266601421239969394126660142123996939412666014212399693941266601421239969394126660142123996939412666014212399693941266601421239969394126660142123996939412666014212399693941266601421239969394126660142123996939412666014212399693941266601421239969394126660142123996939412666014212399693941266601421239969394126660142123996939412666014212399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35d5b301-10a0-4b6a-806f-fd570fb0cd48, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a811010-8805-4380-96b5-fca9d7edec1b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a811010-8805-4380-96b5-fca9d7edec1b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7417287501147792925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74172875011477929257417287501147792925741728750114779292574172875011477929257417287501147792925741728750114779292574172875011477929257417287501147792925741728750114779292574172875011477929257417287501147792925741728750114779292574172875011477929257417287501147792925741728750114779292574172875011477929257417287501147792925741728750114779292574172875011477929257417287501147792925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 108c8ddf-4c22-4631-b13d-a62bca044850, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a811010-8805-4380-96b5-fca9d7edec1b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5943f969-daa1-4286-8578-caf827163845, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5943f969-daa1-4286-8578-caf827163845, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17286624684331228492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728662468433122849217286624684331228492172866246843312284921728662468433122849217286624684331228492172866246843312284921728662468433122849217286624684331228492172866246843312284921728662468433122849217286624684331228492172866246843312284921728662468433122849217286624684331228492172866246843312284921728662468433122849217286624684331228492172866246843312284921728662468433122849217286624684331228492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f2632b2-c10e-4e37-a5e6-203d9b656291, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f2632b2-c10e-4e37-a5e6-203d9b656291, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10162203846449130822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016220384644913082210162203846449130822101622038464491308221016220384644913082210162203846449130822101622038464491308221016220384644913082210162203846449130822101622038464491308221016220384644913082210162203846449130822101622038464491308221016220384644913082210162203846449130822101622038464491308221016220384644913082210162203846449130822101622038464491308221016220384644913082210162203846449130822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5943f969-daa1-4286-8578-caf827163845, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ac69829-7082-4eca-a90f-a9b978bbded2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ac69829-7082-4eca-a90f-a9b978bbded2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10704127722518506104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070412772251850610410704127722518506104107041277225185061041070412772251850610410704127722518506104107041277225185061041070412772251850610410704127722518506104107041277225185061041070412772251850610410704127722518506104107041277225185061041070412772251850610410704127722518506104107041277225185061041070412772251850610410704127722518506104107041277225185061041070412772251850610410704127722518506104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f2632b2-c10e-4e37-a5e6-203d9b656291, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20d68fc0-86fd-4729-8cb7-f3027a489d50, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20d68fc0-86fd-4729-8cb7-f3027a489d50, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4945248896707842213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49452488967078422134945248896707842213494524889670784221349452488967078422134945248896707842213494524889670784221349452488967078422134945248896707842213494524889670784221349452488967078422134945248896707842213494524889670784221349452488967078422134945248896707842213494524889670784221349452488967078422134945248896707842213494524889670784221349452488967078422134945248896707842213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ac69829-7082-4eca-a90f-a9b978bbded2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91a349ec-8243-4234-8dc8-f3f1a4004c76, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a349ec-8243-4234-8dc8-f3f1a4004c76, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6080699523844935817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60806995238449358176080699523844935817608069952384493581760806995238449358176080699523844935817608069952384493581760806995238449358176080699523844935817608069952384493581760806995238449358176080699523844935817608069952384493581760806995238449358176080699523844935817608069952384493581760806995238449358176080699523844935817608069952384493581760806995238449358176080699523844935817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20d68fc0-86fd-4729-8cb7-f3027a489d50, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac5a4251-d5ca-4054-88f6-99c6db630d61, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac5a4251-d5ca-4054-88f6-99c6db630d61, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8465744788472124443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84657447884721244438465744788472124443846574478847212444384657447884721244438465744788472124443846574478847212444384657447884721244438465744788472124443846574478847212444384657447884721244438465744788472124443846574478847212444384657447884721244438465744788472124443846574478847212444384657447884721244438465744788472124443846574478847212444384657447884721244438465744788472124443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a349ec-8243-4234-8dc8-f3f1a4004c76, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0fb94ab-be63-439a-bf97-0b9b487b6b2c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0fb94ab-be63-439a-bf97-0b9b487b6b2c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8873906428002119045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88739064280021190458873906428002119045887390642800211904588739064280021190458873906428002119045887390642800211904588739064280021190458873906428002119045887390642800211904588739064280021190458873906428002119045887390642800211904588739064280021190458873906428002119045887390642800211904588739064280021190458873906428002119045887390642800211904588739064280021190458873906428002119045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac5a4251-d5ca-4054-88f6-99c6db630d61, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 079dddf5-a332-4f1d-a59b-951c10737a66, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 079dddf5-a332-4f1d-a59b-951c10737a66, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1559327205063776121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15593272050637761211559327205063776121155932720506377612115593272050637761211559327205063776121155932720506377612115593272050637761211559327205063776121155932720506377612115593272050637761211559327205063776121155932720506377612115593272050637761211559327205063776121155932720506377612115593272050637761211559327205063776121155932720506377612115593272050637761211559327205063776121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0fb94ab-be63-439a-bf97-0b9b487b6b2c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 079dddf5-a332-4f1d-a59b-951c10737a66, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 955c9c86-bcc0-43c0-8e05-5312bec04e74, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19d5d6ce-40bd-428c-adc9-1f0b2206dee8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 955c9c86-bcc0-43c0-8e05-5312bec04e74, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3746816117846428516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37468161178464285163746816117846428516374681611784642851637468161178464285163746816117846428516374681611784642851637468161178464285163746816117846428516374681611784642851637468161178464285163746816117846428516374681611784642851637468161178464285163746816117846428516374681611784642851637468161178464285163746816117846428516374681611784642851637468161178464285163746816117846428516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19d5d6ce-40bd-428c-adc9-1f0b2206dee8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13180726017487938883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318072601748793888313180726017487938883131807260174879388831318072601748793888313180726017487938883131807260174879388831318072601748793888313180726017487938883131807260174879388831318072601748793888313180726017487938883131807260174879388831318072601748793888313180726017487938883131807260174879388831318072601748793888313180726017487938883131807260174879388831318072601748793888313180726017487938883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 955c9c86-bcc0-43c0-8e05-5312bec04e74, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9da25c8a-7918-4820-a53d-48c37b580156, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9da25c8a-7918-4820-a53d-48c37b580156, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10763544310424721654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076354431042472165410763544310424721654107635443104247216541076354431042472165410763544310424721654107635443104247216541076354431042472165410763544310424721654107635443104247216541076354431042472165410763544310424721654107635443104247216541076354431042472165410763544310424721654107635443104247216541076354431042472165410763544310424721654107635443104247216541076354431042472165410763544310424721654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9da25c8a-7918-4820-a53d-48c37b580156, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41b98be0-2c6c-4c30-b2f5-e6daef839384, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41b98be0-2c6c-4c30-b2f5-e6daef839384, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7548967688493367206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75489676884933672067548967688493367206754896768849336720675489676884933672067548967688493367206754896768849336720675489676884933672067548967688493367206754896768849336720675489676884933672067548967688493367206754896768849336720675489676884933672067548967688493367206754896768849336720675489676884933672067548967688493367206754896768849336720675489676884933672067548967688493367206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19d5d6ce-40bd-428c-adc9-1f0b2206dee8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41b98be0-2c6c-4c30-b2f5-e6daef839384, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a287cec-00e2-46a3-a626-ee58d9d3bb09, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a287cec-00e2-46a3-a626-ee58d9d3bb09, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10627764441865986816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062776444186598681610627764441865986816106277644418659868161062776444186598681610627764441865986816106277644418659868161062776444186598681610627764441865986816106277644418659868161062776444186598681610627764441865986816106277644418659868161062776444186598681610627764441865986816106277644418659868161062776444186598681610627764441865986816106277644418659868161062776444186598681610627764441865986816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3280b87-5b09-43b5-8e54-5db0d16bafc6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3280b87-5b09-43b5-8e54-5db0d16bafc6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15627673752581910121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562767375258191012115627673752581910121156276737525819101211562767375258191012115627673752581910121156276737525819101211562767375258191012115627673752581910121156276737525819101211562767375258191012115627673752581910121156276737525819101211562767375258191012115627673752581910121156276737525819101211562767375258191012115627673752581910121156276737525819101211562767375258191012115627673752581910121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3280b87-5b09-43b5-8e54-5db0d16bafc6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ee250b0-ef3b-435d-a428-8108da57af51, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee250b0-ef3b-435d-a428-8108da57af51, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13643806553107933598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364380655310793359813643806553107933598136438065531079335981364380655310793359813643806553107933598136438065531079335981364380655310793359813643806553107933598136438065531079335981364380655310793359813643806553107933598136438065531079335981364380655310793359813643806553107933598136438065531079335981364380655310793359813643806553107933598136438065531079335981364380655310793359813643806553107933598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a287cec-00e2-46a3-a626-ee58d9d3bb09, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39c855d9-3de5-468a-bb8b-209b308edcf1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39c855d9-3de5-468a-bb8b-209b308edcf1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 698772483392154263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "698772483392154263698772483392154263698772483392154263698772483392154263698772483392154263698772483392154263698772483392154263698772483392154263698772483392154263698772483392154263698772483392154263698772483392154263698772483392154263698772483392154263698772483392154263698772483392154263698772483392154263698772483392154263698772483392154263698772483392154263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee250b0-ef3b-435d-a428-8108da57af51, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00589a5f-8143-4cf5-85e3-9ed184accaef, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00589a5f-8143-4cf5-85e3-9ed184accaef, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13828721457277306267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382872145727730626713828721457277306267138287214572773062671382872145727730626713828721457277306267138287214572773062671382872145727730626713828721457277306267138287214572773062671382872145727730626713828721457277306267138287214572773062671382872145727730626713828721457277306267138287214572773062671382872145727730626713828721457277306267138287214572773062671382872145727730626713828721457277306267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39c855d9-3de5-468a-bb8b-209b308edcf1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2c9a6cd-0a8b-4d9d-9414-5f576e1d3550, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2c9a6cd-0a8b-4d9d-9414-5f576e1d3550, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1805989068563297171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18059890685632971711805989068563297171180598906856329717118059890685632971711805989068563297171180598906856329717118059890685632971711805989068563297171180598906856329717118059890685632971711805989068563297171180598906856329717118059890685632971711805989068563297171180598906856329717118059890685632971711805989068563297171180598906856329717118059890685632971711805989068563297171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00589a5f-8143-4cf5-85e3-9ed184accaef, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f13e2c0-2f92-4216-b067-7e31b97da862, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f13e2c0-2f92-4216-b067-7e31b97da862, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15121636203357360868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512163620335736086815121636203357360868151216362033573608681512163620335736086815121636203357360868151216362033573608681512163620335736086815121636203357360868151216362033573608681512163620335736086815121636203357360868151216362033573608681512163620335736086815121636203357360868151216362033573608681512163620335736086815121636203357360868151216362033573608681512163620335736086815121636203357360868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2c9a6cd-0a8b-4d9d-9414-5f576e1d3550, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3983662d-59f3-4320-948c-3129b62991d5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3983662d-59f3-4320-948c-3129b62991d5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8418286657245753639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84182866572457536398418286657245753639841828665724575363984182866572457536398418286657245753639841828665724575363984182866572457536398418286657245753639841828665724575363984182866572457536398418286657245753639841828665724575363984182866572457536398418286657245753639841828665724575363984182866572457536398418286657245753639841828665724575363984182866572457536398418286657245753639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f13e2c0-2f92-4216-b067-7e31b97da862, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afc0c17f-8f23-41d1-acf9-f37c724c1f2d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afc0c17f-8f23-41d1-acf9-f37c724c1f2d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18104174795706981423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810417479570698142318104174795706981423181041747957069814231810417479570698142318104174795706981423181041747957069814231810417479570698142318104174795706981423181041747957069814231810417479570698142318104174795706981423181041747957069814231810417479570698142318104174795706981423181041747957069814231810417479570698142318104174795706981423181041747957069814231810417479570698142318104174795706981423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3983662d-59f3-4320-948c-3129b62991d5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1792a2c-fe01-45ff-baac-60ccf4461d00, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1792a2c-fe01-45ff-baac-60ccf4461d00, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2386712090294553234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23867120902945532342386712090294553234238671209029455323423867120902945532342386712090294553234238671209029455323423867120902945532342386712090294553234238671209029455323423867120902945532342386712090294553234238671209029455323423867120902945532342386712090294553234238671209029455323423867120902945532342386712090294553234238671209029455323423867120902945532342386712090294553234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afc0c17f-8f23-41d1-acf9-f37c724c1f2d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0156ee19-cf96-4045-8a5e-0ca62f3e290d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0156ee19-cf96-4045-8a5e-0ca62f3e290d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3684153199304109644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36841531993041096443684153199304109644368415319930410964436841531993041096443684153199304109644368415319930410964436841531993041096443684153199304109644368415319930410964436841531993041096443684153199304109644368415319930410964436841531993041096443684153199304109644368415319930410964436841531993041096443684153199304109644368415319930410964436841531993041096443684153199304109644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1792a2c-fe01-45ff-baac-60ccf4461d00, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f22fea0f-dc41-498d-8cb8-7bb745ebbf16, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f22fea0f-dc41-498d-8cb8-7bb745ebbf16, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10930548575651293425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093054857565129342510930548575651293425109305485756512934251093054857565129342510930548575651293425109305485756512934251093054857565129342510930548575651293425109305485756512934251093054857565129342510930548575651293425109305485756512934251093054857565129342510930548575651293425109305485756512934251093054857565129342510930548575651293425109305485756512934251093054857565129342510930548575651293425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0156ee19-cf96-4045-8a5e-0ca62f3e290d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98c38e59-466a-4b3a-bbff-be913e36ccb8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c38e59-466a-4b3a-bbff-be913e36ccb8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2135611134378745167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21356111343787451672135611134378745167213561113437874516721356111343787451672135611134378745167213561113437874516721356111343787451672135611134378745167213561113437874516721356111343787451672135611134378745167213561113437874516721356111343787451672135611134378745167213561113437874516721356111343787451672135611134378745167213561113437874516721356111343787451672135611134378745167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f22fea0f-dc41-498d-8cb8-7bb745ebbf16, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a6e4f4a-75e5-40b9-a0d6-885065a44fed, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c38e59-466a-4b3a-bbff-be913e36ccb8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 807584b1-9daf-4fbb-88dd-a95e541663bf, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a6e4f4a-75e5-40b9-a0d6-885065a44fed, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7282531489279128122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72825314892791281227282531489279128122728253148927912812272825314892791281227282531489279128122728253148927912812272825314892791281227282531489279128122728253148927912812272825314892791281227282531489279128122728253148927912812272825314892791281227282531489279128122728253148927912812272825314892791281227282531489279128122728253148927912812272825314892791281227282531489279128122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 807584b1-9daf-4fbb-88dd-a95e541663bf, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6447121901544078458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64471219015440784586447121901544078458644712190154407845864471219015440784586447121901544078458644712190154407845864471219015440784586447121901544078458644712190154407845864471219015440784586447121901544078458644712190154407845864471219015440784586447121901544078458644712190154407845864471219015440784586447121901544078458644712190154407845864471219015440784586447121901544078458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a6e4f4a-75e5-40b9-a0d6-885065a44fed, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a3e63cd-41c5-4b6e-9bd2-3f4af2f2710a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a3e63cd-41c5-4b6e-9bd2-3f4af2f2710a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6432000115173864847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64320001151738648476432000115173864847643200011517386484764320001151738648476432000115173864847643200011517386484764320001151738648476432000115173864847643200011517386484764320001151738648476432000115173864847643200011517386484764320001151738648476432000115173864847643200011517386484764320001151738648476432000115173864847643200011517386484764320001151738648476432000115173864847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 807584b1-9daf-4fbb-88dd-a95e541663bf, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc488988-4438-4be4-8d5f-cf87a48d6259, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc488988-4438-4be4-8d5f-cf87a48d6259, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6982503556069345056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69825035560693450566982503556069345056698250355606934505669825035560693450566982503556069345056698250355606934505669825035560693450566982503556069345056698250355606934505669825035560693450566982503556069345056698250355606934505669825035560693450566982503556069345056698250355606934505669825035560693450566982503556069345056698250355606934505669825035560693450566982503556069345056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a3e63cd-41c5-4b6e-9bd2-3f4af2f2710a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51f420aa-e300-4606-8963-de7bd4d02ed6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc488988-4438-4be4-8d5f-cf87a48d6259, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 011b64f4-a93a-45bf-90f4-550099320ede, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51f420aa-e300-4606-8963-de7bd4d02ed6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 674556145297085573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "674556145297085573674556145297085573674556145297085573674556145297085573674556145297085573674556145297085573674556145297085573674556145297085573674556145297085573674556145297085573674556145297085573674556145297085573674556145297085573674556145297085573674556145297085573674556145297085573674556145297085573674556145297085573674556145297085573674556145297085573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 011b64f4-a93a-45bf-90f4-550099320ede, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9048691790264851046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90486917902648510469048691790264851046904869179026485104690486917902648510469048691790264851046904869179026485104690486917902648510469048691790264851046904869179026485104690486917902648510469048691790264851046904869179026485104690486917902648510469048691790264851046904869179026485104690486917902648510469048691790264851046904869179026485104690486917902648510469048691790264851046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51f420aa-e300-4606-8963-de7bd4d02ed6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a528b98e-021a-4bf8-90e4-9078cf224cde, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a528b98e-021a-4bf8-90e4-9078cf224cde, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12126429917943084249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212642991794308424912126429917943084249121264299179430842491212642991794308424912126429917943084249121264299179430842491212642991794308424912126429917943084249121264299179430842491212642991794308424912126429917943084249121264299179430842491212642991794308424912126429917943084249121264299179430842491212642991794308424912126429917943084249121264299179430842491212642991794308424912126429917943084249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 011b64f4-a93a-45bf-90f4-550099320ede, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a528b98e-021a-4bf8-90e4-9078cf224cde, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9a19d25-cc02-4661-8cd7-ff7c0d7716db, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9a19d25-cc02-4661-8cd7-ff7c0d7716db, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15674727371421516289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567472737142151628915674727371421516289156747273714215162891567472737142151628915674727371421516289156747273714215162891567472737142151628915674727371421516289156747273714215162891567472737142151628915674727371421516289156747273714215162891567472737142151628915674727371421516289156747273714215162891567472737142151628915674727371421516289156747273714215162891567472737142151628915674727371421516289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9f0a8c8-7fad-4d3e-9f53-ddc3dc5e9f0c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9f0a8c8-7fad-4d3e-9f53-ddc3dc5e9f0c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17309878517781221447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730987851778122144717309878517781221447173098785177812214471730987851778122144717309878517781221447173098785177812214471730987851778122144717309878517781221447173098785177812214471730987851778122144717309878517781221447173098785177812214471730987851778122144717309878517781221447173098785177812214471730987851778122144717309878517781221447173098785177812214471730987851778122144717309878517781221447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9a19d25-cc02-4661-8cd7-ff7c0d7716db, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 274c2745-ec16-415f-af99-8aee8b470ddc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 274c2745-ec16-415f-af99-8aee8b470ddc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7878117119085886675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78781171190858866757878117119085886675787811711908588667578781171190858866757878117119085886675787811711908588667578781171190858866757878117119085886675787811711908588667578781171190858866757878117119085886675787811711908588667578781171190858866757878117119085886675787811711908588667578781171190858866757878117119085886675787811711908588667578781171190858866757878117119085886675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9f0a8c8-7fad-4d3e-9f53-ddc3dc5e9f0c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc42a2f2-1c3f-406f-98eb-08f8d5824c3f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc42a2f2-1c3f-406f-98eb-08f8d5824c3f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4580774944578043170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45807749445780431704580774944578043170458077494457804317045807749445780431704580774944578043170458077494457804317045807749445780431704580774944578043170458077494457804317045807749445780431704580774944578043170458077494457804317045807749445780431704580774944578043170458077494457804317045807749445780431704580774944578043170458077494457804317045807749445780431704580774944578043170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 274c2745-ec16-415f-af99-8aee8b470ddc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8993f50-a0ef-4508-83fe-9c7e21b18d11, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8993f50-a0ef-4508-83fe-9c7e21b18d11, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11426947153629389854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142694715362938985411426947153629389854114269471536293898541142694715362938985411426947153629389854114269471536293898541142694715362938985411426947153629389854114269471536293898541142694715362938985411426947153629389854114269471536293898541142694715362938985411426947153629389854114269471536293898541142694715362938985411426947153629389854114269471536293898541142694715362938985411426947153629389854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc42a2f2-1c3f-406f-98eb-08f8d5824c3f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 321db8db-705c-424d-9e2c-8b2940e79401, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8993f50-a0ef-4508-83fe-9c7e21b18d11, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 321db8db-705c-424d-9e2c-8b2940e79401, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15366278057395605910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536627805739560591015366278057395605910153662780573956059101536627805739560591015366278057395605910153662780573956059101536627805739560591015366278057395605910153662780573956059101536627805739560591015366278057395605910153662780573956059101536627805739560591015366278057395605910153662780573956059101536627805739560591015366278057395605910153662780573956059101536627805739560591015366278057395605910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9a614c4-3798-4210-a0ae-916a30494cd9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9a614c4-3798-4210-a0ae-916a30494cd9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13247644721004168221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324764472100416822113247644721004168221132476447210041682211324764472100416822113247644721004168221132476447210041682211324764472100416822113247644721004168221132476447210041682211324764472100416822113247644721004168221132476447210041682211324764472100416822113247644721004168221132476447210041682211324764472100416822113247644721004168221132476447210041682211324764472100416822113247644721004168221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 321db8db-705c-424d-9e2c-8b2940e79401, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0424d3e-3737-48e5-98ae-51274f59a6f9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0424d3e-3737-48e5-98ae-51274f59a6f9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2693684525970302869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26936845259703028692693684525970302869269368452597030286926936845259703028692693684525970302869269368452597030286926936845259703028692693684525970302869269368452597030286926936845259703028692693684525970302869269368452597030286926936845259703028692693684525970302869269368452597030286926936845259703028692693684525970302869269368452597030286926936845259703028692693684525970302869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9a614c4-3798-4210-a0ae-916a30494cd9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f4014d0-314d-4ab3-8a05-9c5627ec38a0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f4014d0-314d-4ab3-8a05-9c5627ec38a0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5003765450933827363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50037654509338273635003765450933827363500376545093382736350037654509338273635003765450933827363500376545093382736350037654509338273635003765450933827363500376545093382736350037654509338273635003765450933827363500376545093382736350037654509338273635003765450933827363500376545093382736350037654509338273635003765450933827363500376545093382736350037654509338273635003765450933827363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0424d3e-3737-48e5-98ae-51274f59a6f9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4d6f084-e8c0-4125-97da-952027306c58, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4d6f084-e8c0-4125-97da-952027306c58, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12786514895308383195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278651489530838319512786514895308383195127865148953083831951278651489530838319512786514895308383195127865148953083831951278651489530838319512786514895308383195127865148953083831951278651489530838319512786514895308383195127865148953083831951278651489530838319512786514895308383195127865148953083831951278651489530838319512786514895308383195127865148953083831951278651489530838319512786514895308383195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f4014d0-314d-4ab3-8a05-9c5627ec38a0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9537b477-9022-4fbd-b978-9aa2545a24a9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9537b477-9022-4fbd-b978-9aa2545a24a9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10319955759686057084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031995575968605708410319955759686057084103199557596860570841031995575968605708410319955759686057084103199557596860570841031995575968605708410319955759686057084103199557596860570841031995575968605708410319955759686057084103199557596860570841031995575968605708410319955759686057084103199557596860570841031995575968605708410319955759686057084103199557596860570841031995575968605708410319955759686057084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4d6f084-e8c0-4125-97da-952027306c58, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9537b477-9022-4fbd-b978-9aa2545a24a9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14c6cc1d-c86f-4de4-8721-3d731b70c024, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f5710b7-7d6f-4195-aac6-93f8a978efae, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c6cc1d-c86f-4de4-8721-3d731b70c024, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16014008344923750796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601400834492375079616014008344923750796160140083449237507961601400834492375079616014008344923750796160140083449237507961601400834492375079616014008344923750796160140083449237507961601400834492375079616014008344923750796160140083449237507961601400834492375079616014008344923750796160140083449237507961601400834492375079616014008344923750796160140083449237507961601400834492375079616014008344923750796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f5710b7-7d6f-4195-aac6-93f8a978efae, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8757922890303886474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87579228903038864748757922890303886474875792289030388647487579228903038864748757922890303886474875792289030388647487579228903038864748757922890303886474875792289030388647487579228903038864748757922890303886474875792289030388647487579228903038864748757922890303886474875792289030388647487579228903038864748757922890303886474875792289030388647487579228903038864748757922890303886474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c6cc1d-c86f-4de4-8721-3d731b70c024, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f5710b7-7d6f-4195-aac6-93f8a978efae, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e72b628-45e5-45d8-8b2c-3a6207a92464, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e72b628-45e5-45d8-8b2c-3a6207a92464, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7439207836829476765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74392078368294767657439207836829476765743920783682947676574392078368294767657439207836829476765743920783682947676574392078368294767657439207836829476765743920783682947676574392078368294767657439207836829476765743920783682947676574392078368294767657439207836829476765743920783682947676574392078368294767657439207836829476765743920783682947676574392078368294767657439207836829476765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36767d9e-c024-4d2f-8497-ebdee637b776, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36767d9e-c024-4d2f-8497-ebdee637b776, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6859323849324672689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68593238493246726896859323849324672689685932384932467268968593238493246726896859323849324672689685932384932467268968593238493246726896859323849324672689685932384932467268968593238493246726896859323849324672689685932384932467268968593238493246726896859323849324672689685932384932467268968593238493246726896859323849324672689685932384932467268968593238493246726896859323849324672689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e72b628-45e5-45d8-8b2c-3a6207a92464, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3e20170-2e7b-4da9-89b7-94ff708a4bb1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3e20170-2e7b-4da9-89b7-94ff708a4bb1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14340400780158345464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434040078015834546414340400780158345464143404007801583454641434040078015834546414340400780158345464143404007801583454641434040078015834546414340400780158345464143404007801583454641434040078015834546414340400780158345464143404007801583454641434040078015834546414340400780158345464143404007801583454641434040078015834546414340400780158345464143404007801583454641434040078015834546414340400780158345464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36767d9e-c024-4d2f-8497-ebdee637b776, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7b5ed73-cb50-4f68-bb7b-d8799b9808c2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7b5ed73-cb50-4f68-bb7b-d8799b9808c2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4998171221047867963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49981712210478679634998171221047867963499817122104786796349981712210478679634998171221047867963499817122104786796349981712210478679634998171221047867963499817122104786796349981712210478679634998171221047867963499817122104786796349981712210478679634998171221047867963499817122104786796349981712210478679634998171221047867963499817122104786796349981712210478679634998171221047867963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3e20170-2e7b-4da9-89b7-94ff708a4bb1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3042cd2-1cee-42ed-91f3-8f4d524246a2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3042cd2-1cee-42ed-91f3-8f4d524246a2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4401781538421750876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44017815384217508764401781538421750876440178153842175087644017815384217508764401781538421750876440178153842175087644017815384217508764401781538421750876440178153842175087644017815384217508764401781538421750876440178153842175087644017815384217508764401781538421750876440178153842175087644017815384217508764401781538421750876440178153842175087644017815384217508764401781538421750876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7b5ed73-cb50-4f68-bb7b-d8799b9808c2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f132898-8796-4951-93d1-ae63bddccf71, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f132898-8796-4951-93d1-ae63bddccf71, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16999191290271298933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699919129027129893316999191290271298933169991912902712989331699919129027129893316999191290271298933169991912902712989331699919129027129893316999191290271298933169991912902712989331699919129027129893316999191290271298933169991912902712989331699919129027129893316999191290271298933169991912902712989331699919129027129893316999191290271298933169991912902712989331699919129027129893316999191290271298933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3042cd2-1cee-42ed-91f3-8f4d524246a2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f43d2f6-d332-4170-8615-207e57270073, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f43d2f6-d332-4170-8615-207e57270073, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15554127036176004007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555412703617600400715554127036176004007155541270361760040071555412703617600400715554127036176004007155541270361760040071555412703617600400715554127036176004007155541270361760040071555412703617600400715554127036176004007155541270361760040071555412703617600400715554127036176004007155541270361760040071555412703617600400715554127036176004007155541270361760040071555412703617600400715554127036176004007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f132898-8796-4951-93d1-ae63bddccf71, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a96decd8-aa2b-41eb-a57a-3d863d18fb44, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a96decd8-aa2b-41eb-a57a-3d863d18fb44, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16104941485840619112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610494148584061911216104941485840619112161049414858406191121610494148584061911216104941485840619112161049414858406191121610494148584061911216104941485840619112161049414858406191121610494148584061911216104941485840619112161049414858406191121610494148584061911216104941485840619112161049414858406191121610494148584061911216104941485840619112161049414858406191121610494148584061911216104941485840619112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f43d2f6-d332-4170-8615-207e57270073, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c60c147f-7096-41d4-b00c-42e25d12dee9, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c60c147f-7096-41d4-b00c-42e25d12dee9, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5981325009456952580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59813250094569525805981325009456952580598132500945695258059813250094569525805981325009456952580598132500945695258059813250094569525805981325009456952580598132500945695258059813250094569525805981325009456952580598132500945695258059813250094569525805981325009456952580598132500945695258059813250094569525805981325009456952580598132500945695258059813250094569525805981325009456952580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a96decd8-aa2b-41eb-a57a-3d863d18fb44, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db77b690-740e-4734-ad58-39a6acada4c2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db77b690-740e-4734-ad58-39a6acada4c2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7890167411638407117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78901674116384071177890167411638407117789016741163840711778901674116384071177890167411638407117789016741163840711778901674116384071177890167411638407117789016741163840711778901674116384071177890167411638407117789016741163840711778901674116384071177890167411638407117789016741163840711778901674116384071177890167411638407117789016741163840711778901674116384071177890167411638407117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c60c147f-7096-41d4-b00c-42e25d12dee9, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dafa412-c8de-4de9-a4d7-37fad96f61d4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db77b690-740e-4734-ad58-39a6acada4c2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dafa412-c8de-4de9-a4d7-37fad96f61d4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14952223325956753277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495222332595675327714952223325956753277149522233259567532771495222332595675327714952223325956753277149522233259567532771495222332595675327714952223325956753277149522233259567532771495222332595675327714952223325956753277149522233259567532771495222332595675327714952223325956753277149522233259567532771495222332595675327714952223325956753277149522233259567532771495222332595675327714952223325956753277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edd196da-560e-4e60-926a-a74ca99f2e86, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd196da-560e-4e60-926a-a74ca99f2e86, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10167239055657745612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016723905565774561210167239055657745612101672390556577456121016723905565774561210167239055657745612101672390556577456121016723905565774561210167239055657745612101672390556577456121016723905565774561210167239055657745612101672390556577456121016723905565774561210167239055657745612101672390556577456121016723905565774561210167239055657745612101672390556577456121016723905565774561210167239055657745612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dafa412-c8de-4de9-a4d7-37fad96f61d4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1aeecff-08ca-4c41-8657-9680485cd128, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1aeecff-08ca-4c41-8657-9680485cd128, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 946107700516610717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "946107700516610717946107700516610717946107700516610717946107700516610717946107700516610717946107700516610717946107700516610717946107700516610717946107700516610717946107700516610717946107700516610717946107700516610717946107700516610717946107700516610717946107700516610717946107700516610717946107700516610717946107700516610717946107700516610717946107700516610717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd196da-560e-4e60-926a-a74ca99f2e86, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 964df02c-ba5b-4caf-b7a4-e7cf0a50ac57, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 964df02c-ba5b-4caf-b7a4-e7cf0a50ac57, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17222508695612019890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722250869561201989017222508695612019890172225086956120198901722250869561201989017222508695612019890172225086956120198901722250869561201989017222508695612019890172225086956120198901722250869561201989017222508695612019890172225086956120198901722250869561201989017222508695612019890172225086956120198901722250869561201989017222508695612019890172225086956120198901722250869561201989017222508695612019890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 964df02c-ba5b-4caf-b7a4-e7cf0a50ac57, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c580b1d-14af-4f0a-8cdb-2eff65153506, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1aeecff-08ca-4c41-8657-9680485cd128, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c580b1d-14af-4f0a-8cdb-2eff65153506, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12370537017746220046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237053701774622004612370537017746220046123705370177462200461237053701774622004612370537017746220046123705370177462200461237053701774622004612370537017746220046123705370177462200461237053701774622004612370537017746220046123705370177462200461237053701774622004612370537017746220046123705370177462200461237053701774622004612370537017746220046123705370177462200461237053701774622004612370537017746220046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6dd6b27-0d2a-4b40-8e7a-9dd9be1f9ddb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6dd6b27-0d2a-4b40-8e7a-9dd9be1f9ddb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 803055654741499479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "803055654741499479803055654741499479803055654741499479803055654741499479803055654741499479803055654741499479803055654741499479803055654741499479803055654741499479803055654741499479803055654741499479803055654741499479803055654741499479803055654741499479803055654741499479803055654741499479803055654741499479803055654741499479803055654741499479803055654741499479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c580b1d-14af-4f0a-8cdb-2eff65153506, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dea5f102-8536-41d9-9188-1e55f686ce9a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea5f102-8536-41d9-9188-1e55f686ce9a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7181275354551218067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71812753545512180677181275354551218067718127535455121806771812753545512180677181275354551218067718127535455121806771812753545512180677181275354551218067718127535455121806771812753545512180677181275354551218067718127535455121806771812753545512180677181275354551218067718127535455121806771812753545512180677181275354551218067718127535455121806771812753545512180677181275354551218067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6dd6b27-0d2a-4b40-8e7a-9dd9be1f9ddb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a7dcf44-1ba7-4720-be49-a77f33527cfe, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a7dcf44-1ba7-4720-be49-a77f33527cfe, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17274280267088992200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727428026708899220017274280267088992200172742802670889922001727428026708899220017274280267088992200172742802670889922001727428026708899220017274280267088992200172742802670889922001727428026708899220017274280267088992200172742802670889922001727428026708899220017274280267088992200172742802670889922001727428026708899220017274280267088992200172742802670889922001727428026708899220017274280267088992200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea5f102-8536-41d9-9188-1e55f686ce9a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e3f893d-22c3-4ce9-9203-d6a8a4fdcdc8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e3f893d-22c3-4ce9-9203-d6a8a4fdcdc8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11021157451778364640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102115745177836464011021157451778364640110211574517783646401102115745177836464011021157451778364640110211574517783646401102115745177836464011021157451778364640110211574517783646401102115745177836464011021157451778364640110211574517783646401102115745177836464011021157451778364640110211574517783646401102115745177836464011021157451778364640110211574517783646401102115745177836464011021157451778364640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a7dcf44-1ba7-4720-be49-a77f33527cfe, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42178c65-607a-4b95-90fb-a272c8a72af6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42178c65-607a-4b95-90fb-a272c8a72af6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10160337981415009725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016033798141500972510160337981415009725101603379814150097251016033798141500972510160337981415009725101603379814150097251016033798141500972510160337981415009725101603379814150097251016033798141500972510160337981415009725101603379814150097251016033798141500972510160337981415009725101603379814150097251016033798141500972510160337981415009725101603379814150097251016033798141500972510160337981415009725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42178c65-607a-4b95-90fb-a272c8a72af6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e3f893d-22c3-4ce9-9203-d6a8a4fdcdc8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03ac3547-b7f7-4baf-81d4-41367bcba198, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03ac3547-b7f7-4baf-81d4-41367bcba198, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10324233133427186247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032423313342718624710324233133427186247103242331334271862471032423313342718624710324233133427186247103242331334271862471032423313342718624710324233133427186247103242331334271862471032423313342718624710324233133427186247103242331334271862471032423313342718624710324233133427186247103242331334271862471032423313342718624710324233133427186247103242331334271862471032423313342718624710324233133427186247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b547a13-ef94-4860-b846-f016defdf134, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b547a13-ef94-4860-b846-f016defdf134, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7000236229106758321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70002362291067583217000236229106758321700023622910675832170002362291067583217000236229106758321700023622910675832170002362291067583217000236229106758321700023622910675832170002362291067583217000236229106758321700023622910675832170002362291067583217000236229106758321700023622910675832170002362291067583217000236229106758321700023622910675832170002362291067583217000236229106758321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03ac3547-b7f7-4baf-81d4-41367bcba198, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca4a716e-2f13-451d-b12a-3f724128353a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca4a716e-2f13-451d-b12a-3f724128353a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7013758268035268748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70137582680352687487013758268035268748701375826803526874870137582680352687487013758268035268748701375826803526874870137582680352687487013758268035268748701375826803526874870137582680352687487013758268035268748701375826803526874870137582680352687487013758268035268748701375826803526874870137582680352687487013758268035268748701375826803526874870137582680352687487013758268035268748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b547a13-ef94-4860-b846-f016defdf134, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e0c38e1-e9e0-4890-8d8c-a1def8054fa2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e0c38e1-e9e0-4890-8d8c-a1def8054fa2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16410607560515516145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641060756051551614516410607560515516145164106075605155161451641060756051551614516410607560515516145164106075605155161451641060756051551614516410607560515516145164106075605155161451641060756051551614516410607560515516145164106075605155161451641060756051551614516410607560515516145164106075605155161451641060756051551614516410607560515516145164106075605155161451641060756051551614516410607560515516145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca4a716e-2f13-451d-b12a-3f724128353a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64920bd7-6407-4ac6-876e-2724885fba31, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64920bd7-6407-4ac6-876e-2724885fba31, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16941297586173980574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694129758617398057416941297586173980574169412975861739805741694129758617398057416941297586173980574169412975861739805741694129758617398057416941297586173980574169412975861739805741694129758617398057416941297586173980574169412975861739805741694129758617398057416941297586173980574169412975861739805741694129758617398057416941297586173980574169412975861739805741694129758617398057416941297586173980574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e0c38e1-e9e0-4890-8d8c-a1def8054fa2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64920bd7-6407-4ac6-876e-2724885fba31, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6dd49c7-245d-465e-9a13-964532d98df5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6dd49c7-245d-465e-9a13-964532d98df5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 719180170000790138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "719180170000790138719180170000790138719180170000790138719180170000790138719180170000790138719180170000790138719180170000790138719180170000790138719180170000790138719180170000790138719180170000790138719180170000790138719180170000790138719180170000790138719180170000790138719180170000790138719180170000790138719180170000790138719180170000790138719180170000790138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef7980f5-43a1-43e1-959b-51ebfaf85e14, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef7980f5-43a1-43e1-959b-51ebfaf85e14, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1119225371936257374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11192253719362573741119225371936257374111922537193625737411192253719362573741119225371936257374111922537193625737411192253719362573741119225371936257374111922537193625737411192253719362573741119225371936257374111922537193625737411192253719362573741119225371936257374111922537193625737411192253719362573741119225371936257374111922537193625737411192253719362573741119225371936257374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6dd49c7-245d-465e-9a13-964532d98df5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07dc7b74-0577-4593-b6d4-0377f6429c90, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07dc7b74-0577-4593-b6d4-0377f6429c90, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9224365189384838855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92243651893848388559224365189384838855922436518938483885592243651893848388559224365189384838855922436518938483885592243651893848388559224365189384838855922436518938483885592243651893848388559224365189384838855922436518938483885592243651893848388559224365189384838855922436518938483885592243651893848388559224365189384838855922436518938483885592243651893848388559224365189384838855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef7980f5-43a1-43e1-959b-51ebfaf85e14, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34435ec6-f6c2-41a0-ab28-558f6831bcbc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34435ec6-f6c2-41a0-ab28-558f6831bcbc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14967538646622302151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496753864662230215114967538646622302151149675386466223021511496753864662230215114967538646622302151149675386466223021511496753864662230215114967538646622302151149675386466223021511496753864662230215114967538646622302151149675386466223021511496753864662230215114967538646622302151149675386466223021511496753864662230215114967538646622302151149675386466223021511496753864662230215114967538646622302151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07dc7b74-0577-4593-b6d4-0377f6429c90, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34435ec6-f6c2-41a0-ab28-558f6831bcbc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 953f4de5-92e5-4a8e-846e-e123df309214, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 953f4de5-92e5-4a8e-846e-e123df309214, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 927342803842776846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "927342803842776846927342803842776846927342803842776846927342803842776846927342803842776846927342803842776846927342803842776846927342803842776846927342803842776846927342803842776846927342803842776846927342803842776846927342803842776846927342803842776846927342803842776846927342803842776846927342803842776846927342803842776846927342803842776846927342803842776846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b91c2297-d4ed-4456-8669-ed2ea545899a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91c2297-d4ed-4456-8669-ed2ea545899a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11062499091556636135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106249909155663613511062499091556636135110624990915566361351106249909155663613511062499091556636135110624990915566361351106249909155663613511062499091556636135110624990915566361351106249909155663613511062499091556636135110624990915566361351106249909155663613511062499091556636135110624990915566361351106249909155663613511062499091556636135110624990915566361351106249909155663613511062499091556636135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 953f4de5-92e5-4a8e-846e-e123df309214, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f846a81-b3b8-45fb-bf4d-8b794149e8b2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f846a81-b3b8-45fb-bf4d-8b794149e8b2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9270146430755745189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92701464307557451899270146430755745189927014643075574518992701464307557451899270146430755745189927014643075574518992701464307557451899270146430755745189927014643075574518992701464307557451899270146430755745189927014643075574518992701464307557451899270146430755745189927014643075574518992701464307557451899270146430755745189927014643075574518992701464307557451899270146430755745189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91c2297-d4ed-4456-8669-ed2ea545899a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a491b906-a9e6-4566-95ed-005a9985784e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f846a81-b3b8-45fb-bf4d-8b794149e8b2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a491b906-a9e6-4566-95ed-005a9985784e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11248040304589354789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124804030458935478911248040304589354789112480403045893547891124804030458935478911248040304589354789112480403045893547891124804030458935478911248040304589354789112480403045893547891124804030458935478911248040304589354789112480403045893547891124804030458935478911248040304589354789112480403045893547891124804030458935478911248040304589354789112480403045893547891124804030458935478911248040304589354789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9584a4b0-2199-41a0-b40c-16dd90b1b15f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9584a4b0-2199-41a0-b40c-16dd90b1b15f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5539992356318794374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55399923563187943745539992356318794374553999235631879437455399923563187943745539992356318794374553999235631879437455399923563187943745539992356318794374553999235631879437455399923563187943745539992356318794374553999235631879437455399923563187943745539992356318794374553999235631879437455399923563187943745539992356318794374553999235631879437455399923563187943745539992356318794374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a491b906-a9e6-4566-95ed-005a9985784e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea51babe-fe2c-43c0-a13f-483e2d1e0499, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea51babe-fe2c-43c0-a13f-483e2d1e0499, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3476292738169105118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34762927381691051183476292738169105118347629273816910511834762927381691051183476292738169105118347629273816910511834762927381691051183476292738169105118347629273816910511834762927381691051183476292738169105118347629273816910511834762927381691051183476292738169105118347629273816910511834762927381691051183476292738169105118347629273816910511834762927381691051183476292738169105118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9584a4b0-2199-41a0-b40c-16dd90b1b15f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 145899e8-3709-4934-9247-044c331530a4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 145899e8-3709-4934-9247-044c331530a4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13883996694831753968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388399669483175396813883996694831753968138839966948317539681388399669483175396813883996694831753968138839966948317539681388399669483175396813883996694831753968138839966948317539681388399669483175396813883996694831753968138839966948317539681388399669483175396813883996694831753968138839966948317539681388399669483175396813883996694831753968138839966948317539681388399669483175396813883996694831753968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea51babe-fe2c-43c0-a13f-483e2d1e0499, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b8bf18d-d8db-4861-b307-87d2a6fb3b6c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b8bf18d-d8db-4861-b307-87d2a6fb3b6c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6744170227465200524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67441702274652005246744170227465200524674417022746520052467441702274652005246744170227465200524674417022746520052467441702274652005246744170227465200524674417022746520052467441702274652005246744170227465200524674417022746520052467441702274652005246744170227465200524674417022746520052467441702274652005246744170227465200524674417022746520052467441702274652005246744170227465200524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 145899e8-3709-4934-9247-044c331530a4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b8bf18d-d8db-4861-b307-87d2a6fb3b6c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6e77827-14cd-413c-afdf-ebc72149c165, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6e77827-14cd-413c-afdf-ebc72149c165, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4943229313406696317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49432293134066963174943229313406696317494322931340669631749432293134066963174943229313406696317494322931340669631749432293134066963174943229313406696317494322931340669631749432293134066963174943229313406696317494322931340669631749432293134066963174943229313406696317494322931340669631749432293134066963174943229313406696317494322931340669631749432293134066963174943229313406696317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d585a53-ac53-4bd9-8444-d49ab4a73cd2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d585a53-ac53-4bd9-8444-d49ab4a73cd2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9227417785899025477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92274177858990254779227417785899025477922741778589902547792274177858990254779227417785899025477922741778589902547792274177858990254779227417785899025477922741778589902547792274177858990254779227417785899025477922741778589902547792274177858990254779227417785899025477922741778589902547792274177858990254779227417785899025477922741778589902547792274177858990254779227417785899025477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6e77827-14cd-413c-afdf-ebc72149c165, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca2c65d8-230c-49a1-9498-85108367b823, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca2c65d8-230c-49a1-9498-85108367b823, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3577238472391103636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35772384723911036363577238472391103636357723847239110363635772384723911036363577238472391103636357723847239110363635772384723911036363577238472391103636357723847239110363635772384723911036363577238472391103636357723847239110363635772384723911036363577238472391103636357723847239110363635772384723911036363577238472391103636357723847239110363635772384723911036363577238472391103636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d585a53-ac53-4bd9-8444-d49ab4a73cd2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2220280-97a9-49f7-98f9-ef0ab06fa1ee, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2220280-97a9-49f7-98f9-ef0ab06fa1ee, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13499332491557834089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349933249155783408913499332491557834089134993324915578340891349933249155783408913499332491557834089134993324915578340891349933249155783408913499332491557834089134993324915578340891349933249155783408913499332491557834089134993324915578340891349933249155783408913499332491557834089134993324915578340891349933249155783408913499332491557834089134993324915578340891349933249155783408913499332491557834089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2220280-97a9-49f7-98f9-ef0ab06fa1ee, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92dc8499-c1bc-4457-8bee-fe476d6e2e2f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92dc8499-c1bc-4457-8bee-fe476d6e2e2f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8905456921803961457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89054569218039614578905456921803961457890545692180396145789054569218039614578905456921803961457890545692180396145789054569218039614578905456921803961457890545692180396145789054569218039614578905456921803961457890545692180396145789054569218039614578905456921803961457890545692180396145789054569218039614578905456921803961457890545692180396145789054569218039614578905456921803961457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92dc8499-c1bc-4457-8bee-fe476d6e2e2f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2ec3d61-200c-4628-b346-8a77a99339fe, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2ec3d61-200c-4628-b346-8a77a99339fe, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7865551995741726195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78655519957417261957865551995741726195786555199574172619578655519957417261957865551995741726195786555199574172619578655519957417261957865551995741726195786555199574172619578655519957417261957865551995741726195786555199574172619578655519957417261957865551995741726195786555199574172619578655519957417261957865551995741726195786555199574172619578655519957417261957865551995741726195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca2c65d8-230c-49a1-9498-85108367b823, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aeddec67-042a-4c01-9ec9-96a76ae2aeeb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeddec67-042a-4c01-9ec9-96a76ae2aeeb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17815301294625816978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781530129462581697817815301294625816978178153012946258169781781530129462581697817815301294625816978178153012946258169781781530129462581697817815301294625816978178153012946258169781781530129462581697817815301294625816978178153012946258169781781530129462581697817815301294625816978178153012946258169781781530129462581697817815301294625816978178153012946258169781781530129462581697817815301294625816978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeddec67-042a-4c01-9ec9-96a76ae2aeeb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33f2196f-0fc6-4c7a-bbb3-d5ed1cfc33ac, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33f2196f-0fc6-4c7a-bbb3-d5ed1cfc33ac, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9168470403693313516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91684704036933135169168470403693313516916847040369331351691684704036933135169168470403693313516916847040369331351691684704036933135169168470403693313516916847040369331351691684704036933135169168470403693313516916847040369331351691684704036933135169168470403693313516916847040369331351691684704036933135169168470403693313516916847040369331351691684704036933135169168470403693313516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2ec3d61-200c-4628-b346-8a77a99339fe, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61b2e63a-ce6b-40ba-af69-06a5d2d99124, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61b2e63a-ce6b-40ba-af69-06a5d2d99124, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11535474595417629735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153547459541762973511535474595417629735115354745954176297351153547459541762973511535474595417629735115354745954176297351153547459541762973511535474595417629735115354745954176297351153547459541762973511535474595417629735115354745954176297351153547459541762973511535474595417629735115354745954176297351153547459541762973511535474595417629735115354745954176297351153547459541762973511535474595417629735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33f2196f-0fc6-4c7a-bbb3-d5ed1cfc33ac, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5370a080-d970-4049-952e-aa6cd65a1d09, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5370a080-d970-4049-952e-aa6cd65a1d09, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16780375756417818410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678037575641781841016780375756417818410167803757564178184101678037575641781841016780375756417818410167803757564178184101678037575641781841016780375756417818410167803757564178184101678037575641781841016780375756417818410167803757564178184101678037575641781841016780375756417818410167803757564178184101678037575641781841016780375756417818410167803757564178184101678037575641781841016780375756417818410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61b2e63a-ce6b-40ba-af69-06a5d2d99124, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e90a9fde-cdaf-423b-adcb-db08f253aaf6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e90a9fde-cdaf-423b-adcb-db08f253aaf6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4329221984389625633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43292219843896256334329221984389625633432922198438962563343292219843896256334329221984389625633432922198438962563343292219843896256334329221984389625633432922198438962563343292219843896256334329221984389625633432922198438962563343292219843896256334329221984389625633432922198438962563343292219843896256334329221984389625633432922198438962563343292219843896256334329221984389625633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5370a080-d970-4049-952e-aa6cd65a1d09, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e90a9fde-cdaf-423b-adcb-db08f253aaf6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b30d72fa-da6c-48af-949f-4ecb4c83a424, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b30d72fa-da6c-48af-949f-4ecb4c83a424, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7281070665814497039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72810706658144970397281070665814497039728107066581449703972810706658144970397281070665814497039728107066581449703972810706658144970397281070665814497039728107066581449703972810706658144970397281070665814497039728107066581449703972810706658144970397281070665814497039728107066581449703972810706658144970397281070665814497039728107066581449703972810706658144970397281070665814497039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67145711-36f1-486c-857b-5389700dfdb4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67145711-36f1-486c-857b-5389700dfdb4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7315775206807606411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73157752068076064117315775206807606411731577520680760641173157752068076064117315775206807606411731577520680760641173157752068076064117315775206807606411731577520680760641173157752068076064117315775206807606411731577520680760641173157752068076064117315775206807606411731577520680760641173157752068076064117315775206807606411731577520680760641173157752068076064117315775206807606411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b30d72fa-da6c-48af-949f-4ecb4c83a424, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1885709-aa3e-41a2-9f69-3408dafeed56, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1885709-aa3e-41a2-9f69-3408dafeed56, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10406863654245457088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040686365424545708810406863654245457088104068636542454570881040686365424545708810406863654245457088104068636542454570881040686365424545708810406863654245457088104068636542454570881040686365424545708810406863654245457088104068636542454570881040686365424545708810406863654245457088104068636542454570881040686365424545708810406863654245457088104068636542454570881040686365424545708810406863654245457088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67145711-36f1-486c-857b-5389700dfdb4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 172c1945-7a4d-4db2-8c17-cd6685f89ef5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 172c1945-7a4d-4db2-8c17-cd6685f89ef5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14535879270666057895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453587927066605789514535879270666057895145358792706660578951453587927066605789514535879270666057895145358792706660578951453587927066605789514535879270666057895145358792706660578951453587927066605789514535879270666057895145358792706660578951453587927066605789514535879270666057895145358792706660578951453587927066605789514535879270666057895145358792706660578951453587927066605789514535879270666057895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1885709-aa3e-41a2-9f69-3408dafeed56, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f26db316-9e8a-4045-86f7-7f58ae0446cd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26db316-9e8a-4045-86f7-7f58ae0446cd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16793537870648090093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679353787064809009316793537870648090093167935378706480900931679353787064809009316793537870648090093167935378706480900931679353787064809009316793537870648090093167935378706480900931679353787064809009316793537870648090093167935378706480900931679353787064809009316793537870648090093167935378706480900931679353787064809009316793537870648090093167935378706480900931679353787064809009316793537870648090093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 172c1945-7a4d-4db2-8c17-cd6685f89ef5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82e46e3d-9eff-40e0-ac50-de2b97bbba73, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82e46e3d-9eff-40e0-ac50-de2b97bbba73, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5946563622499196055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59465636224991960555946563622499196055594656362249919605559465636224991960555946563622499196055594656362249919605559465636224991960555946563622499196055594656362249919605559465636224991960555946563622499196055594656362249919605559465636224991960555946563622499196055594656362249919605559465636224991960555946563622499196055594656362249919605559465636224991960555946563622499196055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26db316-9e8a-4045-86f7-7f58ae0446cd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e185cfc6-ea40-44bf-b8ec-bcb79433ac0c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e185cfc6-ea40-44bf-b8ec-bcb79433ac0c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17422900234160811747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742290023416081174717422900234160811747174229002341608117471742290023416081174717422900234160811747174229002341608117471742290023416081174717422900234160811747174229002341608117471742290023416081174717422900234160811747174229002341608117471742290023416081174717422900234160811747174229002341608117471742290023416081174717422900234160811747174229002341608117471742290023416081174717422900234160811747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82e46e3d-9eff-40e0-ac50-de2b97bbba73, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5297ae3b-68bb-455e-8a4f-a8f742ff9edc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5297ae3b-68bb-455e-8a4f-a8f742ff9edc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4512522080324657290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45125220803246572904512522080324657290451252208032465729045125220803246572904512522080324657290451252208032465729045125220803246572904512522080324657290451252208032465729045125220803246572904512522080324657290451252208032465729045125220803246572904512522080324657290451252208032465729045125220803246572904512522080324657290451252208032465729045125220803246572904512522080324657290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e185cfc6-ea40-44bf-b8ec-bcb79433ac0c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23cd6828-85f3-4c7c-9092-03eec3a79651, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23cd6828-85f3-4c7c-9092-03eec3a79651, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7304718929795240168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73047189297952401687304718929795240168730471892979524016873047189297952401687304718929795240168730471892979524016873047189297952401687304718929795240168730471892979524016873047189297952401687304718929795240168730471892979524016873047189297952401687304718929795240168730471892979524016873047189297952401687304718929795240168730471892979524016873047189297952401687304718929795240168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5297ae3b-68bb-455e-8a4f-a8f742ff9edc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1abd073a-b416-4647-afdc-40076580c182, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1abd073a-b416-4647-afdc-40076580c182, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8311351036918659850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83113510369186598508311351036918659850831135103691865985083113510369186598508311351036918659850831135103691865985083113510369186598508311351036918659850831135103691865985083113510369186598508311351036918659850831135103691865985083113510369186598508311351036918659850831135103691865985083113510369186598508311351036918659850831135103691865985083113510369186598508311351036918659850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23cd6828-85f3-4c7c-9092-03eec3a79651, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1abd073a-b416-4647-afdc-40076580c182, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83b8ba35-d135-4938-9e15-879c1e0cbdb4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83b8ba35-d135-4938-9e15-879c1e0cbdb4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7652444519562594185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76524445195625941857652444519562594185765244451956259418576524445195625941857652444519562594185765244451956259418576524445195625941857652444519562594185765244451956259418576524445195625941857652444519562594185765244451956259418576524445195625941857652444519562594185765244451956259418576524445195625941857652444519562594185765244451956259418576524445195625941857652444519562594185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 633e61fe-a62a-4abb-8bd7-33545bfd812d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 633e61fe-a62a-4abb-8bd7-33545bfd812d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14765873519508713843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476587351950871384314765873519508713843147658735195087138431476587351950871384314765873519508713843147658735195087138431476587351950871384314765873519508713843147658735195087138431476587351950871384314765873519508713843147658735195087138431476587351950871384314765873519508713843147658735195087138431476587351950871384314765873519508713843147658735195087138431476587351950871384314765873519508713843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83b8ba35-d135-4938-9e15-879c1e0cbdb4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cab728b2-5fe9-4d9d-83f7-bb08d96c278f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cab728b2-5fe9-4d9d-83f7-bb08d96c278f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4246394612269004830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42463946122690048304246394612269004830424639461226900483042463946122690048304246394612269004830424639461226900483042463946122690048304246394612269004830424639461226900483042463946122690048304246394612269004830424639461226900483042463946122690048304246394612269004830424639461226900483042463946122690048304246394612269004830424639461226900483042463946122690048304246394612269004830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 633e61fe-a62a-4abb-8bd7-33545bfd812d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98f5b185-0956-4f3f-a09f-1c897a022ad4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98f5b185-0956-4f3f-a09f-1c897a022ad4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3654034156942196090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36540341569421960903654034156942196090365403415694219609036540341569421960903654034156942196090365403415694219609036540341569421960903654034156942196090365403415694219609036540341569421960903654034156942196090365403415694219609036540341569421960903654034156942196090365403415694219609036540341569421960903654034156942196090365403415694219609036540341569421960903654034156942196090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cab728b2-5fe9-4d9d-83f7-bb08d96c278f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e123451f-7aeb-4a73-b5ea-4081a552257b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e123451f-7aeb-4a73-b5ea-4081a552257b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2040262650921019217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20402626509210192172040262650921019217204026265092101921720402626509210192172040262650921019217204026265092101921720402626509210192172040262650921019217204026265092101921720402626509210192172040262650921019217204026265092101921720402626509210192172040262650921019217204026265092101921720402626509210192172040262650921019217204026265092101921720402626509210192172040262650921019217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98f5b185-0956-4f3f-a09f-1c897a022ad4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 836172a4-fca0-4689-b1c5-57f3f843d8fa, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 836172a4-fca0-4689-b1c5-57f3f843d8fa, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 175293436785698770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "175293436785698770175293436785698770175293436785698770175293436785698770175293436785698770175293436785698770175293436785698770175293436785698770175293436785698770175293436785698770175293436785698770175293436785698770175293436785698770175293436785698770175293436785698770175293436785698770175293436785698770175293436785698770175293436785698770175293436785698770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e123451f-7aeb-4a73-b5ea-4081a552257b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70fbd0fa-80ee-457f-b08b-ea2a4c2a19ad, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70fbd0fa-80ee-457f-b08b-ea2a4c2a19ad, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2731864664980930831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27318646649809308312731864664980930831273186466498093083127318646649809308312731864664980930831273186466498093083127318646649809308312731864664980930831273186466498093083127318646649809308312731864664980930831273186466498093083127318646649809308312731864664980930831273186466498093083127318646649809308312731864664980930831273186466498093083127318646649809308312731864664980930831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 836172a4-fca0-4689-b1c5-57f3f843d8fa, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6549cd5-4fdf-44ef-a14d-ff8669b50829, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6549cd5-4fdf-44ef-a14d-ff8669b50829, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9459623055286607496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94596230552866074969459623055286607496945962305528660749694596230552866074969459623055286607496945962305528660749694596230552866074969459623055286607496945962305528660749694596230552866074969459623055286607496945962305528660749694596230552866074969459623055286607496945962305528660749694596230552866074969459623055286607496945962305528660749694596230552866074969459623055286607496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70fbd0fa-80ee-457f-b08b-ea2a4c2a19ad, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e639b4a-852d-44ea-be11-407fd27811a5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e639b4a-852d-44ea-be11-407fd27811a5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15273104785920424580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527310478592042458015273104785920424580152731047859204245801527310478592042458015273104785920424580152731047859204245801527310478592042458015273104785920424580152731047859204245801527310478592042458015273104785920424580152731047859204245801527310478592042458015273104785920424580152731047859204245801527310478592042458015273104785920424580152731047859204245801527310478592042458015273104785920424580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e639b4a-852d-44ea-be11-407fd27811a5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f45758aa-f55d-4d16-94dc-b1d688139df1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f45758aa-f55d-4d16-94dc-b1d688139df1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5028622382677275205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50286223826772752055028622382677275205502862238267727520550286223826772752055028622382677275205502862238267727520550286223826772752055028622382677275205502862238267727520550286223826772752055028622382677275205502862238267727520550286223826772752055028622382677275205502862238267727520550286223826772752055028622382677275205502862238267727520550286223826772752055028622382677275205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6549cd5-4fdf-44ef-a14d-ff8669b50829, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f45758aa-f55d-4d16-94dc-b1d688139df1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e2180c7-e524-466a-97ab-c6a4170bbe8c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70055b12-e48d-4f4a-8307-2f86f08834c7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e2180c7-e524-466a-97ab-c6a4170bbe8c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17534630338208340390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753463033820834039017534630338208340390175346303382083403901753463033820834039017534630338208340390175346303382083403901753463033820834039017534630338208340390175346303382083403901753463033820834039017534630338208340390175346303382083403901753463033820834039017534630338208340390175346303382083403901753463033820834039017534630338208340390175346303382083403901753463033820834039017534630338208340390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70055b12-e48d-4f4a-8307-2f86f08834c7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8675032174157388078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86750321741573880788675032174157388078867503217415738807886750321741573880788675032174157388078867503217415738807886750321741573880788675032174157388078867503217415738807886750321741573880788675032174157388078867503217415738807886750321741573880788675032174157388078867503217415738807886750321741573880788675032174157388078867503217415738807886750321741573880788675032174157388078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e2180c7-e524-466a-97ab-c6a4170bbe8c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70055b12-e48d-4f4a-8307-2f86f08834c7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ad5445a-9c06-4ab3-8c2b-21c8fb90f2bb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ad5445a-9c06-4ab3-8c2b-21c8fb90f2bb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13786706113605632233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378670611360563223313786706113605632233137867061136056322331378670611360563223313786706113605632233137867061136056322331378670611360563223313786706113605632233137867061136056322331378670611360563223313786706113605632233137867061136056322331378670611360563223313786706113605632233137867061136056322331378670611360563223313786706113605632233137867061136056322331378670611360563223313786706113605632233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 136286b4-88e9-429f-a2d2-2bf32a6b92cb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 136286b4-88e9-429f-a2d2-2bf32a6b92cb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9149974614627140988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91499746146271409889149974614627140988914997461462714098891499746146271409889149974614627140988914997461462714098891499746146271409889149974614627140988914997461462714098891499746146271409889149974614627140988914997461462714098891499746146271409889149974614627140988914997461462714098891499746146271409889149974614627140988914997461462714098891499746146271409889149974614627140988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ad5445a-9c06-4ab3-8c2b-21c8fb90f2bb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 136286b4-88e9-429f-a2d2-2bf32a6b92cb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3db50498-1274-4fd7-b7ca-3daddeedc705, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3db50498-1274-4fd7-b7ca-3daddeedc705, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15645311305668835076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564531130566883507615645311305668835076156453113056688350761564531130566883507615645311305668835076156453113056688350761564531130566883507615645311305668835076156453113056688350761564531130566883507615645311305668835076156453113056688350761564531130566883507615645311305668835076156453113056688350761564531130566883507615645311305668835076156453113056688350761564531130566883507615645311305668835076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9564e52a-7012-41a0-aebb-45163ed32a0b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9564e52a-7012-41a0-aebb-45163ed32a0b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6299713468864621185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62997134688646211856299713468864621185629971346886462118562997134688646211856299713468864621185629971346886462118562997134688646211856299713468864621185629971346886462118562997134688646211856299713468864621185629971346886462118562997134688646211856299713468864621185629971346886462118562997134688646211856299713468864621185629971346886462118562997134688646211856299713468864621185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3db50498-1274-4fd7-b7ca-3daddeedc705, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6799d9aa-0865-494a-be7d-fd850f7c09bb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6799d9aa-0865-494a-be7d-fd850f7c09bb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6309180463713752479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63091804637137524796309180463713752479630918046371375247963091804637137524796309180463713752479630918046371375247963091804637137524796309180463713752479630918046371375247963091804637137524796309180463713752479630918046371375247963091804637137524796309180463713752479630918046371375247963091804637137524796309180463713752479630918046371375247963091804637137524796309180463713752479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9564e52a-7012-41a0-aebb-45163ed32a0b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f182f1d-d300-436f-a1bd-4e5a4873102c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f182f1d-d300-436f-a1bd-4e5a4873102c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8386552732799693809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83865527327996938098386552732799693809838655273279969380983865527327996938098386552732799693809838655273279969380983865527327996938098386552732799693809838655273279969380983865527327996938098386552732799693809838655273279969380983865527327996938098386552732799693809838655273279969380983865527327996938098386552732799693809838655273279969380983865527327996938098386552732799693809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6799d9aa-0865-494a-be7d-fd850f7c09bb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2f79cbd-3341-4cb7-bc0b-d61395f4df17, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2f79cbd-3341-4cb7-bc0b-d61395f4df17, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4605443760902497567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46054437609024975674605443760902497567460544376090249756746054437609024975674605443760902497567460544376090249756746054437609024975674605443760902497567460544376090249756746054437609024975674605443760902497567460544376090249756746054437609024975674605443760902497567460544376090249756746054437609024975674605443760902497567460544376090249756746054437609024975674605443760902497567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f182f1d-d300-436f-a1bd-4e5a4873102c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d7833a1-0d11-4b7a-a9e0-2db5acea64da, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d7833a1-0d11-4b7a-a9e0-2db5acea64da, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17183273359909173066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718327335990917306617183273359909173066171832733599091730661718327335990917306617183273359909173066171832733599091730661718327335990917306617183273359909173066171832733599091730661718327335990917306617183273359909173066171832733599091730661718327335990917306617183273359909173066171832733599091730661718327335990917306617183273359909173066171832733599091730661718327335990917306617183273359909173066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2f79cbd-3341-4cb7-bc0b-d61395f4df17, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7f4814f-18bf-4b04-8e2a-1885ce94a338, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7f4814f-18bf-4b04-8e2a-1885ce94a338, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9567273594234503277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95672735942345032779567273594234503277956727359423450327795672735942345032779567273594234503277956727359423450327795672735942345032779567273594234503277956727359423450327795672735942345032779567273594234503277956727359423450327795672735942345032779567273594234503277956727359423450327795672735942345032779567273594234503277956727359423450327795672735942345032779567273594234503277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d7833a1-0d11-4b7a-a9e0-2db5acea64da, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82bdcd8a-d447-4ce9-a98b-e71c9269efd1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82bdcd8a-d447-4ce9-a98b-e71c9269efd1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15230974527178277600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523097452717827760015230974527178277600152309745271782776001523097452717827760015230974527178277600152309745271782776001523097452717827760015230974527178277600152309745271782776001523097452717827760015230974527178277600152309745271782776001523097452717827760015230974527178277600152309745271782776001523097452717827760015230974527178277600152309745271782776001523097452717827760015230974527178277600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7f4814f-18bf-4b04-8e2a-1885ce94a338, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80c978a7-d43c-4d60-ace7-f781eb0eace7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82bdcd8a-d447-4ce9-a98b-e71c9269efd1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80c978a7-d43c-4d60-ace7-f781eb0eace7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16396978402018721092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639697840201872109216396978402018721092163969784020187210921639697840201872109216396978402018721092163969784020187210921639697840201872109216396978402018721092163969784020187210921639697840201872109216396978402018721092163969784020187210921639697840201872109216396978402018721092163969784020187210921639697840201872109216396978402018721092163969784020187210921639697840201872109216396978402018721092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c033faf2-8438-4fb1-b2a3-24cf985141b8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c033faf2-8438-4fb1-b2a3-24cf985141b8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12537969410472408035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253796941047240803512537969410472408035125379694104724080351253796941047240803512537969410472408035125379694104724080351253796941047240803512537969410472408035125379694104724080351253796941047240803512537969410472408035125379694104724080351253796941047240803512537969410472408035125379694104724080351253796941047240803512537969410472408035125379694104724080351253796941047240803512537969410472408035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80c978a7-d43c-4d60-ace7-f781eb0eace7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d8cfb93-4051-4308-93a9-feeece7c4fd4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d8cfb93-4051-4308-93a9-feeece7c4fd4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3547162027662739230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35471620276627392303547162027662739230354716202766273923035471620276627392303547162027662739230354716202766273923035471620276627392303547162027662739230354716202766273923035471620276627392303547162027662739230354716202766273923035471620276627392303547162027662739230354716202766273923035471620276627392303547162027662739230354716202766273923035471620276627392303547162027662739230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c033faf2-8438-4fb1-b2a3-24cf985141b8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0945b477-f6c3-400d-a934-cad9c2f20cf7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0945b477-f6c3-400d-a934-cad9c2f20cf7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15513474496432690348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551347449643269034815513474496432690348155134744964326903481551347449643269034815513474496432690348155134744964326903481551347449643269034815513474496432690348155134744964326903481551347449643269034815513474496432690348155134744964326903481551347449643269034815513474496432690348155134744964326903481551347449643269034815513474496432690348155134744964326903481551347449643269034815513474496432690348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d8cfb93-4051-4308-93a9-feeece7c4fd4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74edcdae-c0f6-4067-9e36-a536f95363ef, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74edcdae-c0f6-4067-9e36-a536f95363ef, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5932999902180062660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59329999021800626605932999902180062660593299990218006266059329999021800626605932999902180062660593299990218006266059329999021800626605932999902180062660593299990218006266059329999021800626605932999902180062660593299990218006266059329999021800626605932999902180062660593299990218006266059329999021800626605932999902180062660593299990218006266059329999021800626605932999902180062660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0945b477-f6c3-400d-a934-cad9c2f20cf7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74edcdae-c0f6-4067-9e36-a536f95363ef, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31c0ca52-bce2-44e9-aa04-212260601992, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31c0ca52-bce2-44e9-aa04-212260601992, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 561165259690927719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "561165259690927719561165259690927719561165259690927719561165259690927719561165259690927719561165259690927719561165259690927719561165259690927719561165259690927719561165259690927719561165259690927719561165259690927719561165259690927719561165259690927719561165259690927719561165259690927719561165259690927719561165259690927719561165259690927719561165259690927719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a483d0a7-a5fe-4bd8-a7bb-53d9b1300525, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a483d0a7-a5fe-4bd8-a7bb-53d9b1300525, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 459177022310295657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "459177022310295657459177022310295657459177022310295657459177022310295657459177022310295657459177022310295657459177022310295657459177022310295657459177022310295657459177022310295657459177022310295657459177022310295657459177022310295657459177022310295657459177022310295657459177022310295657459177022310295657459177022310295657459177022310295657459177022310295657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a483d0a7-a5fe-4bd8-a7bb-53d9b1300525, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9af2b8d1-8ea2-4cd1-85c7-7dd16a605440, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31c0ca52-bce2-44e9-aa04-212260601992, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40c23d3a-4ede-46de-94a7-cd0095a98558, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9af2b8d1-8ea2-4cd1-85c7-7dd16a605440, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1975392202979807326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19753922029798073261975392202979807326197539220297980732619753922029798073261975392202979807326197539220297980732619753922029798073261975392202979807326197539220297980732619753922029798073261975392202979807326197539220297980732619753922029798073261975392202979807326197539220297980732619753922029798073261975392202979807326197539220297980732619753922029798073261975392202979807326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40c23d3a-4ede-46de-94a7-cd0095a98558, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17225782759118098022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722578275911809802217225782759118098022172257827591180980221722578275911809802217225782759118098022172257827591180980221722578275911809802217225782759118098022172257827591180980221722578275911809802217225782759118098022172257827591180980221722578275911809802217225782759118098022172257827591180980221722578275911809802217225782759118098022172257827591180980221722578275911809802217225782759118098022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9af2b8d1-8ea2-4cd1-85c7-7dd16a605440, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e621ba72-7734-484e-8719-0135ea3b7b5b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e621ba72-7734-484e-8719-0135ea3b7b5b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16053906685310502974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605390668531050297416053906685310502974160539066853105029741605390668531050297416053906685310502974160539066853105029741605390668531050297416053906685310502974160539066853105029741605390668531050297416053906685310502974160539066853105029741605390668531050297416053906685310502974160539066853105029741605390668531050297416053906685310502974160539066853105029741605390668531050297416053906685310502974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40c23d3a-4ede-46de-94a7-cd0095a98558, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33369501-182a-47a2-8c34-8f168d3191b8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33369501-182a-47a2-8c34-8f168d3191b8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1424930828667611554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14249308286676115541424930828667611554142493082866761155414249308286676115541424930828667611554142493082866761155414249308286676115541424930828667611554142493082866761155414249308286676115541424930828667611554142493082866761155414249308286676115541424930828667611554142493082866761155414249308286676115541424930828667611554142493082866761155414249308286676115541424930828667611554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e621ba72-7734-484e-8719-0135ea3b7b5b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47bd6dce-f740-44ea-9f21-8c571d491b83, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33369501-182a-47a2-8c34-8f168d3191b8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47bd6dce-f740-44ea-9f21-8c571d491b83, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10201314219841670314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020131421984167031410201314219841670314102013142198416703141020131421984167031410201314219841670314102013142198416703141020131421984167031410201314219841670314102013142198416703141020131421984167031410201314219841670314102013142198416703141020131421984167031410201314219841670314102013142198416703141020131421984167031410201314219841670314102013142198416703141020131421984167031410201314219841670314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98e19406-e889-4c7b-97ee-435e08c485fc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98e19406-e889-4c7b-97ee-435e08c485fc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12701038593709758574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270103859370975857412701038593709758574127010385937097585741270103859370975857412701038593709758574127010385937097585741270103859370975857412701038593709758574127010385937097585741270103859370975857412701038593709758574127010385937097585741270103859370975857412701038593709758574127010385937097585741270103859370975857412701038593709758574127010385937097585741270103859370975857412701038593709758574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47bd6dce-f740-44ea-9f21-8c571d491b83, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98e19406-e889-4c7b-97ee-435e08c485fc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a923aaf-3bf7-4c95-8f33-55dd9f61d873, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a923aaf-3bf7-4c95-8f33-55dd9f61d873, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 837825723581304496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "837825723581304496837825723581304496837825723581304496837825723581304496837825723581304496837825723581304496837825723581304496837825723581304496837825723581304496837825723581304496837825723581304496837825723581304496837825723581304496837825723581304496837825723581304496837825723581304496837825723581304496837825723581304496837825723581304496837825723581304496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0c1276e-e332-4605-9b2f-699aa223845e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0c1276e-e332-4605-9b2f-699aa223845e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16606014524078459628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660601452407845962816606014524078459628166060145240784596281660601452407845962816606014524078459628166060145240784596281660601452407845962816606014524078459628166060145240784596281660601452407845962816606014524078459628166060145240784596281660601452407845962816606014524078459628166060145240784596281660601452407845962816606014524078459628166060145240784596281660601452407845962816606014524078459628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a923aaf-3bf7-4c95-8f33-55dd9f61d873, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57749d8e-9ceb-4b66-b9ef-ced9c696036c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57749d8e-9ceb-4b66-b9ef-ced9c696036c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7772812175242255325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77728121752422553257772812175242255325777281217524225532577728121752422553257772812175242255325777281217524225532577728121752422553257772812175242255325777281217524225532577728121752422553257772812175242255325777281217524225532577728121752422553257772812175242255325777281217524225532577728121752422553257772812175242255325777281217524225532577728121752422553257772812175242255325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0c1276e-e332-4605-9b2f-699aa223845e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 719c44fd-161d-4e59-b94f-dca65ddfd972, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 719c44fd-161d-4e59-b94f-dca65ddfd972, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12186852279406626522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218685227940662652212186852279406626522121868522794066265221218685227940662652212186852279406626522121868522794066265221218685227940662652212186852279406626522121868522794066265221218685227940662652212186852279406626522121868522794066265221218685227940662652212186852279406626522121868522794066265221218685227940662652212186852279406626522121868522794066265221218685227940662652212186852279406626522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57749d8e-9ceb-4b66-b9ef-ced9c696036c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17b5d55f-1ecf-464e-b641-2cd03efaef3a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17b5d55f-1ecf-464e-b641-2cd03efaef3a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11822486356703053449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182248635670305344911822486356703053449118224863567030534491182248635670305344911822486356703053449118224863567030534491182248635670305344911822486356703053449118224863567030534491182248635670305344911822486356703053449118224863567030534491182248635670305344911822486356703053449118224863567030534491182248635670305344911822486356703053449118224863567030534491182248635670305344911822486356703053449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 719c44fd-161d-4e59-b94f-dca65ddfd972, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b1fd55a-7584-47d8-b6f9-cab3b9ce0369, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b1fd55a-7584-47d8-b6f9-cab3b9ce0369, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1852527031262117142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18525270312621171421852527031262117142185252703126211714218525270312621171421852527031262117142185252703126211714218525270312621171421852527031262117142185252703126211714218525270312621171421852527031262117142185252703126211714218525270312621171421852527031262117142185252703126211714218525270312621171421852527031262117142185252703126211714218525270312621171421852527031262117142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b1fd55a-7584-47d8-b6f9-cab3b9ce0369, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17b5d55f-1ecf-464e-b641-2cd03efaef3a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a38da202-86e4-488a-b78e-5c34a30ceb29, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a38da202-86e4-488a-b78e-5c34a30ceb29, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8088682606600021086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80886826066000210868088682606600021086808868260660002108680886826066000210868088682606600021086808868260660002108680886826066000210868088682606600021086808868260660002108680886826066000210868088682606600021086808868260660002108680886826066000210868088682606600021086808868260660002108680886826066000210868088682606600021086808868260660002108680886826066000210868088682606600021086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08c5248c-74b1-45cf-8f58-38daa45f2b0a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08c5248c-74b1-45cf-8f58-38daa45f2b0a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18051822096963257466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805182209696325746618051822096963257466180518220969632574661805182209696325746618051822096963257466180518220969632574661805182209696325746618051822096963257466180518220969632574661805182209696325746618051822096963257466180518220969632574661805182209696325746618051822096963257466180518220969632574661805182209696325746618051822096963257466180518220969632574661805182209696325746618051822096963257466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a38da202-86e4-488a-b78e-5c34a30ceb29, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08c5248c-74b1-45cf-8f58-38daa45f2b0a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61f3d670-88e6-4587-ad91-0173b35adc74, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f3d670-88e6-4587-ad91-0173b35adc74, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16337935272285359678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633793527228535967816337935272285359678163379352722853596781633793527228535967816337935272285359678163379352722853596781633793527228535967816337935272285359678163379352722853596781633793527228535967816337935272285359678163379352722853596781633793527228535967816337935272285359678163379352722853596781633793527228535967816337935272285359678163379352722853596781633793527228535967816337935272285359678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2312b48-a063-4314-a8a6-e6b717c42dab, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2312b48-a063-4314-a8a6-e6b717c42dab, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16917464025563210065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691746402556321006516917464025563210065169174640255632100651691746402556321006516917464025563210065169174640255632100651691746402556321006516917464025563210065169174640255632100651691746402556321006516917464025563210065169174640255632100651691746402556321006516917464025563210065169174640255632100651691746402556321006516917464025563210065169174640255632100651691746402556321006516917464025563210065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f3d670-88e6-4587-ad91-0173b35adc74, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1c2d8a1-1ea7-4963-ba3a-f883b5f5d7ff, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1c2d8a1-1ea7-4963-ba3a-f883b5f5d7ff, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2280660132637261442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22806601326372614422280660132637261442228066013263726144222806601326372614422280660132637261442228066013263726144222806601326372614422280660132637261442228066013263726144222806601326372614422280660132637261442228066013263726144222806601326372614422280660132637261442228066013263726144222806601326372614422280660132637261442228066013263726144222806601326372614422280660132637261442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2312b48-a063-4314-a8a6-e6b717c42dab, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 885c96ed-468d-4309-8963-13aa75fef724, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 885c96ed-468d-4309-8963-13aa75fef724, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12188376875849452869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218837687584945286912188376875849452869121883768758494528691218837687584945286912188376875849452869121883768758494528691218837687584945286912188376875849452869121883768758494528691218837687584945286912188376875849452869121883768758494528691218837687584945286912188376875849452869121883768758494528691218837687584945286912188376875849452869121883768758494528691218837687584945286912188376875849452869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1c2d8a1-1ea7-4963-ba3a-f883b5f5d7ff, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b45d5453-5e58-4152-bb59-436a66547d71, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b45d5453-5e58-4152-bb59-436a66547d71, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11556539707670561547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155653970767056154711556539707670561547115565397076705615471155653970767056154711556539707670561547115565397076705615471155653970767056154711556539707670561547115565397076705615471155653970767056154711556539707670561547115565397076705615471155653970767056154711556539707670561547115565397076705615471155653970767056154711556539707670561547115565397076705615471155653970767056154711556539707670561547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 885c96ed-468d-4309-8963-13aa75fef724, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d67edaaa-d877-4d3a-9434-603bb769e8df, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d67edaaa-d877-4d3a-9434-603bb769e8df, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3331054235163342208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33310542351633422083331054235163342208333105423516334220833310542351633422083331054235163342208333105423516334220833310542351633422083331054235163342208333105423516334220833310542351633422083331054235163342208333105423516334220833310542351633422083331054235163342208333105423516334220833310542351633422083331054235163342208333105423516334220833310542351633422083331054235163342208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b45d5453-5e58-4152-bb59-436a66547d71, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b01a66b-62b3-4bc1-bd47-61088b18ff06, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b01a66b-62b3-4bc1-bd47-61088b18ff06, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14332922217447270995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433292221744727099514332922217447270995143329222174472709951433292221744727099514332922217447270995143329222174472709951433292221744727099514332922217447270995143329222174472709951433292221744727099514332922217447270995143329222174472709951433292221744727099514332922217447270995143329222174472709951433292221744727099514332922217447270995143329222174472709951433292221744727099514332922217447270995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d67edaaa-d877-4d3a-9434-603bb769e8df, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e2d3c16-0cd9-4007-af4e-9302325b1330, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e2d3c16-0cd9-4007-af4e-9302325b1330, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 984875399441304881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "984875399441304881984875399441304881984875399441304881984875399441304881984875399441304881984875399441304881984875399441304881984875399441304881984875399441304881984875399441304881984875399441304881984875399441304881984875399441304881984875399441304881984875399441304881984875399441304881984875399441304881984875399441304881984875399441304881984875399441304881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b01a66b-62b3-4bc1-bd47-61088b18ff06, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e16c80b7-cb06-4d14-9a74-83e4f513b028, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e16c80b7-cb06-4d14-9a74-83e4f513b028, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15760013515905455768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576001351590545576815760013515905455768157600135159054557681576001351590545576815760013515905455768157600135159054557681576001351590545576815760013515905455768157600135159054557681576001351590545576815760013515905455768157600135159054557681576001351590545576815760013515905455768157600135159054557681576001351590545576815760013515905455768157600135159054557681576001351590545576815760013515905455768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e2d3c16-0cd9-4007-af4e-9302325b1330, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1498bdc9-afc9-4690-91f6-793ea257714e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1498bdc9-afc9-4690-91f6-793ea257714e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16203947291858462722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620394729185846272216203947291858462722162039472918584627221620394729185846272216203947291858462722162039472918584627221620394729185846272216203947291858462722162039472918584627221620394729185846272216203947291858462722162039472918584627221620394729185846272216203947291858462722162039472918584627221620394729185846272216203947291858462722162039472918584627221620394729185846272216203947291858462722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e16c80b7-cb06-4d14-9a74-83e4f513b028, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1182e9d0-5767-4a25-94f4-ad50b2ee2cfb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1182e9d0-5767-4a25-94f4-ad50b2ee2cfb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11193223596269472275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119322359626947227511193223596269472275111932235962694722751119322359626947227511193223596269472275111932235962694722751119322359626947227511193223596269472275111932235962694722751119322359626947227511193223596269472275111932235962694722751119322359626947227511193223596269472275111932235962694722751119322359626947227511193223596269472275111932235962694722751119322359626947227511193223596269472275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1498bdc9-afc9-4690-91f6-793ea257714e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82da87e0-49ec-425f-be44-e9ff4572c15e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82da87e0-49ec-425f-be44-e9ff4572c15e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13164172938617738528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316417293861773852813164172938617738528131641729386177385281316417293861773852813164172938617738528131641729386177385281316417293861773852813164172938617738528131641729386177385281316417293861773852813164172938617738528131641729386177385281316417293861773852813164172938617738528131641729386177385281316417293861773852813164172938617738528131641729386177385281316417293861773852813164172938617738528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1182e9d0-5767-4a25-94f4-ad50b2ee2cfb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edf8413d-9aa4-476e-9b5c-154a15535050, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edf8413d-9aa4-476e-9b5c-154a15535050, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2835946814393872624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28359468143938726242835946814393872624283594681439387262428359468143938726242835946814393872624283594681439387262428359468143938726242835946814393872624283594681439387262428359468143938726242835946814393872624283594681439387262428359468143938726242835946814393872624283594681439387262428359468143938726242835946814393872624283594681439387262428359468143938726242835946814393872624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82da87e0-49ec-425f-be44-e9ff4572c15e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06665076-c05e-475c-a20c-82683ebe2053, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06665076-c05e-475c-a20c-82683ebe2053, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4764765065267659797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47647650652676597974764765065267659797476476506526765979747647650652676597974764765065267659797476476506526765979747647650652676597974764765065267659797476476506526765979747647650652676597974764765065267659797476476506526765979747647650652676597974764765065267659797476476506526765979747647650652676597974764765065267659797476476506526765979747647650652676597974764765065267659797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edf8413d-9aa4-476e-9b5c-154a15535050, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8c89a3f-7123-4bb7-88e2-26ad520ac5be, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8c89a3f-7123-4bb7-88e2-26ad520ac5be, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1620489630638136602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16204896306381366021620489630638136602162048963063813660216204896306381366021620489630638136602162048963063813660216204896306381366021620489630638136602162048963063813660216204896306381366021620489630638136602162048963063813660216204896306381366021620489630638136602162048963063813660216204896306381366021620489630638136602162048963063813660216204896306381366021620489630638136602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06665076-c05e-475c-a20c-82683ebe2053, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6669250-9218-489f-8e7e-d5cc420b3500, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6669250-9218-489f-8e7e-d5cc420b3500, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12024060798811180811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202406079881118081112024060798811180811120240607988111808111202406079881118081112024060798811180811120240607988111808111202406079881118081112024060798811180811120240607988111808111202406079881118081112024060798811180811120240607988111808111202406079881118081112024060798811180811120240607988111808111202406079881118081112024060798811180811120240607988111808111202406079881118081112024060798811180811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8c89a3f-7123-4bb7-88e2-26ad520ac5be, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccebeb90-3614-4f70-9396-cb9ad1aecabf, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccebeb90-3614-4f70-9396-cb9ad1aecabf, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11319055079331690073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131905507933169007311319055079331690073113190550793316900731131905507933169007311319055079331690073113190550793316900731131905507933169007311319055079331690073113190550793316900731131905507933169007311319055079331690073113190550793316900731131905507933169007311319055079331690073113190550793316900731131905507933169007311319055079331690073113190550793316900731131905507933169007311319055079331690073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6669250-9218-489f-8e7e-d5cc420b3500, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7f71ebb-2de2-4219-9499-196d86c44969, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7f71ebb-2de2-4219-9499-196d86c44969, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9760854933306875800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97608549333068758009760854933306875800976085493330687580097608549333068758009760854933306875800976085493330687580097608549333068758009760854933306875800976085493330687580097608549333068758009760854933306875800976085493330687580097608549333068758009760854933306875800976085493330687580097608549333068758009760854933306875800976085493330687580097608549333068758009760854933306875800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7f71ebb-2de2-4219-9499-196d86c44969, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ada7a102-4849-4a22-b8ec-c574f2998747, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccebeb90-3614-4f70-9396-cb9ad1aecabf, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a18347a2-9338-47ce-831d-e423aef7f723, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a18347a2-9338-47ce-831d-e423aef7f723, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4783302881766981318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47833028817669813184783302881766981318478330288176698131847833028817669813184783302881766981318478330288176698131847833028817669813184783302881766981318478330288176698131847833028817669813184783302881766981318478330288176698131847833028817669813184783302881766981318478330288176698131847833028817669813184783302881766981318478330288176698131847833028817669813184783302881766981318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ada7a102-4849-4a22-b8ec-c574f2998747, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2519649919053489256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25196499190534892562519649919053489256251964991905348925625196499190534892562519649919053489256251964991905348925625196499190534892562519649919053489256251964991905348925625196499190534892562519649919053489256251964991905348925625196499190534892562519649919053489256251964991905348925625196499190534892562519649919053489256251964991905348925625196499190534892562519649919053489256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a18347a2-9338-47ce-831d-e423aef7f723, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ada7a102-4849-4a22-b8ec-c574f2998747, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6214dc56-8034-4658-8e77-e7aa09d173a1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6214dc56-8034-4658-8e77-e7aa09d173a1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11031597666042546645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103159766604254664511031597666042546645110315976660425466451103159766604254664511031597666042546645110315976660425466451103159766604254664511031597666042546645110315976660425466451103159766604254664511031597666042546645110315976660425466451103159766604254664511031597666042546645110315976660425466451103159766604254664511031597666042546645110315976660425466451103159766604254664511031597666042546645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e1976b4-59f3-4b18-b432-4327a5941eb2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e1976b4-59f3-4b18-b432-4327a5941eb2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2602428877515854790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26024288775158547902602428877515854790260242887751585479026024288775158547902602428877515854790260242887751585479026024288775158547902602428877515854790260242887751585479026024288775158547902602428877515854790260242887751585479026024288775158547902602428877515854790260242887751585479026024288775158547902602428877515854790260242887751585479026024288775158547902602428877515854790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6214dc56-8034-4658-8e77-e7aa09d173a1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e347907-2e35-4009-bdaf-bc637207ebc7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e347907-2e35-4009-bdaf-bc637207ebc7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12243337231811640763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224333723181164076312243337231811640763122433372318116407631224333723181164076312243337231811640763122433372318116407631224333723181164076312243337231811640763122433372318116407631224333723181164076312243337231811640763122433372318116407631224333723181164076312243337231811640763122433372318116407631224333723181164076312243337231811640763122433372318116407631224333723181164076312243337231811640763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e1976b4-59f3-4b18-b432-4327a5941eb2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7997b587-0f03-4755-98dc-840b5f9ec2aa, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7997b587-0f03-4755-98dc-840b5f9ec2aa, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15873789918049700747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587378991804970074715873789918049700747158737899180497007471587378991804970074715873789918049700747158737899180497007471587378991804970074715873789918049700747158737899180497007471587378991804970074715873789918049700747158737899180497007471587378991804970074715873789918049700747158737899180497007471587378991804970074715873789918049700747158737899180497007471587378991804970074715873789918049700747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e347907-2e35-4009-bdaf-bc637207ebc7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb7f7c05-61cf-46f6-8614-72eedd6332a5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb7f7c05-61cf-46f6-8614-72eedd6332a5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11495355937786393794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149535593778639379411495355937786393794114953559377863937941149535593778639379411495355937786393794114953559377863937941149535593778639379411495355937786393794114953559377863937941149535593778639379411495355937786393794114953559377863937941149535593778639379411495355937786393794114953559377863937941149535593778639379411495355937786393794114953559377863937941149535593778639379411495355937786393794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7997b587-0f03-4755-98dc-840b5f9ec2aa, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f3a475d-0365-477c-b665-109f14ce1a8a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f3a475d-0365-477c-b665-109f14ce1a8a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12936705306462795132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293670530646279513212936705306462795132129367053064627951321293670530646279513212936705306462795132129367053064627951321293670530646279513212936705306462795132129367053064627951321293670530646279513212936705306462795132129367053064627951321293670530646279513212936705306462795132129367053064627951321293670530646279513212936705306462795132129367053064627951321293670530646279513212936705306462795132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb7f7c05-61cf-46f6-8614-72eedd6332a5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06e5bf09-3ada-4474-a492-9820207a1039, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06e5bf09-3ada-4474-a492-9820207a1039, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16154704975444391569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615470497544439156916154704975444391569161547049754443915691615470497544439156916154704975444391569161547049754443915691615470497544439156916154704975444391569161547049754443915691615470497544439156916154704975444391569161547049754443915691615470497544439156916154704975444391569161547049754443915691615470497544439156916154704975444391569161547049754443915691615470497544439156916154704975444391569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f3a475d-0365-477c-b665-109f14ce1a8a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32b4f030-b423-47e3-971f-8315e15abd89, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b4f030-b423-47e3-971f-8315e15abd89, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9095732728498398973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90957327284983989739095732728498398973909573272849839897390957327284983989739095732728498398973909573272849839897390957327284983989739095732728498398973909573272849839897390957327284983989739095732728498398973909573272849839897390957327284983989739095732728498398973909573272849839897390957327284983989739095732728498398973909573272849839897390957327284983989739095732728498398973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06e5bf09-3ada-4474-a492-9820207a1039, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8b4e344-16e5-4d52-86f3-575544d75300, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8b4e344-16e5-4d52-86f3-575544d75300, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16409223105229769729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640922310522976972916409223105229769729164092231052297697291640922310522976972916409223105229769729164092231052297697291640922310522976972916409223105229769729164092231052297697291640922310522976972916409223105229769729164092231052297697291640922310522976972916409223105229769729164092231052297697291640922310522976972916409223105229769729164092231052297697291640922310522976972916409223105229769729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b4f030-b423-47e3-971f-8315e15abd89, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2a72713-71f8-48ef-90ea-eb1df89d655d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2a72713-71f8-48ef-90ea-eb1df89d655d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6353172970456507476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63531729704565074766353172970456507476635317297045650747663531729704565074766353172970456507476635317297045650747663531729704565074766353172970456507476635317297045650747663531729704565074766353172970456507476635317297045650747663531729704565074766353172970456507476635317297045650747663531729704565074766353172970456507476635317297045650747663531729704565074766353172970456507476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8b4e344-16e5-4d52-86f3-575544d75300, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52be29cd-57de-485f-979d-444762b79b05, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52be29cd-57de-485f-979d-444762b79b05, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14043685879422127276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404368587942212727614043685879422127276140436858794221272761404368587942212727614043685879422127276140436858794221272761404368587942212727614043685879422127276140436858794221272761404368587942212727614043685879422127276140436858794221272761404368587942212727614043685879422127276140436858794221272761404368587942212727614043685879422127276140436858794221272761404368587942212727614043685879422127276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2a72713-71f8-48ef-90ea-eb1df89d655d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3ceb013-e5a6-4936-825a-9f6f853458cb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3ceb013-e5a6-4936-825a-9f6f853458cb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8345034841682293873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83450348416822938738345034841682293873834503484168229387383450348416822938738345034841682293873834503484168229387383450348416822938738345034841682293873834503484168229387383450348416822938738345034841682293873834503484168229387383450348416822938738345034841682293873834503484168229387383450348416822938738345034841682293873834503484168229387383450348416822938738345034841682293873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52be29cd-57de-485f-979d-444762b79b05, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7880b34d-3460-42ee-b59f-31d308f801d7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7880b34d-3460-42ee-b59f-31d308f801d7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 188839743119206648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "188839743119206648188839743119206648188839743119206648188839743119206648188839743119206648188839743119206648188839743119206648188839743119206648188839743119206648188839743119206648188839743119206648188839743119206648188839743119206648188839743119206648188839743119206648188839743119206648188839743119206648188839743119206648188839743119206648188839743119206648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3ceb013-e5a6-4936-825a-9f6f853458cb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc2f3320-c736-4bf2-8be0-e703efdad84a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc2f3320-c736-4bf2-8be0-e703efdad84a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9306304795099835098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93063047950998350989306304795099835098930630479509983509893063047950998350989306304795099835098930630479509983509893063047950998350989306304795099835098930630479509983509893063047950998350989306304795099835098930630479509983509893063047950998350989306304795099835098930630479509983509893063047950998350989306304795099835098930630479509983509893063047950998350989306304795099835098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7880b34d-3460-42ee-b59f-31d308f801d7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 785191b5-c684-4518-8667-41d68fbbdaaa, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 785191b5-c684-4518-8667-41d68fbbdaaa, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7587213481657403335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75872134816574033357587213481657403335758721348165740333575872134816574033357587213481657403335758721348165740333575872134816574033357587213481657403335758721348165740333575872134816574033357587213481657403335758721348165740333575872134816574033357587213481657403335758721348165740333575872134816574033357587213481657403335758721348165740333575872134816574033357587213481657403335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc2f3320-c736-4bf2-8be0-e703efdad84a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e332ac6e-d665-43a8-ab4c-25c3fac31c79, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e332ac6e-d665-43a8-ab4c-25c3fac31c79, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 887815419837057969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "887815419837057969887815419837057969887815419837057969887815419837057969887815419837057969887815419837057969887815419837057969887815419837057969887815419837057969887815419837057969887815419837057969887815419837057969887815419837057969887815419837057969887815419837057969887815419837057969887815419837057969887815419837057969887815419837057969887815419837057969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 785191b5-c684-4518-8667-41d68fbbdaaa, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79c6fe62-ce09-4aba-a595-17789ffbd4e3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79c6fe62-ce09-4aba-a595-17789ffbd4e3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4396489564705250972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43964895647052509724396489564705250972439648956470525097243964895647052509724396489564705250972439648956470525097243964895647052509724396489564705250972439648956470525097243964895647052509724396489564705250972439648956470525097243964895647052509724396489564705250972439648956470525097243964895647052509724396489564705250972439648956470525097243964895647052509724396489564705250972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e332ac6e-d665-43a8-ab4c-25c3fac31c79, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f50fb11-7686-4b3a-8102-d350835c1d50, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f50fb11-7686-4b3a-8102-d350835c1d50, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9370559249902306815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93705592499023068159370559249902306815937055924990230681593705592499023068159370559249902306815937055924990230681593705592499023068159370559249902306815937055924990230681593705592499023068159370559249902306815937055924990230681593705592499023068159370559249902306815937055924990230681593705592499023068159370559249902306815937055924990230681593705592499023068159370559249902306815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79c6fe62-ce09-4aba-a595-17789ffbd4e3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cf3e9ec-f162-4b33-b156-daf015ac3f83, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cf3e9ec-f162-4b33-b156-daf015ac3f83, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15630158821643714275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563015882164371427515630158821643714275156301588216437142751563015882164371427515630158821643714275156301588216437142751563015882164371427515630158821643714275156301588216437142751563015882164371427515630158821643714275156301588216437142751563015882164371427515630158821643714275156301588216437142751563015882164371427515630158821643714275156301588216437142751563015882164371427515630158821643714275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f50fb11-7686-4b3a-8102-d350835c1d50, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37e6fe8c-9da6-4f51-93c7-755e51fa1c29, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37e6fe8c-9da6-4f51-93c7-755e51fa1c29, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17276764010919981445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727676401091998144517276764010919981445172767640109199814451727676401091998144517276764010919981445172767640109199814451727676401091998144517276764010919981445172767640109199814451727676401091998144517276764010919981445172767640109199814451727676401091998144517276764010919981445172767640109199814451727676401091998144517276764010919981445172767640109199814451727676401091998144517276764010919981445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cf3e9ec-f162-4b33-b156-daf015ac3f83, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50fdf74f-a15d-4595-8e81-35210e526d5a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50fdf74f-a15d-4595-8e81-35210e526d5a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9694133592924057169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96941335929240571699694133592924057169969413359292405716996941335929240571699694133592924057169969413359292405716996941335929240571699694133592924057169969413359292405716996941335929240571699694133592924057169969413359292405716996941335929240571699694133592924057169969413359292405716996941335929240571699694133592924057169969413359292405716996941335929240571699694133592924057169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37e6fe8c-9da6-4f51-93c7-755e51fa1c29, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50fdf74f-a15d-4595-8e81-35210e526d5a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a01b3011-82f5-4268-8701-fd9100971077, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a01b3011-82f5-4268-8701-fd9100971077, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13783733566300709644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378373356630070964413783733566300709644137837335663007096441378373356630070964413783733566300709644137837335663007096441378373356630070964413783733566300709644137837335663007096441378373356630070964413783733566300709644137837335663007096441378373356630070964413783733566300709644137837335663007096441378373356630070964413783733566300709644137837335663007096441378373356630070964413783733566300709644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 091a5784-f12e-45cf-81a7-9523a4b7c404, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 091a5784-f12e-45cf-81a7-9523a4b7c404, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12576927395539164962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257692739553916496212576927395539164962125769273955391649621257692739553916496212576927395539164962125769273955391649621257692739553916496212576927395539164962125769273955391649621257692739553916496212576927395539164962125769273955391649621257692739553916496212576927395539164962125769273955391649621257692739553916496212576927395539164962125769273955391649621257692739553916496212576927395539164962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a01b3011-82f5-4268-8701-fd9100971077, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc6932c5-670b-484c-9d38-372e80fa801b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc6932c5-670b-484c-9d38-372e80fa801b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2973803552917550605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29738035529175506052973803552917550605297380355291755060529738035529175506052973803552917550605297380355291755060529738035529175506052973803552917550605297380355291755060529738035529175506052973803552917550605297380355291755060529738035529175506052973803552917550605297380355291755060529738035529175506052973803552917550605297380355291755060529738035529175506052973803552917550605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 091a5784-f12e-45cf-81a7-9523a4b7c404, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d398249-2538-43ba-8cc4-3f4768bc3a28, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d398249-2538-43ba-8cc4-3f4768bc3a28, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13804928442044749867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380492844204474986713804928442044749867138049284420447498671380492844204474986713804928442044749867138049284420447498671380492844204474986713804928442044749867138049284420447498671380492844204474986713804928442044749867138049284420447498671380492844204474986713804928442044749867138049284420447498671380492844204474986713804928442044749867138049284420447498671380492844204474986713804928442044749867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc6932c5-670b-484c-9d38-372e80fa801b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e953d00-0500-4bc3-b764-b3ebacf2a2c7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e953d00-0500-4bc3-b764-b3ebacf2a2c7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15422324196080673951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542232419608067395115422324196080673951154223241960806739511542232419608067395115422324196080673951154223241960806739511542232419608067395115422324196080673951154223241960806739511542232419608067395115422324196080673951154223241960806739511542232419608067395115422324196080673951154223241960806739511542232419608067395115422324196080673951154223241960806739511542232419608067395115422324196080673951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d398249-2538-43ba-8cc4-3f4768bc3a28, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82479418-1292-4c48-bb04-192a37d18602, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82479418-1292-4c48-bb04-192a37d18602, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4055422364597814010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40554223645978140104055422364597814010405542236459781401040554223645978140104055422364597814010405542236459781401040554223645978140104055422364597814010405542236459781401040554223645978140104055422364597814010405542236459781401040554223645978140104055422364597814010405542236459781401040554223645978140104055422364597814010405542236459781401040554223645978140104055422364597814010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e953d00-0500-4bc3-b764-b3ebacf2a2c7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 693dbc9e-6431-4ec0-9a3b-5fee5a3f4155, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 693dbc9e-6431-4ec0-9a3b-5fee5a3f4155, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3906779882906146477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39067798829061464773906779882906146477390677988290614647739067798829061464773906779882906146477390677988290614647739067798829061464773906779882906146477390677988290614647739067798829061464773906779882906146477390677988290614647739067798829061464773906779882906146477390677988290614647739067798829061464773906779882906146477390677988290614647739067798829061464773906779882906146477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82479418-1292-4c48-bb04-192a37d18602, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7483e85e-4b8d523c-95de3033-ab719a6c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a390478d-20c7-4c51-8ed9-aa76a9631d46, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a390478d-20c7-4c51-8ed9-aa76a9631d46, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2025673670814795084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20256736708147950842025673670814795084202567367081479508420256736708147950842025673670814795084202567367081479508420256736708147950842025673670814795084202567367081479508420256736708147950842025673670814795084202567367081479508420256736708147950842025673670814795084202567367081479508420256736708147950842025673670814795084202567367081479508420256736708147950842025673670814795084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 693dbc9e-6431-4ec0-9a3b-5fee5a3f4155, ghrun-saptlbqaqq.auto.internal:28695): 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 72075186224038912." issue_code: 2026 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfnbm1v5j3g0z448ev2nc" } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a390478d-20c7-4c51-8ed9-aa76a9631d46, ghrun-saptlbqaqq.auto.internal:28695): 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 72075186224038906." issue_code: 2026 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfnca3bv8chpjg4pswzsb" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
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 72075186224038912." issue_code: 2026 severity: 1 (server_code: 400170)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
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 72075186224038906." issue_code: 2026 severity: 1 (server_code: 400170)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0103a33-512f-48a3-ab0f-7e9a2f061f8e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a92a7f52-eef7-464e-a277-d3f83a82e690, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0103a33-512f-48a3-ab0f-7e9a2f061f8e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8029567704031712871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a92a7f52-eef7-464e-a277-d3f83a82e690, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16246359356075922348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a92a7f52-eef7-464e-a277-d3f83a82e690, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfnew6m3a4q40ay2n61qh" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0103a33-512f-48a3-ab0f-7e9a2f061f8e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfnewad3jtpr9csgsxqrr" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31a3ecc1-95e4-4073-b388-f563786cd007, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aab321b4-7252-4e5b-b2a1-2e92edea73ae, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31a3ecc1-95e4-4073-b388-f563786cd007, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16246359356075922348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aab321b4-7252-4e5b-b2a1-2e92edea73ae, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8029567704031712871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aab321b4-7252-4e5b-b2a1-2e92edea73ae, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfnhx7cysy1s491s3153j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31a3ecc1-95e4-4073-b388-f563786cd007, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfnhy8v0vf5v8w2hytvfd" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04646827-b465-4629-868a-1d703053a8d6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04646827-b465-4629-868a-1d703053a8d6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8029567704031712871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871802956770403171287180295677040317128718029567704031712871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0b3bf8d-5407-4794-abbc-8d1903a0ff16, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0b3bf8d-5407-4794-abbc-8d1903a0ff16, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16246359356075922348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348162463593560759223481624635935607592234816246359356075922348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0b3bf8d-5407-4794-abbc-8d1903a0ff16, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfnpe2g2xwmcge8qaadqq" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04646827-b465-4629-868a-1d703053a8d6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfnp4dqzss1k589xa0m0g" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
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, 7d58bb4a-6e24-4403-8323-e29c3940292d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d58bb4a-6e24-4403-8323-e29c3940292d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6372464714291248585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585" } } } 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 72075186224038926." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7976b26-1d3e-482f-9f18-159f7d6ca4c1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7976b26-1d3e-482f-9f18-159f7d6ca4c1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1117044974124619098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d58bb4a-6e24-4403-8323-e29c3940292d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfnxp6pcaw2q7yn64r5c2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2897afaa-bea4-4231-b871-965c89d2fecd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2897afaa-bea4-4231-b871-965c89d2fecd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6372464714291248585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7976b26-1d3e-482f-9f18-159f7d6ca4c1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfny49xtw01bcbnznrfjd" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7da9663a-46b7-458e-8eda-fadda161bfe7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da9663a-46b7-458e-8eda-fadda161bfe7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1117044974124619098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2897afaa-bea4-4231-b871-965c89d2fecd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfnzv32a290xew56y4b3r" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7149064d-03de-43a3-8449-3b59f318ba86, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7149064d-03de-43a3-8449-3b59f318ba86, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6372464714291248585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585637246471429124858563724647142912485856372464714291248585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da9663a-46b7-458e-8eda-fadda161bfe7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfp1sfkbk14wedxbyq5ze" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0bc89d9-5f3f-4833-990d-0f28b14364bb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0bc89d9-5f3f-4833-990d-0f28b14364bb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1117044974124619098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098111704497412461909811170449741246190981117044974124619098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7149064d-03de-43a3-8449-3b59f318ba86, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfp3s153p712a5epg28j1" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
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, db0dbfeb-31a2-4012-be9c-f20ba52b4db1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db0dbfeb-31a2-4012-be9c-f20ba52b4db1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4474212283498284343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0bc89d9-5f3f-4833-990d-0f28b14364bb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfp6bayzt38p2aa1m2sep" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
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, 221282ec-f9a6-4802-95b6-a70592e33efb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 221282ec-f9a6-4802-95b6-a70592e33efb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1423167761762902318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db0dbfeb-31a2-4012-be9c-f20ba52b4db1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038914." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfpbwb4zwrrqgv5m1pjev" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57ee0bd4-0466-4b3b-b85f-d1ddb28467a7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ee0bd4-0466-4b3b-b85f-d1ddb28467a7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4474212283498284343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 221282ec-f9a6-4802-95b6-a70592e33efb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfpdwbnqjaatbfq4kvkhy" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d141861-e9e7-4112-94da-25ac803b6c8c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d141861-e9e7-4112-94da-25ac803b6c8c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1423167761762902318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ee0bd4-0466-4b3b-b85f-d1ddb28467a7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038914." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfpedecymhzhk0yw76j5h" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb9db774-eddd-4e5b-991a-8ceab036e2a1, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb9db774-eddd-4e5b-991a-8ceab036e2a1, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4474212283498284343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343447421228349828434344742122834982843434474212283498284343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d141861-e9e7-4112-94da-25ac803b6c8c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfpgm5kjdpfmmpf71rhpz" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54fbba06-6b91-470b-a44d-13a29f2e673d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54fbba06-6b91-470b-a44d-13a29f2e673d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1423167761762902318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318142316776176290231814231677617629023181423167761762902318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb9db774-eddd-4e5b-991a-8ceab036e2a1, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038914." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfpjj6eqds532nx7vd2xe" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
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 72075186224038914." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d262c5a2-9ab0-4776-a0bd-12b5bdc37f29, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54fbba06-6b91-470b-a44d-13a29f2e673d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfpmzertxcrjvj6bz103c" } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d262c5a2-9ab0-4776-a0bd-12b5bdc37f29, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13458914197700334885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
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, 0e3db048-c0a4-4276-bc7e-db92392a43e8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e3db048-c0a4-4276-bc7e-db92392a43e8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9840494651558729866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d262c5a2-9ab0-4776-a0bd-12b5bdc37f29, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfpv27ydybk44hdbcrdd7" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b58c1e2-0fd8-4d4d-bdb5-beba91f5b026, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b58c1e2-0fd8-4d4d-bdb5-beba91f5b026, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13458914197700334885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e3db048-c0a4-4276-bc7e-db92392a43e8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038933." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfpvwd2w4qzzr4e7e1ar5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a77a021c-42bf-4b99-9425-e7ffa7347d45, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a77a021c-42bf-4b99-9425-e7ffa7347d45, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9840494651558729866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b58c1e2-0fd8-4d4d-bdb5-beba91f5b026, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfpxz93tfcmc5x29e7fr9" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d61b979b-dd85-4ade-b655-9bb4a24df7fb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d61b979b-dd85-4ade-b655-9bb4a24df7fb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13458914197700334885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885134589141977003348851345891419770033488513458914197700334885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a77a021c-42bf-4b99-9425-e7ffa7347d45, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038933." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfpyj9vrxanrt29e1tv1k" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e48a641-af27-4be0-b517-edb49b39a3ed, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e48a641-af27-4be0-b517-edb49b39a3ed, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9840494651558729866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866984049465155872986698404946515587298669840494651558729866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d61b979b-dd85-4ade-b655-9bb4a24df7fb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfq2a87hyv4wm4xxxpczb" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e48a641-af27-4be0-b517-edb49b39a3ed, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038933." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfq2x5tv5vb2swzwyyh81" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
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, 11bbd8ef-0484-4c3d-9727-8a0e3406a299, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11bbd8ef-0484-4c3d-9727-8a0e3406a299, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14021539059263100712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712" } } } 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 72075186224038933." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c1db54c-9dc4-442c-bacf-454c67680c43, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c1db54c-9dc4-442c-bacf-454c67680c43, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6526889781986831437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11bbd8ef-0484-4c3d-9727-8a0e3406a299, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfq9e90tg38mredv4zem8" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c33d9c06-1dc6-4ab0-a63a-697356d554ef, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c33d9c06-1dc6-4ab0-a63a-697356d554ef, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14021539059263100712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c1db54c-9dc4-442c-bacf-454c67680c43, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfqak8cdxsz3v7bxgxg28" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c33d9c06-1dc6-4ab0-a63a-697356d554ef, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfqch1krpqvm568end9sm" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94f90ee1-9546-40f0-a5bf-637ebd9dca5b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94f90ee1-9546-40f0-a5bf-637ebd9dca5b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6526889781986831437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76977304-cb8b-485b-b1b6-0cd852e650df, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76977304-cb8b-485b-b1b6-0cd852e650df, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14021539059263100712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712140215390592631007121402153905926310071214021539059263100712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94f90ee1-9546-40f0-a5bf-637ebd9dca5b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfqgh4hr12ejjysn7ky3m" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76977304-cb8b-485b-b1b6-0cd852e650df, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfqgs4srjsys6azz8jfpj" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11ef8d8c-009e-4929-8fc8-44efc1357757, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11ef8d8c-009e-4929-8fc8-44efc1357757, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6526889781986831437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437652688978198683143765268897819868314376526889781986831437" } } } 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 72075186224038947." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a5a583f-d6de-49f5-bdc6-f23fbe2b7809, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a5a583f-d6de-49f5-bdc6-f23fbe2b7809, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14304490248530167720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a5a583f-d6de-49f5-bdc6-f23fbe2b7809, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038948." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfqsd7jxps5cvzafcvwax" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 248ff6b7-6f35-431c-a6d4-88e26b860507, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 248ff6b7-6f35-431c-a6d4-88e26b860507, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14304490248530167720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11ef8d8c-009e-4929-8fc8-44efc1357757, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfqrbfsf7awq289ck6w0c" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
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, f547f472-8edd-4abf-b488-276422e2a9ae, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f547f472-8edd-4abf-b488-276422e2a9ae, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11594663887104437207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 248ff6b7-6f35-431c-a6d4-88e26b860507, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038948." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfqwy2fw7kks3188jcm1f" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee1d77ad-0fe3-4552-87d4-9b0daf5607d5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee1d77ad-0fe3-4552-87d4-9b0daf5607d5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14304490248530167720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720143044902485301677201430449024853016772014304490248530167720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f547f472-8edd-4abf-b488-276422e2a9ae, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfqzsew6n61cmyv5xnd6e" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 817906a0-8c17-49d5-b156-1261ce02cefb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 817906a0-8c17-49d5-b156-1261ce02cefb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11594663887104437207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 817906a0-8c17-49d5-b156-1261ce02cefb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfr2m1jthby3xe50wbnss" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 059e4a9d-9592-4a6a-a5aa-2c342a2f6985, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 059e4a9d-9592-4a6a-a5aa-2c342a2f6985, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11594663887104437207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207115946638871044372071159466388710443720711594663887104437207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee1d77ad-0fe3-4552-87d4-9b0daf5607d5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038948." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfr29cqdptbfq9tsr8523" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
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 72075186224038948." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a61713a8-9d3e-4df0-80c0-df534526e289, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a61713a8-9d3e-4df0-80c0-df534526e289, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 772761461662074884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a61713a8-9d3e-4df0-80c0-df534526e289, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfrb34cd23z9mf5cye6c5" } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 059e4a9d-9592-4a6a-a5aa-2c342a2f6985, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfr76971w7azr8pnrt927" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12c4d454-74c7-4759-89fe-4afc665dbaac, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12c4d454-74c7-4759-89fe-4afc665dbaac, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 772761461662074884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884" } } } 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 72075186224038939." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 710e3b21-ce02-47d4-b034-c5cf5594fac3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 710e3b21-ce02-47d4-b034-c5cf5594fac3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15509668095607609451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 710e3b21-ce02-47d4-b034-c5cf5594fac3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfrfnb4mm32sa2cs8khf7" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3c55307-fc20-4ab1-bd8d-3da60ed4e484, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3c55307-fc20-4ab1-bd8d-3da60ed4e484, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15509668095607609451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12c4d454-74c7-4759-89fe-4afc665dbaac, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfrf2dw0gp2ff5pne9ryp" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fa4820a-11bb-4f10-88c2-2eef70688a23, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fa4820a-11bb-4f10-88c2-2eef70688a23, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 772761461662074884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884772761461662074884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3c55307-fc20-4ab1-bd8d-3da60ed4e484, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfrjw4xz3hxhe1v6jm3bg" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2490702b-55df-472a-9336-8c01c4a1d9cd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2490702b-55df-472a-9336-8c01c4a1d9cd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15509668095607609451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451155096680956076094511550966809560760945115509668095607609451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fa4820a-11bb-4f10-88c2-2eef70688a23, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfrmc7pa9kmcttv0fw2dp" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
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, e58bafa1-1621-4963-832e-7533605dfc63, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e58bafa1-1621-4963-832e-7533605dfc63, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12177997359831575090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e58bafa1-1621-4963-832e-7533605dfc63, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfrvx0qkqmvkwn8ra8102" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e603bdd-0f11-47c8-8efc-2986acb1f88b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e603bdd-0f11-47c8-8efc-2986acb1f88b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12177997359831575090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2490702b-55df-472a-9336-8c01c4a1d9cd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfrqp3qx700cq0jj8pw9v" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
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, 34cfbb59-7685-4e6a-9d0c-affc315c241e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34cfbb59-7685-4e6a-9d0c-affc315c241e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9897337888699855611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e603bdd-0f11-47c8-8efc-2986acb1f88b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfry75p4wdrhbvkpdwywz" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1c03dd2-3820-4f5e-8da8-6e82828dc357, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1c03dd2-3820-4f5e-8da8-6e82828dc357, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12177997359831575090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090121779973598315750901217799735983157509012177997359831575090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34cfbb59-7685-4e6a-9d0c-affc315c241e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038933." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfrz334wnbkjz4r7zfvdg" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0237a578-3790-4952-816f-1c889ad1653e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0237a578-3790-4952-816f-1c889ad1653e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9897337888699855611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1c03dd2-3820-4f5e-8da8-6e82828dc357, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfs39fza4a3556s6be6yq" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
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, 9680f573-aa03-45b1-8f6e-ee7c6bba068d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9680f573-aa03-45b1-8f6e-ee7c6bba068d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12463777758904223838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0237a578-3790-4952-816f-1c889ad1653e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038933." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfs7tezwatgate9epawzs" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9680f573-aa03-45b1-8f6e-ee7c6bba068d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfsbk8mdqgj5h7zz04bk7" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8d86754-8a65-4e36-88e8-67aa72c546bd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8d86754-8a65-4e36-88e8-67aa72c546bd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12463777758904223838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83b5307e-7e57-48a3-8476-bf90622f4fed, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83b5307e-7e57-48a3-8476-bf90622f4fed, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9897337888699855611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611989733788869985561198973378886998556119897337888699855611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8d86754-8a65-4e36-88e8-67aa72c546bd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfse45n5n1v4qbjnhbfzm" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77b7c94c-1f8f-492a-a9e6-dbabb7f56392, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77b7c94c-1f8f-492a-a9e6-dbabb7f56392, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12463777758904223838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838124637777589042238381246377775890422383812463777758904223838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83b5307e-7e57-48a3-8476-bf90622f4fed, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038933." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfsecba1s52h8e92kwakd" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
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 72075186224038933." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 771e3982-e3c1-4883-bdf9-6770b7971bd8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 771e3982-e3c1-4883-bdf9-6770b7971bd8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15156761103919474791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 771e3982-e3c1-4883-bdf9-6770b7971bd8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfsp3c0cmmzd0p3y99c7f" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0bbfdf4-835e-4707-8539-4e796811ee01, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0bbfdf4-835e-4707-8539-4e796811ee01, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15156761103919474791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77b7c94c-1f8f-492a-a9e6-dbabb7f56392, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfsjz4gcrx64nb9kerdss" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
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, cfe7d1ca-7d1b-47f1-95d6-7ac627ea3fe4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfe7d1ca-7d1b-47f1-95d6-7ac627ea3fe4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17515936983420733175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfe7d1ca-7d1b-47f1-95d6-7ac627ea3fe4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038959." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfsv9csed5jkrzfx3bmcv" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0bbfdf4-835e-4707-8539-4e796811ee01, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfssr6gqggajmv9jhstqp" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6499ff5-e732-426a-8b87-31e11c31944e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6499ff5-e732-426a-8b87-31e11c31944e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17515936983420733175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45e35a19-ef60-457b-97d1-87f09cccc5fb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45e35a19-ef60-457b-97d1-87f09cccc5fb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15156761103919474791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791151567611039194747911515676110391947479115156761103919474791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6499ff5-e732-426a-8b87-31e11c31944e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038959." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfsxw0fff0z7gbyna8cdn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9746ea73-7999-4163-adcc-3ecfd2087516, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9746ea73-7999-4163-adcc-3ecfd2087516, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17515936983420733175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175175159369834207331751751593698342073317517515936983420733175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45e35a19-ef60-457b-97d1-87f09cccc5fb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfsypcaz6vnsh2sw1g6yv" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
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, 52696178-2459-4ea4-ab9c-21461160c195, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52696178-2459-4ea4-ab9c-21461160c195, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9055967733815301866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52696178-2459-4ea4-ab9c-21461160c195, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tft6n013r7j3wpjrnxbp8" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 008f249f-c509-414b-8045-5be0b3fac3cc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 008f249f-c509-414b-8045-5be0b3fac3cc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9055967733815301866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9746ea73-7999-4163-adcc-3ecfd2087516, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038959." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tft492b9skmtjn8n05w6n" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
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 72075186224038959." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84ace588-5718-4afd-8ee7-5979b4c7d5a5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84ace588-5718-4afd-8ee7-5979b4c7d5a5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10611233512413293403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 008f249f-c509-414b-8045-5be0b3fac3cc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tft8v4n8t3tg5emnkk5bj" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d5087d9-5c96-4e3b-b47b-290b5f1713eb, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d5087d9-5c96-4e3b-b47b-290b5f1713eb, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9055967733815301866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866905596773381530186690559677338153018669055967733815301866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84ace588-5718-4afd-8ee7-5979b4c7d5a5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038935." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tftc45n5t6azxntep9v88" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8341c22-6a2e-4cff-8d94-fb70b7d8894d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8341c22-6a2e-4cff-8d94-fb70b7d8894d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10611233512413293403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8341c22-6a2e-4cff-8d94-fb70b7d8894d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038935." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tftfear8r7gztz7pdca54" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc1ec408-d8f5-42da-9d2f-370b696a69b0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc1ec408-d8f5-42da-9d2f-370b696a69b0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10611233512413293403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403106112335124132934031061123351241329340310611233512413293403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d5087d9-5c96-4e3b-b47b-290b5f1713eb, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tftdm4qxd7p6ptrrf3cma" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
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, d5f85afa-1db7-445e-b12e-b47c5d7e7e94, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5f85afa-1db7-445e-b12e-b47c5d7e7e94, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16382076872448551693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc1ec408-d8f5-42da-9d2f-370b696a69b0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038935." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tftks97605mg8y3mbkt08" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5f85afa-1db7-445e-b12e-b47c5d7e7e94, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tftmw8t4d582zp0mw0804" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
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 72075186224038935." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5df916f-30e7-40ab-a4d7-7012f023deee, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c153a9b7-6ee4-42b2-95b1-1f679346e564, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5df916f-30e7-40ab-a4d7-7012f023deee, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16382076872448551693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c153a9b7-6ee4-42b2-95b1-1f679346e564, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5457110342139439990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c153a9b7-6ee4-42b2-95b1-1f679346e564, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038917." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tftvr8z013j5wxrqk9xk4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47236215-8098-4e33-9617-0b00dc348886, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47236215-8098-4e33-9617-0b00dc348886, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5457110342139439990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47236215-8098-4e33-9617-0b00dc348886, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038917." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tftxf0d6qfj17abwfr1av" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 395b78f9-3b65-481f-8cb9-2cad8ada559d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 395b78f9-3b65-481f-8cb9-2cad8ada559d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5457110342139439990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990545711034213943999054571103421394399905457110342139439990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5df916f-30e7-40ab-a4d7-7012f023deee, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tftvr31wz0mt3eggyaf1h" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a440500-69d3-474c-b4b2-02117e975ff0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a440500-69d3-474c-b4b2-02117e975ff0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16382076872448551693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693163820768724485516931638207687244855169316382076872448551693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 395b78f9-3b65-481f-8cb9-2cad8ada559d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038917." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfv012jvn44xc5a7sbe44" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
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 72075186224038917." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d55a83e-0d52-4dc3-afca-d4dea891ef46, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d55a83e-0d52-4dc3-afca-d4dea891ef46, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3580868225409355461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a440500-69d3-474c-b4b2-02117e975ff0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfv1964n28r3dkv937ywt" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
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, cda964f2-4ef3-4864-b970-7d31e5e514dd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d55a83e-0d52-4dc3-afca-d4dea891ef46, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfv6r3w18z3k8wtn2csyz" } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cda964f2-4ef3-4864-b970-7d31e5e514dd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12728422107739345147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bb2fcc3-706d-4166-b2ad-a9c2c4796bda, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bb2fcc3-706d-4166-b2ad-a9c2c4796bda, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3580868225409355461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cda964f2-4ef3-4864-b970-7d31e5e514dd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfv890j3a6y9v4cewhrb4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0baa52c-fe25-40d6-a598-bee07403bf8d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0baa52c-fe25-40d6-a598-bee07403bf8d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12728422107739345147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bb2fcc3-706d-4166-b2ad-a9c2c4796bda, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfv8j0bz3j4djxtwgt0yv" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4d9d321-c631-410c-9f59-585f547e7a2f, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4d9d321-c631-410c-9f59-585f547e7a2f, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3580868225409355461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461358086822540935546135808682254093554613580868225409355461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0baa52c-fe25-40d6-a598-bee07403bf8d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfva9041eekhpp6g0nzcw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e794457-69c2-4dce-9f71-82fc2d06294a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e794457-69c2-4dce-9f71-82fc2d06294a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12728422107739345147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147127284221077393451471272842210773934514712728422107739345147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4d9d321-c631-410c-9f59-585f547e7a2f, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfvcc0qchzq644fvc29w2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
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, 9d9e993a-a916-4fec-8063-1ce82e67660c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d9e993a-a916-4fec-8063-1ce82e67660c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4614435239146471618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e794457-69c2-4dce-9f71-82fc2d06294a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfve6f06dak3xqqppfssw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
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, ca922a1d-cc1b-4330-9e0c-d61996fcac31, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca922a1d-cc1b-4330-9e0c-d61996fcac31, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4101960587223941029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d9e993a-a916-4fec-8063-1ce82e67660c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfvkf6bh1gmrnss6se03s" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2757b9c-6ffa-42f0-9f0e-30bc3f917259, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2757b9c-6ffa-42f0-9f0e-30bc3f917259, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4614435239146471618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca922a1d-cc1b-4330-9e0c-d61996fcac31, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038913." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfvpc0gkaqpkmzt50bhhv" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33b6ec4b-84cb-40b4-96c0-15de72c57879, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33b6ec4b-84cb-40b4-96c0-15de72c57879, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4101960587223941029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2757b9c-6ffa-42f0-9f0e-30bc3f917259, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfvpp1ctq0p088zw1mhkg" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c59586e-8e08-46f7-8968-e7da65e407cd, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c59586e-8e08-46f7-8968-e7da65e407cd, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4614435239146471618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618461443523914647161846144352391464716184614435239146471618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33b6ec4b-84cb-40b4-96c0-15de72c57879, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038913." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfvrg5e7by2fx0zy8jd8m" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 246ec0e5-9432-4bbb-a53c-61a2e089a0c0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 246ec0e5-9432-4bbb-a53c-61a2e089a0c0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4101960587223941029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029410196058722394102941019605872239410294101960587223941029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c59586e-8e08-46f7-8968-e7da65e407cd, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfvv798bntx82e766wph3" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
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, 822a80fe-b223-491d-badf-c247da25018b, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 822a80fe-b223-491d-badf-c247da25018b, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2825227534659902549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 246ec0e5-9432-4bbb-a53c-61a2e089a0c0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038913." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfvwc0x6nhf5gnvccyb0x" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
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 72075186224038913." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ac440e5-534f-4096-bb00-40ffe41b2a2c, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ac440e5-534f-4096-bb00-40ffe41b2a2c, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11647988952074973023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 822a80fe-b223-491d-badf-c247da25018b, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfw2431pa41w900h3n5sr" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:22054/4
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4564a59-028e-4f74-a876-db184e2e0ded, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4564a59-028e-4f74-a876-db184e2e0ded, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2825227534659902549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4564a59-028e-4f74-a876-db184e2e0ded, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfw4p6kjpcjp5nybmhqsv" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35b0209a-bd7d-434e-a50f-ad809429010e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35b0209a-bd7d-434e-a50f-ad809429010e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2825227534659902549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549282522753465990254928252275346599025492825227534659902549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ac440e5-534f-4096-bb00-40ffe41b2a2c, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfw3q7cw341n7fbtxngby" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5026ea3-d05e-4a9b-b909-5c07e6af63e8, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5026ea3-d05e-4a9b-b909-5c07e6af63e8, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11647988952074973023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35b0209a-bd7d-434e-a50f-ad809429010e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfw9degq5ychg9vhmk8mk" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5026ea3-d05e-4a9b-b909-5c07e6af63e8, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfw9qeb8ekrfvjyh6ad76" } } } } }
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.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 148662dc-5f93-45a1-9998-71499f3adea0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 148662dc-5f93-45a1-9998-71499f3adea0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1586259804177934702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bb6598d-a6fd-4f8e-8a37-3453b35cf4c4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bb6598d-a6fd-4f8e-8a37-3453b35cf4c4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11647988952074973023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023116479889520749730231164798895207497302311647988952074973023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 148662dc-5f93-45a1-9998-71499f3adea0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfwfs3k3e0vgfv5ptzcvj" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60679dcf-4d8e-411e-9c6e-225a242b6809, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60679dcf-4d8e-411e-9c6e-225a242b6809, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1586259804177934702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60679dcf-4d8e-411e-9c6e-225a242b6809, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfwhm5dv7w0sfn67pmtke" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57b261be-91fd-4517-9498-2bd68ee292f3, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57b261be-91fd-4517-9498-2bd68ee292f3, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1586259804177934702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702158625980417793470215862598041779347021586259804177934702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bb6598d-a6fd-4f8e-8a37-3453b35cf4c4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfwg1eqz9p4xbv7b6ep17" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
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, 286b606f-1b10-48cd-ac8b-cd8ddb3c630e, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 286b606f-1b10-48cd-ac8b-cd8ddb3c630e, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16821060292312656199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 286b606f-1b10-48cd-ac8b-cd8ddb3c630e, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfwps724s0fjbh3s4q6pd" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3fd3b15-217b-4b06-b030-3cefa444ce94, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3fd3b15-217b-4b06-b030-3cefa444ce94, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16821060292312656199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57b261be-91fd-4517-9498-2bd68ee292f3, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfwnsbwhhcjg6prdqd6v5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3fd3b15-217b-4b06-b030-3cefa444ce94, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfwre2bkssg8r50gv0xey" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
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, 994629a0-038f-4546-b6bf-c0f6b0d3bd60, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 994629a0-038f-4546-b6bf-c0f6b0d3bd60, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3752369337422765802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21d29915-21b9-4334-8298-33a2bf77f7f4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21d29915-21b9-4334-8298-33a2bf77f7f4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16821060292312656199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199168210602923126561991682106029231265619916821060292312656199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 994629a0-038f-4546-b6bf-c0f6b0d3bd60, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038912." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfwwg5b24gb7515pfmhgy" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0af1677b-5e84-416c-9288-db2301a33594, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0af1677b-5e84-416c-9288-db2301a33594, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3752369337422765802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0af1677b-5e84-416c-9288-db2301a33594, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038912." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfwy7ffgkgv7qmfv6ee60" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6a6c7f0-4fd7-4462-b6a7-a6d942c6cc7a, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6a6c7f0-4fd7-4462-b6a7-a6d942c6cc7a, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3752369337422765802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802375236933742276580237523693374227658023752369337422765802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21d29915-21b9-4334-8298-33a2bf77f7f4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfwwj9yk6h2dm2n1cg31w" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
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, 8145ecc2-edaf-4d5f-b913-c9557c80a2fc, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8145ecc2-edaf-4d5f-b913-c9557c80a2fc, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3806906461363327185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185" } } } 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 CFG_DIR_PATH="/home/runner/.ya/build/build_root/q95o/002ca0/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:274 Final command: /home/runner/.ya/build/build_root/q95o/002ca0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62323 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_eahw86qo.log --grpc-port=22054 --mon-port=8835 --ic-port=29987 --key-file /home/runner/.ya/build/build_root/q95o/002ca0/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/q95o/002ca0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/q95o/002ca0/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:62323', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_eahw86qo.log', '--grpc-port=22054', '--mon-port=8835', '--ic-port=29987', '--key-file', '/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/q95o/002ca0/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: 973029
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:22054/4
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/q95o/002ca0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 973030
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6a6c7f0-4fd7-4462-b6a7-a6d942c6cc7a, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038912." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfx2b4c1w3tsk9j2sns07" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8145ecc2-edaf-4d5f-b913-c9557c80a2fc, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038912." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfx316b8tz73h8082pfpg" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f940a5c-7944-46d7-9f78-b038a51f0fa0, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f940a5c-7944-46d7-9f78-b038a51f0fa0, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3806906461363327185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185" } } } 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 72075186224038912." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da748bc9-e22a-46b2-afbd-8d8a3d591040, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da748bc9-e22a-46b2-afbd-8d8a3d591040, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3429720628707304193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da748bc9-e22a-46b2-afbd-8d8a3d591040, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfx953jhktp3czex0wsav" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b00ba3e-18cb-4989-a91a-894e8fca58b7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b00ba3e-18cb-4989-a91a-894e8fca58b7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3429720628707304193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f940a5c-7944-46d7-9f78-b038a51f0fa0, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038912." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfx8f7xmx6458mv6fr0x2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01598351-0e7f-46ca-8048-d6a0368dd14d, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01598351-0e7f-46ca-8048-d6a0368dd14d, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3806906461363327185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185380690646136332718538069064613633271853806906461363327185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b00ba3e-18cb-4989-a91a-894e8fca58b7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfxbma8xe9z8s4cvhq61z" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af38509f-5d9f-4f14-9cf6-0ae34994d128, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af38509f-5d9f-4f14-9cf6-0ae34994d128, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3429720628707304193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193342972062870730419334297206287073041933429720628707304193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01598351-0e7f-46ca-8048-d6a0368dd14d, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038912." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfxf5b6tsd8mdh98g4p5r" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
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 72075186224038912." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3b8c221-6d57-4db9-bcf4-2a91ef5376a2, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3b8c221-6d57-4db9-bcf4-2a91ef5376a2, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5938119840910489792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af38509f-5d9f-4f14-9cf6-0ae34994d128, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfxfmexnvrds45dgaqfj7" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
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, 94051ffe-3755-4873-9860-30180439e0c7, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94051ffe-3755-4873-9860-30180439e0c7, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11099875442656978126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3b8c221-6d57-4db9-bcf4-2a91ef5376a2, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfxntb0ypdecwwqe1f3ct" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13209a56-f813-438a-be8d-bc2a8b95bdc4, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13209a56-f813-438a-be8d-bc2a8b95bdc4, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5938119840910489792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94051ffe-3755-4873-9860-30180439e0c7, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038937." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfxppffpv2af8wfgymw5j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f41e0065-f2dc-4a83-958b-1a24b937f075, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f41e0065-f2dc-4a83-958b-1a24b937f075, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11099875442656978126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126" } } } 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 973030) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 973030) elapsed time (sec): 0.7118358612060547
DEBUG    ya.test:process.py:263 Command (pid 973030) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 973030) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 973030) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 973030) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 973030) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 973030) maxrss: 959972
DEBUG    ya.test:process.py:263 Command (pid 973030) minflt: 45651
DEBUG    ya.test:process.py:263 Command (pid 973030) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 973030) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 973030) nivcsw: 42
DEBUG    ya.test:process.py:263 Command (pid 973030) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 973030) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 973030) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 973030) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 973030) stime: 0.159559
DEBUG    ya.test:process.py:263 Command (pid 973030) utime: 0.501501
DEBUG    ya.test:process.py:263 Command (pid 973030) wtime: 0.714
DEBUG    ya.test:process.py:275 Command (pid 973030) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 973030) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 4 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-saptlbqaqq    Host information: 
        Linux ghrun-saptlbqaqq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13209a56-f813-438a-be8d-bc2a8b95bdc4, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfxqff7fz6myceceb6szf" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b0cc3b6-8573-45b7-a9d1-01c4a0147701, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b0cc3b6-8573-45b7-a9d1-01c4a0147701, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5938119840910489792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792593811984091048979259381198409104897925938119840910489792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f41e0065-f2dc-4a83-958b-1a24b937f075, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038937." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfxrg90tanwyqwx3218hz" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad1fb0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 251b5c6a-fa41-4f7c-95cb-7cc9dc416ef5, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 251b5c6a-fa41-4f7c-95cb-7cc9dc416ef5, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11099875442656978126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126110998754426569781261109987544265697812611099875442656978126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b0cc3b6-8573-45b7-a9d1-01c4a0147701, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr 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: "01kb2tfxvb0qx64dv9pcct2dvv" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17ad44f0>
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:52 RpcState(ExecuteDataQuery, 251b5c6a-fa41-4f7c-95cb-7cc9dc416ef5, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038937." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2tfxwc39yrrjz1sngsy2ak" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1e17daecb0>
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 72075186224038937." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.table.SessionPool:_sp_impl.py:51 Requested session pool stop.
DEBUG    ydb.table.SessionPool:_sp_impl.py:56 Session pool is under stop, cancelling all in flight waiters.
DEBUG    ydb.table.SessionPool:_sp_impl.py:84 Terminated session pool.
DEBUG    ydb.table.SessionPool:_sp_impl.py:70 Destroying sessions in active queue
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1e1810f6b0>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1e1810f6b0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 7f8638ca-81a5-4e01-b634-7ceff36bc949, ghrun-saptlbqaqq.auto.internal:17936): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 7f8638ca-81a5-4e01-b634-7ceff36bc949, ghrun-saptlbqaqq.auto.internal:17936): request = { session_id: "ydb://session/3?node_id=50000&id=MzVlM2VlYmItMzg3ZGU2YzQtZDA0YTg3MGMtNTUyMTExMg==" 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 0x7c1e1810f6b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.table.SessionPool:_sp_impl.py:51 Requested session pool stop.
DEBUG    ydb.table.SessionPool:_sp_impl.py:56 Session pool is under stop, cancelling all in flight waiters.
DEBUG    ydb.table.SessionPool:_sp_impl.py:84 Terminated session pool.
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 7f8638ca-81a5-4e01-b634-7ceff36bc949, ghrun-saptlbqaqq.auto.internal:17936): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:70 Destroying sessions in active queue
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 7f8638ca-81a5-4e01-b634-7ceff36bc949, ghrun-saptlbqaqq.auto.internal:17936): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1e17ad1fb0>, reason: session-pool-terminated
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 7f8638ca-81a5-4e01-b634-7ceff36bc949, ghrun-saptlbqaqq.auto.internal:17936): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1e17ad1fb0> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 0bbd5dcf-55fd-4d7b-80ab-2804e3c569ab, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 0bbd5dcf-55fd-4d7b-80ab-2804e3c569ab, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=Yzc0ZWM0OTQtYzkxZWViYzQtYWFhNDI5Y2ItMWMwNDA5NmY=" 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 0x7c1e17ad1fb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1e17ad44f0>, reason: session-pool-terminated
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 0bbd5dcf-55fd-4d7b-80ab-2804e3c569ab, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1e17ad44f0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 0bbd5dcf-55fd-4d7b-80ab-2804e3c569ab, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 88297df6-c164-45dd-b536-4fa286895c24, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 0bbd5dcf-55fd-4d7b-80ab-2804e3c569ab, ghrun-saptlbqaqq.auto.internal:28695): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 88297df6-c164-45dd-b536-4fa286895c24, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MmZkY2Q4MmUtNGMxNWZlYjktYTZlNmVlZTMtNmIwZWY0M2U=" 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 0x7c1e17ad44f0>
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 88297df6-c164-45dd-b536-4fa286895c24, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1e17daecb0>, reason: session-pool-terminated
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 88297df6-c164-45dd-b536-4fa286895c24, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1e17daecb0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 88297df6-c164-45dd-b536-4fa286895c24, ghrun-saptlbqaqq.auto.internal:28695): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, c96d0e76-b165-4213-87b2-e8dc705d66f6, ghrun-saptlbqaqq.auto.internal:28695): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, c96d0e76-b165-4213-87b2-e8dc705d66f6, ghrun-saptlbqaqq.auto.internal:28695): request = { session_id: "ydb://session/3?node_id=50002&id=MzY1MGQ0MzgtYjIwODlmY2YtZGRjNmZkMTgtZjYxYzQ1ODM=" 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 0x7c1e17daecb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, c96d0e76-b165-4213-87b2-e8dc705d66f6, ghrun-saptlbqaqq.auto.internal:28695): on response callback started
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, c96d0e76-b165-4213-87b2-e8dc705d66f6, ghrun-saptlbqaqq.auto.internal:28695): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62323
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-saptlbqaqq.auto.internal:7193
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, c96d0e76-b165-4213-87b2-e8dc705d66f6, ghrun-saptlbqaqq.auto.internal:28695): on response callback success
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-saptlbqaqq.auto.internal:17936
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62323
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-saptlbqaqq.auto.internal:28695
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:62323/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:17936/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:7193/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:28695/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:27606/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:10816/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:31328/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:19510/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:13096/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:64168/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:25423/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:22054/4
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1869
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20996
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29987
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8835
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22054
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29270
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12539
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4925
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19032
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28695
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31784
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31661
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1486
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64371
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7193
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20662
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15405
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5132
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1641
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17936
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3586
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18519
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18435
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31328
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10476
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26606
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61231
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13096
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19762
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20944
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25377
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10816
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26510
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12772
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2243
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25423
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28116
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24831
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20569
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27606
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25502
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12245
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8099
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64168
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14774
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17845
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23845
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19510
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5517
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29994
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12236
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62323
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14379
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15952
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63350
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12400
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1349
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25830
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7622
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30087
============================== slowest durations ===============================
123.93s call     test_encryption.py::TestEncryption::test_simple_encryption
22.21s setup    test_encryption.py::TestEncryption::test_simple_encryption
17.48s teardown test_encryption.py::TestEncryption::test_simple_encryption
=========================== short test summary info ============================
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/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/q95o/002ca0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, 2 sessions to shutdown
Current KQP shutdown state: spent 3.019852 seconds, 1 sessions to shutdown
Current KQP shutdown state: spent 6.044095 seconds, 1 sessions to shutdown
Current KQP shutdown state: spent 9.068524 seconds, 1 sessions to shutdown
GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, not started yet
Current KQP shutdown state: spent 3.026499 seconds, 1 sessions to shutdown
Current KQP shutdown state: spent 6.055424 seconds, 1 sessions to shutdown
Current KQP shutdown state: spent 9.066589 seconds, 1 sessions to shutdown
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 3.032575 seconds, not started yet
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==973029==ERROR: LeakSanitizer: detected memory leaks

Indirect leak of 200 byte(s) in 1 object(s) allocated from:
#0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003f4668ea in NKikimr::NNodeBroker::TDynamicNameserver::TDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver_impl.h:197:33
#2 0x00003f4673b8 in NKikimr::NNodeBroker::TDynamicNameserver::TDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, NKikimrNodeBroker::TNodeInfo const&, NKikimr::TDomainsInfo const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver_impl.h:204:11
#3 0x00003f4672aa in NKikimr::NNodeBroker::CreateDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, NKikimrNodeBroker::TNodeInfo const&, NKikimr::TDomainsInfo const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver.cpp:962:16
#4 0x00004c5caa93 in NKikimr::NKikimrServicesInitializers::TBasicServicesInitializer::InitializeServices(NActors::TActorSystemSetup*, NKikimr::TAppData const*) /-S/ydb/core/driver_lib/run/kikimr_services_initializers.cpp:599:35
#5 0x000055a7bd92 in NKikimr::TServiceInitializersList::InitializeServices(NActors::TActorSystemSetup*, NKikimr::TAppData const*) /-S/ydb/core/driver_lib/run/service_initializer.cpp:13:29
#6 0x0000418b794b in NKikimr::TKikimrRunner::InitializeActorSystem(NKikimr::TKikimrRunConfig const&, TIntrusivePtr<NKikimr::TServiceInitializersList, TDefaultIntrusivePtrOps<NKikimr::TServiceInitializersList>>, NKikimr::TBasicKikimrServicesMask const&) /-S/ydb/core/driver_lib/run/run.cpp:1704:26
#7 0x0000418cf069 in NKikimr::TKikimrRunner::CreateKikimrRunner(NKikimr::TKikimrRunConfig const&, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/run.cpp:2369:13
#8 0x00003e9569b6 in NKikimr::MainRun(NKikimr::TKikimrRunConfig const&, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:44:43
#9 0x0000416d83eb in NKikimr::NDriverClient::TClientCommandServer::Run(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp:51:12
#10 0x00003eb44185 in NYdb::NConsoleClient::TClientCommandTree::Run(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:500:33
#11 0x00003eb3e035 in NYdb::NConsoleClient::TClientCommand::Process(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:254:16
#12 0x00003eb30897 in NKikimr::NDriverClient::NewClient(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp:77:26
#13 0x00003e95cb48 in NKikimr::Main(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:151:20
#14 0x00003e960a0d in ParameterizedMain(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:201:16
#15 0x00001fc62c15 in main /-S/ydb/apps/ydbd/main.cpp:31:12
#16 0x7f97135e5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 176 byte(s) in 1 object(s) allocated from:
#0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000227f33fe in bool NActors::TActorContext::Send<(NActors::ESendingType)0>(NActors::TActorId const&, NActors::IEventBase*, unsigned int, unsigned long, NWilson::TTraceId) const /-S/ydb/library/actors/core/actor.cpp:516:34
#2 0x00004c8118f5 in Send /-S/ydb/library/actors/core/actor_coroutine.h:164:38
#3 0x00004c8118f5 in NActors::THandshakeActor::ResolvePeer() /-S/ydb/library/actors/interconnect/interconnect_handshake.cpp:980:13
#4 0x00004c8175f0 in NActors::THandshakeActor::TConnection::Connect(TBasicString<char, std::__y1::char_traits<char>>*) /-S/ydb/library/actors/interconnect/interconnect_handshake.cpp:106:70
#5 0x00004c8071c1 in NActors::THandshakeActor::CheckPeerCookie(TBasicString<char, std::__y1::char_traits<char>> const&, TBasicString<char, std::__y1::char_traits<char>>*) /-S/ydb/library/actors/interconnect/interconnect_handshake.cpp:665:32
#6 0x00004c7ecf8b in NActors::THandshakeActor::PerformIncomingHandshake(std::__y1::optional<NActorsInterconnect::TRdmaCred>&) /-S/ydb/library/actors/interconnect/interconnect_handshake.cpp:1161:52
#7 0x00004c7e88da in NActors::THandshakeActor::RunImpl() /-S/ydb/library/actors/interconnect/interconnect_handshake.cpp:361:21
#8 0x00004c7e734c in NActors::THandshakeActor::Run() /-S/ydb/library/actors/interconnect/interconnect_handshake.cpp:314:17
#9 0x0000409a36bb in NActors::TActorCoroImpl::DoRun() /-S/ydb/library/actors/core/actor_coroutine.cpp:127:17
#10 0x00002004465a in ITrampoLine::DoRunNaked() /-S/util/system/context.cpp:38:9

Indirect leak of 120 byte(s) in 1 object(s) allocated from:
#0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003f46c813 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00003f46c813 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00003f46c813 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00003f46c813 in get_node /-S/util/generic/hash_table.h:497:43
#5 0x00003f46c813 in new_node<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &> /-S/util/generic/hash_table.h:947:19
#6 0x00003f46c813 in std::__y1::pair<__yhashtable_iterator<std::__y1::pair<unsigned int const, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo>>, bool> THashTable<std::__y1::pair<unsigned int const, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo>, unsigned int, THash<unsigned int>, TSelect1st, TEqualTo<unsigned int>, std::__y1::allocator<unsigned int>>::emplace_unique_noresize<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo&>(unsigned int&&, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo&) /-S/util/generic/hash_table.h:1018:17
#7 0x00003f4674b4 in emplace_unique<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &> /-S/util/generic/hash_table.h:710:16
#8 0x00003f4674b4 in emplace<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &> /-S/util/generic/hash.h:178:20
#9 0x00003f4674b4 in NKikimr::NNodeBroker::TDynamicNameserver::TDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, NKikimrNodeBroker::TNodeInfo const&, NKikimr::TDomainsInfo const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver_impl.h:208:46
#10 0x00003f4672aa in NKikimr::NNodeBroker::CreateDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, NKikimrNodeBroker::TNodeInfo const&, NKikimr::TDomainsInfo const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver.cpp:962:16
#11 0x00004c5caa93 in NKikimr::NKikimrServicesInitializers::TBasicServicesInitializer::InitializeServices(NActors::TActorSystemSetup*, NKikimr::TAppData const*) /-S/ydb/core/driver_lib/run/kikimr_services_initializers.cpp:599:35
#12 0x000055a7bd92 in NKikimr::TServiceInitializersList::InitializeServices(NActors::TActorSystemSetup*, NKikimr::TAppData const*) /-S/ydb/core/driver_lib/run/service_initializer.cpp:13:29
#13 0x0000418b794b in NKikimr::TKikimrRunner::InitializeActorSystem(NKikimr::TKikimrRunConfig const&, TIntrusivePtr<NKikimr::TServiceInitializersList, TDefaultIntrusivePtrOps<NKikimr::TServiceInitializersList>>, NKikimr::TBasicKikimrServicesMask const&) /-S/ydb/core/driver_lib/run/run.cpp:1704:26
#14 0x0000418cf069 in NKikimr::TKikimrRunner::CreateKikimrRunner(NKikimr::TKikimrRunConfig const&, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/run.cpp:2369:13
#15 0x00003e9569b6 in NKikimr::MainRun(NKikimr::TKikimrRunConfig const&, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:44:43
#16 0x0000416d83eb in NKikimr::NDriverClient::TClientCommandServer::Run(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp:51:12
#17 0x00003eb44185 in NYdb::NConsoleClient::TClientCommandTree::Run(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:500:33
#18 0x00003eb3e035 in NYdb::NConsoleClient::TClientCommand::Process(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:254:16
#19 0x00003eb30897 in NKikimr::NDriverClient::NewClient(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp:77:26
#20 0x00003e95cb48 in NKikimr::Main(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:151:20
#21 0x00003e960a0d in ParameterizedMain(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:201:16
#22 0x00001fc62c15 in main /-S/ydb/apps/ydbd/main.cpp:31:12
#23 0x7f97135e5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 72 byte(s) in 1 object(s) allocated from:
#0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003f46c41a in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00003f46c41a in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00003f46c41a in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00003f46c41a in initialize_dynamic /-S/util/generic/hash_table.h:233:35
#5 0x00003f46c41a in initialize_buckets_dynamic /-S/util/generic/hash_table.h:906:17
#6 0x00003f46c41a in THashTable<std::__y1::pair<unsigned int const, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo>, unsigned int, THash<unsigned int>, TSelect1st, TEqualTo<unsigned int>, std::__y1::allocator<unsigned int>>::reserve(unsigned long) /-S/util/generic/hash_table.h:1324:13
#7 0x00003f4674a5 in emplace_unique<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &> /-S/util/generic/hash_table.h:709:9
#8 0x00003f4674a5 in emplace<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &> /-S/util/generic/hash.h:178:20
#9 0x00003f4674a5 in NKikimr::NNodeBroker::TDynamicNameserver::TDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, NKikimrNodeBroker::TNodeInfo const&, NKikimr::TDomainsInfo const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver_impl.h:208:46
#10 0x00003f4672aa in NKikimr::NNodeBroker::CreateDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, NKikimrNodeBroker::TNodeInfo const&, NKikimr::TDomainsInfo const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver.cpp:962:16
#11 0x00004c5caa93 in NKikimr::NKikimrServicesInitializers::TBasicServicesInitializer::InitializeServices(NActors::TActorSystemSetup*, NKikimr::TAppData const*) /-S/ydb/core/driver_lib/run/kikimr_services_initializers.cpp:599:35
#12 0x000055a7bd92 in NKikimr::TServiceInitializersList::InitializeServices(NActors::TActorSystemSetup*, NKikimr::TAppData const*) /-S/ydb/core/driver_lib/run/service_initializer.cpp:13:29
#13 0x0000418b794b in NKikimr::TKikimrRunner::InitializeActorSystem(NKikimr::TKikimrRunConfig const&, TIntrusivePtr<NKikimr::TServiceInitializersList, TDefaultIntrusivePtrOps<NKikimr::TServiceInitializersList>>, NKikimr::TBasicKikimrServicesMask const&) /-S/ydb/core/driver_lib/run/run.cpp:1704:26
#14 0x0000418cf069 in NKikimr::TKikimrRunner::CreateKikimrRunner(NKikimr::TKikimrRunConfig const&, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/run.cpp:2369:13
#15 0x00003e9569b6 in NKikimr::MainRun(NKikimr::TKikimrRunConfig const&, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:44:43
#16 0x0000416d83eb in NKikimr::NDriverClient::TClientCommandServer::Run(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp:51:12
#17 0x00003eb44185 in NYdb::NConsoleClient::TClientCommandTree::Run(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:500:33
#18 0x00003eb3e035 in NYdb::NConsoleClient::TClientCommand::Process(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:254:16
#19 0x00003eb30897 in NKikimr::NDriverClient::NewClient(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp:77:26
#20 0x00003e95cb48 in NKikimr::Main(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:151:20
#21 0x00003e960a0d in ParameterizedMain(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:201:16
#22 0x00001fc62c15 in main /-S/ydb/apps/ydbd/main.cpp:31:12
#23 0x7f97135e5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
#0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003f44db42 in MakeHolder<NKikimr::NNodeBroker::TCacheMissResolve, unsigned int &, const TIntrusivePtr<NKikimr::NNodeBroker::TDynamicConfig, TDefaultIntrusivePtrOps<NKikimr::NNodeBroker::TDynamicConfig> > &, TAutoPtr<NActors::IEventHandle, TDelete> &, NMonotonic::TMonotonic &, unsigned long, void> /-S/util/generic/ptr.h:386:23
#2 0x00003f44db42 in NKikimr::NNodeBroker::TDynamicNameserver::ResolveDynamicNode(unsigned int, TAutoPtr<NActors::IEventHandle, TDelete>, NMonotonic::TMonotonic, NActors::TActorContext const&) /-S/ydb/core/mind/dynamic_nameserver.cpp:387:27
#3 0x00003f4578c0 in NKikimr::NNodeBroker::TDynamicNameserver::Handle(TAutoPtr<NActors::TEventHandle<NActors::TEvInterconnect::TEvResolveNode>, TDelete>&, NActors::TActorContext const&) /-S/ydb/core/mind/dynamic_nameserver.cpp:593:9
#4 0x00003f447f31 in NKikimr::NNodeBroker::TDynamicNameserver::StateFunc(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/core/mind/dynamic_nameserver_impl.h:213:13
#5 0x0000227ec627 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#6 0x0000228d6811 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#7 0x0000228e0436 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#8 0x0000228df9ed in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#9 0x0000228e1a5e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#10 0x000020064e14 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#11 0x00001fd026f6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
#0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003f46ce73 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00003f46ce73 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00003f46ce73 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00003f46ce73 in __allocate_at_least<std::__y1::allocator<std::__y1::pair<NActors::TNodeLocation::TKeys::E, TBasicString<char, std::__y1::char_traits<char> > > > > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00003f46ce73 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
#6 0x00003f46ce73 in __init_with_size<std::__y1::pair<NActors::TNodeLocation::TKeys::E, TBasicString<char, std::__y1::char_traits<char> > > *, std::__y1::pair<NActors::TNodeLocation::TKeys::E, TBasicString<char, std::__y1::char_traits<char> > > *> /-S/contrib/libs/cxxsupp/libcxx/include/vector:825:7
#7 0x00003f46ce73 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:1281:3
#8 0x00003f46ce73 in TNodeLocation /-S/ydb/library/actors/core/interconnect.h:60:9
#9 0x00003f46ce73 in NActors::TTableNameserverSetup::TNodeInfo::TNodeInfo(NActors::TTableNameserverSetup::TNodeInfo const&) /-S/ydb/library/actors/interconnect/interconnect.h:71:13
#10 0x00003f46c888 in TDynamicNodeInfo /-S/ydb/core/mind/dynamic_nameserver_impl.h:104:9
#11 0x00003f46c888 in pair<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &, 0> /-S/contrib/libs/cxxsupp/libcxx/include/__utility/pair.h:163:41
#12 0x00003f46c888 in new_node<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &> /-S/util/generic/hash_table.h:950:47
#13 0x00003f46c888 in std::__y1::pair<__yhashtable_iterator<std::__y1::pair<unsigned int const, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo>>, bool> THashTable<std::__y1::pair<unsigned int const, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo>, unsigned int, THash<unsigned int>, TSelect1st, TEqualTo<unsigned int>, std::__y1::allocator<unsigned int>>::emplace_unique_noresize<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo&>(unsigned int&&, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo&) /-S/util/generic/hash_table.h:1018:17
#14 0x00003f4674b4 in emplace_unique<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &> /-S/util/generic/hash_table.h:710:16
#15 0x00003f4674b4 in emplace<unsigned int, NKikimr::NNodeBroker::TDynamicConfig::TDynamicNodeInfo &> /-S/util/generic/hash.h:178:20
#16 0x00003f4674b4 in NKikimr::NNodeBroker::TDynamicNameserver::TDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, NKikimrNodeBroker::TNodeInfo const&, NKikimr::TDomainsInfo const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver_impl.h:208:46
#17 0x00003f4672aa in NKikimr::NNodeBroker::CreateDynamicNameserver(TIntrusivePtr<NActors::TTableNameserverSetup, TDefaultIntrusivePtrOps<NActors::TTableNameserverSetup>> const&, NKikimrNodeBroker::TNodeInfo const&, NKikimr::TDomainsInfo const&, unsigned int) /-S/ydb/core/mind/dynamic_nameserver.cpp:962:16
#18 0x00004c5caa93 in NKikimr::NKikimrServicesInitializers::TBasicServicesInitializer::InitializeServices(NActors::TActorSystemSetup*, NKikimr::TAppData const*) /-S/ydb/core/driver_lib/run/kikimr_services_initializers.cpp:599:35
#19 0x000055a7bd92 in NKikimr::TServiceInitializersList::InitializeServices(NActors::TActorSystemSetup*, NKikimr::TAppData const*) /-S/ydb/core/driver_lib/run/service_initializer.cpp:13:29
#20 0x0000418b794b in NKikimr::TKikimrRunner::InitializeActorSystem(NKikimr::TKikimrRunConfig const&, TIntrusivePtr<NKikimr::TServiceInitializersList, TDefaultIntrusivePtrOps<NKikimr::TServiceInitializersList>>, NKikimr::TBasicKikimrServicesMask const&) /-S/ydb/core/driver_lib/run/run.cpp:1704:26
#21 0x0000418cf069 in NKikimr::TKikimrRunner::CreateKikimrRunner(NKikimr::TKikimrRunConfig const&, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/run.cpp:2369:13
#22 0x00003e9569b6 in NKikimr::MainRun(NKikimr::TKikimrRunConfig const&, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:44:43
#23 0x0000416d83eb in NKikimr::NDriverClient::TClientCommandServer::Run(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp:51:12
#24 0x00003eb44185 in NYdb::NConsoleClient::TClientCommandTree::Run(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:500:33
#25 0x00003eb3e035 in NYdb::NConsoleClient::TClientCommand::Process(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:254:16
#26 0x00003eb30897 in NKikimr::NDriverClient::NewClient(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp:77:26
#27 0x00003e95cb48 in NKikimr::Main(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:151:20
#28 0x00003e960a0d in ParameterizedMain(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:201:16
#29 0x00001fc62c15 in main /-S/ydb/apps/ydbd/main.cpp:31:12
#30 0x7f97135e5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
#0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000416dbc59 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x0000416dbc59 in TBasicString /-S/util/generic/string.h:491:18
#3 0x0000416dbc59 in TBasicString<std::__y1::char_traits<char>, std::__y1::allocator<char> > /-S/util/generic/string.h:458:11
#4 0x0000416dbc59 in NKikimr::NConfig::CopyNodeLocation(NActorsInterconnect::TNodeLocation*, NYdb::Dev::NDiscovery::TNodeLocation const&) /-S/ydb/core/config/init/init.cpp:657:22
#5 0x0000416f6b57 in NKikimr::NConfig::TDefaultNodeBrokerClient::TResult::ProcessRegistrationDynamicNodeResult(NYdb::Dev::NDiscovery::TNodeRegistrationResult const&, NKikimrConfig::TAppConfig&, unsigned int&, NKikimr::TKikimrScopeId&, TBasicString<char, std::__y1::char_traits<char>>&) /-S/ydb/core/config/init/init.cpp:166:21
#6 0x000041752162 in NKikimr::NConfig::TInitialConfiguratorImpl::RegisterDynamicNode(NKikimr::NConfig::TCommonAppOptions&) /-S/ydb/core/config/init/init_impl.h:1375:17
#7 0x00004173942d in NKikimr::NConfig::TInitialConfiguratorImpl::InitDynamicNode() /-S/ydb/core/config/init/init_impl.h:1444:9
#8 0x000041706b68 in NKikimr::NConfig::TInitialConfiguratorImpl::Parse(TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, NKikimr::NYamlConfig::IConfigSwissKnife*) /-S/ydb/core/config/init/init_impl.h:1177:13
#9 0x0000416d94e7 in Parse /-S/ydb/core/config/init/init.h:328:15
#10 0x0000416d94e7 in NKikimr::NDriverClient::TClientCommandServer::Parse(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp:70:13
#11 0x00003eb44884 in NYdb::NConsoleClient::TClientCommandTree::Prepare(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:510:26
#12 0x00003eb3e00c in NYdb::NConsoleClient::TClientCommand::Process(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:253:9
#13 0x00003eb30897 in NKikimr::NDriverClient::NewClient(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp:77:26
#14 0x00003e95cb48 in NKikimr::Main(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:151:20
#15 0x00003e960a0d in ParameterizedMain(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:201:16
#16 0x00001fc62c15 in main /-S/ydb/apps/ydbd/main.cpp:31:12
#17 0x7f97135e5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
#0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000416f63a1 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x0000416f63a1 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x0000416f63a1 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x0000416f63a1 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x0000416f63a1 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x0000416f63a1 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x0000416f63a1 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x0000416f63a1 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x0000416f63a1 in TBasicString /-S/util/generic/string.h:491:18
#10 0x0000416f63a1 in TBasicString<std::__y1::char_traits<char>, std::__y1::allocator<char> > /-S/util/generic/string.h:458:11
#11 0x0000416f63a1 in NKikimr::NConfig::TDefaultNodeBrokerClient::TResult::ProcessRegistrationDynamicNodeResult(NYdb::Dev::NDiscovery::TNodeRegistrationResult const&, NKikimrConfig::TAppConfig&, unsigned int&, NKikimr::TKikimrScopeId&, TBasicString<char, std::__y1::char_traits<char>>&) /-S/ydb/core/config/init/init.cpp:163:45
#12 0x000041752162 in NKikimr::NConfig::TInitialConfiguratorImpl::RegisterDynamicNode(NKikimr::NConfig::TCommonAppOptions&) /-S/ydb/core/config/init/init_impl.h:1375:17
#13 0x00004173942d in NKikimr::NConfig::TInitialConfiguratorImpl::InitDynamicNode() /-S/ydb/core/config/init/init_impl.h:1444:9
#14 0x000041706b68 in NKikimr::NConfig::TInitialConfiguratorImpl::Parse(TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, NKikimr::NYamlConfig::IConfigSwissKnife*) /-S/ydb/core/config/init/init_impl.h:1177:13
#15 0x0000416d94e7 in Parse /-S/ydb/core/config/init/init.h:328:15
#16 0x0000416d94e7 in NKikimr::NDriverClient::TClientCommandServer::Parse(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp:70:13
#17 0x00003eb44884 in NYdb::NConsoleClient::TClientCommandTree::Prepare(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:510:26
#18 0x00003eb3e00c in NYdb::NConsoleClient::TClientCommand::Process(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:253:9
#19 0x00003eb30897 in NKikimr::NDriverClient::NewClient(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp:77:26
#20 0x00003e95cb48 in NKikimr::Main(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:151:20
#21 0x00003e960a0d in ParameterizedMain(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:201:16
#22 0x00001fc62c15 in main /-S/ydb/apps/ydbd/main.cpp:31:12
#23 0x7f97135e5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
#0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000416f59ef in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x0000416f59ef in TBasicString /-S/util/generic/string.h:491:18
#3 0x0000416f59ef in TBasicString<std::__y1::char_traits<char>, std::__y1::allocator<char> > /-S/util/generic/string.h:458:11
#4 0x0000416f59ef in NKikimr::NConfig::TDefaultNodeBrokerClient::TResult::ProcessRegistrationDynamicNodeResult(NYdb::Dev::NDiscovery::TNodeRegistrationResult const&, NKikimrConfig::TAppConfig&, unsigned int&, NKikimr::TKikimrScopeId&, TBasicString<char, std::__y1::char_traits<char>>&) /-S/ydb/core/config/init/init.cpp:161:38
#5 0x000041752162 in NKikimr::NConfig::TInitialConfiguratorImpl::RegisterDynamicNode(NKikimr::NConfig::TCommonAppOptions&) /-S/ydb/core/config/init/init_impl.h:1375:17
#6 0x00004173942d in NKikimr::NConfig::TInitialConfiguratorImpl::InitDynamicNode() /-S/ydb/core/config/init/init_impl.h:1444:9
#7 0x000041706b68 in NKikimr::NConfig::TInitialConfiguratorImpl::Parse(TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, NKikimr::NYamlConfig::IConfigSwissKnife*) /-S/ydb/core/config/init/init_impl.h:1177:13
#8 0x0000416d94e7 in Parse /-S/ydb/core/config/init/init.h:328:15
#9 0x0000416d94e7 in NKikimr::NDriverClient::TClientCommandServer::Parse(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp:70:13
#10 0x00003eb44884 in NYdb::NConsoleClient::TClientCommandTree::Prepare(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:510:26
#11 0x00003eb3e00c in NYdb::NConsoleClient::TClientCommand::Process(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:253:9
#12 0x00003eb30897 in NKikimr::NDriverClient::NewClient(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp:77:26
#13 0x00003e95cb48 in NKikimr::Main(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:151:20
#14 0x00003e960a0d in ParameterizedMain(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:201:16
#15 0x00001fc62c15 in main /-S/ydb/apps/ydbd/main.cpp:31:12
#16 0x7f97135e5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
#0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000416f604f in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x0000416f604f in TBasicString /-S/util/generic/string.h:491:18
#3 0x0000416f604f in TBasicString<std::__y1::char_traits<char>, std::__y1::allocator<char> > /-S/util/generic/string.h:458:11
#4 0x0000416f604f in NKikimr::NConfig::TDefaultNodeBrokerClient::TResult::ProcessRegistrationDynamicNodeResult(NYdb::Dev::NDiscovery::TNodeRegistrationResult const&, NKikimrConfig::TAppConfig&, unsigned int&, NKikimr::TKikimrScopeId&, TBasicString<char, std::__y1::char_traits<char>>&) /-S/ydb/core/config/init/init.cpp:163:45
#5 0x000041752162 in NKikimr::NConfig::TInitialConfiguratorImpl::RegisterDynamicNode(NKikimr::NConfig::TCommonAppOptions&) /-S/ydb/core/config/init/init_impl.h:1375:17
#6 0x00004173942d in NKikimr::NConfig::TInitialConfiguratorImpl::InitDynamicNode() /-S/ydb/core/config/init/init_impl.h:1444:9
#7 0x000041706b68 in NKikimr::NConfig::TInitialConfiguratorImpl::Parse(TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, NKikimr::NYamlConfig::IConfigSwissKnife*) /-S/ydb/core/config/init/init_impl.h:1177:13
#8 0x0000416d94e7 in Parse /-S/ydb/core/config/init/init.h:328:15
#9 0x0000416d94e7 in NKikimr::NDriverClient::TClientCommandServer::Parse(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp:70:13
#10 0x00003eb44884 in NYdb::NConsoleClient::TClientCommandTree::Prepare(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:510:26
#11 0x00003eb3e00c in NYdb::NConsoleClient::TClientCommand::Process(NYdb::NConsoleClient::TClientCommand::TConfig&) /-S/ydb/public/lib/ydb_cli/common/command.cpp:253:9
#12 0x00003eb30897 in NKikimr::NDriverClient::NewClient(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/cli_utils/cli_cmds_root.cpp:77:26
#13 0x00003e95cb48 in NKikimr::Main(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:151:20
#14 0x00003e960a0d in ParameterizedMain(int, char**, std::__y1::shared_ptr<NKikimr::TModuleFactories>) /-S/ydb/core/driver_lib/run/main.cpp:201:16
#15 0x00001fc62c15 in main /-S/ydb/apps/ydbd/main.cpp:31:12
#16 0x7f97135e5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
#0 0x00001fd3ebdd in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003f47a4ed in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00003f47a4ed in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00003f47a4ed in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
==================== 1 passed, 1 error in 165.88s (0:02:45) ====================
