============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ugof/000a6a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 112 deselected / 4 selected

order_by_with_limit.py .

============================== slowest durations ===============================
4.54s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.20s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
====================== 1 passed, 112 deselected in 5.68s =======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ugof/000a63/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 112 deselected / 4 selected

order_by_with_limit.py .

============================== slowest durations ===============================
58.51s call     order_by_with_limit.py::TestOrderBy::test_random
4.63s setup    order_by_with_limit.py::TestOrderBy::test_random

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
================= 1 passed, 112 deselected in 64.08s (0:01:04) =================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ugof/000ad1/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 112 deselected / 4 selected

order_by_with_limit.py .

============================== slowest durations ===============================
80.08s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
4.53s setup    order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.11s teardown order_by_with_limit.py::TestOrderBy::test_stress_sorting
================= 1 passed, 112 deselected in 85.83s (0:01:25) =================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 112 deselected / 4 selected

test_log_scenario.py FE

==================================== ERRORS ====================================
____________ ERROR at teardown of TestLogScenario.test_log_uniform _____________
ydb/tests/olap/test_log_scenario.py:123: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:702: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stderr
E   Stderr content:
E   
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   VERIFY failed (2025-11-19T22:14:10.365329Z): source_id=111;tablet_id=72075186224037906;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
E   ydb/library/actors/core/log.cpp:857
E   ~TVerifyFormattedRecordWriter(): requirement false failed
E   0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA7965B5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA78EAF6
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB624FC8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD605A6B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DE5258
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DE4FAF
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5E0B7D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x141A47FB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DEB627
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D3C433
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D3C433
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D39253
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D3FD07
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141C25E8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCF9BD5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5C7ED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB615A74
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB619B34
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB619740
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB61A32E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA79820C
E   21. ??:0: ?? @ 0x7F5D6E9DCAC2
E   22. ??:0: ?? @ 0x7F5D6EA6E8BF
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
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/ugof/000a70/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3952587
DEBUG    ya.test:process.py:259 Command (pid 3952587) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3952587) elapsed time (sec): 0.37502026557922363
DEBUG    ya.test:process.py:263 Command (pid 3952587) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) maxrss: 542868
DEBUG    ya.test:process.py:263 Command (pid 3952587) minflt: 16203
DEBUG    ya.test:process.py:263 Command (pid 3952587) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) nivcsw: 10
DEBUG    ya.test:process.py:263 Command (pid 3952587) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) nvcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 3952587) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3952587) stime: 0.207846
DEBUG    ya.test:process.py:263 Command (pid 3952587) utime: 0.11591399999999999
DEBUG    ya.test:process.py:263 Command (pid 3952587) wtime: 0.377
DEBUG    ya.test:process.py:275 Command (pid 3952587) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-5327lwzq5q    Host information: 
        Linux ghrun-5327lwzq5q 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 -UNDEBUG -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 -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -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 3952587) errors:

INFO     __tests__.test_log_scenario:test_log_scenario.py:128 Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-5327lwzq5q    Host information: 
        Linux ghrun-5327lwzq5q 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 -UNDEBUG -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 -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -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:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8087
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:495 Working directory: /home/runner/.ya/build/build_root/ugof/000a70/r3tmp/kikimr_cluster_j0rg7mmt
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64690
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17536
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16766
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30956
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/ugof/000a70/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/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_oy_2lz03.log --grpc-port=64690 --mon-port=17536 --ic-port=8087
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:64690/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/ugof/000a70/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/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_oy_2lz03.log --grpc-port=64690 --mon-port=17536 --ic-port=8087
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_oy_2lz03.log', '--grpc-port=64690', '--mon-port=17536', '--ic-port=8087')' in '/home/runner/.ya/build/build_root/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3952850
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:64690/1
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/ugof/000a70/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3952860
DEBUG    ya.test:process.py:259 Command (pid 3952860) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3952860) elapsed time (sec): 0.8837265968322754
DEBUG    ya.test:process.py:263 Command (pid 3952860) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) maxrss: 542868
DEBUG    ya.test:process.py:263 Command (pid 3952860) minflt: 16200
DEBUG    ya.test:process.py:263 Command (pid 3952860) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) nivcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 3952860) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 3952860) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3952860) stime: 0.748019
DEBUG    ya.test:process.py:263 Command (pid 3952860) utime: 0.08355499999999999
DEBUG    ya.test:process.py:263 Command (pid 3952860) wtime: 0.885
DEBUG    ya.test:process.py:275 Command (pid 3952860) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-5327lwzq5q    Host information: 
        Linux ghrun-5327lwzq5q 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 -UNDEBUG -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 -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -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 3952860) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-5327lwzq5q    Host information: 
        Linux ghrun-5327lwzq5q 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/ugof/000a70/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:64690', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8087\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
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/ugof/000a70/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:64690', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8087\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3955480
DEBUG    ya.test:process.py:259 Command (pid 3955480) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3955480) elapsed time (sec): 0.6615653038024902
DEBUG    ya.test:process.py:263 Command (pid 3955480) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) maxrss: 551336
DEBUG    ya.test:process.py:263 Command (pid 3955480) minflt: 18343
DEBUG    ya.test:process.py:263 Command (pid 3955480) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) nivcsw: 11
DEBUG    ya.test:process.py:263 Command (pid 3955480) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) nvcsw: 116
DEBUG    ya.test:process.py:263 Command (pid 3955480) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3955480) stime: 0.5161939999999999
DEBUG    ya.test:process.py:263 Command (pid 3955480) utime: 0.102159
DEBUG    ya.test:process.py:263 Command (pid 3955480) wtime: 0.663
DEBUG    ya.test:process.py:275 Command (pid 3955480) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:64690', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\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.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/ugof/000a70/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:64690', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\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: 3956062
DEBUG    ya.test:process.py:259 Command (pid 3956062) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3956062) elapsed time (sec): 0.6999099254608154
DEBUG    ya.test:process.py:263 Command (pid 3956062) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) maxrss: 551348
DEBUG    ya.test:process.py:263 Command (pid 3956062) minflt: 18343
DEBUG    ya.test:process.py:263 Command (pid 3956062) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) nivcsw: 31
DEBUG    ya.test:process.py:263 Command (pid 3956062) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) nvcsw: 134
DEBUG    ya.test:process.py:263 Command (pid 3956062) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3956062) stime: 0.531662
DEBUG    ya.test:process.py:263 Command (pid 3956062) utime: 0.107097
DEBUG    ya.test:process.py:263 Command (pid 3956062) wtime: 0.701
DEBUG    ya.test:process.py:275 Command (pid 3956062) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:581 Cluster started and initialized
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
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, ec257e8d-9a57-438e-9edf-dd3be3cd2af2, localhost:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ec257e8d-9a57-438e-9edf-dd3be3cd2af2, localhost:64690): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ec257e8d-9a57-438e-9edf-dd3be3cd2af2, localhost:64690): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-5327lwzq5q.auto.internal" port: 64690 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" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-5327lwzq5q.auto.internal:64690, location 1, 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:64690
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb -e grpc://localhost:64690 -d /Root workload log --path log init --path log --store column --ttl 1000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64690', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3956915
DEBUG    ya.test:process.py:259 Command (pid 3956915) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3956915) elapsed time (sec): 0.3546271324157715
DEBUG    ya.test:process.py:263 Command (pid 3956915) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) maxrss: 168800
DEBUG    ya.test:process.py:263 Command (pid 3956915) minflt: 3550
DEBUG    ya.test:process.py:263 Command (pid 3956915) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 3956915) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) nvcsw: 199
DEBUG    ya.test:process.py:263 Command (pid 3956915) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3956915) stime: 0.030084
DEBUG    ya.test:process.py:263 Command (pid 3956915) utime: 0.051573
DEBUG    ya.test:process.py:263 Command (pid 3956915) wtime: 0.361
DEBUG    ya.test:process.py:275 Command (pid 3956915) output:
Init tables ...
Init tables ...Ok

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

INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb -e grpc://localhost:64690 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64690', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3957308
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3957308) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3957308) elapsed time (sec): 30.144174814224243
DEBUG    ya.test:process.py:263 Command (pid 3957308) wtime: 30.145
DEBUG    ya.test:process.py:275 Command (pid 3957308) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    473	473	0	0	20	23	28	31
2	    488	488	0	0	20	21	22	25
3	    488	488	0	0	20	20	21	23
4	    488	488	0	0	20	20	21	21
5	    487	487	0	0	20	20	21	22
6	    486	486	0	0	20	21	23	24
7	    488	488	0	0	20	21	22	24
8	    487	487	0	0	20	20	21	22
9	    487	487	0	0	20	20	21	21
10	    489	489	0	0	20	20	21	21
11	    487	487	0	0	20	21	21	22
12	    487	487	0	0	20	20	21	21
13	    489	489	0	0	20	20	21	21
14	    487	487	0	0	20	20	21	21
15	    489	489	0	0	20	21	21	25
16	    487	487	0	0	20	21	22	24
17	    487	487	0	0	20	21	22	24
18	    487	487	0	0	20	20	21	24
19	    489	489	0	0	20	20	21	21
20	    480	480	0	0	20	21	36	37
21	    483	483	0	0	20	21	30	31
22	    488	488	0	0	20	21	21	21
23	    487	487	0	0	20	21	21	22
24	    486	486	0	0	20	20	23	23
25	    477	477	0	0	20	26	35	41
26	    489	489	0	0	20	20	21	24
27	    488	488	0	0	20	20	21	22
28	    480	480	0	0	20	21	34	42
29	    484	484	0	0	20	21	33	41
30	    489	489	0	0	20	21	42	49

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  14581	486.033	0	0	20	21	23	49

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ef18ac41-f7b0-44b4-a62c-ecb7df53f3a4, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ef18ac41-f7b0-44b4-a62c-ecb7df53f3a4, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ef18ac41-f7b0-44b4-a62c-ecb7df53f3a4, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 7cc825c2-278c-4977-a0d2-e3b6b8e6bafd, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 7cc825c2-278c-4977-a0d2-e3b6b8e6bafd, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 7cc825c2-278c-4977-a0d2-e3b6b8e6bafd, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 82a8cabc-49a8-4a55-b09c-ca6f8499e601, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 82a8cabc-49a8-4a55-b09c-ca6f8499e601, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 82a8cabc-49a8-4a55-b09c-ca6f8499e601, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=
INFO     root:test_log_scenario.py:217 Count rows after insert 14310 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f0f880e5-8884-42f7-a41f-c174ea170ae1, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f0f880e5-8884-42f7-a41f-c174ea170ae1, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f0f880e5-8884-42f7-a41f-c174ea170ae1, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 839625f2-d94e-4659-ae28-11a614066cd6, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 839625f2-d94e-4659-ae28-11a614066cd6, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 839625f2-d94e-4659-ae28-11a614066cd6, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb -e grpc://localhost:64690 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb -e grpc://localhost:64690 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.1
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb -e grpc://localhost:64690 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 827f6cfb-051a-4581-adf1-3753e52e4500, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 827f6cfb-051a-4581-adf1-3753e52e4500, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 594b5cc6-a16e-409d-876b-f11728f37fdc, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 827f6cfb-051a-4581-adf1-3753e52e4500, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64690', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 594b5cc6-a16e-409d-876b-f11728f37fdc, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:628 Command pid: 3975108
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64690', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3975109
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 594b5cc6-a16e-409d-876b-f11728f37fdc, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=Yjk5NTdmMDAtMzIzYWVkYTQtZDAzN2ZmYjgtZDIzYmIxM2Y=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, a11a2339-bee3-419e-9033-edc1c476a231, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, a11a2339-bee3-419e-9033-edc1c476a231, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=Yjk5NTdmMDAtMzIzYWVkYTQtZDAzN2ZmYjgtZDIzYmIxM2Y=" }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64690', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, a11a2339-bee3-419e-9033-edc1c476a231, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 3975110
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=Yjk5NTdmMDAtMzIzYWVkYTQtZDAzN2ZmYjgtZDIzYmIxM2Y=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 94a3ebe2-44a6-4ba6-bf06-a095f0e0d578, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 94a3ebe2-44a6-4ba6-bf06-a095f0e0d578, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=Yjk5NTdmMDAtMzIzYWVkYTQtZDAzN2ZmYjgtZDIzYmIxM2Y=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8c93b925-dd8a-4929-932b-b9b8fb27c338, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8c93b925-dd8a-4929-932b-b9b8fb27c338, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 94a3ebe2-44a6-4ba6-bf06-a095f0e0d578, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8c93b925-dd8a-4929-932b-b9b8fb27c338, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NzZjMzUwNDItMWUyMDU0NDktNDIxMGU2YjQtZjE0ODgyMDU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 4bd7cd71-a1f8-40f0-acc1-384cb952323d, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 4bd7cd71-a1f8-40f0-acc1-384cb952323d, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=NzZjMzUwNDItMWUyMDU0NDktNDIxMGU2YjQtZjE0ODgyMDU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 4bd7cd71-a1f8-40f0-acc1-384cb952323d, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NzZjMzUwNDItMWUyMDU0NDktNDIxMGU2YjQtZjE0ODgyMDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 825429ea-32d4-471a-9cae-3d2bd47f89e1, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 825429ea-32d4-471a-9cae-3d2bd47f89e1, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=NzZjMzUwNDItMWUyMDU0NDktNDIxMGU2YjQtZjE0ODgyMDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3213b834-ea70-452d-be57-ec62e6fd10bb, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3213b834-ea70-452d-be57-ec62e6fd10bb, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 825429ea-32d4-471a-9cae-3d2bd47f89e1, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3213b834-ea70-452d-be57-ec62e6fd10bb, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZGJhNmQ4MjMtYTZlZjRhYTMtNDFhYzg2NDMtYmRmYTA0NTg=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 3e3bc231-6b69-433a-87c2-88193feb79b7, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 3e3bc231-6b69-433a-87c2-88193feb79b7, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=ZGJhNmQ4MjMtYTZlZjRhYTMtNDFhYzg2NDMtYmRmYTA0NTg=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 3e3bc231-6b69-433a-87c2-88193feb79b7, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ZGJhNmQ4MjMtYTZlZjRhYTMtNDFhYzg2NDMtYmRmYTA0NTg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 728c148a-48da-485f-a868-fc13f4116794, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 728c148a-48da-485f-a868-fc13f4116794, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=ZGJhNmQ4MjMtYTZlZjRhYTMtNDFhYzg2NDMtYmRmYTA0NTg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7d04133f-9dc9-4449-9c40-928394edd01a, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7d04133f-9dc9-4449-9c40-928394edd01a, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 728c148a-48da-485f-a868-fc13f4116794, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7d04133f-9dc9-4449-9c40-928394edd01a, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ODUyNWNkMDgtYzc0M2IxMjUtOWZhMTRkZDUtZDY2M2NlMTU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 7eeae350-7aac-464e-a19d-ed991301e2e3, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 7eeae350-7aac-464e-a19d-ed991301e2e3, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=ODUyNWNkMDgtYzc0M2IxMjUtOWZhMTRkZDUtZDY2M2NlMTU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 7eeae350-7aac-464e-a19d-ed991301e2e3, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ODUyNWNkMDgtYzc0M2IxMjUtOWZhMTRkZDUtZDY2M2NlMTU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4d6c4fe8-f620-44b4-a32f-5ec611ca128b, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4d6c4fe8-f620-44b4-a32f-5ec611ca128b, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=ODUyNWNkMDgtYzc0M2IxMjUtOWZhMTRkZDUtZDY2M2NlMTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 59c5828b-b1c1-4dc8-90ce-399f6218ac2f, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 59c5828b-b1c1-4dc8-90ce-399f6218ac2f, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4d6c4fe8-f620-44b4-a32f-5ec611ca128b, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 59c5828b-b1c1-4dc8-90ce-399f6218ac2f, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ODcxYWYzODYtNGE5OWIzNWUtODQ4MWU2M2YtY2I5MzIwZmI=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, dfc3f05f-c69e-4721-8a40-a578b82ff1f0, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, dfc3f05f-c69e-4721-8a40-a578b82ff1f0, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=ODcxYWYzODYtNGE5OWIzNWUtODQ4MWU2M2YtY2I5MzIwZmI=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, dfc3f05f-c69e-4721-8a40-a578b82ff1f0, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ODcxYWYzODYtNGE5OWIzNWUtODQ4MWU2M2YtY2I5MzIwZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d858b509-6cdb-46e4-8f9d-850b5dc2567b, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d858b509-6cdb-46e4-8f9d-850b5dc2567b, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=ODcxYWYzODYtNGE5OWIzNWUtODQ4MWU2M2YtY2I5MzIwZmI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b6c8ce2c-6eb2-47aa-b45d-a6dd6756aef0, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d858b509-6cdb-46e4-8f9d-850b5dc2567b, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b6c8ce2c-6eb2-47aa-b45d-a6dd6756aef0, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b6c8ce2c-6eb2-47aa-b45d-a6dd6756aef0, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YTBmNWM2MWMtYzQxMzYwZGMtN2FiMjA5ODEtNmQ3N2RhZDU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 7a53c531-cf82-4982-abd4-96bff2ba0ca5, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 7a53c531-cf82-4982-abd4-96bff2ba0ca5, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=YTBmNWM2MWMtYzQxMzYwZGMtN2FiMjA5ODEtNmQ3N2RhZDU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 7a53c531-cf82-4982-abd4-96bff2ba0ca5, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YTBmNWM2MWMtYzQxMzYwZGMtN2FiMjA5ODEtNmQ3N2RhZDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5a32acfc-f84e-4d78-8bc0-2d8e178d5b44, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5a32acfc-f84e-4d78-8bc0-2d8e178d5b44, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=YTBmNWM2MWMtYzQxMzYwZGMtN2FiMjA5ODEtNmQ3N2RhZDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 9fda0f66-a931-4c02-8c3b-779f9be2b75c, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5a32acfc-f84e-4d78-8bc0-2d8e178d5b44, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9fda0f66-a931-4c02-8c3b-779f9be2b75c, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9fda0f66-a931-4c02-8c3b-779f9be2b75c, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=N2MzYTQ1ODAtMjcwMmQ1N2QtZmY3NTNiZmItYjk1OTBhMjE=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 96903ba6-3e32-4b2e-bf81-fe7aeb36953e, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 96903ba6-3e32-4b2e-bf81-fe7aeb36953e, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=N2MzYTQ1ODAtMjcwMmQ1N2QtZmY3NTNiZmItYjk1OTBhMjE=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 96903ba6-3e32-4b2e-bf81-fe7aeb36953e, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=N2MzYTQ1ODAtMjcwMmQ1N2QtZmY3NTNiZmItYjk1OTBhMjE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 622f0972-269b-40aa-b630-93f275f7fc22, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 622f0972-269b-40aa-b630-93f275f7fc22, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=N2MzYTQ1ODAtMjcwMmQ1N2QtZmY3NTNiZmItYjk1OTBhMjE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5580d7e0-b257-47ad-b299-878b7532df12, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5580d7e0-b257-47ad-b299-878b7532df12, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 622f0972-269b-40aa-b630-93f275f7fc22, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5580d7e0-b257-47ad-b299-878b7532df12, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTQ0MDQ1YjMtMjQ4ZWRjN2YtZTViN2Y4YmItYTEwOTIyNDg=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 17a40a63-4933-4a4c-9242-263e21aeded7, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 17a40a63-4933-4a4c-9242-263e21aeded7, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=OTQ0MDQ1YjMtMjQ4ZWRjN2YtZTViN2Y4YmItYTEwOTIyNDg=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 17a40a63-4933-4a4c-9242-263e21aeded7, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=OTQ0MDQ1YjMtMjQ4ZWRjN2YtZTViN2Y4YmItYTEwOTIyNDg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 337eb72e-e22f-4323-a87d-11bf2583175b, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 337eb72e-e22f-4323-a87d-11bf2583175b, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=OTQ0MDQ1YjMtMjQ4ZWRjN2YtZTViN2Y4YmItYTEwOTIyNDg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 337eb72e-e22f-4323-a87d-11bf2583175b, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, e5edd711-797e-45e7-96c9-9d7daf060cfd, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e5edd711-797e-45e7-96c9-9d7daf060cfd, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e5edd711-797e-45e7-96c9-9d7daf060cfd, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NDM1NjhjZTktNzY0NmQxNi03ZGNkYzRkYi1mN2E0ODExZg==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 8658b074-0e97-4a79-ba87-5d5f396647d9, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 8658b074-0e97-4a79-ba87-5d5f396647d9, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=NDM1NjhjZTktNzY0NmQxNi03ZGNkYzRkYi1mN2E0ODExZg==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 8658b074-0e97-4a79-ba87-5d5f396647d9, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NDM1NjhjZTktNzY0NmQxNi03ZGNkYzRkYi1mN2E0ODExZg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 26d1edf3-c7ad-4fcd-860a-4a7e0854a53b, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 26d1edf3-c7ad-4fcd-860a-4a7e0854a53b, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=NDM1NjhjZTktNzY0NmQxNi03ZGNkYzRkYi1mN2E0ODExZg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 26d1edf3-c7ad-4fcd-860a-4a7e0854a53b, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7cc825c2-278c-4977-a0d2-e3b6b8e6bafd, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743017942+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a11a2339-bee3-419e-9033-edc1c476a231, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743159562+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4bd7cd71-a1f8-40f0-acc1-384cb952323d, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743177062+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3e3bc231-6b69-433a-87c2-88193feb79b7, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.743194427+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7eeae350-7aac-464e-a19d-ed991301e2e3, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.743214464+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dfc3f05f-c69e-4721-8a40-a578b82ff1f0, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.743230421+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7a53c531-cf82-4982-abd4-96bff2ba0ca5, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743249113+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 96903ba6-3e32-4b2e-bf81-fe7aeb36953e, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743268887+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 17a40a63-4933-4a4c-9242-263e21aeded7, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743288443+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8658b074-0e97-4a79-ba87-5d5f396647d9, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743307621+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 94a3ebe2-44a6-4ba6-bf06-a095f0e0d578, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.743168838+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 825429ea-32d4-471a-9cae-3d2bd47f89e1, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.743185776+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 827f6cfb-051a-4581-adf1-3753e52e4500, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.743144225+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 728c148a-48da-485f-a868-fc13f4116794, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.7432034+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4d6c4fe8-f620-44b4-a32f-5ec611ca128b, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743222156+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d858b509-6cdb-46e4-8f9d-850b5dc2567b, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743241542+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5a32acfc-f84e-4d78-8bc0-2d8e178d5b44, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743258919+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 622f0972-269b-40aa-b630-93f275f7fc22, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.74327977+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 337eb72e-e22f-4323-a87d-11bf2583175b, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.743300455+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 26d1edf3-c7ad-4fcd-860a-4a7e0854a53b, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.74331569+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
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.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3975109) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 3975108) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3975109) elapsed time (sec): 30.167489767074585
DEBUG    ya.test:process.py:260 Command (pid 3975108) elapsed time (sec): 30.21782875061035
DEBUG    ya.test:process.py:263 Command (pid 3975109) wtime: 30.168
DEBUG    ya.test:process.py:263 Command (pid 3975108) wtime: 30.22
DEBUG    ya.test:process.py:275 Command (pid 3975109) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	862	0	0	0	0
4	      0	0	0	2515	0	0	0	0
5	      0	0	0	2449	0	0	0	0
6	      0	0	0	1852	0	0	0	0
7	      0	0	0	1836	0	0	0	0
8	      0	0	0	853	0	0	0	0
9	      0	0	0	2031	0	0	0	0
10	      0	0	0	2264	0	0	0	0
11	      0	0	0	655	0	0	0	0
12	      0	0	0	1871	0	0	0	0
13	      0	0	0	2229	0	0	0	0
14	      0	0	0	1428	0	0	0	0
15	      0	0	0	2056	0	0	0	0
16	      0	0	0	2700	0	0	0	0
17	      0	0	0	2380	0	0	0	0
18	      0	0	0	2358	0	0	0	0
19	      0	0	0	2305	0	0	0	0
20	      0	0	0	2115	0	0	0	0
21	      0	0	0	2240	0	0	0	0
22	      0	0	0	2046	0	0	0	0
23	      0	0	0	2409	0	0	0	0
24	      0	0	0	2610	0	0	0	0
25	      0	0	0	2753	0	0	0	0
26	      0	0	0	2557	0	0	0	0
27	      0	0	0	2719	0	0	0	0
28	      0	0	0	2720	0	0	0	0
29	      0	0	0	2849	0	0	0	0
30	      0	0	0	2829	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      0	0	0	60501	0	0	0	0

DEBUG    ya.test:process.py:275 Command (pid 3975108) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     37	37	0	0	263	467	501	501
2	    200	200	0	0	47	65	71	80
3	     27	27	0	763	47	96	98	98
4	      0	0	0	2432	0	0	0	0
5	      0	0	0	2408	0	0	0	0
6	      0	0	0	1767	0	0	0	0
7	      0	0	0	1759	0	0	0	0
8	      0	0	0	1053	0	0	0	0
9	      0	0	0	2035	0	0	0	0
10	      0	0	0	2135	0	0	0	0
11	      0	0	0	646	0	0	0	0
12	      0	0	0	1874	0	0	0	0
13	      0	0	0	2248	0	0	0	0
14	      0	0	0	1303	0	0	0	0
15	      0	0	0	2013	0	0	0	0
16	      0	0	0	2700	0	0	0	0
17	      0	0	0	2364	0	0	0	0
18	      0	0	0	2320	0	0	0	0
19	      0	0	0	2271	0	0	0	0
20	      0	0	0	2072	0	0	0	0
21	      0	0	0	2219	0	0	0	0
22	      0	0	0	2072	0	0	0	0
23	      0	0	0	2415	0	0	0	0
24	      0	0	0	2640	0	0	0	0
25	      0	0	0	2739	0	0	0	0
26	      0	0	0	2559	0	0	0	0
27	      0	0	0	2730	0	0	0	0
28	      0	0	0	2681	0	0	0	0
29	      0	0	0	2838	0	0	0	0
30	      0	0	0	2830	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    264	8.8	0	59886	49	325	465	501

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

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3975110) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3975110) elapsed time (sec): 30.231465339660645
DEBUG    ya.test:process.py:263 Command (pid 3975110) wtime: 30.233
DEBUG    ya.test:process.py:275 Command (pid 3975110) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     22	22	0	0	397	635	659	659
2	    155	155	0	0	65	81	96	97
3	     19	19	0	859	68	92	102	102
4	      0	0	0	2447	0	0	0	0
5	      0	0	0	2460	0	0	0	0
6	      0	0	0	1745	0	0	0	0
7	      0	0	0	1510	0	0	0	0
8	      0	0	0	1256	0	0	0	0
9	      0	0	0	2116	0	0	0	0
10	      0	0	0	2248	0	0	0	0
11	      0	0	0	676	0	0	0	0
12	      0	0	0	1969	0	0	0	0
13	      0	0	0	2252	0	0	0	0
14	      0	0	0	1381	0	0	0	0
15	      0	0	0	2184	0	0	0	0
16	      0	0	0	2703	0	0	0	0
17	      0	0	0	2378	0	0	0	0
18	      0	0	0	2337	0	0	0	0
19	      0	0	0	2308	0	0	0	0
20	      0	0	0	2105	0	0	0	0
21	      0	0	0	2220	0	0	0	0
22	      0	0	0	2162	0	0	0	0
23	      0	0	0	2418	0	0	0	0
24	      0	0	0	2646	0	0	0	0
25	      0	0	0	2749	0	0	0	0
26	      0	0	0	2560	0	0	0	0
27	      0	0	0	2720	0	0	0	0
28	      0	0	0	2689	0	0	0	0
29	      0	0	0	2860	0	0	0	0
30	      0	0	0	2820	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    196	6.53333	0	60778	67	397	627	659

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
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:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-5327lwzq5q'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.3952850' in '/home/runner/.ya/build/build_root/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_oy_2lz03.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:64690/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30956
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16766
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17536
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64690
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8087
=================================== FAILURES ===================================
_______________________ TestLogScenario.test_log_uniform _______________________
ydb/tests/olap/test_log_scenario.py:235: in test_log_uniform
    thread.join()
ydb/tests/olap/common/thread_helper.py:18: in join
    raise self.exc
ydb/tests/olap/common/thread_helper.py:11: in run
    self.ret = self._target(*self._args, **self._kwargs)
ydb/tests/olap/test_log_scenario.py:147: in aggregation_query
    self.ydb_client.query(f"SELECT COUNT(*) FROM `{self.table_name}` ")
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:130: in retry_operation_impl
    raise status
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:248: in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
contrib/python/ydb/py3/ydb/query/pool.py:331: in __enter__
    self._session = self._pool.acquire(self._timeout)
contrib/python/ydb/py3/ydb/query/pool.py:111: in acquire
    session = self._create_new_session(time_left)
contrib/python/ydb/py3/ydb/query/pool.py:63: in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
contrib/python/ydb/py3/ydb/query/session.py:301: in create
    self._create_call(settings=settings)
contrib/python/ydb/py3/ydb/query/session.py:171: in _create_call
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:459: in __call__
    connection = self._store.get(preferred_endpoint)
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:144: in get
    raise issues.ConnectionLost("Couldn't find valid connection")
E   ydb.issues.ConnectionLost: Couldn't find valid connection
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
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/ugof/000a70/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3952587
DEBUG    ya.test:process.py:259 Command (pid 3952587) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3952587) elapsed time (sec): 0.37502026557922363
DEBUG    ya.test:process.py:263 Command (pid 3952587) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) maxrss: 542868
DEBUG    ya.test:process.py:263 Command (pid 3952587) minflt: 16203
DEBUG    ya.test:process.py:263 Command (pid 3952587) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) nivcsw: 10
DEBUG    ya.test:process.py:263 Command (pid 3952587) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3952587) nvcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 3952587) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3952587) stime: 0.207846
DEBUG    ya.test:process.py:263 Command (pid 3952587) utime: 0.11591399999999999
DEBUG    ya.test:process.py:263 Command (pid 3952587) wtime: 0.377
DEBUG    ya.test:process.py:275 Command (pid 3952587) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-5327lwzq5q    Host information: 
        Linux ghrun-5327lwzq5q 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 -UNDEBUG -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 -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -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 3952587) errors:

INFO     __tests__.test_log_scenario:test_log_scenario.py:128 Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-5327lwzq5q    Host information: 
        Linux ghrun-5327lwzq5q 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 -UNDEBUG -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 -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -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:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8087
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:495 Working directory: /home/runner/.ya/build/build_root/ugof/000a70/r3tmp/kikimr_cluster_j0rg7mmt
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64690
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17536
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16766
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30956
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/ugof/000a70/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/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_oy_2lz03.log --grpc-port=64690 --mon-port=17536 --ic-port=8087
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:64690/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/ugof/000a70/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/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_oy_2lz03.log --grpc-port=64690 --mon-port=17536 --ic-port=8087
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_oy_2lz03.log', '--grpc-port=64690', '--mon-port=17536', '--ic-port=8087')' in '/home/runner/.ya/build/build_root/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3952850
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:64690/1
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/ugof/000a70/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3952860
DEBUG    ya.test:process.py:259 Command (pid 3952860) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3952860) elapsed time (sec): 0.8837265968322754
DEBUG    ya.test:process.py:263 Command (pid 3952860) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) maxrss: 542868
DEBUG    ya.test:process.py:263 Command (pid 3952860) minflt: 16200
DEBUG    ya.test:process.py:263 Command (pid 3952860) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) nivcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 3952860) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3952860) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 3952860) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3952860) stime: 0.748019
DEBUG    ya.test:process.py:263 Command (pid 3952860) utime: 0.08355499999999999
DEBUG    ya.test:process.py:263 Command (pid 3952860) wtime: 0.885
DEBUG    ya.test:process.py:275 Command (pid 3952860) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-5327lwzq5q    Host information: 
        Linux ghrun-5327lwzq5q 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 -UNDEBUG -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 -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -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 3952860) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-5327lwzq5q    Host information: 
        Linux ghrun-5327lwzq5q 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/ugof/000a70/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:64690', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8087\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
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/ugof/000a70/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:64690', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8087\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3955480
DEBUG    ya.test:process.py:259 Command (pid 3955480) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3955480) elapsed time (sec): 0.6615653038024902
DEBUG    ya.test:process.py:263 Command (pid 3955480) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) maxrss: 551336
DEBUG    ya.test:process.py:263 Command (pid 3955480) minflt: 18343
DEBUG    ya.test:process.py:263 Command (pid 3955480) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) nivcsw: 11
DEBUG    ya.test:process.py:263 Command (pid 3955480) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3955480) nvcsw: 116
DEBUG    ya.test:process.py:263 Command (pid 3955480) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3955480) stime: 0.5161939999999999
DEBUG    ya.test:process.py:263 Command (pid 3955480) utime: 0.102159
DEBUG    ya.test:process.py:263 Command (pid 3955480) wtime: 0.663
DEBUG    ya.test:process.py:275 Command (pid 3955480) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:64690', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\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.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/ugof/000a70/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:64690', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\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: 3956062
DEBUG    ya.test:process.py:259 Command (pid 3956062) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3956062) elapsed time (sec): 0.6999099254608154
DEBUG    ya.test:process.py:263 Command (pid 3956062) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) maxrss: 551348
DEBUG    ya.test:process.py:263 Command (pid 3956062) minflt: 18343
DEBUG    ya.test:process.py:263 Command (pid 3956062) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) nivcsw: 31
DEBUG    ya.test:process.py:263 Command (pid 3956062) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3956062) nvcsw: 134
DEBUG    ya.test:process.py:263 Command (pid 3956062) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3956062) stime: 0.531662
DEBUG    ya.test:process.py:263 Command (pid 3956062) utime: 0.107097
DEBUG    ya.test:process.py:263 Command (pid 3956062) wtime: 0.701
DEBUG    ya.test:process.py:275 Command (pid 3956062) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:581 Cluster started and initialized
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
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, ec257e8d-9a57-438e-9edf-dd3be3cd2af2, localhost:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ec257e8d-9a57-438e-9edf-dd3be3cd2af2, localhost:64690): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ec257e8d-9a57-438e-9edf-dd3be3cd2af2, localhost:64690): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-5327lwzq5q.auto.internal" port: 64690 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" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-5327lwzq5q.auto.internal:64690, location 1, 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:64690
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb -e grpc://localhost:64690 -d /Root workload log --path log init --path log --store column --ttl 1000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64690', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3956915
DEBUG    ya.test:process.py:259 Command (pid 3956915) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3956915) elapsed time (sec): 0.3546271324157715
DEBUG    ya.test:process.py:263 Command (pid 3956915) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) maxrss: 168800
DEBUG    ya.test:process.py:263 Command (pid 3956915) minflt: 3550
DEBUG    ya.test:process.py:263 Command (pid 3956915) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 3956915) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3956915) nvcsw: 199
DEBUG    ya.test:process.py:263 Command (pid 3956915) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3956915) stime: 0.030084
DEBUG    ya.test:process.py:263 Command (pid 3956915) utime: 0.051573
DEBUG    ya.test:process.py:263 Command (pid 3956915) wtime: 0.361
DEBUG    ya.test:process.py:275 Command (pid 3956915) output:
Init tables ...
Init tables ...Ok

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

INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb -e grpc://localhost:64690 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64690', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3957308
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3957308) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3957308) elapsed time (sec): 30.144174814224243
DEBUG    ya.test:process.py:263 Command (pid 3957308) wtime: 30.145
DEBUG    ya.test:process.py:275 Command (pid 3957308) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    473	473	0	0	20	23	28	31
2	    488	488	0	0	20	21	22	25
3	    488	488	0	0	20	20	21	23
4	    488	488	0	0	20	20	21	21
5	    487	487	0	0	20	20	21	22
6	    486	486	0	0	20	21	23	24
7	    488	488	0	0	20	21	22	24
8	    487	487	0	0	20	20	21	22
9	    487	487	0	0	20	20	21	21
10	    489	489	0	0	20	20	21	21
11	    487	487	0	0	20	21	21	22
12	    487	487	0	0	20	20	21	21
13	    489	489	0	0	20	20	21	21
14	    487	487	0	0	20	20	21	21
15	    489	489	0	0	20	21	21	25
16	    487	487	0	0	20	21	22	24
17	    487	487	0	0	20	21	22	24
18	    487	487	0	0	20	20	21	24
19	    489	489	0	0	20	20	21	21
20	    480	480	0	0	20	21	36	37
21	    483	483	0	0	20	21	30	31
22	    488	488	0	0	20	21	21	21
23	    487	487	0	0	20	21	21	22
24	    486	486	0	0	20	20	23	23
25	    477	477	0	0	20	26	35	41
26	    489	489	0	0	20	20	21	24
27	    488	488	0	0	20	20	21	22
28	    480	480	0	0	20	21	34	42
29	    484	484	0	0	20	21	33	41
30	    489	489	0	0	20	21	42	49

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  14581	486.033	0	0	20	21	23	49

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ef18ac41-f7b0-44b4-a62c-ecb7df53f3a4, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ef18ac41-f7b0-44b4-a62c-ecb7df53f3a4, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ef18ac41-f7b0-44b4-a62c-ecb7df53f3a4, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 7cc825c2-278c-4977-a0d2-e3b6b8e6bafd, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 7cc825c2-278c-4977-a0d2-e3b6b8e6bafd, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 7cc825c2-278c-4977-a0d2-e3b6b8e6bafd, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 82a8cabc-49a8-4a55-b09c-ca6f8499e601, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 82a8cabc-49a8-4a55-b09c-ca6f8499e601, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 82a8cabc-49a8-4a55-b09c-ca6f8499e601, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=
INFO     root:test_log_scenario.py:217 Count rows after insert 14310 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f0f880e5-8884-42f7-a41f-c174ea170ae1, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f0f880e5-8884-42f7-a41f-c174ea170ae1, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f0f880e5-8884-42f7-a41f-c174ea170ae1, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 839625f2-d94e-4659-ae28-11a614066cd6, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 839625f2-d94e-4659-ae28-11a614066cd6, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 839625f2-d94e-4659-ae28-11a614066cd6, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb -e grpc://localhost:64690 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb -e grpc://localhost:64690 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.1
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb -e grpc://localhost:64690 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 827f6cfb-051a-4581-adf1-3753e52e4500, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 827f6cfb-051a-4581-adf1-3753e52e4500, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=OGJiYTZiZGEtMTM3OGNhMDYtNGRmNTJjZDktOWIzMzA4OTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 594b5cc6-a16e-409d-876b-f11728f37fdc, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 827f6cfb-051a-4581-adf1-3753e52e4500, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64690', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 594b5cc6-a16e-409d-876b-f11728f37fdc, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:628 Command pid: 3975108
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64690', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3975109
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 594b5cc6-a16e-409d-876b-f11728f37fdc, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=Yjk5NTdmMDAtMzIzYWVkYTQtZDAzN2ZmYjgtZDIzYmIxM2Y=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, a11a2339-bee3-419e-9033-edc1c476a231, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, a11a2339-bee3-419e-9033-edc1c476a231, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=Yjk5NTdmMDAtMzIzYWVkYTQtZDAzN2ZmYjgtZDIzYmIxM2Y=" }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ugof/000a70/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64690', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, a11a2339-bee3-419e-9033-edc1c476a231, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 3975110
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=Yjk5NTdmMDAtMzIzYWVkYTQtZDAzN2ZmYjgtZDIzYmIxM2Y=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 94a3ebe2-44a6-4ba6-bf06-a095f0e0d578, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 94a3ebe2-44a6-4ba6-bf06-a095f0e0d578, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=Yjk5NTdmMDAtMzIzYWVkYTQtZDAzN2ZmYjgtZDIzYmIxM2Y=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8c93b925-dd8a-4929-932b-b9b8fb27c338, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8c93b925-dd8a-4929-932b-b9b8fb27c338, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 94a3ebe2-44a6-4ba6-bf06-a095f0e0d578, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8c93b925-dd8a-4929-932b-b9b8fb27c338, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NzZjMzUwNDItMWUyMDU0NDktNDIxMGU2YjQtZjE0ODgyMDU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 4bd7cd71-a1f8-40f0-acc1-384cb952323d, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 4bd7cd71-a1f8-40f0-acc1-384cb952323d, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=NzZjMzUwNDItMWUyMDU0NDktNDIxMGU2YjQtZjE0ODgyMDU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 4bd7cd71-a1f8-40f0-acc1-384cb952323d, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NzZjMzUwNDItMWUyMDU0NDktNDIxMGU2YjQtZjE0ODgyMDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 825429ea-32d4-471a-9cae-3d2bd47f89e1, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 825429ea-32d4-471a-9cae-3d2bd47f89e1, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=NzZjMzUwNDItMWUyMDU0NDktNDIxMGU2YjQtZjE0ODgyMDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3213b834-ea70-452d-be57-ec62e6fd10bb, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3213b834-ea70-452d-be57-ec62e6fd10bb, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 825429ea-32d4-471a-9cae-3d2bd47f89e1, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3213b834-ea70-452d-be57-ec62e6fd10bb, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZGJhNmQ4MjMtYTZlZjRhYTMtNDFhYzg2NDMtYmRmYTA0NTg=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 3e3bc231-6b69-433a-87c2-88193feb79b7, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 3e3bc231-6b69-433a-87c2-88193feb79b7, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=ZGJhNmQ4MjMtYTZlZjRhYTMtNDFhYzg2NDMtYmRmYTA0NTg=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 3e3bc231-6b69-433a-87c2-88193feb79b7, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ZGJhNmQ4MjMtYTZlZjRhYTMtNDFhYzg2NDMtYmRmYTA0NTg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 728c148a-48da-485f-a868-fc13f4116794, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 728c148a-48da-485f-a868-fc13f4116794, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=ZGJhNmQ4MjMtYTZlZjRhYTMtNDFhYzg2NDMtYmRmYTA0NTg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7d04133f-9dc9-4449-9c40-928394edd01a, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7d04133f-9dc9-4449-9c40-928394edd01a, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 728c148a-48da-485f-a868-fc13f4116794, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7d04133f-9dc9-4449-9c40-928394edd01a, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ODUyNWNkMDgtYzc0M2IxMjUtOWZhMTRkZDUtZDY2M2NlMTU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 7eeae350-7aac-464e-a19d-ed991301e2e3, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 7eeae350-7aac-464e-a19d-ed991301e2e3, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=ODUyNWNkMDgtYzc0M2IxMjUtOWZhMTRkZDUtZDY2M2NlMTU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 7eeae350-7aac-464e-a19d-ed991301e2e3, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ODUyNWNkMDgtYzc0M2IxMjUtOWZhMTRkZDUtZDY2M2NlMTU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4d6c4fe8-f620-44b4-a32f-5ec611ca128b, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4d6c4fe8-f620-44b4-a32f-5ec611ca128b, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=ODUyNWNkMDgtYzc0M2IxMjUtOWZhMTRkZDUtZDY2M2NlMTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 59c5828b-b1c1-4dc8-90ce-399f6218ac2f, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 59c5828b-b1c1-4dc8-90ce-399f6218ac2f, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4d6c4fe8-f620-44b4-a32f-5ec611ca128b, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 59c5828b-b1c1-4dc8-90ce-399f6218ac2f, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ODcxYWYzODYtNGE5OWIzNWUtODQ4MWU2M2YtY2I5MzIwZmI=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, dfc3f05f-c69e-4721-8a40-a578b82ff1f0, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, dfc3f05f-c69e-4721-8a40-a578b82ff1f0, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=ODcxYWYzODYtNGE5OWIzNWUtODQ4MWU2M2YtY2I5MzIwZmI=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, dfc3f05f-c69e-4721-8a40-a578b82ff1f0, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ODcxYWYzODYtNGE5OWIzNWUtODQ4MWU2M2YtY2I5MzIwZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d858b509-6cdb-46e4-8f9d-850b5dc2567b, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d858b509-6cdb-46e4-8f9d-850b5dc2567b, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=ODcxYWYzODYtNGE5OWIzNWUtODQ4MWU2M2YtY2I5MzIwZmI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b6c8ce2c-6eb2-47aa-b45d-a6dd6756aef0, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d858b509-6cdb-46e4-8f9d-850b5dc2567b, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b6c8ce2c-6eb2-47aa-b45d-a6dd6756aef0, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b6c8ce2c-6eb2-47aa-b45d-a6dd6756aef0, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YTBmNWM2MWMtYzQxMzYwZGMtN2FiMjA5ODEtNmQ3N2RhZDU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 7a53c531-cf82-4982-abd4-96bff2ba0ca5, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 7a53c531-cf82-4982-abd4-96bff2ba0ca5, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=YTBmNWM2MWMtYzQxMzYwZGMtN2FiMjA5ODEtNmQ3N2RhZDU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 7a53c531-cf82-4982-abd4-96bff2ba0ca5, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YTBmNWM2MWMtYzQxMzYwZGMtN2FiMjA5ODEtNmQ3N2RhZDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5a32acfc-f84e-4d78-8bc0-2d8e178d5b44, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5a32acfc-f84e-4d78-8bc0-2d8e178d5b44, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=YTBmNWM2MWMtYzQxMzYwZGMtN2FiMjA5ODEtNmQ3N2RhZDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 9fda0f66-a931-4c02-8c3b-779f9be2b75c, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5a32acfc-f84e-4d78-8bc0-2d8e178d5b44, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9fda0f66-a931-4c02-8c3b-779f9be2b75c, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9fda0f66-a931-4c02-8c3b-779f9be2b75c, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=N2MzYTQ1ODAtMjcwMmQ1N2QtZmY3NTNiZmItYjk1OTBhMjE=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 96903ba6-3e32-4b2e-bf81-fe7aeb36953e, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 96903ba6-3e32-4b2e-bf81-fe7aeb36953e, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=N2MzYTQ1ODAtMjcwMmQ1N2QtZmY3NTNiZmItYjk1OTBhMjE=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 96903ba6-3e32-4b2e-bf81-fe7aeb36953e, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=N2MzYTQ1ODAtMjcwMmQ1N2QtZmY3NTNiZmItYjk1OTBhMjE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 622f0972-269b-40aa-b630-93f275f7fc22, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 622f0972-269b-40aa-b630-93f275f7fc22, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=N2MzYTQ1ODAtMjcwMmQ1N2QtZmY3NTNiZmItYjk1OTBhMjE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5580d7e0-b257-47ad-b299-878b7532df12, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5580d7e0-b257-47ad-b299-878b7532df12, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 622f0972-269b-40aa-b630-93f275f7fc22, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5580d7e0-b257-47ad-b299-878b7532df12, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTQ0MDQ1YjMtMjQ4ZWRjN2YtZTViN2Y4YmItYTEwOTIyNDg=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 17a40a63-4933-4a4c-9242-263e21aeded7, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 17a40a63-4933-4a4c-9242-263e21aeded7, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=OTQ0MDQ1YjMtMjQ4ZWRjN2YtZTViN2Y4YmItYTEwOTIyNDg=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 17a40a63-4933-4a4c-9242-263e21aeded7, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=OTQ0MDQ1YjMtMjQ4ZWRjN2YtZTViN2Y4YmItYTEwOTIyNDg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 337eb72e-e22f-4323-a87d-11bf2583175b, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 337eb72e-e22f-4323-a87d-11bf2583175b, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=OTQ0MDQ1YjMtMjQ4ZWRjN2YtZTViN2Y4YmItYTEwOTIyNDg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 337eb72e-e22f-4323-a87d-11bf2583175b, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, e5edd711-797e-45e7-96c9-9d7daf060cfd, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e5edd711-797e-45e7-96c9-9d7daf060cfd, ghrun-5327lwzq5q.auto.internal:64690): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e5edd711-797e-45e7-96c9-9d7daf060cfd, ghrun-5327lwzq5q.auto.internal:64690): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NDM1NjhjZTktNzY0NmQxNi03ZGNkYzRkYi1mN2E0ODExZg==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 8658b074-0e97-4a79-ba87-5d5f396647d9, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 8658b074-0e97-4a79-ba87-5d5f396647d9, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=NDM1NjhjZTktNzY0NmQxNi03ZGNkYzRkYi1mN2E0ODExZg==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 8658b074-0e97-4a79-ba87-5d5f396647d9, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NDM1NjhjZTktNzY0NmQxNi03ZGNkYzRkYi1mN2E0ODExZg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 26d1edf3-c7ad-4fcd-860a-4a7e0854a53b, ghrun-5327lwzq5q.auto.internal:64690): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 26d1edf3-c7ad-4fcd-860a-4a7e0854a53b, ghrun-5327lwzq5q.auto.internal:64690): request = { session_id: "ydb://session/3?node_id=1&id=NDM1NjhjZTktNzY0NmQxNi03ZGNkYzRkYi1mN2E0ODExZg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 26d1edf3-c7ad-4fcd-860a-4a7e0854a53b, ghrun-5327lwzq5q.auto.internal:64690): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7cc825c2-278c-4977-a0d2-e3b6b8e6bafd, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743017942+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a11a2339-bee3-419e-9033-edc1c476a231, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743159562+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4bd7cd71-a1f8-40f0-acc1-384cb952323d, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743177062+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3e3bc231-6b69-433a-87c2-88193feb79b7, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.743194427+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7eeae350-7aac-464e-a19d-ed991301e2e3, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.743214464+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dfc3f05f-c69e-4721-8a40-a578b82ff1f0, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.743230421+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7a53c531-cf82-4982-abd4-96bff2ba0ca5, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743249113+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 96903ba6-3e32-4b2e-bf81-fe7aeb36953e, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743268887+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 17a40a63-4933-4a4c-9242-263e21aeded7, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743288443+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8658b074-0e97-4a79-ba87-5d5f396647d9, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64690 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743307621+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 94a3ebe2-44a6-4ba6-bf06-a095f0e0d578, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.743168838+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 825429ea-32d4-471a-9cae-3d2bd47f89e1, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.743185776+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 827f6cfb-051a-4581-adf1-3753e52e4500, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.743144225+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 728c148a-48da-485f-a868-fc13f4116794, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.7432034+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4d6c4fe8-f620-44b4-a32f-5ec611ca128b, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743222156+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d858b509-6cdb-46e4-8f9d-850b5dc2567b, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743241542+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5a32acfc-f84e-4d78-8bc0-2d8e178d5b44, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.743258919+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 622f0972-269b-40aa-b630-93f275f7fc22, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T22:14:12.74327977+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 337eb72e-e22f-4323-a87d-11bf2583175b, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.743300455+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 26d1edf3-c7ad-4fcd-860a-4a7e0854a53b, ghrun-5327lwzq5q.auto.internal:64690): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T22:14:12.74331569+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:64690
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.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3975109) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 3975108) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3975109) elapsed time (sec): 30.167489767074585
DEBUG    ya.test:process.py:260 Command (pid 3975108) elapsed time (sec): 30.21782875061035
DEBUG    ya.test:process.py:263 Command (pid 3975109) wtime: 30.168
DEBUG    ya.test:process.py:263 Command (pid 3975108) wtime: 30.22
DEBUG    ya.test:process.py:275 Command (pid 3975109) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	862	0	0	0	0
4	      0	0	0	2515	0	0	0	0
5	      0	0	0	2449	0	0	0	0
6	      0	0	0	1852	0	0	0	0
7	      0	0	0	1836	0	0	0	0
8	      0	0	0	853	0	0	0	0
9	      0	0	0	2031	0	0	0	0
10	      0	0	0	2264	0	0	0	0
11	      0	0	0	655	0	0	0	0
12	      0	0	0	1871	0	0	0	0
13	      0	0	0	2229	0	0	0	0
14	      0	0	0	1428	0	0	0	0
15	      0	0	0	2056	0	0	0	0
16	      0	0	0	2700	0	0	0	0
17	      0	0	0	2380	0	0	0	0
18	      0	0	0	2358	0	0	0	0
19	      0	0	0	2305	0	0	0	0
20	      0	0	0	2115	0	0	0	0
21	      0	0	0	2240	0	0	0	0
22	      0	0	0	2046	0	0	0	0
23	      0	0	0	2409	0	0	0	0
24	      0	0	0	2610	0	0	0	0
25	      0	0	0	2753	0	0	0	0
26	      0	0	0	2557	0	0	0	0
27	      0	0	0	2719	0	0	0	0
28	      0	0	0	2720	0	0	0	0
29	      0	0	0	2849	0	0	0	0
30	      0	0	0	2829	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      0	0	0	60501	0	0	0	0

DEBUG    ya.test:process.py:275 Command (pid 3975108) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     37	37	0	0	263	467	501	501
2	    200	200	0	0	47	65	71	80
3	     27	27	0	763	47	96	98	98
4	      0	0	0	2432	0	0	0	0
5	      0	0	0	2408	0	0	0	0
6	      0	0	0	1767	0	0	0	0
7	      0	0	0	1759	0	0	0	0
8	      0	0	0	1053	0	0	0	0
9	      0	0	0	2035	0	0	0	0
10	      0	0	0	2135	0	0	0	0
11	      0	0	0	646	0	0	0	0
12	      0	0	0	1874	0	0	0	0
13	      0	0	0	2248	0	0	0	0
14	      0	0	0	1303	0	0	0	0
15	      0	0	0	2013	0	0	0	0
16	      0	0	0	2700	0	0	0	0
17	      0	0	0	2364	0	0	0	0
18	      0	0	0	2320	0	0	0	0
19	      0	0	0	2271	0	0	0	0
20	      0	0	0	2072	0	0	0	0
21	      0	0	0	2219	0	0	0	0
22	      0	0	0	2072	0	0	0	0
23	      0	0	0	2415	0	0	0	0
24	      0	0	0	2640	0	0	0	0
25	      0	0	0	2739	0	0	0	0
26	      0	0	0	2559	0	0	0	0
27	      0	0	0	2730	0	0	0	0
28	      0	0	0	2681	0	0	0	0
29	      0	0	0	2838	0	0	0	0
30	      0	0	0	2830	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    264	8.8	0	59886	49	325	465	501

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

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3975110) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3975110) elapsed time (sec): 30.231465339660645
DEBUG    ya.test:process.py:263 Command (pid 3975110) wtime: 30.233
DEBUG    ya.test:process.py:275 Command (pid 3975110) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     22	22	0	0	397	635	659	659
2	    155	155	0	0	65	81	96	97
3	     19	19	0	859	68	92	102	102
4	      0	0	0	2447	0	0	0	0
5	      0	0	0	2460	0	0	0	0
6	      0	0	0	1745	0	0	0	0
7	      0	0	0	1510	0	0	0	0
8	      0	0	0	1256	0	0	0	0
9	      0	0	0	2116	0	0	0	0
10	      0	0	0	2248	0	0	0	0
11	      0	0	0	676	0	0	0	0
12	      0	0	0	1969	0	0	0	0
13	      0	0	0	2252	0	0	0	0
14	      0	0	0	1381	0	0	0	0
15	      0	0	0	2184	0	0	0	0
16	      0	0	0	2703	0	0	0	0
17	      0	0	0	2378	0	0	0	0
18	      0	0	0	2337	0	0	0	0
19	      0	0	0	2308	0	0	0	0
20	      0	0	0	2105	0	0	0	0
21	      0	0	0	2220	0	0	0	0
22	      0	0	0	2162	0	0	0	0
23	      0	0	0	2418	0	0	0	0
24	      0	0	0	2646	0	0	0	0
25	      0	0	0	2749	0	0	0	0
26	      0	0	0	2560	0	0	0	0
27	      0	0	0	2720	0	0	0	0
28	      0	0	0	2689	0	0	0	0
29	      0	0	0	2860	0	0	0	0
30	      0	0	0	2820	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    196	6.53333	0	60778	67	397	627	659

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64690
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64690". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
============================== slowest durations ===============================
302.87s call     test_log_scenario.py::TestLogScenario::test_log_uniform
4.89s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
1.87s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
=========================== short test summary info ============================
FAILED test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.issues.ConnectionLost: Couldn't find valid connection
ERROR test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/ugof/000a70/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-11-19T22:14:10.365329Z): source_id=111;tablet_id=72075186224037906;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA7965B5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA78EAF6
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB624FC8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD605A6B
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DE5258
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DE4FAF
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5E0B7D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x141A47FB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DEB627
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D3C433
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D3C433
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D39253
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D3FD07
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141C25E8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCF9BD5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5C7ED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB615A74
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB619B34
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB619740
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB61A32E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA79820C
21. ??:0: ?? @ 0x7F5D6E9DCAC2
22. ??:0: ?? @ 0x7F5D6EA6E8BF
============ 1 failed, 112 deselected, 1 error in 311.00s (0:05:11) ============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ugof/000a58/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 112 deselected / 4 selected

=========================== 112 deselected in 1.06s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ugof/000a66/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 112 deselected / 4 selected

=========================== 112 deselected in 1.19s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ugof/000a8e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 112 deselected / 4 selected

=========================== 112 deselected in 1.09s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ugof/000a68/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 112 deselected / 4 selected

=========================== 112 deselected in 1.18s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ugof/000a5a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 112 deselected / 4 selected

=========================== 112 deselected in 1.45s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ugof/000a5f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 112 deselected / 4 selected

=========================== 112 deselected in 1.17s ============================
