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

data_read_correctness.py ...
order_by_with_limit.py ....
tablets_movement.py 
Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...er/.ya/build/build_root/nep0/005d9a/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/nep0/005d9a/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/nep0/005d9a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/nep0/005d9a', '--source-root', '/home/runner/.ya/build/build_root/nep0/005d9a/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/nep0/005d9a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10334327813/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...er/.ya/build/build_root/nep0/005d9a/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/nep0/005d9a/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/nep0/005d9a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/nep0/005d9a', '--source-root', '/home/runner/.ya/build/build_root/nep0/005d9a/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/nep0/005d9a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10334327813/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/nep0/005d94/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

test_create.py ....
test_cs_many_updates.py drop table: 85.9 ms
create table: 316.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 41.4
    "min_ms": 28.5
    "median_ms": 37.6
    "max_ms": 60.9
    "stdev_ms": 10.2
select count(*) after initial inserts: 139.3 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 80.6
    "min_ms": 42.1
    "median_ms": 68.5
    "max_ms": 328.4
    "stdev_ms": 36.6
select count(*) after all modifications: 2668.4 ms
select all: 3141.8 ms
delete from table: 4207.0 ms
select all after delete: 5292.7 ms
.drop table: 202.9 ms
create table: 818.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 172.2
    "min_ms": 55.5
    "median_ms": 153.7
    "max_ms": 387.8
    "stdev_ms": 118.6
select count(*) after initial inserts: 223.5 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 97.8
    "min_ms": 46.1
    "median_ms": 67.4
    "max_ms": 415.8
    "stdev_ms": 73.2
updates (step 1):
    "runs": 200
    "avg_ms": 167.4
    "min_ms": 109.7
    "median_ms": 157.6
    "max_ms": 364.6
    "stdev_ms": 42.6
upserts (step 2):
    "runs": 200
    "avg_ms": 29.8
    "min_ms": 18.5
    "median_ms": 23.9
    "max_ms": 121.6
    "stdev_ms": 16.8
select count(*) after all modifications: 288.2 ms
select all: 273.4 ms
delete from table: 294.4 ms
select all after delete: 282.6 ms
.drop table: 25.1 ms
create table: 338.6 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.2
    "min_ms": 22.5
    "median_ms": 29.9
    "max_ms": 30.8
    "stdev_ms": 2.5
select count(*) after initial inserts: 88.1 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 141.2
    "min_ms": 75.8
    "median_ms": 124.7
    "max_ms": 490.1
    "stdev_ms": 53.4
select count(*) after all modifications: 327.9 ms
select all: 326.2 ms
delete from table: 376.1 ms
select all after delete: 287.3 ms
.drop table: 46.2 ms
create table: 593.2 ms
initial inserts:
    "runs": 15
    "avg_ms": 33.3
    "min_ms": 27.9
    "median_ms": 29.8
    "max_ms": 53.7
    "stdev_ms": 7.0
select count(*) after initial inserts: 99.0 ms
updates (step 0):
    "runs": 150
    "avg_ms": 126.8
    "min_ms": 92.9
    "median_ms": 119.7
    "max_ms": 233.4
    "stdev_ms": 26.6
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 73.4
    "min_ms": 57.4
    "median_ms": 69.0
    "max_ms": 233.6
    "stdev_ms": 22.5
select count(*) after all modifications: 362.8 ms
select all: 355.6 ms
delete from table: 367.0 ms
select all after delete: 294.4 ms
.drop table: 33.8 ms
create table: 428.6 ms
initial inserts:
    "runs": 20
    "avg_ms": 32.3
    "min_ms": 28.6
    "median_ms": 30.8
    "max_ms": 51.7
    "stdev_ms": 5.5
select count(*) after initial inserts: 97.8 ms
updates (step 0):
    "runs": 200
    "avg_ms": 127.2
    "min_ms": 90.4
    "median_ms": 116.8
    "max_ms": 311.6
    "stdev_ms": 31.8
upserts (step 1):
    "runs": 200
    "avg_ms": 47.1
    "min_ms": 26.5
    "median_ms": 41.0
    "max_ms": 233.6
    "stdev_ms": 25.5
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 111.2
    "min_ms": 80.7
    "median_ms": 102.8
    "max_ms": 262.4
    "stdev_ms": 29.2
select count(*) after all modifications: 591.4 ms
select all: 515.7 ms
delete from table: 736.0 ms
select all after delete: 516.4 ms
.drop table: 37.5 ms
create table: 474.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.7
    "min_ms": 25.3
    "median_ms": 30.6
    "max_ms": 41.0
    "stdev_ms": 4.0
select count(*) after initial inserts: 127.9 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 28.1
    "min_ms": 21.4
    "median_ms": 26.9
    "max_ms": 141.8
    "stdev_ms": 6.7
select count(*) after all modifications: 291.8 ms
select all: 230.3 ms
delete from table: 255.5 ms
select all after delete: 212.4 ms
.Generated operation sequence:
  0. BULK_UPSERT: 9 operations
  1. BULK_UPSERT: 7 operations
  2. BULK_UPSERT: 17 operations
  3. UPDATE: 13 operations
  4. UPSERT: 6 operations
  5. UPDATE: 18 operations
  6. UPDATE: 4 operations
  7. UPSERT: 13 operations
  8. UPSERT: 10 operations
  9. BULK_UPSERT: 18 operations
drop table: 25.6 ms
create table: 367.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.9
    "min_ms": 28.3
    "median_ms": 29.7
    "max_ms": 31.9
    "stdev_ms": 1.4
select count(*) after initial inserts: 87.8 ms
bulk_upserts (step 0):
    "runs": 9
    "avg_ms": 46.0
    "min_ms": 43.0
    "median_ms": 45.9
    "max_ms": 48.8
    "stdev_ms": 1.8
bulk_upserts (step 1):
    "runs": 7
    "avg_ms": 46.7
    "min_ms": 43.1
    "median_ms": 46.1
    "max_ms": 53.4
    "stdev_ms": 3.4
bulk_upserts (step 2):
    "runs": 17
    "avg_ms": 47.9
    "min_ms": 43.9
    "median_ms": 48.0
    "max_ms": 55.3
    "stdev_ms": 2.9
updates (step 3):
    "runs": 130
    "avg_ms": 121.2
    "min_ms": 92.9
    "median_ms": 116.9
    "max_ms": 213.1
    "stdev_ms": 18.0
upserts (step 4):
    "runs": 60
    "avg_ms": 27.1
    "min_ms": 21.2
    "median_ms": 26.5
    "max_ms": 70.2
    "stdev_ms": 6.7
updates (step 5):
    "runs": 180
    "avg_ms": 217.9
    "min_ms": 114.5
    "median_ms": 195.5
    "max_ms": 537.7
    "stdev_ms": 76.2
updates (step 6):
    "runs": 40
    "avg_ms": 160.4
    "min_ms": 122.3
    "median_ms": 148.6
    "max_ms": 336.2
    "stdev_ms": 43.3
upserts (step 7):
    "runs": 130
    "avg_ms": 30.0
    "min_ms": 21.3
    "median_ms": 26.7
    "max_ms": 151.3
    "stdev_ms": 15.0
upserts (step 8):
    "runs": 100
    "avg_ms": 28.2
    "min_ms": 21.3
    "median_ms": 26.3
    "max_ms": 86.0
    "stdev_ms": 8.5
bulk_upserts (step 9):
    "runs": 18
    "avg_ms": 51.3
    "min_ms": 46.8
    "median_ms": 51.4
    "max_ms": 58.7
    "stdev_ms": 2.7
select count(*) after all modifications: 263.0 ms
select all: 281.0 ms
delete from table: 294.1 ms
select all after delete: 264.0 ms
.
test_delete.py .

============================== slowest durations ===============================
143.28s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
74.12s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
56.60s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
53.34s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
49.56s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
30.02s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
28.98s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
7.22s setup    test_create.py::TestCreate::test_create_real_opt
6.73s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
3.97s setup    test_delete.py::TestDelete::test_delete_rollback
3.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.11s call     test_delete.py::TestDelete::test_delete_rollback
0.59s call     test_create.py::TestCreate::test_create_real_opt
0.45s call     test_create.py::TestCreate::test_create_real_req
0.43s call     test_create.py::TestCreate::test_create_strings_opt
0.09s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.03s call     test_create.py::TestCreate::test_dy_number_not_supported
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s teardown test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 461.25s (0:07:41) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/nep0/005d95/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

test_delete.py ............

============================== slowest durations ===============================
6.06s setup    test_delete.py::TestDelete::test_delete_where[False-100]
1.52s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
1.50s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
1.46s call     test_delete.py::TestDelete::test_delete_where[False-100]
1.41s call     test_delete.py::TestDelete::test_delete_where[True-0]
1.18s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
1.14s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.99s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.98s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.93s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.77s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.76s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.68s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.07s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.06s setup    test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.06s setup    test_delete.py::TestDelete::test_delete_where[True-0]
0.05s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.04s teardown test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.02s setup    test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.02s setup    test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.02s setup    test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.02s setup    test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.01s teardown test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id = 42-99]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 21.31s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/nep0/005d96/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

test_delete.py .
test_insert.py ...........

============================== slowest durations ===============================
8.36s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
5.98s setup    test_delete.py::TestDelete::test_incorrect
1.73s call     test_insert.py::TestInsertStatement::test_copy_full
1.15s call     test_insert.py::TestInsertStatement::test_copy_partial
0.93s call     test_delete.py::TestDelete::test_incorrect
0.83s call     test_insert.py::TestInsertStatement::test_plain
0.70s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.62s call     test_insert.py::TestInsertStatement::test_duplicate
0.52s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.47s call     test_insert.py::TestInsertStatement::test_incorrect
0.44s call     test_insert.py::TestInsertStatement::test_out_of_range
0.43s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.41s call     test_insert.py::TestInsertStatement::test_bulk
0.28s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.08s teardown test_delete.py::TestDelete::test_incorrect
0.04s setup    test_insert.py::TestInsertStatement::test_duplicate
0.02s setup    test_insert.py::TestInsertStatement::test_copy_full
0.01s setup    test_insert.py::TestInsertStatement::test_out_of_range
0.01s teardown test_insert.py::TestInsertStatement::test_duplicate

(17 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 24.26s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/nep0/005d98/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

test_insert.py ...
test_log_scenario.py ..FE
test_overloads.py ......

==================================== 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:707: 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/nep0/005d98/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/nep0/005d98/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/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-24T13:44:26.183214Z): source_id=112;tablet_id=72075186224038004;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 @ 0xA916F95
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA90F4D6
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A64C8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD71AADB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F6F748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6F49F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD6F512D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x14373E1B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FBAE17
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F0FBD3
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F0FBD3
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F0D583
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F10F47
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14391C08
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF3D565
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB749437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB796F74
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79B034
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79AC40
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79B82E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA918BEC
E   21. ??:0: ?? @ 0x7F6EF8146AC2
E   22. ??:0: ?? @ 0x7F6EF81D88BF
------------------------------ 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
------------------------------ 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/nep0/005d98/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/nep0/005d98/ydb/apps/ydb/ydb -e grpc://localhost:27835 -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.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/nep0/005d98/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:27835', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1277948
DEBUG    ya.test:process.py:259 Command (pid 1277948) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1277948) elapsed time (sec): 0.3374965190887451
DEBUG    ya.test:process.py:263 Command (pid 1277948) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) maxrss: 822292
DEBUG    ya.test:process.py:263 Command (pid 1277948) minflt: 3539
DEBUG    ya.test:process.py:263 Command (pid 1277948) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 1277948) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) nvcsw: 221
DEBUG    ya.test:process.py:263 Command (pid 1277948) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1277948) stime: 0.037254999999999996
DEBUG    ya.test:process.py:263 Command (pid 1277948) utime: 0.040979999999999996
DEBUG    ya.test:process.py:263 Command (pid 1277948) wtime: 0.339
DEBUG    ya.test:process.py:275 Command (pid 1277948) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1277948) 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/nep0/005d98/ydb/apps/ydb/ydb -e grpc://localhost:27835 -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.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/nep0/005d98/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:27835', '-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: 1278337
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 1278337) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1278337) elapsed time (sec): 30.209819793701172
DEBUG    ya.test:process.py:263 Command (pid 1278337) wtime: 30.211
DEBUG    ya.test:process.py:275 Command (pid 1278337) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    476	476	0	0	20	23	32	38
2	    486	486	0	0	20	21	22	23
3	    490	490	0	0	20	22	22	24
4	    482	482	0	0	20	22	24	27
5	    470	470	0	0	20	27	31	41
6	    486	486	0	0	20	22	24	29
7	    490	490	0	0	20	21	23	27
8	    479	479	0	0	20	24	26	31
9	    450	450	0	0	21	29	32	39
10	    429	429	0	0	22	34	38	42
11	    371	371	0	0	24	41	49	58
12	    371	371	0	0	24	44	56	58
13	    383	383	0	0	23	43	51	55
14	    331	331	0	0	28	53	65	68
15	    231	231	0	0	30	100	117	123
16	    263	263	0	0	34	73	90	106
17	    232	232	0	0	39	69	81	82
18	    294	294	0	0	30	59	75	82
19	    220	220	0	0	41	78	84	94
20	    236	236	0	0	39	67	85	95
21	    316	316	0	0	27	76	96	105
22	    251	251	0	0	37	67	72	82
23	    337	337	0	0	26	56	65	71
24	    414	414	0	0	21	36	47	54
25	    452	452	0	0	21	30	38	45
26	    485	485	0	0	20	23	27	29
27	    486	486	0	0	20	22	23	25
28	    488	488	0	0	20	22	23	24
29	    485	485	0	0	20	23	26	28
30	    493	493	0	0	20	22	22	23

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  11877	395.9	0	0	21	48	72	123

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTcyOTdiYjQtY2QxYmZkYmItNTEwNjg3NzktY2RkZTc0ZDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 57a482ee-ee94-4ae0-94bf-c12118b1be64, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 57a482ee-ee94-4ae0-94bf-c12118b1be64, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=NTcyOTdiYjQtY2QxYmZkYmItNTEwNjg3NzktY2RkZTc0ZDU=" 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, 57a482ee-ee94-4ae0-94bf-c12118b1be64, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTcyOTdiYjQtY2QxYmZkYmItNTEwNjg3NzktY2RkZTc0ZDU=
INFO     root:test_log_scenario.py:217 Count rows after insert 11702 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTczM2FmMjktZDBlYTY0YWItMzYzMTYwYTgtNDFiYmY5M2M=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9c4748d2-f95f-4122-a0ee-f1c9441172a9, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9c4748d2-f95f-4122-a0ee-f1c9441172a9, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=MTczM2FmMjktZDBlYTY0YWItMzYzMTYwYTgtNDFiYmY5M2M=" 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, 9c4748d2-f95f-4122-a0ee-f1c9441172a9, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTczM2FmMjktZDBlYTY0YWItMzYzMTYwYTgtNDFiYmY5M2M=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjA1OTRkNWEtNGI1MjdhOTctYmQyOTgwZjQtNmY2NDA5ZTU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9bd49fda-3804-4b40-bc16-3bd8b19c68b3, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9bd49fda-3804-4b40-bc16-3bd8b19c68b3, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=ZjA1OTRkNWEtNGI1MjdhOTctYmQyOTgwZjQtNmY2NDA5ZTU=" 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, 9bd49fda-3804-4b40-bc16-3bd8b19c68b3, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjA1OTRkNWEtNGI1MjdhOTctYmQyOTgwZjQtNmY2NDA5ZTU=
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/nep0/005d98/ydb/apps/ydb/ydb -e grpc://localhost:27835 -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
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/nep0/005d98/ydb/apps/ydb/ydb -e grpc://localhost:27835 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2ZjMGE5NTYtZWVkNTc2OTAtOTBkOWYxNTUtMzgwZGQxMzQ=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/nep0/005d98/ydb/apps/ydb/ydb -e grpc://localhost:27835 -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, 4c1f0301-e155-41f7-921f-b0d9f73bae79, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzIzMGQ2MDMtYzFhNGJhMzgtNDRlMTIyMWYtODY2NTg1ZTQ=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4c1f0301-e155-41f7-921f-b0d9f73bae79, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=Y2ZjMGE5NTYtZWVkNTc2OTAtOTBkOWYxNTUtMzgwZGQxMzQ=" 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(ExecuteQuery, 976fbdd0-1584-433d-b3aa-93cf29ce3ae3, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWE3YWMyNDgtMmZlZjJjMTgtOTM2MDkwYy05OGNhY2I3
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 976fbdd0-1584-433d-b3aa-93cf29ce3ae3, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=MzIzMGQ2MDMtYzFhNGJhMzgtNDRlMTIyMWYtODY2NTg1ZTQ=" 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, 4c1f0301-e155-41f7-921f-b0d9f73bae79, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2133c850-2a77-432a-ad3d-f496b088d01b, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTYwYTVmOC1iOGI5ZjcxMS1lYzg2ZDM3Yy01ODBhODQzZA==
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2133c850-2a77-432a-ad3d-f496b088d01b, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=NWE3YWMyNDgtMmZlZjJjMTgtOTM2MDkwYy05OGNhY2I3" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 976fbdd0-1584-433d-b3aa-93cf29ce3ae3, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 031e3052-4dbb-4954-a43d-fa2a4f74ed15, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTdlNjRiMGMtN2E3ZTcyNjUtYWExMTMzMWItM2YyMWIyOWY=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/nep0/005d98/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:27835', '-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:52 RpcState(ExecuteQuery, 2133c850-2a77-432a-ad3d-f496b088d01b, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/nep0/005d98/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:27835', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 031e3052-4dbb-4954-a43d-fa2a4f74ed15, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=NTYwYTVmOC1iOGI5ZjcxMS1lYzg2ZDM3Yy01ODBhODQzZA==" 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(ExecuteQuery, 821735c6-7976-40ad-8e2e-44a8a4d29215, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjM1NjMzYzgtOGEzOTI5Mi05ZTEyZDY1My1mNWUyMmE2Zg==
DEBUG    ya.test:process.py:628 Command pid: 1297432
DEBUG    ya.test:process.py:628 Command pid: 1297433
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 031e3052-4dbb-4954-a43d-fa2a4f74ed15, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/nep0/005d98/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:27835', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 821735c6-7976-40ad-8e2e-44a8a4d29215, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=ZTdlNjRiMGMtN2E3ZTcyNjUtYWExMTMzMWItM2YyMWIyOWY=" 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(ExecuteQuery, 67f84bf3-895f-4bb7-89bc-3f448062588b, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGJlYmNiMDItNDcyZGQwYzEtNjZmMzA1YTMtNzRmYzJhNWQ=
DEBUG    ya.test:process.py:628 Command pid: 1297435
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 67f84bf3-895f-4bb7-89bc-3f448062588b, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=ZjM1NjMzYzgtOGEzOTI5Mi05ZTEyZDY1My1mNWUyMmE2Zg==" 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, 821735c6-7976-40ad-8e2e-44a8a4d29215, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2811aa64-39ba-4646-96d7-0b58a96d4634, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTcyOTdiYjQtY2QxYmZkYmItNTEwNjg3NzktY2RkZTc0ZDU=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 67f84bf3-895f-4bb7-89bc-3f448062588b, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2811aa64-39ba-4646-96d7-0b58a96d4634, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=NGJlYmNiMDItNDcyZGQwYzEtNjZmMzA1YTMtNzRmYzJhNWQ=" 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(ExecuteQuery, 781bdd14-8a7b-435a-90a4-da6212ddad9a, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTczM2FmMjktZDBlYTY0YWItMzYzMTYwYTgtNDFiYmY5M2M=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 781bdd14-8a7b-435a-90a4-da6212ddad9a, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=NTcyOTdiYjQtY2QxYmZkYmItNTEwNjg3NzktY2RkZTc0ZDU=" 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(ExecuteQuery, de40d2f3-b67f-46d1-90a9-9dde6e696a24, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjA1OTRkNWEtNGI1MjdhOTctYmQyOTgwZjQtNmY2NDA5ZTU=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2811aa64-39ba-4646-96d7-0b58a96d4634, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, de40d2f3-b67f-46d1-90a9-9dde6e696a24, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=MTczM2FmMjktZDBlYTY0YWItMzYzMTYwYTgtNDFiYmY5M2M=" 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, 781bdd14-8a7b-435a-90a4-da6212ddad9a, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4257d349-7c15-4528-8946-73252d8e2cd3, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, de40d2f3-b67f-46d1-90a9-9dde6e696a24, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4257d349-7c15-4528-8946-73252d8e2cd3, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=ZjA1OTRkNWEtNGI1MjdhOTctYmQyOTgwZjQtNmY2NDA5ZTU=" 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, 4257d349-7c15-4528-8946-73252d8e2cd3, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
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, eac265cc-02bb-4cf7-b0cb-8e5b4d6fe6cb, localhost:64764): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, eac265cc-02bb-4cf7-b0cb-8e5b4d6fe6cb, localhost:64764): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, eac265cc-02bb-4cf7-b0cb-8e5b4d6fe6cb, localhost:64764): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tful63qlf4.auto.internal" port: 64764 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-tful63qlf4.auto.internal:64764, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64764
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 1297433) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1297433) elapsed time (sec): 30.20393943786621
DEBUG    ya.test:process.py:263 Command (pid 1297433) wtime: 30.225
DEBUG    ya.test:process.py:275 Command (pid 1297433) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	211	699	715	715
2	    117	117	0	0	81	217	303	331
3	    108	108	0	0	87	160	170	175
4	    122	122	0	0	79	106	125	125
5	    132	132	0	0	73	107	138	139
6	    112	112	0	0	87	118	144	154
7	     99	99	0	0	92	170	194	194
8	    131	131	0	0	70	119	148	157
9	    137	137	0	0	69	108	135	144
10	    137	137	0	0	69	99	118	127
11	    139	139	0	0	68	97	108	113
12	    138	138	0	0	71	96	109	111
13	    147	147	0	0	67	93	103	103
14	    145	145	0	0	67	99	107	108
15	    169	169	0	0	58	79	93	96
16	    181	181	0	0	53	76	91	98
17	    175	175	0	0	56	72	86	88
18	    162	162	0	0	59	80	86	89
19	    166	166	0	0	57	82	93	101
20	    159	159	0	0	58	96	111	114
21	    167	167	0	0	56	86	98	102
22	    154	154	0	0	61	86	99	116
23	    188	188	0	0	52	66	70	83
24	    155	155	0	0	61	86	96	100
25	    162	162	0	0	60	82	90	100
26	    176	176	0	0	55	71	78	91
27	    186	186	0	0	51	70	76	87
28	    185	185	0	0	51	69	77	80
29	    166	166	0	0	57	90	99	106
30	    195	195	0	0	50	73	78	89

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   4430	147.667	0	0	61	102	158	715

DEBUG    ya.test:process.py:276 Command (pid 1297433) 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 1297435) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1297435) elapsed time (sec): 30.306215524673462
DEBUG    ya.test:process.py:263 Command (pid 1297435) wtime: 30.312
DEBUG    ya.test:process.py:275 Command (pid 1297435) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	655	827	827	827
2	     88	88	0	0	107	415	463	531
3	     80	80	0	0	120	188	209	216
4	     96	96	0	0	104	131	135	137
5	    100	100	0	0	95	135	150	155
6	     84	84	0	0	117	155	157	157
7	     76	76	0	0	120	201	218	220
8	     98	98	0	0	95	155	170	179
9	    100	100	0	0	97	140	155	162
10	    103	103	0	0	96	126	143	143
11	    104	104	0	0	91	128	132	133
12	    104	104	0	0	92	116	122	128
13	    114	114	0	0	90	120	125	127
14	    109	109	0	0	90	128	140	141
15	    128	128	0	0	78	106	108	110
16	    136	136	0	0	69	100	111	111
17	    135	135	0	0	74	92	102	111
18	    122	122	0	0	79	100	106	111
19	    127	127	0	0	78	100	113	117
20	    121	121	0	0	78	123	134	135
21	    119	119	0	0	79	113	120	133
22	    118	118	0	0	81	111	118	132
23	    142	142	0	0	69	82	89	91
24	    118	118	0	0	81	109	116	124
25	    122	122	0	0	79	107	113	119
26	    130	130	0	0	73	98	108	108
27	    142	142	0	0	69	92	99	101
28	    142	142	0	0	68	93	96	96
29	    126	126	0	0	78	115	128	129
30	    150	150	0	0	68	90	100	100

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   3344	111.467	0	0	81	131	188	827

DEBUG    ya.test:process.py:276 Command (pid 1297435) 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 1297432) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1297432) elapsed time (sec): 30.798173189163208
DEBUG    ya.test:process.py:263 Command (pid 1297432) wtime: 30.822
DEBUG    ya.test:process.py:275 Command (pid 1297432) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      1	1	0	10	168	168	168	168
6	      0	0	0	10	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      0	0	0	10	0	0	0	0
9	      0	0	0	10	0	0	0	0
10	      0	0	0	10	0	0	0	0
11	      0	0	0	10	0	0	0	0
12	      0	0	0	10	0	0	0	0
13	      0	0	0	10	0	0	0	0
14	      0	0	0	10	0	0	0	0
15	      0	0	0	10	0	0	0	0
16	      0	0	0	10	0	0	0	0
17	      0	0	0	10	0	0	0	0
18	      0	0	0	10	0	0	0	0
19	      0	0	0	10	0	0	0	0
20	      0	0	0	10	0	0	0	0
21	      0	0	0	10	0	0	0	0
22	      0	0	0	10	0	0	0	0
23	      0	0	0	10	0	0	0	0
24	      0	0	0	10	0	0	0	0
25	      0	0	0	10	0	0	0	0
26	      0	0	0	10	0	0	0	0
27	      0	0	0	10	0	0	0	0
28	      0	0	0	10	0	0	0	0
29	      0	0	0	10	0	0	0	0
30	      0	0	0	20	0	0	0	0

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

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

DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3ce4684f-7138-4918-a52e-b1260e3dd85e, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T13:44:59.937419354+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 731fcf48-c7fb-41f2-8223-ae20389bf0b7, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.937525446+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-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 04310061-8332-4613-800d-3db2d35f60b5, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.93754353+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5fe36a72-726d-46fa-b16c-7e064ff0c0d7, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.93755696+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f4a1f89b-c171-48b0-b613-ab62bbc00e41, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T13:44:59.937582621+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, eb20f996-7301-43a5-b1f1-f0e16c7d8f88, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.937594746+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b9f94dc9-145a-4a44-b0c6-8eaeba42fa32, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T13:44:59.937570032+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ab0ad5bc-6651-4aad-8b10-90583002bf5c, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T13:44:59.937606603+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 578cb57e-3d5d-4d4c-96aa-47e31ff16156, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.937630519+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 59af33dc-ac4e-48b8-942f-b113b8f19aa4, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T13:44:59.937642825+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4c1f0301-e155-41f7-921f-b0d9f73bae79, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	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-24T13:44:59.937657937+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 976fbdd0-1584-433d-b3aa-93cf29ce3ae3, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.937673799+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-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2133c850-2a77-432a-ad3d-f496b088d01b, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.937688053+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 031e3052-4dbb-4954-a43d-fa2a4f74ed15, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.937701591+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 67f84bf3-895f-4bb7-89bc-3f448062588b, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	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-24T13:44:59.937729344+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 821735c6-7976-40ad-8e2e-44a8a4d29215, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.93771547+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 781bdd14-8a7b-435a-90a4-da6212ddad9a, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	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-24T13:44:59.937760556+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2811aa64-39ba-4646-96d7-0b58a96d4634, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	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-24T13:44:59.937745916+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, de40d2f3-b67f-46d1-90a9-9dde6e696a24, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	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-24T13:44:59.937774079+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4257d349-7c15-4528-8946-73252d8e2cd3, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	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-24T13:44:59.937788477+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py: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.connection:connection.py:549 Closing channel for endpoint localhost:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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.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, bd36ea06-471c-4303-82c4-201fd19fcf12, localhost:64764): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, bd36ea06-471c-4303-82c4-201fd19fcf12, localhost:64764): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, bd36ea06-471c-4303-82c4-201fd19fcf12, localhost:64764): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tful63qlf4.auto.internal" port: 64764 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-tful63qlf4.auto.internal:64764, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64764
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
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:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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.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, b0c38bc5-e8f9-45e0-98be-365cd6ffb889, localhost:64764): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b0c38bc5-e8f9-45e0-98be-365cd6ffb889, localhost:64764): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b0c38bc5-e8f9-45e0-98be-365cd6ffb889, localhost:64764): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tful63qlf4.auto.internal" port: 64764 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-tful63qlf4.auto.internal:64764, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64764
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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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.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, 3b5fb47f-2b00-4908-a01f-07c41458ebc2, localhost:64764): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3b5fb47f-2b00-4908-a01f-07c41458ebc2, localhost:64764): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3b5fb47f-2b00-4908-a01f-07c41458ebc2, localhost:64764): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tful63qlf4.auto.internal" port: 64764 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-tful63qlf4.auto.internal:64764, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64764
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
---------------------------- 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:27835
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-tful63qlf4'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
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/nep0/005d98/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/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.1242849' in '/home/runner/.ya/build/build_root/nep0/005d98/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_a86nipds.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:281 Stopped node localhost:27835/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10880
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7507
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2313
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27835
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21965
=================================== 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
------------------------------ 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/nep0/005d98/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/nep0/005d98/ydb/apps/ydb/ydb -e grpc://localhost:27835 -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.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/nep0/005d98/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:27835', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1277948
DEBUG    ya.test:process.py:259 Command (pid 1277948) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1277948) elapsed time (sec): 0.3374965190887451
DEBUG    ya.test:process.py:263 Command (pid 1277948) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) maxrss: 822292
DEBUG    ya.test:process.py:263 Command (pid 1277948) minflt: 3539
DEBUG    ya.test:process.py:263 Command (pid 1277948) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 1277948) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1277948) nvcsw: 221
DEBUG    ya.test:process.py:263 Command (pid 1277948) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1277948) stime: 0.037254999999999996
DEBUG    ya.test:process.py:263 Command (pid 1277948) utime: 0.040979999999999996
DEBUG    ya.test:process.py:263 Command (pid 1277948) wtime: 0.339
DEBUG    ya.test:process.py:275 Command (pid 1277948) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1277948) 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/nep0/005d98/ydb/apps/ydb/ydb -e grpc://localhost:27835 -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.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/nep0/005d98/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:27835', '-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: 1278337
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 1278337) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1278337) elapsed time (sec): 30.209819793701172
DEBUG    ya.test:process.py:263 Command (pid 1278337) wtime: 30.211
DEBUG    ya.test:process.py:275 Command (pid 1278337) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    476	476	0	0	20	23	32	38
2	    486	486	0	0	20	21	22	23
3	    490	490	0	0	20	22	22	24
4	    482	482	0	0	20	22	24	27
5	    470	470	0	0	20	27	31	41
6	    486	486	0	0	20	22	24	29
7	    490	490	0	0	20	21	23	27
8	    479	479	0	0	20	24	26	31
9	    450	450	0	0	21	29	32	39
10	    429	429	0	0	22	34	38	42
11	    371	371	0	0	24	41	49	58
12	    371	371	0	0	24	44	56	58
13	    383	383	0	0	23	43	51	55
14	    331	331	0	0	28	53	65	68
15	    231	231	0	0	30	100	117	123
16	    263	263	0	0	34	73	90	106
17	    232	232	0	0	39	69	81	82
18	    294	294	0	0	30	59	75	82
19	    220	220	0	0	41	78	84	94
20	    236	236	0	0	39	67	85	95
21	    316	316	0	0	27	76	96	105
22	    251	251	0	0	37	67	72	82
23	    337	337	0	0	26	56	65	71
24	    414	414	0	0	21	36	47	54
25	    452	452	0	0	21	30	38	45
26	    485	485	0	0	20	23	27	29
27	    486	486	0	0	20	22	23	25
28	    488	488	0	0	20	22	23	24
29	    485	485	0	0	20	23	26	28
30	    493	493	0	0	20	22	22	23

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  11877	395.9	0	0	21	48	72	123

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTcyOTdiYjQtY2QxYmZkYmItNTEwNjg3NzktY2RkZTc0ZDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 57a482ee-ee94-4ae0-94bf-c12118b1be64, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 57a482ee-ee94-4ae0-94bf-c12118b1be64, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=NTcyOTdiYjQtY2QxYmZkYmItNTEwNjg3NzktY2RkZTc0ZDU=" 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, 57a482ee-ee94-4ae0-94bf-c12118b1be64, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTcyOTdiYjQtY2QxYmZkYmItNTEwNjg3NzktY2RkZTc0ZDU=
INFO     root:test_log_scenario.py:217 Count rows after insert 11702 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTczM2FmMjktZDBlYTY0YWItMzYzMTYwYTgtNDFiYmY5M2M=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9c4748d2-f95f-4122-a0ee-f1c9441172a9, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9c4748d2-f95f-4122-a0ee-f1c9441172a9, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=MTczM2FmMjktZDBlYTY0YWItMzYzMTYwYTgtNDFiYmY5M2M=" 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, 9c4748d2-f95f-4122-a0ee-f1c9441172a9, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTczM2FmMjktZDBlYTY0YWItMzYzMTYwYTgtNDFiYmY5M2M=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjA1OTRkNWEtNGI1MjdhOTctYmQyOTgwZjQtNmY2NDA5ZTU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9bd49fda-3804-4b40-bc16-3bd8b19c68b3, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9bd49fda-3804-4b40-bc16-3bd8b19c68b3, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=ZjA1OTRkNWEtNGI1MjdhOTctYmQyOTgwZjQtNmY2NDA5ZTU=" 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, 9bd49fda-3804-4b40-bc16-3bd8b19c68b3, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjA1OTRkNWEtNGI1MjdhOTctYmQyOTgwZjQtNmY2NDA5ZTU=
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/nep0/005d98/ydb/apps/ydb/ydb -e grpc://localhost:27835 -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
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/nep0/005d98/ydb/apps/ydb/ydb -e grpc://localhost:27835 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2ZjMGE5NTYtZWVkNTc2OTAtOTBkOWYxNTUtMzgwZGQxMzQ=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/nep0/005d98/ydb/apps/ydb/ydb -e grpc://localhost:27835 -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, 4c1f0301-e155-41f7-921f-b0d9f73bae79, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzIzMGQ2MDMtYzFhNGJhMzgtNDRlMTIyMWYtODY2NTg1ZTQ=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4c1f0301-e155-41f7-921f-b0d9f73bae79, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=Y2ZjMGE5NTYtZWVkNTc2OTAtOTBkOWYxNTUtMzgwZGQxMzQ=" 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(ExecuteQuery, 976fbdd0-1584-433d-b3aa-93cf29ce3ae3, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWE3YWMyNDgtMmZlZjJjMTgtOTM2MDkwYy05OGNhY2I3
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 976fbdd0-1584-433d-b3aa-93cf29ce3ae3, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=MzIzMGQ2MDMtYzFhNGJhMzgtNDRlMTIyMWYtODY2NTg1ZTQ=" 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, 4c1f0301-e155-41f7-921f-b0d9f73bae79, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2133c850-2a77-432a-ad3d-f496b088d01b, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTYwYTVmOC1iOGI5ZjcxMS1lYzg2ZDM3Yy01ODBhODQzZA==
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2133c850-2a77-432a-ad3d-f496b088d01b, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=NWE3YWMyNDgtMmZlZjJjMTgtOTM2MDkwYy05OGNhY2I3" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 976fbdd0-1584-433d-b3aa-93cf29ce3ae3, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 031e3052-4dbb-4954-a43d-fa2a4f74ed15, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTdlNjRiMGMtN2E3ZTcyNjUtYWExMTMzMWItM2YyMWIyOWY=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/nep0/005d98/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:27835', '-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:52 RpcState(ExecuteQuery, 2133c850-2a77-432a-ad3d-f496b088d01b, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/nep0/005d98/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:27835', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 031e3052-4dbb-4954-a43d-fa2a4f74ed15, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=NTYwYTVmOC1iOGI5ZjcxMS1lYzg2ZDM3Yy01ODBhODQzZA==" 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(ExecuteQuery, 821735c6-7976-40ad-8e2e-44a8a4d29215, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjM1NjMzYzgtOGEzOTI5Mi05ZTEyZDY1My1mNWUyMmE2Zg==
DEBUG    ya.test:process.py:628 Command pid: 1297432
DEBUG    ya.test:process.py:628 Command pid: 1297433
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 031e3052-4dbb-4954-a43d-fa2a4f74ed15, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/nep0/005d98/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:27835', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 821735c6-7976-40ad-8e2e-44a8a4d29215, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=ZTdlNjRiMGMtN2E3ZTcyNjUtYWExMTMzMWItM2YyMWIyOWY=" 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(ExecuteQuery, 67f84bf3-895f-4bb7-89bc-3f448062588b, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGJlYmNiMDItNDcyZGQwYzEtNjZmMzA1YTMtNzRmYzJhNWQ=
DEBUG    ya.test:process.py:628 Command pid: 1297435
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 67f84bf3-895f-4bb7-89bc-3f448062588b, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=ZjM1NjMzYzgtOGEzOTI5Mi05ZTEyZDY1My1mNWUyMmE2Zg==" 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, 821735c6-7976-40ad-8e2e-44a8a4d29215, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2811aa64-39ba-4646-96d7-0b58a96d4634, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTcyOTdiYjQtY2QxYmZkYmItNTEwNjg3NzktY2RkZTc0ZDU=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 67f84bf3-895f-4bb7-89bc-3f448062588b, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2811aa64-39ba-4646-96d7-0b58a96d4634, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=NGJlYmNiMDItNDcyZGQwYzEtNjZmMzA1YTMtNzRmYzJhNWQ=" 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(ExecuteQuery, 781bdd14-8a7b-435a-90a4-da6212ddad9a, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTczM2FmMjktZDBlYTY0YWItMzYzMTYwYTgtNDFiYmY5M2M=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 781bdd14-8a7b-435a-90a4-da6212ddad9a, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=NTcyOTdiYjQtY2QxYmZkYmItNTEwNjg3NzktY2RkZTc0ZDU=" 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(ExecuteQuery, de40d2f3-b67f-46d1-90a9-9dde6e696a24, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjA1OTRkNWEtNGI1MjdhOTctYmQyOTgwZjQtNmY2NDA5ZTU=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2811aa64-39ba-4646-96d7-0b58a96d4634, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, de40d2f3-b67f-46d1-90a9-9dde6e696a24, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=MTczM2FmMjktZDBlYTY0YWItMzYzMTYwYTgtNDFiYmY5M2M=" 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, 781bdd14-8a7b-435a-90a4-da6212ddad9a, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4257d349-7c15-4528-8946-73252d8e2cd3, ghrun-tful63qlf4.auto.internal:27835): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, de40d2f3-b67f-46d1-90a9-9dde6e696a24, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4257d349-7c15-4528-8946-73252d8e2cd3, ghrun-tful63qlf4.auto.internal:27835): request = { session_id: "ydb://session/3?node_id=1&id=ZjA1OTRkNWEtNGI1MjdhOTctYmQyOTgwZjQtNmY2NDA5ZTU=" 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, 4257d349-7c15-4528-8946-73252d8e2cd3, ghrun-tful63qlf4.auto.internal:27835): response = { <_MultiThreadedRendezvous object> }
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, eac265cc-02bb-4cf7-b0cb-8e5b4d6fe6cb, localhost:64764): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, eac265cc-02bb-4cf7-b0cb-8e5b4d6fe6cb, localhost:64764): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, eac265cc-02bb-4cf7-b0cb-8e5b4d6fe6cb, localhost:64764): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tful63qlf4.auto.internal" port: 64764 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-tful63qlf4.auto.internal:64764, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64764
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 1297433) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1297433) elapsed time (sec): 30.20393943786621
DEBUG    ya.test:process.py:263 Command (pid 1297433) wtime: 30.225
DEBUG    ya.test:process.py:275 Command (pid 1297433) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	211	699	715	715
2	    117	117	0	0	81	217	303	331
3	    108	108	0	0	87	160	170	175
4	    122	122	0	0	79	106	125	125
5	    132	132	0	0	73	107	138	139
6	    112	112	0	0	87	118	144	154
7	     99	99	0	0	92	170	194	194
8	    131	131	0	0	70	119	148	157
9	    137	137	0	0	69	108	135	144
10	    137	137	0	0	69	99	118	127
11	    139	139	0	0	68	97	108	113
12	    138	138	0	0	71	96	109	111
13	    147	147	0	0	67	93	103	103
14	    145	145	0	0	67	99	107	108
15	    169	169	0	0	58	79	93	96
16	    181	181	0	0	53	76	91	98
17	    175	175	0	0	56	72	86	88
18	    162	162	0	0	59	80	86	89
19	    166	166	0	0	57	82	93	101
20	    159	159	0	0	58	96	111	114
21	    167	167	0	0	56	86	98	102
22	    154	154	0	0	61	86	99	116
23	    188	188	0	0	52	66	70	83
24	    155	155	0	0	61	86	96	100
25	    162	162	0	0	60	82	90	100
26	    176	176	0	0	55	71	78	91
27	    186	186	0	0	51	70	76	87
28	    185	185	0	0	51	69	77	80
29	    166	166	0	0	57	90	99	106
30	    195	195	0	0	50	73	78	89

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   4430	147.667	0	0	61	102	158	715

DEBUG    ya.test:process.py:276 Command (pid 1297433) 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 1297435) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1297435) elapsed time (sec): 30.306215524673462
DEBUG    ya.test:process.py:263 Command (pid 1297435) wtime: 30.312
DEBUG    ya.test:process.py:275 Command (pid 1297435) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	655	827	827	827
2	     88	88	0	0	107	415	463	531
3	     80	80	0	0	120	188	209	216
4	     96	96	0	0	104	131	135	137
5	    100	100	0	0	95	135	150	155
6	     84	84	0	0	117	155	157	157
7	     76	76	0	0	120	201	218	220
8	     98	98	0	0	95	155	170	179
9	    100	100	0	0	97	140	155	162
10	    103	103	0	0	96	126	143	143
11	    104	104	0	0	91	128	132	133
12	    104	104	0	0	92	116	122	128
13	    114	114	0	0	90	120	125	127
14	    109	109	0	0	90	128	140	141
15	    128	128	0	0	78	106	108	110
16	    136	136	0	0	69	100	111	111
17	    135	135	0	0	74	92	102	111
18	    122	122	0	0	79	100	106	111
19	    127	127	0	0	78	100	113	117
20	    121	121	0	0	78	123	134	135
21	    119	119	0	0	79	113	120	133
22	    118	118	0	0	81	111	118	132
23	    142	142	0	0	69	82	89	91
24	    118	118	0	0	81	109	116	124
25	    122	122	0	0	79	107	113	119
26	    130	130	0	0	73	98	108	108
27	    142	142	0	0	69	92	99	101
28	    142	142	0	0	68	93	96	96
29	    126	126	0	0	78	115	128	129
30	    150	150	0	0	68	90	100	100

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   3344	111.467	0	0	81	131	188	827

DEBUG    ya.test:process.py:276 Command (pid 1297435) 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 1297432) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1297432) elapsed time (sec): 30.798173189163208
DEBUG    ya.test:process.py:263 Command (pid 1297432) wtime: 30.822
DEBUG    ya.test:process.py:275 Command (pid 1297432) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      1	1	0	10	168	168	168	168
6	      0	0	0	10	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      0	0	0	10	0	0	0	0
9	      0	0	0	10	0	0	0	0
10	      0	0	0	10	0	0	0	0
11	      0	0	0	10	0	0	0	0
12	      0	0	0	10	0	0	0	0
13	      0	0	0	10	0	0	0	0
14	      0	0	0	10	0	0	0	0
15	      0	0	0	10	0	0	0	0
16	      0	0	0	10	0	0	0	0
17	      0	0	0	10	0	0	0	0
18	      0	0	0	10	0	0	0	0
19	      0	0	0	10	0	0	0	0
20	      0	0	0	10	0	0	0	0
21	      0	0	0	10	0	0	0	0
22	      0	0	0	10	0	0	0	0
23	      0	0	0	10	0	0	0	0
24	      0	0	0	10	0	0	0	0
25	      0	0	0	10	0	0	0	0
26	      0	0	0	10	0	0	0	0
27	      0	0	0	10	0	0	0	0
28	      0	0	0	10	0	0	0	0
29	      0	0	0	10	0	0	0	0
30	      0	0	0	20	0	0	0	0

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

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

DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3ce4684f-7138-4918-a52e-b1260e3dd85e, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T13:44:59.937419354+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 731fcf48-c7fb-41f2-8223-ae20389bf0b7, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.937525446+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-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 04310061-8332-4613-800d-3db2d35f60b5, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.93754353+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5fe36a72-726d-46fa-b16c-7e064ff0c0d7, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.93755696+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f4a1f89b-c171-48b0-b613-ab62bbc00e41, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T13:44:59.937582621+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, eb20f996-7301-43a5-b1f1-f0e16c7d8f88, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.937594746+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b9f94dc9-145a-4a44-b0c6-8eaeba42fa32, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T13:44:59.937570032+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ab0ad5bc-6651-4aad-8b10-90583002bf5c, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T13:44:59.937606603+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 578cb57e-3d5d-4d4c-96aa-47e31ff16156, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.937630519+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 59af33dc-ac4e-48b8-942f-b113b8f19aa4, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:27835 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T13:44:59.937642825+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4c1f0301-e155-41f7-921f-b0d9f73bae79, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	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-24T13:44:59.937657937+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 976fbdd0-1584-433d-b3aa-93cf29ce3ae3, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.937673799+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-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2133c850-2a77-432a-ad3d-f496b088d01b, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.937688053+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 031e3052-4dbb-4954-a43d-fa2a4f74ed15, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.937701591+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 67f84bf3-895f-4bb7-89bc-3f448062588b, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	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-24T13:44:59.937729344+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 821735c6-7976-40ad-8e2e-44a8a4d29215, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T13:44:59.93771547+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 781bdd14-8a7b-435a-90a4-da6212ddad9a, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	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-24T13:44:59.937760556+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2811aa64-39ba-4646-96d7-0b58a96d4634, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	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-24T13:44:59.937745916+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, de40d2f3-b67f-46d1-90a9-9dde6e696a24, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	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-24T13:44:59.937774079+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4257d349-7c15-4528-8946-73252d8e2cd3, ghrun-tful63qlf4.auto.internal:27835): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	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-24T13:44:59.937788477+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tful63qlf4.auto.internal:27835
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py: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.connection:connection.py:549 Closing channel for endpoint localhost:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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.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, bd36ea06-471c-4303-82c4-201fd19fcf12, localhost:64764): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, bd36ea06-471c-4303-82c4-201fd19fcf12, localhost:64764): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, bd36ea06-471c-4303-82c4-201fd19fcf12, localhost:64764): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tful63qlf4.auto.internal" port: 64764 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-tful63qlf4.auto.internal:64764, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64764
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
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:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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.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, b0c38bc5-e8f9-45e0-98be-365cd6ffb889, localhost:64764): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b0c38bc5-e8f9-45e0-98be-365cd6ffb889, localhost:64764): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b0c38bc5-e8f9-45e0-98be-365cd6ffb889, localhost:64764): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tful63qlf4.auto.internal" port: 64764 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-tful63qlf4.auto.internal:64764, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64764
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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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.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, 3b5fb47f-2b00-4908-a01f-07c41458ebc2, localhost:64764): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3b5fb47f-2b00-4908-a01f-07c41458ebc2, localhost:64764): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3b5fb47f-2b00-4908-a01f-07c41458ebc2, localhost:64764): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tful63qlf4.auto.internal" port: 64764 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-tful63qlf4.auto.internal:64764, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64764
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:27835". 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:27835
============================== slowest durations ===============================
348.34s call     test_log_scenario.py::TestLogScenario::test_log_uniform
24.35s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
16.20s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
11.06s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
6.79s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
6.46s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
5.83s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
5.71s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
5.56s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
5.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
5.10s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
3.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
1.00s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.69s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.61s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.05s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
0.04s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s teardown test_insert.py::TestInsertStatement::test_timestamp_pk_error_type

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== 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/nep0/005d98/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/nep0/005d98/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/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-24T13:44:26.183214Z): source_id=112;tablet_id=72075186224038004;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 @ 0xA916F95
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA90F4D6
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A64C8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD71AADB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F6F748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6F49F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD6F512D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x14373E1B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FBAE17
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F0FBD3
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F0FBD3
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F0D583
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F10F47
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14391C08
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF3D565
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB749437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB796F74
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79B034
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79AC40
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79B82E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA918BEC
21. ??:0: ?? @ 0x7F6EF8146AC2
22. ??:0: ?? @ 0x7F6EF81D88BF
============== 1 failed, 11 passed, 1 error in 448.07s (0:07:28) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/nep0/005d97/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

test_overloads.py ............

============================== slowest durations ===============================
23.46s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
16.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
16.34s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
16.04s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
15.16s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
14.15s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
12.83s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
8.98s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
8.68s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
8.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
7.88s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
7.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
3.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 160.38s (0:02:40) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/nep0/005dc7/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

test_overloads.py ...........

============================== slowest durations ===============================
10.43s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
8.09s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
7.60s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
6.83s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
5.99s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
5.49s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
5.02s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
4.74s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
4.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
4.39s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
4.18s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
3.11s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.06s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 73.00s (0:01:13) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/nep0/005d92/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

test_overloads.py .......

============================== slowest durations ===============================
115.13s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
109.87s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
105.11s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
92.25s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
75.98s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
9.56s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
8.96s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
0.12s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 7 passed in 613.09s (0:10:13) =========================

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...er/.ya/build/build_root/nep0/005d92/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/nep0/005d92/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/nep0/005d92/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/nep0/005d92', '--source-root', '/home/runner/.ya/build/build_root/nep0/005d92/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/nep0/005d92/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10334327813/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '7', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...er/.ya/build/build_root/nep0/005d92/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/nep0/005d92/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/nep0/005d92/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/nep0/005d92', '--source-root', '/home/runner/.ya/build/build_root/nep0/005d92/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/nep0/005d92/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10334327813/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '7', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/nep0/005dc6/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

test_replace.py .....
test_select.py ..
test_update.py ....

============================== slowest durations ===============================
7.18s setup    test_select.py::TestSelect::test_incorrect
5.02s setup    test_replace.py::TestReplace::test_incorrect
4.85s setup    test_update.py::TestUpdate::test_incorrect
1.34s call     test_select.py::TestSelect::test_json_query
1.25s call     test_replace.py::TestReplace::test_replace_rollback
1.07s call     test_update.py::TestUpdate::test_update_many_rows
1.07s call     test_replace.py::TestReplace::test_replace_total
1.06s call     test_replace.py::TestReplace::test_partial_replace
0.77s call     test_update.py::TestUpdate::test_partial_update
0.71s call     test_replace.py::TestReplace::test_incorrect
0.68s call     test_select.py::TestSelect::test_incorrect
0.60s call     test_replace.py::TestReplace::test_replace_with_nulls
0.47s call     test_update.py::TestUpdate::test_update_pk
0.38s call     test_update.py::TestUpdate::test_incorrect
0.07s setup    test_replace.py::TestReplace::test_replace_rollback
0.06s setup    test_update.py::TestUpdate::test_partial_update
0.02s teardown test_update.py::TestUpdate::test_incorrect

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 27.80s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/nep0/005dcc/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

test_update.py ...
test_upsert.py ......
upgrade_to_internal_path_id.py .
zip_bomb.py 

============================== slowest durations ===============================
475.01s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
19.51s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
7.51s setup    test_update.py::TestUpdate::test_update_rollback
6.10s setup    test_upsert.py::TestUpsert::test_copy_full
4.73s setup    zip_bomb.py::TestZipBomb::test
3.26s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
2.13s call     test_upsert.py::TestUpsert::test_copy_partial
1.71s call     test_upsert.py::TestUpsert::test_copy_full
1.71s call     test_upsert.py::TestUpsert::test_count
1.49s call     test_update.py::TestUpdate::test_update_rollback
1.05s call     test_update.py::TestUpdate::test_update_single_column
1.01s call     test_upsert.py::TestUpsert::test_incorrect
0.84s call     test_update.py::TestUpdate::test_update_single_row
0.75s call     test_upsert.py::TestUpsert::test_partial_update
0.59s call     test_upsert.py::TestUpsert::test_insert_nulls
0.01s setup    test_upsert.py::TestUpsert::test_count
0.01s setup    test_upsert.py::TestUpsert::test_incorrect
0.01s setup    test_upsert.py::TestUpsert::test_partial_update

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 10 passed in 612.40s (0:10:12) ========================

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...er/.ya/build/build_root/nep0/005dcc/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/nep0/005dcc/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/nep0/005dcc/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/nep0/005dcc', '--source-root', '/home/runner/.ya/build/build_root/nep0/005dcc/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/nep0/005dcc/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10334327813/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '9', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...er/.ya/build/build_root/nep0/005dcc/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/nep0/005dcc/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/nep0/005dcc/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/nep0/005dcc', '--source-root', '/home/runner/.ya/build/build_root/nep0/005dcc/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/nep0/005dcc/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10334327813/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '9', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
