============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/gtvf/000984/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 ===============================
10.70s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.39s 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 12.12s ======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/gtvf/000993/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 ===============================
65.84s call     order_by_with_limit.py::TestOrderBy::test_random
9.39s setup    order_by_with_limit.py::TestOrderBy::test_random
0.02s teardown order_by_with_limit.py::TestOrderBy::test_random
================= 1 passed, 112 deselected in 76.34s (0:01:16) =================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/gtvf/000793/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 ===============================
82.68s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
5.85s setup    order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.12s teardown order_by_with_limit.py::TestOrderBy::test_stress_sorting
================= 1 passed, 112 deselected in 89.78s (0:01:29) =================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/gtvf/00096c/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/gtvf/00096c/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/gtvf/00096c/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-19T09:49:50.073605Z): source_id=111;tablet_id=72075186224037900;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 @ 0xA777935
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA76FE76
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB605FC8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5E69DB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DCB3F8
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DCB14F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5C1AED
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x1418522B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DCBAF7
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D1CE63
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D1CE63
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D19C83
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D20737
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141A3018
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCA2B15
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5A8ED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB5F6A74
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5FAB34
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5FA740
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5FB32E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA77958C
E   21. ??:0: ?? @ 0x7FB41DDA6AC2
E   22. ??:0: ?? @ 0x7FB41DE388BF
------------------------------ 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/gtvf/00096c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3950208
DEBUG    ya.test:process.py:259 Command (pid 3950208) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3950208) elapsed time (sec): 0.485119104385376
DEBUG    ya.test:process.py:263 Command (pid 3950208) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) maxrss: 542476
DEBUG    ya.test:process.py:263 Command (pid 3950208) minflt: 16193
DEBUG    ya.test:process.py:263 Command (pid 3950208) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) nivcsw: 1262
DEBUG    ya.test:process.py:263 Command (pid 3950208) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) nvcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 3950208) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3950208) stime: 0.250793
DEBUG    ya.test:process.py:263 Command (pid 3950208) utime: 0.11960799999999999
DEBUG    ya.test:process.py:263 Command (pid 3950208) wtime: 0.486
DEBUG    ya.test:process.py:275 Command (pid 3950208) 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-jiuhvntrce    Host information: 
        Linux ghrun-jiuhvntrce 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 3950208) 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-jiuhvntrce    Host information: 
        Linux ghrun-jiuhvntrce 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/gtvf/00096c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64770
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:495 Working directory: /home/runner/.ya/build/build_root/gtvf/00096c/r3tmp/kikimr_cluster_p2ruzvkr
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23237
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20461
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28235
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62873
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/gtvf/00096c/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/gtvf/00096c/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/gtvf/00096c/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_y2evsv0o.log --grpc-port=23237 --mon-port=20461 --ic-port=64770
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:23237/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/gtvf/00096c/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/gtvf/00096c/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/gtvf/00096c/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_y2evsv0o.log --grpc-port=23237 --mon-port=20461 --ic-port=64770
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/gtvf/00096c/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/gtvf/00096c/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_y2evsv0o.log', '--grpc-port=23237', '--mon-port=20461', '--ic-port=64770')' in '/home/runner/.ya/build/build_root/gtvf/00096c/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: 3950564
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:23237/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/gtvf/00096c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3950572
DEBUG    ya.test:process.py:259 Command (pid 3950572) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3950572) elapsed time (sec): 1.033726453781128
DEBUG    ya.test:process.py:263 Command (pid 3950572) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3950572) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3950572) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3950572) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3950572) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 3950572) maxrss: 542528
DEBUG    ya.test:process.py:263 Command (pid 3950572) minflt: 16248
DEBUG    ya.test:process.py:263 Command (pid 3950572) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3950572) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3950572) nivcsw: 172
DEBUG    ya.test:process.py:263 Command (pid 3950572) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3950572) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3950572) nvcsw: 76
DEBUG    ya.test:process.py:263 Command (pid 3950572) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3950572) stime: 0.7900959999999999
DEBUG    ya.test:process.py:263 Command (pid 3950572) utime: 0.104002
DEBUG    ya.test:process.py:263 Command (pid 3950572) wtime: 1.035
DEBUG    ya.test:process.py:275 Command (pid 3950572) 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-jiuhvntrce    Host information: 
        Linux ghrun-jiuhvntrce 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 3950572) 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-jiuhvntrce    Host information: 
        Linux ghrun-jiuhvntrce 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/gtvf/00096c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:23237', '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: 64770\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/gtvf/00096c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:23237', '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: 64770\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3953503
DEBUG    ya.test:process.py:259 Command (pid 3953503) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3953503) elapsed time (sec): 2.384002208709717
DEBUG    ya.test:process.py:263 Command (pid 3953503) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) maxrss: 550932
DEBUG    ya.test:process.py:263 Command (pid 3953503) minflt: 18338
DEBUG    ya.test:process.py:263 Command (pid 3953503) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) nivcsw: 218
DEBUG    ya.test:process.py:263 Command (pid 3953503) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) nvcsw: 87
DEBUG    ya.test:process.py:263 Command (pid 3953503) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3953503) stime: 1.55424
DEBUG    ya.test:process.py:263 Command (pid 3953503) utime: 0.097994
DEBUG    ya.test:process.py:263 Command (pid 3953503) wtime: 2.413
DEBUG    ya.test:process.py:275 Command (pid 3953503) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:23237', '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/gtvf/00096c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:23237', '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: 3955403
DEBUG    ya.test:process.py:259 Command (pid 3955403) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3955403) elapsed time (sec): 2.2310636043548584
DEBUG    ya.test:process.py:263 Command (pid 3955403) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) maxrss: 550960
DEBUG    ya.test:process.py:263 Command (pid 3955403) minflt: 18340
DEBUG    ya.test:process.py:263 Command (pid 3955403) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) nivcsw: 265
DEBUG    ya.test:process.py:263 Command (pid 3955403) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) nvcsw: 91
DEBUG    ya.test:process.py:263 Command (pid 3955403) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3955403) stime: 1.552177
DEBUG    ya.test:process.py:263 Command (pid 3955403) utime: 0.110776
DEBUG    ya.test:process.py:263 Command (pid 3955403) wtime: 2.235
DEBUG    ya.test:process.py:275 Command (pid 3955403) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 3955403) 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, 069b43c1-f7d9-437b-94b9-ca01e959de65, localhost:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 069b43c1-f7d9-437b-94b9-ca01e959de65, localhost:23237): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 069b43c1-f7d9-437b-94b9-ca01e959de65, localhost:23237): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jiuhvntrce.auto.internal" port: 23237 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-jiuhvntrce.auto.internal:23237, 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:23237
------------------------------ 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/gtvf/00096c/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydb/ydb -e grpc://localhost:23237 -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/gtvf/00096c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23237', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3957623
DEBUG    ya.test:process.py:259 Command (pid 3957623) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3957623) elapsed time (sec): 0.6514885425567627
DEBUG    ya.test:process.py:263 Command (pid 3957623) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) maxrss: 170800
DEBUG    ya.test:process.py:263 Command (pid 3957623) minflt: 3558
DEBUG    ya.test:process.py:263 Command (pid 3957623) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) nivcsw: 42
DEBUG    ya.test:process.py:263 Command (pid 3957623) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) nvcsw: 165
DEBUG    ya.test:process.py:263 Command (pid 3957623) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3957623) stime: 0.032437
DEBUG    ya.test:process.py:263 Command (pid 3957623) utime: 0.060819
DEBUG    ya.test:process.py:263 Command (pid 3957623) wtime: 0.653
DEBUG    ya.test:process.py:275 Command (pid 3957623) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 3957623) 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/gtvf/00096c/ydb/apps/ydb/ydb -e grpc://localhost:23237 -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/gtvf/00096c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23237', '-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: 3958074
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 3958074) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3958074) elapsed time (sec): 30.302032947540283
DEBUG    ya.test:process.py:263 Command (pid 3958074) wtime: 30.303
DEBUG    ya.test:process.py:275 Command (pid 3958074) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    200	200	0	0	40	87	103	119
2	    284	284	0	0	23	98	181	193
3	    295	295	0	0	30	56	82	88
4	    426	426	0	0	20	42	84	97
5	    389	389	0	0	21	45	69	75
6	    348	348	0	0	22	69	97	105
7	    389	389	0	0	21	47	85	107
8	    486	486	0	0	20	21	22	23
9	    481	481	0	0	20	23	36	38
10	    481	481	0	0	20	22	24	26
11	    437	437	0	0	21	36	49	58
12	    448	448	0	0	20	31	44	54
13	    365	365	0	0	23	46	53	56
14	    434	434	0	0	21	34	41	48
15	    472	472	0	0	20	25	29	32
16	    466	466	0	0	20	28	35	38
17	    483	483	0	0	20	22	24	25
18	    473	473	0	0	20	25	38	42
19	    462	462	0	0	20	30	34	35
20	    483	483	0	0	20	22	26	28
21	    480	480	0	0	20	23	28	29
22	    470	470	0	0	20	24	27	43
23	    476	476	0	0	20	24	29	32
24	    484	484	0	0	20	24	28	31
25	    473	473	0	0	20	28	34	36
26	    488	488	0	0	20	22	24	35
27	    488	488	0	0	20	21	22	24
28	    462	462	0	0	20	29	54	56
29	    489	489	0	0	20	20	21	21
30	    496	496	0	0	20	20	23	24

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13108	436.933	0	0	20	35	66	193

DEBUG    ya.test:process.py:276 Command (pid 3958074) 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, ac694db6-d671-4d8f-a0e5-ac129b8bf77e, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ac694db6-d671-4d8f-a0e5-ac129b8bf77e, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ac694db6-d671-4d8f-a0e5-ac129b8bf77e, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, c6c47bd3-1999-4585-b454-97fc94237341, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, c6c47bd3-1999-4585-b454-97fc94237341, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, c6c47bd3-1999-4585-b454-97fc94237341, ghrun-jiuhvntrce.auto.internal:23237): 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=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d5d904c8-12fd-4e57-8a9d-230b192b7f16, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d5d904c8-12fd-4e57-8a9d-230b192b7f16, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=" 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, d5d904c8-12fd-4e57-8a9d-230b192b7f16, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=
INFO     root:test_log_scenario.py:217 Count rows after insert 12828 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 95b413b7-92b4-40c9-9d30-6785756db8cf, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 95b413b7-92b4-40c9-9d30-6785756db8cf, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=" 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, 95b413b7-92b4-40c9-9d30-6785756db8cf, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9287d4a8-7815-492b-943f-af05a8211b39, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9287d4a8-7815-492b-943f-af05a8211b39, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=" 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, 9287d4a8-7815-492b-943f-af05a8211b39, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydb/ydb -e grpc://localhost:23237 -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 upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydb/ydb -e grpc://localhost:23237 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydb/ydb -e grpc://localhost:23237 -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, 469b1873-9dc8-4266-b618-b0ef24a96ff3, ghrun-jiuhvntrce.auto.internal:23237): 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 out will be placed to ydb.out.1
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 469b1873-9dc8-4266-b618-b0ef24a96ff3, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=" 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, 2519985d-fdec-42d8-8d34-e09904e059ac, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2519985d-fdec-42d8-8d34-e09904e059ac, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 469b1873-9dc8-4266-b618-b0ef24a96ff3, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2519985d-fdec-42d8-8d34-e09904e059ac, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ODE1OTEyMTYtYTliNmEwYmUtYjQ5ODE5ZDItZDIwY2M4Njk=" node_id: 1 }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23237', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23237', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 8c52f34e-4f1b-4175-b16a-ee6214f056b5, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23237', '-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: 3969851
DEBUG    ya.test:process.py:628 Command pid: 3969853
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 8c52f34e-4f1b-4175-b16a-ee6214f056b5, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=ODE1OTEyMTYtYTliNmEwYmUtYjQ5ODE5ZDItZDIwY2M4Njk=" }
DEBUG    ya.test:process.py:628 Command pid: 3969854
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 8c52f34e-4f1b-4175-b16a-ee6214f056b5, ghrun-jiuhvntrce.auto.internal:23237): 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=ODE1OTEyMTYtYTliNmEwYmUtYjQ5ODE5ZDItZDIwY2M4Njk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 588103b0-0720-4972-8e58-db61a93e7fd0, ghrun-jiuhvntrce.auto.internal:23237): 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, 588103b0-0720-4972-8e58-db61a93e7fd0, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=ODE1OTEyMTYtYTliNmEwYmUtYjQ5ODE5ZDItZDIwY2M4Njk=" 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, 6d7deee1-d42a-4265-a5e4-e0d23542f125, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6d7deee1-d42a-4265-a5e4-e0d23542f125, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 588103b0-0720-4972-8e58-db61a93e7fd0, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6d7deee1-d42a-4265-a5e4-e0d23542f125, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NjM4NzRlYTYtMzc3Y2U2MjAtODgyYjQ2ZDQtYzNlMjY1OGM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 7c306293-81f4-4b05-bc1e-c4ce17b4b407, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 7c306293-81f4-4b05-bc1e-c4ce17b4b407, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=NjM4NzRlYTYtMzc3Y2U2MjAtODgyYjQ2ZDQtYzNlMjY1OGM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 7c306293-81f4-4b05-bc1e-c4ce17b4b407, ghrun-jiuhvntrce.auto.internal:23237): 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=NjM4NzRlYTYtMzc3Y2U2MjAtODgyYjQ2ZDQtYzNlMjY1OGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bcf779c1-3d9b-400f-9be8-7d79f487d71b, ghrun-jiuhvntrce.auto.internal:23237): 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, bcf779c1-3d9b-400f-9be8-7d79f487d71b, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=NjM4NzRlYTYtMzc3Y2U2MjAtODgyYjQ2ZDQtYzNlMjY1OGM=" 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, 9e8c9f82-6fab-4d89-803b-8aef44066e33, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9e8c9f82-6fab-4d89-803b-8aef44066e33, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bcf779c1-3d9b-400f-9be8-7d79f487d71b, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9e8c9f82-6fab-4d89-803b-8aef44066e33, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MjkyOTE2YzItOWZmZjJmMjAtODNhNDMwOTMtZTQ4OWRmNWM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, cee5b24d-1b0a-4980-b150-0771b1310456, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, cee5b24d-1b0a-4980-b150-0771b1310456, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=MjkyOTE2YzItOWZmZjJmMjAtODNhNDMwOTMtZTQ4OWRmNWM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, cee5b24d-1b0a-4980-b150-0771b1310456, ghrun-jiuhvntrce.auto.internal:23237): 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=MjkyOTE2YzItOWZmZjJmMjAtODNhNDMwOTMtZTQ4OWRmNWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 338d9784-8136-43e4-a2fb-391df0bbd97f, ghrun-jiuhvntrce.auto.internal:23237): 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, 338d9784-8136-43e4-a2fb-391df0bbd97f, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=MjkyOTE2YzItOWZmZjJmMjAtODNhNDMwOTMtZTQ4OWRmNWM=" 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, 7ed86099-f901-4d52-be43-60c037766977, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7ed86099-f901-4d52-be43-60c037766977, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 338d9784-8136-43e4-a2fb-391df0bbd97f, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7ed86099-f901-4d52-be43-60c037766977, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OGFjZGUyZmUtMmU5NjU1YjMtMjc4Y2JiYmEtNWQ2NWUyNA==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, bc396e66-61ef-4bdd-9a28-06eacfb434ad, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, bc396e66-61ef-4bdd-9a28-06eacfb434ad, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=OGFjZGUyZmUtMmU5NjU1YjMtMjc4Y2JiYmEtNWQ2NWUyNA==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, bc396e66-61ef-4bdd-9a28-06eacfb434ad, ghrun-jiuhvntrce.auto.internal:23237): 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=OGFjZGUyZmUtMmU5NjU1YjMtMjc4Y2JiYmEtNWQ2NWUyNA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6ad53981-2116-426e-b49b-5e4c08d6bb6a, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6ad53981-2116-426e-b49b-5e4c08d6bb6a, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=OGFjZGUyZmUtMmU5NjU1YjMtMjc4Y2JiYmEtNWQ2NWUyNA==" 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: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 843674d5-0ed1-40d3-b67c-cddad2f9e510, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6ad53981-2116-426e-b49b-5e4c08d6bb6a, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 843674d5-0ed1-40d3-b67c-cddad2f9e510, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 843674d5-0ed1-40d3-b67c-cddad2f9e510, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZmIxY2U2NTUtMzYxNzEwYWEtOTZlMjk0ZGEtOTNiZjkxMGY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 7f6b18ff-9c20-42df-9c31-e605c03bda1c, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 7f6b18ff-9c20-42df-9c31-e605c03bda1c, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=ZmIxY2U2NTUtMzYxNzEwYWEtOTZlMjk0ZGEtOTNiZjkxMGY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 7f6b18ff-9c20-42df-9c31-e605c03bda1c, ghrun-jiuhvntrce.auto.internal:23237): 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=ZmIxY2U2NTUtMzYxNzEwYWEtOTZlMjk0ZGEtOTNiZjkxMGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 32b664b8-fe46-47f8-9ecd-66c77f96ebb6, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 32b664b8-fe46-47f8-9ecd-66c77f96ebb6, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=ZmIxY2U2NTUtMzYxNzEwYWEtOTZlMjk0ZGEtOTNiZjkxMGY=" 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, 27433024-795a-48e5-a25b-75f3967d125c, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 32b664b8-fe46-47f8-9ecd-66c77f96ebb6, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 27433024-795a-48e5-a25b-75f3967d125c, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 27433024-795a-48e5-a25b-75f3967d125c, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTBlYzVkZWEtNzMxMzViLTkxMmY2NjQ2LTk2MDE3YmM1" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, d13a9912-9317-4614-806b-bd6d2b6aa2f5, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, d13a9912-9317-4614-806b-bd6d2b6aa2f5, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=OTBlYzVkZWEtNzMxMzViLTkxMmY2NjQ2LTk2MDE3YmM1" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, d13a9912-9317-4614-806b-bd6d2b6aa2f5, ghrun-jiuhvntrce.auto.internal:23237): 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=OTBlYzVkZWEtNzMxMzViLTkxMmY2NjQ2LTk2MDE3YmM1
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c48c491b-c523-4712-acd4-60a4a99fe009, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c48c491b-c523-4712-acd4-60a4a99fe009, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=OTBlYzVkZWEtNzMxMzViLTkxMmY2NjQ2LTk2MDE3YmM1" 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, add1e5e0-0c57-4a95-898f-8ed0b53f87b3, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c48c491b-c523-4712-acd4-60a4a99fe009, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, add1e5e0-0c57-4a95-898f-8ed0b53f87b3, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, add1e5e0-0c57-4a95-898f-8ed0b53f87b3, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NTU0ZTk0Yi1mOTZlNWU1My05YTQ5OWMyNy1jYzY4ODBlOA==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, d4bc85b3-d785-417b-95fb-3ad61312f235, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, d4bc85b3-d785-417b-95fb-3ad61312f235, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=NTU0ZTk0Yi1mOTZlNWU1My05YTQ5OWMyNy1jYzY4ODBlOA==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, d4bc85b3-d785-417b-95fb-3ad61312f235, ghrun-jiuhvntrce.auto.internal:23237): 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=NTU0ZTk0Yi1mOTZlNWU1My05YTQ5OWMyNy1jYzY4ODBlOA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f63fadda-9983-41c6-b868-ab5f077e3916, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f63fadda-9983-41c6-b868-ab5f077e3916, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=NTU0ZTk0Yi1mOTZlNWU1My05YTQ5OWMyNy1jYzY4ODBlOA==" 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, 35583acc-bf29-4dfd-b030-971ad50089e3, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 35583acc-bf29-4dfd-b030-971ad50089e3, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f63fadda-9983-41c6-b868-ab5f077e3916, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 35583acc-bf29-4dfd-b030-971ad50089e3, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NWFiZDg3ZTgtZDdmNWFmNTMtMjgzNmNhLTk4YTBkNDEx" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, a45488dd-d6b6-48e6-8e61-c706500d4753, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, a45488dd-d6b6-48e6-8e61-c706500d4753, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=NWFiZDg3ZTgtZDdmNWFmNTMtMjgzNmNhLTk4YTBkNDEx" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, a45488dd-d6b6-48e6-8e61-c706500d4753, ghrun-jiuhvntrce.auto.internal:23237): 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=NWFiZDg3ZTgtZDdmNWFmNTMtMjgzNmNhLTk4YTBkNDEx
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ded50370-c284-410f-a229-e7914569c338, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ded50370-c284-410f-a229-e7914569c338, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=NWFiZDg3ZTgtZDdmNWFmNTMtMjgzNmNhLTk4YTBkNDEx" 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, e99ef627-6106-4967-9d82-02e0001197ff, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e99ef627-6106-4967-9d82-02e0001197ff, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ded50370-c284-410f-a229-e7914569c338, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e99ef627-6106-4967-9d82-02e0001197ff, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MWU5ZWU3NTYtNjRmMDlhM2QtNjhlZGVmMzUtNzRkMWUzNjU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 58d25a7e-30a4-47e5-bda3-e3002d08c7b8, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 58d25a7e-30a4-47e5-bda3-e3002d08c7b8, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=MWU5ZWU3NTYtNjRmMDlhM2QtNjhlZGVmMzUtNzRkMWUzNjU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 58d25a7e-30a4-47e5-bda3-e3002d08c7b8, ghrun-jiuhvntrce.auto.internal:23237): 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=MWU5ZWU3NTYtNjRmMDlhM2QtNjhlZGVmMzUtNzRkMWUzNjU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6210abf7-5697-4315-b648-ed5c3c694c42, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6210abf7-5697-4315-b648-ed5c3c694c42, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=MWU5ZWU3NTYtNjRmMDlhM2QtNjhlZGVmMzUtNzRkMWUzNjU=" 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, 6210abf7-5697-4315-b648-ed5c3c694c42, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c6c47bd3-1999-4585-b454-97fc94237341, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T09:49:52.536207445+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8c52f34e-4f1b-4175-b16a-ee6214f056b5, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T09:49:52.536343023+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7c306293-81f4-4b05-bc1e-c4ce17b4b407, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T09:49:52.53637552+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cee5b24d-1b0a-4980-b150-0771b1310456, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T09:49:52.536408123+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, bc396e66-61ef-4bdd-9a28-06eacfb434ad, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T09:49:52.536445897+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-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7f6b18ff-9c20-42df-9c31-e605c03bda1c, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T09:49:52.536474521+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-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d13a9912-9317-4614-806b-bd6d2b6aa2f5, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T09:49:52.536504392+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a45488dd-d6b6-48e6-8e61-c706500d4753, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T09:49:52.536582269+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d4bc85b3-d785-417b-95fb-3ad61312f235, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T09:49:52.536542253+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 58d25a7e-30a4-47e5-bda3-e3002d08c7b8, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T09:49:52.536606871+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 469b1873-9dc8-4266-b618-b0ef24a96ff3, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536327127+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 588103b0-0720-4972-8e58-db61a93e7fd0, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536362294+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-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, bcf779c1-3d9b-400f-9be8-7d79f487d71b, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536395267+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-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 338d9784-8136-43e4-a2fb-391df0bbd97f, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536429709+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-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6ad53981-2116-426e-b49b-5e4c08d6bb6a, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536461253+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 32b664b8-fe46-47f8-9ecd-66c77f96ebb6, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536491551+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c48c491b-c523-4712-acd4-60a4a99fe009, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536526296+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ded50370-c284-410f-a229-e7914569c338, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536596327+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f63fadda-9983-41c6-b868-ab5f077e3916, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536568781+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6210abf7-5697-4315-b648-ed5c3c694c42, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536628749+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-jiuhvntrce.auto.internal:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
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.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
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: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.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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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.connection:connection.py:549 Closing channel for endpoint localhost:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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    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 3969853) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3969853) elapsed time (sec): 30.143532514572144
DEBUG    ya.test:process.py:263 Command (pid 3969853) wtime: 30.147
DEBUG    ya.test:process.py:275 Command (pid 3969853) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      1	1	0	0	539	539	539	539
2	      0	0	0	10	0	0	0	0
3	      0	0	0	830	0	0	0	0
4	      0	0	0	2657	0	0	0	0
5	      0	0	0	2680	0	0	0	0
6	      0	0	0	2710	0	0	0	0
7	      0	0	0	2670	0	0	0	0
8	      0	0	0	2634	0	0	0	0
9	      0	0	0	2645	0	0	0	0
10	      0	0	0	2659	0	0	0	0
11	      0	0	0	2338	0	0	0	0
12	      0	0	0	2570	0	0	0	0
13	      0	0	0	2470	0	0	0	0
14	      0	0	0	2489	0	0	0	0
15	      0	0	0	2649	0	0	0	0
16	      0	0	0	2509	0	0	0	0
17	      0	0	0	2570	0	0	0	0
18	      0	0	0	2639	0	0	0	0
19	      0	0	0	2558	0	0	0	0
20	      0	0	0	2610	0	0	0	0
21	      0	0	0	2610	0	0	0	0
22	      0	0	0	2572	0	0	0	0
23	      0	0	0	2510	0	0	0	0
24	      0	0	0	2612	0	0	0	0
25	      0	0	0	2670	0	0	0	0
26	      0	0	0	2200	0	0	0	0
27	      0	0	0	1924	0	0	0	0
28	      0	0	0	2437	0	0	0	0
29	      0	0	0	2369	0	0	0	0
30	      0	0	0	2273	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      1	0.0333333	0	69074	539	539	539	539

DEBUG    ya.test:process.py:276 Command (pid 3969853) 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 3969851) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3969851) elapsed time (sec): 30.147552013397217
DEBUG    ya.test:process.py:263 Command (pid 3969851) wtime: 30.152
DEBUG    ya.test:process.py:275 Command (pid 3969851) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     79	79	0	0	58	487	519	527
2	    150	150	0	0	57	74	89	90
3	      0	0	0	820	0	0	0	0
4	      0	0	0	2650	0	0	0	0
5	      0	0	0	2690	0	0	0	0
6	      0	0	0	2699	0	0	0	0
7	      0	0	0	2690	0	0	0	0
8	      0	0	0	2630	0	0	0	0
9	      0	0	0	2669	0	0	0	0
10	      0	0	0	2641	0	0	0	0
11	      0	0	0	2368	0	0	0	0
12	      0	0	0	2579	0	0	0	0
13	      0	0	0	2470	0	0	0	0
14	      0	0	0	2489	0	0	0	0
15	      0	0	0	2660	0	0	0	0
16	      0	0	0	2500	0	0	0	0
17	      0	0	0	2599	0	0	0	0
18	      0	0	0	2649	0	0	0	0
19	      0	0	0	2530	0	0	0	0
20	      0	0	0	2619	0	0	0	0
21	      0	0	0	2610	0	0	0	0
22	      0	0	0	2569	0	0	0	0
23	      0	0	0	2466	0	0	0	0
24	      0	0	0	2589	0	0	0	0
25	      0	0	0	2660	0	0	0	0
26	      0	0	0	2202	0	0	0	0
27	      0	0	0	1937	0	0	0	0
28	      0	0	0	2318	0	0	0	0
29	      0	0	0	2310	0	0	0	0
30	      0	0	0	2285	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    229	7.63333	0	68898	58	217	519	527

DEBUG    ya.test:process.py:276 Command (pid 3969851) 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 3969854) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3969854) elapsed time (sec): 30.14732003211975
DEBUG    ya.test:process.py:263 Command (pid 3969854) wtime: 30.15
DEBUG    ya.test:process.py:275 Command (pid 3969854) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    111	111	0	0	43	375	379	381
2	    190	190	0	0	42	60	65	66
3	      0	0	0	839	0	0	0	0
4	      0	0	0	2631	0	0	0	0
5	      0	0	0	2669	0	0	0	0
6	      0	0	0	2710	0	0	0	0
7	      0	0	0	2649	0	0	0	0
8	      0	0	0	2633	0	0	0	0
9	      0	0	0	2666	0	0	0	0
10	      0	0	0	2640	0	0	0	0
11	      0	0	0	2315	0	0	0	0
12	      0	0	0	2570	0	0	0	0
13	      0	0	0	2462	0	0	0	0
14	      0	0	0	2488	0	0	0	0
15	      0	0	0	2630	0	0	0	0
16	      0	0	0	2490	0	0	0	0
17	      0	0	0	2570	0	0	0	0
18	      0	0	0	2619	0	0	0	0
19	      0	0	0	2504	0	0	0	0
20	      0	0	0	2618	0	0	0	0
21	      0	0	0	2601	0	0	0	0
22	      0	0	0	2569	0	0	0	0
23	      0	0	0	2443	0	0	0	0
24	      0	0	0	2584	0	0	0	0
25	      0	0	0	2674	0	0	0	0
26	      0	0	0	2130	0	0	0	0
27	      0	0	0	1759	0	0	0	0
28	      0	0	0	2343	0	0	0	0
29	      0	0	0	2334	0	0	0	0
30	      0	0	0	2264	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    301	10.0333	0	68404	43	145	379	381

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

DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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.connection:connection.py:549 Closing channel for endpoint localhost:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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.connection:connection.py:549 Closing channel for endpoint localhost:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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.connection:connection.py:549 Closing channel for endpoint localhost:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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.connection:connection.py:549 Closing channel for endpoint localhost:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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.connection:connection.py:549 Closing channel for endpoint localhost:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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.connection:connection.py:549 Closing channel for endpoint localhost:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-jiuhvntrce'
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/gtvf/00096c/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.3950564' in '/home/runner/.ya/build/build_root/gtvf/00096c/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_y2evsv0o.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:23237/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62873
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28235
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20461
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23237
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64770
=================================== 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/gtvf/00096c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3950208
DEBUG    ya.test:process.py:259 Command (pid 3950208) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3950208) elapsed time (sec): 0.485119104385376
DEBUG    ya.test:process.py:263 Command (pid 3950208) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) maxrss: 542476
DEBUG    ya.test:process.py:263 Command (pid 3950208) minflt: 16193
DEBUG    ya.test:process.py:263 Command (pid 3950208) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) nivcsw: 1262
DEBUG    ya.test:process.py:263 Command (pid 3950208) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3950208) nvcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 3950208) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3950208) stime: 0.250793
DEBUG    ya.test:process.py:263 Command (pid 3950208) utime: 0.11960799999999999
DEBUG    ya.test:process.py:263 Command (pid 3950208) wtime: 0.486
DEBUG    ya.test:process.py:275 Command (pid 3950208) 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-jiuhvntrce    Host information: 
        Linux ghrun-jiuhvntrce 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 3950208) 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-jiuhvntrce    Host information: 
        Linux ghrun-jiuhvntrce 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/gtvf/00096c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64770
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:495 Working directory: /home/runner/.ya/build/build_root/gtvf/00096c/r3tmp/kikimr_cluster_p2ruzvkr
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23237
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20461
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28235
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62873
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/gtvf/00096c/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/gtvf/00096c/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/gtvf/00096c/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_y2evsv0o.log --grpc-port=23237 --mon-port=20461 --ic-port=64770
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:23237/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/gtvf/00096c/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/gtvf/00096c/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/gtvf/00096c/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_y2evsv0o.log --grpc-port=23237 --mon-port=20461 --ic-port=64770
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/gtvf/00096c/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/gtvf/00096c/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_y2evsv0o.log', '--grpc-port=23237', '--mon-port=20461', '--ic-port=64770')' in '/home/runner/.ya/build/build_root/gtvf/00096c/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: 3950564
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:23237/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/gtvf/00096c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3950572
DEBUG    ya.test:process.py:259 Command (pid 3950572) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3950572) elapsed time (sec): 1.033726453781128
DEBUG    ya.test:process.py:263 Command (pid 3950572) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3950572) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3950572) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3950572) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3950572) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 3950572) maxrss: 542528
DEBUG    ya.test:process.py:263 Command (pid 3950572) minflt: 16248
DEBUG    ya.test:process.py:263 Command (pid 3950572) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3950572) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3950572) nivcsw: 172
DEBUG    ya.test:process.py:263 Command (pid 3950572) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3950572) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3950572) nvcsw: 76
DEBUG    ya.test:process.py:263 Command (pid 3950572) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3950572) stime: 0.7900959999999999
DEBUG    ya.test:process.py:263 Command (pid 3950572) utime: 0.104002
DEBUG    ya.test:process.py:263 Command (pid 3950572) wtime: 1.035
DEBUG    ya.test:process.py:275 Command (pid 3950572) 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-jiuhvntrce    Host information: 
        Linux ghrun-jiuhvntrce 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 3950572) 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-jiuhvntrce    Host information: 
        Linux ghrun-jiuhvntrce 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/gtvf/00096c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:23237', '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: 64770\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/gtvf/00096c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:23237', '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: 64770\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3953503
DEBUG    ya.test:process.py:259 Command (pid 3953503) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3953503) elapsed time (sec): 2.384002208709717
DEBUG    ya.test:process.py:263 Command (pid 3953503) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) maxrss: 550932
DEBUG    ya.test:process.py:263 Command (pid 3953503) minflt: 18338
DEBUG    ya.test:process.py:263 Command (pid 3953503) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) nivcsw: 218
DEBUG    ya.test:process.py:263 Command (pid 3953503) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3953503) nvcsw: 87
DEBUG    ya.test:process.py:263 Command (pid 3953503) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3953503) stime: 1.55424
DEBUG    ya.test:process.py:263 Command (pid 3953503) utime: 0.097994
DEBUG    ya.test:process.py:263 Command (pid 3953503) wtime: 2.413
DEBUG    ya.test:process.py:275 Command (pid 3953503) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:23237', '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/gtvf/00096c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:23237', '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: 3955403
DEBUG    ya.test:process.py:259 Command (pid 3955403) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3955403) elapsed time (sec): 2.2310636043548584
DEBUG    ya.test:process.py:263 Command (pid 3955403) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) maxrss: 550960
DEBUG    ya.test:process.py:263 Command (pid 3955403) minflt: 18340
DEBUG    ya.test:process.py:263 Command (pid 3955403) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) nivcsw: 265
DEBUG    ya.test:process.py:263 Command (pid 3955403) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3955403) nvcsw: 91
DEBUG    ya.test:process.py:263 Command (pid 3955403) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3955403) stime: 1.552177
DEBUG    ya.test:process.py:263 Command (pid 3955403) utime: 0.110776
DEBUG    ya.test:process.py:263 Command (pid 3955403) wtime: 2.235
DEBUG    ya.test:process.py:275 Command (pid 3955403) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 3955403) 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, 069b43c1-f7d9-437b-94b9-ca01e959de65, localhost:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 069b43c1-f7d9-437b-94b9-ca01e959de65, localhost:23237): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 069b43c1-f7d9-437b-94b9-ca01e959de65, localhost:23237): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jiuhvntrce.auto.internal" port: 23237 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-jiuhvntrce.auto.internal:23237, 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:23237
------------------------------ 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/gtvf/00096c/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydb/ydb -e grpc://localhost:23237 -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/gtvf/00096c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23237', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3957623
DEBUG    ya.test:process.py:259 Command (pid 3957623) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3957623) elapsed time (sec): 0.6514885425567627
DEBUG    ya.test:process.py:263 Command (pid 3957623) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) maxrss: 170800
DEBUG    ya.test:process.py:263 Command (pid 3957623) minflt: 3558
DEBUG    ya.test:process.py:263 Command (pid 3957623) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) nivcsw: 42
DEBUG    ya.test:process.py:263 Command (pid 3957623) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3957623) nvcsw: 165
DEBUG    ya.test:process.py:263 Command (pid 3957623) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3957623) stime: 0.032437
DEBUG    ya.test:process.py:263 Command (pid 3957623) utime: 0.060819
DEBUG    ya.test:process.py:263 Command (pid 3957623) wtime: 0.653
DEBUG    ya.test:process.py:275 Command (pid 3957623) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 3957623) 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/gtvf/00096c/ydb/apps/ydb/ydb -e grpc://localhost:23237 -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/gtvf/00096c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23237', '-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: 3958074
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 3958074) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3958074) elapsed time (sec): 30.302032947540283
DEBUG    ya.test:process.py:263 Command (pid 3958074) wtime: 30.303
DEBUG    ya.test:process.py:275 Command (pid 3958074) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    200	200	0	0	40	87	103	119
2	    284	284	0	0	23	98	181	193
3	    295	295	0	0	30	56	82	88
4	    426	426	0	0	20	42	84	97
5	    389	389	0	0	21	45	69	75
6	    348	348	0	0	22	69	97	105
7	    389	389	0	0	21	47	85	107
8	    486	486	0	0	20	21	22	23
9	    481	481	0	0	20	23	36	38
10	    481	481	0	0	20	22	24	26
11	    437	437	0	0	21	36	49	58
12	    448	448	0	0	20	31	44	54
13	    365	365	0	0	23	46	53	56
14	    434	434	0	0	21	34	41	48
15	    472	472	0	0	20	25	29	32
16	    466	466	0	0	20	28	35	38
17	    483	483	0	0	20	22	24	25
18	    473	473	0	0	20	25	38	42
19	    462	462	0	0	20	30	34	35
20	    483	483	0	0	20	22	26	28
21	    480	480	0	0	20	23	28	29
22	    470	470	0	0	20	24	27	43
23	    476	476	0	0	20	24	29	32
24	    484	484	0	0	20	24	28	31
25	    473	473	0	0	20	28	34	36
26	    488	488	0	0	20	22	24	35
27	    488	488	0	0	20	21	22	24
28	    462	462	0	0	20	29	54	56
29	    489	489	0	0	20	20	21	21
30	    496	496	0	0	20	20	23	24

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13108	436.933	0	0	20	35	66	193

DEBUG    ya.test:process.py:276 Command (pid 3958074) 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, ac694db6-d671-4d8f-a0e5-ac129b8bf77e, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ac694db6-d671-4d8f-a0e5-ac129b8bf77e, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ac694db6-d671-4d8f-a0e5-ac129b8bf77e, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, c6c47bd3-1999-4585-b454-97fc94237341, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, c6c47bd3-1999-4585-b454-97fc94237341, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, c6c47bd3-1999-4585-b454-97fc94237341, ghrun-jiuhvntrce.auto.internal:23237): 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=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d5d904c8-12fd-4e57-8a9d-230b192b7f16, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d5d904c8-12fd-4e57-8a9d-230b192b7f16, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=" 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, d5d904c8-12fd-4e57-8a9d-230b192b7f16, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=
INFO     root:test_log_scenario.py:217 Count rows after insert 12828 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 95b413b7-92b4-40c9-9d30-6785756db8cf, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 95b413b7-92b4-40c9-9d30-6785756db8cf, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=" 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, 95b413b7-92b4-40c9-9d30-6785756db8cf, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9287d4a8-7815-492b-943f-af05a8211b39, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9287d4a8-7815-492b-943f-af05a8211b39, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=" 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, 9287d4a8-7815-492b-943f-af05a8211b39, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydb/ydb -e grpc://localhost:23237 -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 upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydb/ydb -e grpc://localhost:23237 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydb/ydb -e grpc://localhost:23237 -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, 469b1873-9dc8-4266-b618-b0ef24a96ff3, ghrun-jiuhvntrce.auto.internal:23237): 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 out will be placed to ydb.out.1
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 469b1873-9dc8-4266-b618-b0ef24a96ff3, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=YmFjZjUyNmEtZmY5ZmVlOTktOTc5M2IwNWMtNDE3ZGY3N2I=" 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, 2519985d-fdec-42d8-8d34-e09904e059ac, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2519985d-fdec-42d8-8d34-e09904e059ac, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 469b1873-9dc8-4266-b618-b0ef24a96ff3, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2519985d-fdec-42d8-8d34-e09904e059ac, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ODE1OTEyMTYtYTliNmEwYmUtYjQ5ODE5ZDItZDIwY2M4Njk=" node_id: 1 }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23237', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23237', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 8c52f34e-4f1b-4175-b16a-ee6214f056b5, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/gtvf/00096c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23237', '-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: 3969851
DEBUG    ya.test:process.py:628 Command pid: 3969853
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 8c52f34e-4f1b-4175-b16a-ee6214f056b5, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=ODE1OTEyMTYtYTliNmEwYmUtYjQ5ODE5ZDItZDIwY2M4Njk=" }
DEBUG    ya.test:process.py:628 Command pid: 3969854
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 8c52f34e-4f1b-4175-b16a-ee6214f056b5, ghrun-jiuhvntrce.auto.internal:23237): 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=ODE1OTEyMTYtYTliNmEwYmUtYjQ5ODE5ZDItZDIwY2M4Njk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 588103b0-0720-4972-8e58-db61a93e7fd0, ghrun-jiuhvntrce.auto.internal:23237): 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, 588103b0-0720-4972-8e58-db61a93e7fd0, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=ODE1OTEyMTYtYTliNmEwYmUtYjQ5ODE5ZDItZDIwY2M4Njk=" 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, 6d7deee1-d42a-4265-a5e4-e0d23542f125, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6d7deee1-d42a-4265-a5e4-e0d23542f125, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 588103b0-0720-4972-8e58-db61a93e7fd0, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6d7deee1-d42a-4265-a5e4-e0d23542f125, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NjM4NzRlYTYtMzc3Y2U2MjAtODgyYjQ2ZDQtYzNlMjY1OGM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 7c306293-81f4-4b05-bc1e-c4ce17b4b407, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 7c306293-81f4-4b05-bc1e-c4ce17b4b407, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=NjM4NzRlYTYtMzc3Y2U2MjAtODgyYjQ2ZDQtYzNlMjY1OGM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 7c306293-81f4-4b05-bc1e-c4ce17b4b407, ghrun-jiuhvntrce.auto.internal:23237): 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=NjM4NzRlYTYtMzc3Y2U2MjAtODgyYjQ2ZDQtYzNlMjY1OGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bcf779c1-3d9b-400f-9be8-7d79f487d71b, ghrun-jiuhvntrce.auto.internal:23237): 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, bcf779c1-3d9b-400f-9be8-7d79f487d71b, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=NjM4NzRlYTYtMzc3Y2U2MjAtODgyYjQ2ZDQtYzNlMjY1OGM=" 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, 9e8c9f82-6fab-4d89-803b-8aef44066e33, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9e8c9f82-6fab-4d89-803b-8aef44066e33, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bcf779c1-3d9b-400f-9be8-7d79f487d71b, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9e8c9f82-6fab-4d89-803b-8aef44066e33, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MjkyOTE2YzItOWZmZjJmMjAtODNhNDMwOTMtZTQ4OWRmNWM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, cee5b24d-1b0a-4980-b150-0771b1310456, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, cee5b24d-1b0a-4980-b150-0771b1310456, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=MjkyOTE2YzItOWZmZjJmMjAtODNhNDMwOTMtZTQ4OWRmNWM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, cee5b24d-1b0a-4980-b150-0771b1310456, ghrun-jiuhvntrce.auto.internal:23237): 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=MjkyOTE2YzItOWZmZjJmMjAtODNhNDMwOTMtZTQ4OWRmNWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 338d9784-8136-43e4-a2fb-391df0bbd97f, ghrun-jiuhvntrce.auto.internal:23237): 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, 338d9784-8136-43e4-a2fb-391df0bbd97f, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=MjkyOTE2YzItOWZmZjJmMjAtODNhNDMwOTMtZTQ4OWRmNWM=" 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, 7ed86099-f901-4d52-be43-60c037766977, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7ed86099-f901-4d52-be43-60c037766977, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 338d9784-8136-43e4-a2fb-391df0bbd97f, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7ed86099-f901-4d52-be43-60c037766977, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OGFjZGUyZmUtMmU5NjU1YjMtMjc4Y2JiYmEtNWQ2NWUyNA==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, bc396e66-61ef-4bdd-9a28-06eacfb434ad, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, bc396e66-61ef-4bdd-9a28-06eacfb434ad, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=OGFjZGUyZmUtMmU5NjU1YjMtMjc4Y2JiYmEtNWQ2NWUyNA==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, bc396e66-61ef-4bdd-9a28-06eacfb434ad, ghrun-jiuhvntrce.auto.internal:23237): 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=OGFjZGUyZmUtMmU5NjU1YjMtMjc4Y2JiYmEtNWQ2NWUyNA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6ad53981-2116-426e-b49b-5e4c08d6bb6a, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6ad53981-2116-426e-b49b-5e4c08d6bb6a, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=OGFjZGUyZmUtMmU5NjU1YjMtMjc4Y2JiYmEtNWQ2NWUyNA==" 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: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 843674d5-0ed1-40d3-b67c-cddad2f9e510, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6ad53981-2116-426e-b49b-5e4c08d6bb6a, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 843674d5-0ed1-40d3-b67c-cddad2f9e510, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 843674d5-0ed1-40d3-b67c-cddad2f9e510, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZmIxY2U2NTUtMzYxNzEwYWEtOTZlMjk0ZGEtOTNiZjkxMGY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 7f6b18ff-9c20-42df-9c31-e605c03bda1c, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 7f6b18ff-9c20-42df-9c31-e605c03bda1c, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=ZmIxY2U2NTUtMzYxNzEwYWEtOTZlMjk0ZGEtOTNiZjkxMGY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 7f6b18ff-9c20-42df-9c31-e605c03bda1c, ghrun-jiuhvntrce.auto.internal:23237): 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=ZmIxY2U2NTUtMzYxNzEwYWEtOTZlMjk0ZGEtOTNiZjkxMGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 32b664b8-fe46-47f8-9ecd-66c77f96ebb6, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 32b664b8-fe46-47f8-9ecd-66c77f96ebb6, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=ZmIxY2U2NTUtMzYxNzEwYWEtOTZlMjk0ZGEtOTNiZjkxMGY=" 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, 27433024-795a-48e5-a25b-75f3967d125c, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 32b664b8-fe46-47f8-9ecd-66c77f96ebb6, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 27433024-795a-48e5-a25b-75f3967d125c, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 27433024-795a-48e5-a25b-75f3967d125c, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTBlYzVkZWEtNzMxMzViLTkxMmY2NjQ2LTk2MDE3YmM1" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, d13a9912-9317-4614-806b-bd6d2b6aa2f5, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, d13a9912-9317-4614-806b-bd6d2b6aa2f5, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=OTBlYzVkZWEtNzMxMzViLTkxMmY2NjQ2LTk2MDE3YmM1" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, d13a9912-9317-4614-806b-bd6d2b6aa2f5, ghrun-jiuhvntrce.auto.internal:23237): 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=OTBlYzVkZWEtNzMxMzViLTkxMmY2NjQ2LTk2MDE3YmM1
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c48c491b-c523-4712-acd4-60a4a99fe009, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c48c491b-c523-4712-acd4-60a4a99fe009, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=OTBlYzVkZWEtNzMxMzViLTkxMmY2NjQ2LTk2MDE3YmM1" 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, add1e5e0-0c57-4a95-898f-8ed0b53f87b3, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c48c491b-c523-4712-acd4-60a4a99fe009, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, add1e5e0-0c57-4a95-898f-8ed0b53f87b3, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, add1e5e0-0c57-4a95-898f-8ed0b53f87b3, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NTU0ZTk0Yi1mOTZlNWU1My05YTQ5OWMyNy1jYzY4ODBlOA==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, d4bc85b3-d785-417b-95fb-3ad61312f235, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, d4bc85b3-d785-417b-95fb-3ad61312f235, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=NTU0ZTk0Yi1mOTZlNWU1My05YTQ5OWMyNy1jYzY4ODBlOA==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, d4bc85b3-d785-417b-95fb-3ad61312f235, ghrun-jiuhvntrce.auto.internal:23237): 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=NTU0ZTk0Yi1mOTZlNWU1My05YTQ5OWMyNy1jYzY4ODBlOA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f63fadda-9983-41c6-b868-ab5f077e3916, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f63fadda-9983-41c6-b868-ab5f077e3916, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=NTU0ZTk0Yi1mOTZlNWU1My05YTQ5OWMyNy1jYzY4ODBlOA==" 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, 35583acc-bf29-4dfd-b030-971ad50089e3, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 35583acc-bf29-4dfd-b030-971ad50089e3, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f63fadda-9983-41c6-b868-ab5f077e3916, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 35583acc-bf29-4dfd-b030-971ad50089e3, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NWFiZDg3ZTgtZDdmNWFmNTMtMjgzNmNhLTk4YTBkNDEx" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, a45488dd-d6b6-48e6-8e61-c706500d4753, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, a45488dd-d6b6-48e6-8e61-c706500d4753, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=NWFiZDg3ZTgtZDdmNWFmNTMtMjgzNmNhLTk4YTBkNDEx" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, a45488dd-d6b6-48e6-8e61-c706500d4753, ghrun-jiuhvntrce.auto.internal:23237): 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=NWFiZDg3ZTgtZDdmNWFmNTMtMjgzNmNhLTk4YTBkNDEx
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ded50370-c284-410f-a229-e7914569c338, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ded50370-c284-410f-a229-e7914569c338, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=NWFiZDg3ZTgtZDdmNWFmNTMtMjgzNmNhLTk4YTBkNDEx" 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, e99ef627-6106-4967-9d82-02e0001197ff, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e99ef627-6106-4967-9d82-02e0001197ff, ghrun-jiuhvntrce.auto.internal:23237): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ded50370-c284-410f-a229-e7914569c338, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e99ef627-6106-4967-9d82-02e0001197ff, ghrun-jiuhvntrce.auto.internal:23237): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MWU5ZWU3NTYtNjRmMDlhM2QtNjhlZGVmMzUtNzRkMWUzNjU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 58d25a7e-30a4-47e5-bda3-e3002d08c7b8, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 58d25a7e-30a4-47e5-bda3-e3002d08c7b8, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=MWU5ZWU3NTYtNjRmMDlhM2QtNjhlZGVmMzUtNzRkMWUzNjU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 58d25a7e-30a4-47e5-bda3-e3002d08c7b8, ghrun-jiuhvntrce.auto.internal:23237): 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=MWU5ZWU3NTYtNjRmMDlhM2QtNjhlZGVmMzUtNzRkMWUzNjU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6210abf7-5697-4315-b648-ed5c3c694c42, ghrun-jiuhvntrce.auto.internal:23237): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6210abf7-5697-4315-b648-ed5c3c694c42, ghrun-jiuhvntrce.auto.internal:23237): request = { session_id: "ydb://session/3?node_id=1&id=MWU5ZWU3NTYtNjRmMDlhM2QtNjhlZGVmMzUtNzRkMWUzNjU=" 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, 6210abf7-5697-4315-b648-ed5c3c694c42, ghrun-jiuhvntrce.auto.internal:23237): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c6c47bd3-1999-4585-b454-97fc94237341, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T09:49:52.536207445+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8c52f34e-4f1b-4175-b16a-ee6214f056b5, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T09:49:52.536343023+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7c306293-81f4-4b05-bc1e-c4ce17b4b407, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T09:49:52.53637552+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cee5b24d-1b0a-4980-b150-0771b1310456, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T09:49:52.536408123+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, bc396e66-61ef-4bdd-9a28-06eacfb434ad, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T09:49:52.536445897+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-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7f6b18ff-9c20-42df-9c31-e605c03bda1c, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T09:49:52.536474521+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-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d13a9912-9317-4614-806b-bd6d2b6aa2f5, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T09:49:52.536504392+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a45488dd-d6b6-48e6-8e61-c706500d4753, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T09:49:52.536582269+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d4bc85b3-d785-417b-95fb-3ad61312f235, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T09:49:52.536542253+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 58d25a7e-30a4-47e5-bda3-e3002d08c7b8, ghrun-jiuhvntrce.auto.internal:23237): 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:23237 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T09:49:52.536606871+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 469b1873-9dc8-4266-b618-b0ef24a96ff3, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536327127+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 588103b0-0720-4972-8e58-db61a93e7fd0, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536362294+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-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, bcf779c1-3d9b-400f-9be8-7d79f487d71b, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536395267+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-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 338d9784-8136-43e4-a2fb-391df0bbd97f, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536429709+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-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6ad53981-2116-426e-b49b-5e4c08d6bb6a, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536461253+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 32b664b8-fe46-47f8-9ecd-66c77f96ebb6, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536491551+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c48c491b-c523-4712-acd4-60a4a99fe009, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536526296+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ded50370-c284-410f-a229-e7914569c338, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536596327+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f63fadda-9983-41c6-b868-ab5f077e3916, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536568781+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6210abf7-5697-4315-b648-ed5c3c694c42, ghrun-jiuhvntrce.auto.internal:23237): 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-19T09:49:52.536628749+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-jiuhvntrce.auto.internal:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
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.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:23237
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
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: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.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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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.connection:connection.py:549 Closing channel for endpoint localhost:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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    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 3969853) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3969853) elapsed time (sec): 30.143532514572144
DEBUG    ya.test:process.py:263 Command (pid 3969853) wtime: 30.147
DEBUG    ya.test:process.py:275 Command (pid 3969853) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      1	1	0	0	539	539	539	539
2	      0	0	0	10	0	0	0	0
3	      0	0	0	830	0	0	0	0
4	      0	0	0	2657	0	0	0	0
5	      0	0	0	2680	0	0	0	0
6	      0	0	0	2710	0	0	0	0
7	      0	0	0	2670	0	0	0	0
8	      0	0	0	2634	0	0	0	0
9	      0	0	0	2645	0	0	0	0
10	      0	0	0	2659	0	0	0	0
11	      0	0	0	2338	0	0	0	0
12	      0	0	0	2570	0	0	0	0
13	      0	0	0	2470	0	0	0	0
14	      0	0	0	2489	0	0	0	0
15	      0	0	0	2649	0	0	0	0
16	      0	0	0	2509	0	0	0	0
17	      0	0	0	2570	0	0	0	0
18	      0	0	0	2639	0	0	0	0
19	      0	0	0	2558	0	0	0	0
20	      0	0	0	2610	0	0	0	0
21	      0	0	0	2610	0	0	0	0
22	      0	0	0	2572	0	0	0	0
23	      0	0	0	2510	0	0	0	0
24	      0	0	0	2612	0	0	0	0
25	      0	0	0	2670	0	0	0	0
26	      0	0	0	2200	0	0	0	0
27	      0	0	0	1924	0	0	0	0
28	      0	0	0	2437	0	0	0	0
29	      0	0	0	2369	0	0	0	0
30	      0	0	0	2273	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      1	0.0333333	0	69074	539	539	539	539

DEBUG    ya.test:process.py:276 Command (pid 3969853) 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 3969851) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3969851) elapsed time (sec): 30.147552013397217
DEBUG    ya.test:process.py:263 Command (pid 3969851) wtime: 30.152
DEBUG    ya.test:process.py:275 Command (pid 3969851) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     79	79	0	0	58	487	519	527
2	    150	150	0	0	57	74	89	90
3	      0	0	0	820	0	0	0	0
4	      0	0	0	2650	0	0	0	0
5	      0	0	0	2690	0	0	0	0
6	      0	0	0	2699	0	0	0	0
7	      0	0	0	2690	0	0	0	0
8	      0	0	0	2630	0	0	0	0
9	      0	0	0	2669	0	0	0	0
10	      0	0	0	2641	0	0	0	0
11	      0	0	0	2368	0	0	0	0
12	      0	0	0	2579	0	0	0	0
13	      0	0	0	2470	0	0	0	0
14	      0	0	0	2489	0	0	0	0
15	      0	0	0	2660	0	0	0	0
16	      0	0	0	2500	0	0	0	0
17	      0	0	0	2599	0	0	0	0
18	      0	0	0	2649	0	0	0	0
19	      0	0	0	2530	0	0	0	0
20	      0	0	0	2619	0	0	0	0
21	      0	0	0	2610	0	0	0	0
22	      0	0	0	2569	0	0	0	0
23	      0	0	0	2466	0	0	0	0
24	      0	0	0	2589	0	0	0	0
25	      0	0	0	2660	0	0	0	0
26	      0	0	0	2202	0	0	0	0
27	      0	0	0	1937	0	0	0	0
28	      0	0	0	2318	0	0	0	0
29	      0	0	0	2310	0	0	0	0
30	      0	0	0	2285	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    229	7.63333	0	68898	58	217	519	527

DEBUG    ya.test:process.py:276 Command (pid 3969851) 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 3969854) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3969854) elapsed time (sec): 30.14732003211975
DEBUG    ya.test:process.py:263 Command (pid 3969854) wtime: 30.15
DEBUG    ya.test:process.py:275 Command (pid 3969854) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    111	111	0	0	43	375	379	381
2	    190	190	0	0	42	60	65	66
3	      0	0	0	839	0	0	0	0
4	      0	0	0	2631	0	0	0	0
5	      0	0	0	2669	0	0	0	0
6	      0	0	0	2710	0	0	0	0
7	      0	0	0	2649	0	0	0	0
8	      0	0	0	2633	0	0	0	0
9	      0	0	0	2666	0	0	0	0
10	      0	0	0	2640	0	0	0	0
11	      0	0	0	2315	0	0	0	0
12	      0	0	0	2570	0	0	0	0
13	      0	0	0	2462	0	0	0	0
14	      0	0	0	2488	0	0	0	0
15	      0	0	0	2630	0	0	0	0
16	      0	0	0	2490	0	0	0	0
17	      0	0	0	2570	0	0	0	0
18	      0	0	0	2619	0	0	0	0
19	      0	0	0	2504	0	0	0	0
20	      0	0	0	2618	0	0	0	0
21	      0	0	0	2601	0	0	0	0
22	      0	0	0	2569	0	0	0	0
23	      0	0	0	2443	0	0	0	0
24	      0	0	0	2584	0	0	0	0
25	      0	0	0	2674	0	0	0	0
26	      0	0	0	2130	0	0	0	0
27	      0	0	0	1759	0	0	0	0
28	      0	0	0	2343	0	0	0	0
29	      0	0	0	2334	0	0	0	0
30	      0	0	0	2264	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    301	10.0333	0	68404	43	145	379	381

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

DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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.connection:connection.py:549 Closing channel for endpoint localhost:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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.connection:connection.py:549 Closing channel for endpoint localhost:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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.connection:connection.py:549 Closing channel for endpoint localhost:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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.connection:connection.py:549 Closing channel for endpoint localhost:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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.connection:connection.py:549 Closing channel for endpoint localhost:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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.connection:connection.py:549 Closing channel for endpoint localhost:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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:23237
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23237". 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 ===============================
324.41s call     test_log_scenario.py::TestLogScenario::test_log_uniform
8.89s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
4.65s 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/gtvf/00096c/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/gtvf/00096c/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-19T09:49:50.073605Z): source_id=111;tablet_id=72075186224037900;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 @ 0xA777935
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA76FE76
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB605FC8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5E69DB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DCB3F8
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DCB14F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5C1AED
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x1418522B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DCBAF7
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D1CE63
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D1CE63
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D19C83
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D20737
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141A3018
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCA2B15
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5A8ED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB5F6A74
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5FAB34
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5FA740
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5FB32E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA77958C
21. ??:0: ?? @ 0x7FB41DDA6AC2
22. ??:0: ?? @ 0x7FB41DE388BF
============ 1 failed, 112 deselected, 1 error in 339.51s (0:05:39) ============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/gtvf/0009ad/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.00s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/gtvf/000692/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.42s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/gtvf/00089c/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.15s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/gtvf/0006bb/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.39s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/gtvf/0009b7/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.16s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/gtvf/0008c4/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.29s ============================
