============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/59gl/003653/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py ...

============================== slowest durations ===============================
279.23s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[lz4_compression-COMPRESSION = "lz4"]
108.16s call     alter_compression.py::TestAllCompression::test_all_supported_compression[lz4_compression-COMPRESSION = "lz4"]
90.36s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_10_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 10]
73.83s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_11_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 11]
12.03s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_11_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 11]
0.01s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[lz4_compression-COMPRESSION = "lz4"]
0.01s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_10_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 10]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 3 passed in 567.25s (0:09:27) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/59gl/0036d7/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py ..F

=================================== FAILURES ===================================
_ TestAllCompression.test_all_supported_compression[zstd_14_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 14] _
ydb/tests/olap/column_family/compression/alter_compression.py:194: in test_all_supported_compression
    assert table.get_portion_stat_by_tier()['__DEFAULT']['Rows'] == expected_raw // 8
E   assert 1015594 == (8000000 // 8)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_all_supported_compression[zstd_14_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 14]
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: alter_compression.py::TestAllCompression, test_name: test_all_supported_compression[zstd_14_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 14])
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 62fb0131-980e-4f05-9dbe-6cdac08ce45d, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 62fb0131-980e-4f05-9dbe-6cdac08ce45d, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                CREATE TABLE `/Root/all_compression/all_supported_compression/zstd_14_compression` (\n                    value Uint64 NOT NULL,\n                    value1 Uint64,\n                    PRIMARY KEY(value),\n                    FAMILY default (COMPRESSION = \"zstd\", COMPRESSION_LEVEL = 14)\n                )\n                WITH (STORE = COLUMN)\n                " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 62fb0131-980e-4f05-9dbe-6cdac08ce45d, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
INFO     __tests__.alter_compression:alter_compression.py:187 Table /Root/all_compression/all_supported_compression/zstd_14_compression created
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, df4aabc1-b4c4-4f07-ad04-91e2cdc8859c, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, df4aabc1-b4c4-4f07-ad04-91e2cdc8859c, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/zstd_14_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, df4aabc1-b4c4-4f07-ad04-91e2cdc8859c, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5f98d3b4-47fe-4def-b4e4-cfe6cc382a8e, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5f98d3b4-47fe-4def-b4e4-cfe6cc382a8e, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 0;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_14_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5f98d3b4-47fe-4def-b4e4-cfe6cc382a8e, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ef6e5385-fddc-403b-8e5b-f35319a6ff7d, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ef6e5385-fddc-403b-8e5b-f35319a6ff7d, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ef6e5385-fddc-403b-8e5b-f35319a6ff7d, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, eff47c81-c5da-42be-b649-8c4e0ffe819d, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, eff47c81-c5da-42be-b649-8c4e0ffe819d, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, eff47c81-c5da-42be-b649-8c4e0ffe819d, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
INFO     __tests__.alter_compression:alter_compression.py:36 100000 rows in /Root/all_compression/all_supported_compression/zstd_14_compression. portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 64}}, blobs: {'__DEFAULT': {'Portions': 64, 'BlobSize': 318544, 'BlobCount': 128}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f692256a-3137-4b31-b4ea-4ae1c93a6478, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f692256a-3137-4b31-b4ea-4ae1c93a6478, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 100000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_14_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f692256a-3137-4b31-b4ea-4ae1c93a6478, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 073ce015-cb8a-4ae4-bded-f19e4d6d7e82, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 073ce015-cb8a-4ae4-bded-f19e4d6d7e82, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 073ce015-cb8a-4ae4-bded-f19e4d6d7e82, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 27573d6a-a77e-44f6-96fc-3036c88a925c, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 27573d6a-a77e-44f6-96fc-3036c88a925c, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 27573d6a-a77e-44f6-96fc-3036c88a925c, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
INFO     __tests__.alter_compression:alter_compression.py:36 200000 rows in /Root/all_compression/all_supported_compression/zstd_14_compression. portions: {'__DEFAULT': {'Rows': 200000, 'Portions': 128}}, blobs: {'__DEFAULT': {'Portions': 128, 'BlobSize': 638064, 'BlobCount': 256}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4eb47f47-418c-49fa-ab2b-21a525b0eb7c, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4eb47f47-418c-49fa-ab2b-21a525b0eb7c, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 200000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_14_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4eb47f47-418c-49fa-ab2b-21a525b0eb7c, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c5ac97e8-7008-4f12-a094-f4e4d4b8b450, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c5ac97e8-7008-4f12-a094-f4e4d4b8b450, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c5ac97e8-7008-4f12-a094-f4e4d4b8b450, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b25c884c-6e1d-440d-b2dd-1f30efa4efbb, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b25c884c-6e1d-440d-b2dd-1f30efa4efbb, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b25c884c-6e1d-440d-b2dd-1f30efa4efbb, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
INFO     __tests__.alter_compression:alter_compression.py:36 300000 rows in /Root/all_compression/all_supported_compression/zstd_14_compression. portions: {'__DEFAULT': {'Rows': 300000, 'Portions': 192}}, blobs: {'__DEFAULT': {'Portions': 192, 'BlobSize': 957088, 'BlobCount': 384}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0c67542b-ee67-4cb7-9c39-c081315c15ce, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0c67542b-ee67-4cb7-9c39-c081315c15ce, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 300000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_14_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0c67542b-ee67-4cb7-9c39-c081315c15ce, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0a640c23-8737-4d27-a388-84710ec4e2e9, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0a640c23-8737-4d27-a388-84710ec4e2e9, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0a640c23-8737-4d27-a388-84710ec4e2e9, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f12d4040-db98-4a09-986c-68492621d3ff, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f12d4040-db98-4a09-986c-68492621d3ff, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f12d4040-db98-4a09-986c-68492621d3ff, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
INFO     __tests__.alter_compression:alter_compression.py:36 400000 rows in /Root/all_compression/all_supported_compression/zstd_14_compression. portions: {'__DEFAULT': {'Rows': 400000, 'Portions': 256}}, blobs: {'__DEFAULT': {'Portions': 256, 'BlobSize': 1276560, 'BlobCount': 512}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7124f27b-ca7f-44fb-a4ab-0d2f9b0e433b, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7124f27b-ca7f-44fb-a4ab-0d2f9b0e433b, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 400000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_14_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7124f27b-ca7f-44fb-a4ab-0d2f9b0e433b, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 14528022-097c-411d-bfed-f75d2ce5614a, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 14528022-097c-411d-bfed-f75d2ce5614a, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 14528022-097c-411d-bfed-f75d2ce5614a, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9eab4538-d920-47bb-ba8a-420f770d5552, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9eab4538-d920-47bb-ba8a-420f770d5552, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9eab4538-d920-47bb-ba8a-420f770d5552, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
INFO     __tests__.alter_compression:alter_compression.py:36 500000 rows in /Root/all_compression/all_supported_compression/zstd_14_compression. portions: {'__DEFAULT': {'Rows': 500000, 'Portions': 320}}, blobs: {'__DEFAULT': {'Portions': 320, 'BlobSize': 1595584, 'BlobCount': 640}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 53606620-6b2d-4360-b8b4-44ad11b86634, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 53606620-6b2d-4360-b8b4-44ad11b86634, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 500000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_14_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 53606620-6b2d-4360-b8b4-44ad11b86634, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9383f495-6d1b-4d74-87c5-c79f1aa0b8d9, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9383f495-6d1b-4d74-87c5-c79f1aa0b8d9, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9383f495-6d1b-4d74-87c5-c79f1aa0b8d9, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e070d844-4868-4ddc-950b-f2443e12b9aa, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e070d844-4868-4ddc-950b-f2443e12b9aa, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e070d844-4868-4ddc-950b-f2443e12b9aa, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
INFO     __tests__.alter_compression:alter_compression.py:36 600000 rows in /Root/all_compression/all_supported_compression/zstd_14_compression. portions: {'__DEFAULT': {'Rows': 600000, 'Portions': 384}}, blobs: {'__DEFAULT': {'Portions': 384, 'BlobSize': 1914960, 'BlobCount': 768}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 05339690-db88-4e34-9f1c-1d08366dfd2a, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 05339690-db88-4e34-9f1c-1d08366dfd2a, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 600000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_14_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 05339690-db88-4e34-9f1c-1d08366dfd2a, ghrun-pdu5anijtm.auto.internal:14670): 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, 2fb1b0a3-cb82-4977-8d15-0d399c5cc5c1, localhost:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 2fb1b0a3-cb82-4977-8d15-0d399c5cc5c1, localhost:14670): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 2fb1b0a3-cb82-4977-8d15-0d399c5cc5c1, localhost:14670): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pdu5anijtm.auto.internal" port: 14670 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-pdu5anijtm.auto.internal:14670, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14670
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, be9d44da-8545-414b-a13b-d7da7310e7cf, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, be9d44da-8545-414b-a13b-d7da7310e7cf, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, be9d44da-8545-414b-a13b-d7da7310e7cf, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7e3568d7-4b92-4e7c-a9d8-23f5d2f76453, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7e3568d7-4b92-4e7c-a9d8-23f5d2f76453, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7e3568d7-4b92-4e7c-a9d8-23f5d2f76453, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
INFO     __tests__.alter_compression:alter_compression.py:36 700000 rows in /Root/all_compression/all_supported_compression/zstd_14_compression. portions: {'__DEFAULT': {'Rows': 700000, 'Portions': 448}}, blobs: {'__DEFAULT': {'Portions': 448, 'BlobSize': 2234080, 'BlobCount': 896}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9b5e095a-4a60-44f3-a13c-da64bb8e5295, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9b5e095a-4a60-44f3-a13c-da64bb8e5295, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 700000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_14_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9b5e095a-4a60-44f3-a13c-da64bb8e5295, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 98da587a-cfef-475f-b46c-989367462018, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 98da587a-cfef-475f-b46c-989367462018, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 98da587a-cfef-475f-b46c-989367462018, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8d4d783b-df91-4c6e-b619-a8df69de9b6c, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8d4d783b-df91-4c6e-b619-a8df69de9b6c, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8d4d783b-df91-4c6e-b619-a8df69de9b6c, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
INFO     __tests__.alter_compression:alter_compression.py:36 800000 rows in /Root/all_compression/all_supported_compression/zstd_14_compression. portions: {'__DEFAULT': {'Rows': 800000, 'Portions': 512}}, blobs: {'__DEFAULT': {'Portions': 512, 'BlobSize': 2553696, 'BlobCount': 1024}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 16af9b61-db19-4f2b-b173-53004cbb8790, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 16af9b61-db19-4f2b-b173-53004cbb8790, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 800000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_14_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 16af9b61-db19-4f2b-b173-53004cbb8790, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d1ee8f17-036e-4e38-b895-f3cb4fe35461, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d1ee8f17-036e-4e38-b895-f3cb4fe35461, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d1ee8f17-036e-4e38-b895-f3cb4fe35461, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 44d20172-d8a0-42a1-a454-e0574265f7d5, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 44d20172-d8a0-42a1-a454-e0574265f7d5, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 44d20172-d8a0-42a1-a454-e0574265f7d5, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
INFO     __tests__.alter_compression:alter_compression.py:36 900000 rows in /Root/all_compression/all_supported_compression/zstd_14_compression. portions: {'__DEFAULT': {'Rows': 900000, 'Portions': 576}}, blobs: {'__DEFAULT': {'Portions': 576, 'BlobSize': 2872720, 'BlobCount': 1152}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0056e160-9562-40f2-bec5-29d9c014c8db, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0056e160-9562-40f2-bec5-29d9c014c8db, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 900000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_14_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0056e160-9562-40f2-bec5-29d9c014c8db, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b0219395-bd9c-4f37-aec5-0f346be2a336, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b0219395-bd9c-4f37-aec5-0f346be2a336, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b0219395-bd9c-4f37-aec5-0f346be2a336, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 32ed8919-2abc-44ed-b284-56d582ffcb0f, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 32ed8919-2abc-44ed-b284-56d582ffcb0f, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 32ed8919-2abc-44ed-b284-56d582ffcb0f, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
INFO     __tests__.alter_compression:alter_compression.py:36 1000000 rows in /Root/all_compression/all_supported_compression/zstd_14_compression. portions: {'__DEFAULT': {'Rows': 1000000, 'Portions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 3192432, 'BlobCount': 1280}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6a484747-012d-4bf6-8542-6b8eb6da8481, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6a484747-012d-4bf6-8542-6b8eb6da8481, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/zstd_14_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6a484747-012d-4bf6-8542-6b8eb6da8481, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5a14ec65-3d28-4194-b59b-f34003aa271d, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5a14ec65-3d28-4194-b59b-f34003aa271d, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5a14ec65-3d28-4194-b59b-f34003aa271d, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 00d1f7e2-3447-443a-98ab-11fcb26f57d5, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 00d1f7e2-3447-443a-98ab-11fcb26f57d5, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 00d1f7e2-3447-443a-98ab-11fcb26f57d5, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5e4ab96b-078f-4351-8505-0fa78336658c, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5e4ab96b-078f-4351-8505-0fa78336658c, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5e4ab96b-078f-4351-8505-0fa78336658c, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fa59bd41-7740-4c2f-9d75-f275e4b6c44a, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fa59bd41-7740-4c2f-9d75-f275e4b6c44a, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fa59bd41-7740-4c2f-9d75-f275e4b6c44a, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
INFO     root:column_table_helper.py:75 Table `/Root/all_compression/all_supported_compression/zstd_14_compression`, volumes `value` (8000000, 1596216)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0153d5ca-ef84-4011-ba40-ef9956fe3be4, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0153d5ca-ef84-4011-ba40-ef9956fe3be4, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_14_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0153d5ca-ef84-4011-ba40-ef9956fe3be4, ghrun-pdu5anijtm.auto.internal:14670): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 480f44c9-5c93-4453-a87e-ccea42dcedd2, ghrun-pdu5anijtm.auto.internal:14670): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 480f44c9-5c93-4453-a87e-ccea42dcedd2, ghrun-pdu5anijtm.auto.internal:14670): request = { session_id: "ydb://session/3?node_id=1&id=YzkwMDA3ZjgtZWJjZTYwNGMtNGI5YTI0NmQtOWEwYzFlZWQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 480f44c9-5c93-4453-a87e-ccea42dcedd2, ghrun-pdu5anijtm.auto.internal:14670): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 88a56a80-4263-477b-b75f-a667066f1ed4, ghrun-pdu5anijtm.auto.internal:14670): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14670
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pdu5anijtm.auto.internal:14670
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:14670/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19848
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8260
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7349
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14670
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6799
============================== slowest durations ===============================
276.04s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_12_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 12]
106.41s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_12_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 12]
97.25s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_13_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 13]
64.79s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_14_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 14]
12.14s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_14_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 14]
0.01s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_12_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 12]
0.01s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_13_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 13]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_14_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 14] - assert 1015594 == (8000000 // 8)
=================== 1 failed, 2 passed in 560.88s (0:09:20) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/59gl/0036d1/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py ..F

=================================== FAILURES ===================================
_ TestAllCompression.test_all_supported_compression[zstd_17_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 17] _
ydb/tests/olap/column_family/compression/alter_compression.py:194: in test_all_supported_compression
    assert table.get_portion_stat_by_tier()['__DEFAULT']['Rows'] == expected_raw // 8
E   assert 1015690 == (8000000 // 8)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_all_supported_compression[zstd_17_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 17]
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: alter_compression.py::TestAllCompression, test_name: test_all_supported_compression[zstd_17_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 17])
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fa3ba377-741e-438c-9ef4-0ca6b72e5d6e, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fa3ba377-741e-438c-9ef4-0ca6b72e5d6e, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                CREATE TABLE `/Root/all_compression/all_supported_compression/zstd_17_compression` (\n                    value Uint64 NOT NULL,\n                    value1 Uint64,\n                    PRIMARY KEY(value),\n                    FAMILY default (COMPRESSION = \"zstd\", COMPRESSION_LEVEL = 17)\n                )\n                WITH (STORE = COLUMN)\n                " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fa3ba377-741e-438c-9ef4-0ca6b72e5d6e, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
INFO     __tests__.alter_compression:alter_compression.py:187 Table /Root/all_compression/all_supported_compression/zstd_17_compression created
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bf75fd3f-f4d4-444b-95c9-dd4542272c0a, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bf75fd3f-f4d4-444b-95c9-dd4542272c0a, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/zstd_17_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bf75fd3f-f4d4-444b-95c9-dd4542272c0a, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5d7afbbd-01d3-4133-b16f-b7a721f59d5a, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5d7afbbd-01d3-4133-b16f-b7a721f59d5a, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 0;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_17_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5d7afbbd-01d3-4133-b16f-b7a721f59d5a, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 897df19a-2fb1-46e9-b951-5c54bb5f5018, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 897df19a-2fb1-46e9-b951-5c54bb5f5018, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 897df19a-2fb1-46e9-b951-5c54bb5f5018, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7114e941-0f55-4a61-8bc0-f0bb70600bfe, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7114e941-0f55-4a61-8bc0-f0bb70600bfe, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7114e941-0f55-4a61-8bc0-f0bb70600bfe, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
INFO     __tests__.alter_compression:alter_compression.py:36 100000 rows in /Root/all_compression/all_supported_compression/zstd_17_compression. portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 64}}, blobs: {'__DEFAULT': {'Portions': 64, 'BlobSize': 318528, 'BlobCount': 128}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9609250a-8863-4ae9-8f62-5cbf50af0a82, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9609250a-8863-4ae9-8f62-5cbf50af0a82, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 100000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_17_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9609250a-8863-4ae9-8f62-5cbf50af0a82, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 43271cbf-c454-4db6-a576-47715053586f, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 43271cbf-c454-4db6-a576-47715053586f, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 43271cbf-c454-4db6-a576-47715053586f, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c0fe6d1d-3ee8-410b-9274-59634568efef, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c0fe6d1d-3ee8-410b-9274-59634568efef, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c0fe6d1d-3ee8-410b-9274-59634568efef, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
INFO     __tests__.alter_compression:alter_compression.py:36 200000 rows in /Root/all_compression/all_supported_compression/zstd_17_compression. portions: {'__DEFAULT': {'Rows': 200000, 'Portions': 128}}, blobs: {'__DEFAULT': {'Portions': 128, 'BlobSize': 637920, 'BlobCount': 256}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f064f841-ecfd-4864-a9d4-89398dd9aadc, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f064f841-ecfd-4864-a9d4-89398dd9aadc, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 200000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_17_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f064f841-ecfd-4864-a9d4-89398dd9aadc, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 299f3d5f-9cf2-4472-9fdf-51516dbd8247, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 299f3d5f-9cf2-4472-9fdf-51516dbd8247, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 299f3d5f-9cf2-4472-9fdf-51516dbd8247, ghrun-pdu5anijtm.auto.internal:2777): 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, 3179d0b7-55b8-45b8-bef8-9967a374ba5b, localhost:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3179d0b7-55b8-45b8-bef8-9967a374ba5b, localhost:2777): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3179d0b7-55b8-45b8-bef8-9967a374ba5b, localhost:2777): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pdu5anijtm.auto.internal" port: 2777 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-pdu5anijtm.auto.internal:2777, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:2777
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5a286e21-c172-4b08-9c01-1ed5b1adf093, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5a286e21-c172-4b08-9c01-1ed5b1adf093, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5a286e21-c172-4b08-9c01-1ed5b1adf093, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
INFO     __tests__.alter_compression:alter_compression.py:36 300000 rows in /Root/all_compression/all_supported_compression/zstd_17_compression. portions: {'__DEFAULT': {'Rows': 300000, 'Portions': 192}}, blobs: {'__DEFAULT': {'Portions': 192, 'BlobSize': 956816, 'BlobCount': 384}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7847c52a-3cd9-47da-b40e-5e3d0910d0fe, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7847c52a-3cd9-47da-b40e-5e3d0910d0fe, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 300000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_17_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7847c52a-3cd9-47da-b40e-5e3d0910d0fe, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6cae56d8-6a79-4c55-a834-58bcd2f17d0e, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6cae56d8-6a79-4c55-a834-58bcd2f17d0e, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6cae56d8-6a79-4c55-a834-58bcd2f17d0e, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 95e5d2dd-587f-414f-be22-76fdd55593dd, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 95e5d2dd-587f-414f-be22-76fdd55593dd, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 95e5d2dd-587f-414f-be22-76fdd55593dd, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
INFO     __tests__.alter_compression:alter_compression.py:36 400000 rows in /Root/all_compression/all_supported_compression/zstd_17_compression. portions: {'__DEFAULT': {'Rows': 400000, 'Portions': 256}}, blobs: {'__DEFAULT': {'Portions': 256, 'BlobSize': 1276240, 'BlobCount': 512}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c0aefa36-968e-4242-9ea1-b4a6518ae043, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c0aefa36-968e-4242-9ea1-b4a6518ae043, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 400000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_17_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c0aefa36-968e-4242-9ea1-b4a6518ae043, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3c0d7ba8-54cf-46a3-a3ba-9f46a41e7520, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3c0d7ba8-54cf-46a3-a3ba-9f46a41e7520, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3c0d7ba8-54cf-46a3-a3ba-9f46a41e7520, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9f090973-0756-423b-b8eb-9b6bd64dc51a, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9f090973-0756-423b-b8eb-9b6bd64dc51a, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9f090973-0756-423b-b8eb-9b6bd64dc51a, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
INFO     __tests__.alter_compression:alter_compression.py:36 500000 rows in /Root/all_compression/all_supported_compression/zstd_17_compression. portions: {'__DEFAULT': {'Rows': 500000, 'Portions': 320}}, blobs: {'__DEFAULT': {'Portions': 320, 'BlobSize': 1595136, 'BlobCount': 640}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e7f90e52-308b-43a2-9ae6-391647816a08, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e7f90e52-308b-43a2-9ae6-391647816a08, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 500000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_17_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e7f90e52-308b-43a2-9ae6-391647816a08, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 76bf086c-dd01-4b3f-bff8-b27c45870755, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 76bf086c-dd01-4b3f-bff8-b27c45870755, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 76bf086c-dd01-4b3f-bff8-b27c45870755, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9c018591-bd8f-4b06-b93e-d7c335ef7e1b, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9c018591-bd8f-4b06-b93e-d7c335ef7e1b, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9c018591-bd8f-4b06-b93e-d7c335ef7e1b, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
INFO     __tests__.alter_compression:alter_compression.py:36 600000 rows in /Root/all_compression/all_supported_compression/zstd_17_compression. portions: {'__DEFAULT': {'Rows': 600000, 'Portions': 384}}, blobs: {'__DEFAULT': {'Portions': 384, 'BlobSize': 1914416, 'BlobCount': 768}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2d61c3a7-3b39-45da-b237-1b3198982085, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2d61c3a7-3b39-45da-b237-1b3198982085, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 600000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_17_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2d61c3a7-3b39-45da-b237-1b3198982085, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e6e09b64-e58f-420f-b1dd-3b558c81f16b, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e6e09b64-e58f-420f-b1dd-3b558c81f16b, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e6e09b64-e58f-420f-b1dd-3b558c81f16b, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 607c4249-48c8-4ef1-9904-f6dbe36d4ce7, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 607c4249-48c8-4ef1-9904-f6dbe36d4ce7, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 607c4249-48c8-4ef1-9904-f6dbe36d4ce7, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
INFO     __tests__.alter_compression:alter_compression.py:36 700000 rows in /Root/all_compression/all_supported_compression/zstd_17_compression. portions: {'__DEFAULT': {'Rows': 700000, 'Portions': 448}}, blobs: {'__DEFAULT': {'Portions': 448, 'BlobSize': 2233456, 'BlobCount': 896}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9db3e523-2f68-4b89-815e-e2193d9ca1cf, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9db3e523-2f68-4b89-815e-e2193d9ca1cf, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 700000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_17_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9db3e523-2f68-4b89-815e-e2193d9ca1cf, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b2180ffd-954e-4a0b-810e-9449cf4ba058, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b2180ffd-954e-4a0b-810e-9449cf4ba058, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b2180ffd-954e-4a0b-810e-9449cf4ba058, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 341dad19-a41a-4e75-a38e-846eae36790c, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 341dad19-a41a-4e75-a38e-846eae36790c, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 341dad19-a41a-4e75-a38e-846eae36790c, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
INFO     __tests__.alter_compression:alter_compression.py:36 800000 rows in /Root/all_compression/all_supported_compression/zstd_17_compression. portions: {'__DEFAULT': {'Rows': 800000, 'Portions': 512}}, blobs: {'__DEFAULT': {'Portions': 512, 'BlobSize': 2552960, 'BlobCount': 1024}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 807ebfc1-6568-4fde-aeb7-e8b14393d16f, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 807ebfc1-6568-4fde-aeb7-e8b14393d16f, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 800000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_17_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 807ebfc1-6568-4fde-aeb7-e8b14393d16f, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f1424567-ffb8-4d73-8363-43ff61e55e01, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f1424567-ffb8-4d73-8363-43ff61e55e01, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f1424567-ffb8-4d73-8363-43ff61e55e01, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f268b8b0-c527-4723-a43b-ef79f70d61c0, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f268b8b0-c527-4723-a43b-ef79f70d61c0, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f268b8b0-c527-4723-a43b-ef79f70d61c0, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
INFO     __tests__.alter_compression:alter_compression.py:36 900000 rows in /Root/all_compression/all_supported_compression/zstd_17_compression. portions: {'__DEFAULT': {'Rows': 900000, 'Portions': 576}}, blobs: {'__DEFAULT': {'Portions': 576, 'BlobSize': 2871840, 'BlobCount': 1152}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0f3d41e3-860d-4145-a61c-3160ba935630, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0f3d41e3-860d-4145-a61c-3160ba935630, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 900000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_17_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0f3d41e3-860d-4145-a61c-3160ba935630, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c768ad80-4924-4b2b-b02d-a6ace32d72c7, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c768ad80-4924-4b2b-b02d-a6ace32d72c7, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c768ad80-4924-4b2b-b02d-a6ace32d72c7, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2fa78111-22b0-4fa9-952f-e0af441ac73c, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2fa78111-22b0-4fa9-952f-e0af441ac73c, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2fa78111-22b0-4fa9-952f-e0af441ac73c, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
INFO     __tests__.alter_compression:alter_compression.py:36 1000000 rows in /Root/all_compression/all_supported_compression/zstd_17_compression. portions: {'__DEFAULT': {'Rows': 1000000, 'Portions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 3191408, 'BlobCount': 1280}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 95cd32e4-9faa-4dbf-acd2-35f49259204b, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 95cd32e4-9faa-4dbf-acd2-35f49259204b, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/zstd_17_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 95cd32e4-9faa-4dbf-acd2-35f49259204b, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bef5c863-6694-4b96-9155-07420c019c00, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bef5c863-6694-4b96-9155-07420c019c00, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bef5c863-6694-4b96-9155-07420c019c00, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2c78cb83-b3d8-444a-a933-3a4549e77263, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2c78cb83-b3d8-444a-a933-3a4549e77263, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2c78cb83-b3d8-444a-a933-3a4549e77263, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 75e3b4c2-978f-45b1-b087-adf3fab02886, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 75e3b4c2-978f-45b1-b087-adf3fab02886, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 75e3b4c2-978f-45b1-b087-adf3fab02886, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5f9d570b-8320-434f-b81a-9ad53b43b867, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5f9d570b-8320-434f-b81a-9ad53b43b867, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5f9d570b-8320-434f-b81a-9ad53b43b867, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
INFO     root:column_table_helper.py:75 Table `/Root/all_compression/all_supported_compression/zstd_17_compression`, volumes `value` (8000000, 1520848)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9eff216f-bb30-4a73-9362-08c76bff477f, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9eff216f-bb30-4a73-9362-08c76bff477f, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_17_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9eff216f-bb30-4a73-9362-08c76bff477f, ghrun-pdu5anijtm.auto.internal:2777): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 1a0a68bd-0a7c-4d9f-a137-1ac2d4c4fa4b, ghrun-pdu5anijtm.auto.internal:2777): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 1a0a68bd-0a7c-4d9f-a137-1ac2d4c4fa4b, ghrun-pdu5anijtm.auto.internal:2777): request = { session_id: "ydb://session/3?node_id=1&id=NTE5NmNkZTAtZjlkOGJiNjUtMTc2Y2FiNzMtZjM2YmIwODg=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 1a0a68bd-0a7c-4d9f-a137-1ac2d4c4fa4b, ghrun-pdu5anijtm.auto.internal:2777): response = { status: SUCCESS }
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:78 RpcState(AttachSession, c57fdbe6-d5c4-4738-8c24-11200248a08b, ghrun-pdu5anijtm.auto.internal:2777): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:2777
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pdu5anijtm.auto.internal:2777
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:2777/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11534
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28798
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27018
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2777
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23555
============================== slowest durations ===============================
272.32s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_15_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 15]
113.45s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_15_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 15]
92.79s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_16_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 16]
75.71s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_17_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 17]
12.03s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_17_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 17]
0.01s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_16_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 16]
0.01s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_15_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 15]
0.01s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_17_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 17]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_17_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 17] - assert 1015690 == (8000000 // 8)
=================== 1 failed, 2 passed in 570.87s (0:09:30) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/59gl/0036cc/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py ..

============================== slowest durations ===============================
267.05s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_18_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 18]
125.16s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_18_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 18]
98.11s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_19_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 19]
17.07s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_19_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 19]
0.01s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_18_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 18]
0.01s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_19_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 19]
======================== 2 passed in 510.25s (0:08:30) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/59gl/0036cd/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py EE

==================================== ERRORS ====================================
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_20_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 20] _
ydb/tests/olap/column_family/compression/alter_compression.py:133: in setup_class
    cls.create_table_without_compression()
ydb/tests/olap/column_family/compression/alter_compression.py:161: in create_table_without_compression
    cls.upsert_and_wait_portions(table, cls.single_upsert_rows_count, cls.upsert_count)
ydb/tests/olap/column_family/compression/alter_compression.py:39: in upsert_and_wait_portions
    assert table.get_row_count() == current_num_rows
ydb/tests/olap/common/column_table_helper.py:16: in get_row_count
    result_set = self.ydb_client.query(f"SELECT COUNT(*) AS Rows FROM `{self.path}`")
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:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.BadRequest: message: "Table /Root/all_compression/all_supported_compression/off_compression (shard 72075186224037930) scan failed, reason: cannot build metadata/Snapshot too old: {1764261549000:max}. CS min read snapshot: {1764261549010:max}. now: 2025-11-27T16:39:14.083036Z" issue_code: 2017 severity: 1 (server_code: 400010)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_all_supported_compression[zstd_20_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 20]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/0036cd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 15353
DEBUG    ya.test:process.py:259 Command (pid 15353) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 15353) elapsed time (sec): 1.4575293064117432
DEBUG    ya.test:process.py:263 Command (pid 15353) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 15353) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 15353) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 15353) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 15353) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 15353) maxrss: 486312
DEBUG    ya.test:process.py:263 Command (pid 15353) minflt: 45590
DEBUG    ya.test:process.py:263 Command (pid 15353) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 15353) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 15353) nivcsw: 171
DEBUG    ya.test:process.py:263 Command (pid 15353) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 15353) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 15353) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 15353) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 15353) stime: 0.307772
DEBUG    ya.test:process.py:263 Command (pid 15353) utime: 0.552697
DEBUG    ya.test:process.py:263 Command (pid 15353) wtime: 1.471
DEBUG    ya.test:process.py:275 Command (pid 15353) output:
Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     __tests__.base:base.py:27 Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/0036cd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29036
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/59gl/0036cd/r3tmp/kikimr_cluster_v4y7xquk
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/0036cd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27022
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21427
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11888
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31411
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/59gl/0036cd/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_20_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.20/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/59gl/0036cd/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/59gl/0036cd/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_20_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.20/cluster/node_1/logfile_2_kwnp2q.log --grpc-port=27022 --mon-port=21427 --ic-port=29036
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:27022/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/59gl/0036cd/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_20_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.20/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/59gl/0036cd/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/59gl/0036cd/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_20_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.20/cluster/node_1/logfile_2_kwnp2q.log --grpc-port=27022 --mon-port=21427 --ic-port=29036
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/59gl/0036cd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/59gl/0036cd/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_20_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.20/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/59gl/0036cd/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_20_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.20/cluster/node_1/logfile_2_kwnp2q.log', '--grpc-port=27022', '--mon-port=21427', '--ic-port=29036')' in '/home/runner/.ya/build/build_root/59gl/0036cd/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_20_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.20/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 16064
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:27022/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/0036cd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 16070
DEBUG    ya.test:process.py:259 Command (pid 16070) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 16070) elapsed time (sec): 10.171809673309326
DEBUG    ya.test:process.py:263 Command (pid 16070) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 16070) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 16070) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 16070) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 16070) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 16070) maxrss: 486312
DEBUG    ya.test:process.py:263 Command (pid 16070) minflt: 45624
DEBUG    ya.test:process.py:263 Command (pid 16070) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 16070) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 16070) nivcsw: 873
DEBUG    ya.test:process.py:263 Command (pid 16070) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 16070) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 16070) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 16070) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 16070) stime: 3.325843
DEBUG    ya.test:process.py:263 Command (pid 16070) utime: 0.49154
DEBUG    ya.test:process.py:263 Command (pid 16070) wtime: 10.198
DEBUG    ya.test:process.py:275 Command (pid 16070) output:
Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/0036cd/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/59gl/0036cd/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:27022', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29036\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/0036cd/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:27022', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29036\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 24843
DEBUG    ya.test:process.py:259 Command (pid 24843) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 24843) elapsed time (sec): 15.7138512134552
DEBUG    ya.test:process.py:263 Command (pid 24843) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 24843) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 24843) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 24843) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 24843) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 24843) maxrss: 626676
DEBUG    ya.test:process.py:263 Command (pid 24843) minflt: 52154
DEBUG    ya.test:process.py:263 Command (pid 24843) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 24843) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 24843) nivcsw: 1320
DEBUG    ya.test:process.py:263 Command (pid 24843) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 24843) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 24843) nvcsw: 597
DEBUG    ya.test:process.py:263 Command (pid 24843) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 24843) stime: 4.558249
DEBUG    ya.test:process.py:263 Command (pid 24843) utime: 0.558032
DEBUG    ya.test:process.py:263 Command (pid 24843) wtime: 15.73
DEBUG    ya.test:process.py:275 Command (pid 24843) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/0036cd/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/59gl/0036cd/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:27022', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/0036cd/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:27022', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 26427
DEBUG    ya.test:process.py:259 Command (pid 26427) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 26427) elapsed time (sec): 16.808319091796875
DEBUG    ya.test:process.py:263 Command (pid 26427) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 26427) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 26427) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 26427) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 26427) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 26427) maxrss: 626964
DEBUG    ya.test:process.py:263 Command (pid 26427) minflt: 52020
DEBUG    ya.test:process.py:263 Command (pid 26427) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 26427) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 26427) nivcsw: 1266
DEBUG    ya.test:process.py:263 Command (pid 26427) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 26427) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 26427) nvcsw: 751
DEBUG    ya.test:process.py:263 Command (pid 26427) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 26427) stime: 3.897289
DEBUG    ya.test:process.py:263 Command (pid 26427) utime: 0.609479
DEBUG    ya.test:process.py:263 Command (pid 26427) wtime: 16.834
DEBUG    ya.test:process.py:275 Command (pid 26427) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 2cb0db21-dcc8-4571-b565-8f4076b3c1e0, localhost:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 2cb0db21-dcc8-4571-b565-8f4076b3c1e0, localhost:27022): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 2cb0db21-dcc8-4571-b565-8f4076b3c1e0, localhost:27022): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pdu5anijtm.auto.internal" port: 27022 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-pdu5anijtm.auto.internal:27022, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:27022
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d5d42454-95c5-4aee-baf8-a90dcc10aee0, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d5d42454-95c5-4aee-baf8-a90dcc10aee0, ghrun-pdu5anijtm.auto.internal:27022): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d5d42454-95c5-4aee-baf8-a90dcc10aee0, ghrun-pdu5anijtm.auto.internal:27022): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, fd8bf84a-7dc9-4f83-95ad-40182c0c6dd5, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, fd8bf84a-7dc9-4f83-95ad-40182c0c6dd5, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, fd8bf84a-7dc9-4f83-95ad-40182c0c6dd5, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ac6cd2fb-22a2-4388-a119-4b07bf5eab03, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ac6cd2fb-22a2-4388-a119-4b07bf5eab03, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                CREATE TABLE `/Root/all_compression/all_supported_compression/off_compression` (\n                    value Uint64 NOT NULL,\n                    value1 Uint64,\n                    PRIMARY KEY(value),\n                    FAMILY default (COMPRESSION = \"off\")\n                )\n                WITH (STORE = COLUMN)\n                " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ac6cd2fb-22a2-4388-a119-4b07bf5eab03, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
INFO     __tests__.alter_compression:alter_compression.py:159 Table /Root/all_compression/all_supported_compression/off_compression created
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a6277119-5a8f-42f8-bc0b-4263ebd29f99, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a6277119-5a8f-42f8-bc0b-4263ebd29f99, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/off_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a6277119-5a8f-42f8-bc0b-4263ebd29f99, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2307cf09-06c4-4915-b426-7ba4b8d7a094, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2307cf09-06c4-4915-b426-7ba4b8d7a094, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 0;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2307cf09-06c4-4915-b426-7ba4b8d7a094, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cdbf7074-6436-47d0-8858-758450121570, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cdbf7074-6436-47d0-8858-758450121570, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, cdbf7074-6436-47d0-8858-758450121570, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f4a87b1a-94ba-4fa3-aab8-464386020efd, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f4a87b1a-94ba-4fa3-aab8-464386020efd, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f4a87b1a-94ba-4fa3-aab8-464386020efd, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
INFO     __tests__.alter_compression:alter_compression.py:36 100000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 64}}, blobs: {'__DEFAULT': {'Portions': 64, 'BlobSize': 1618432, 'BlobCount': 128}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 56bcd52e-9176-4dbd-843c-924b274e212c, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 56bcd52e-9176-4dbd-843c-924b274e212c, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 100000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 56bcd52e-9176-4dbd-843c-924b274e212c, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bffaf8ec-7e9d-4e2f-9a36-acc45522a7b0, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bffaf8ec-7e9d-4e2f-9a36-acc45522a7b0, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bffaf8ec-7e9d-4e2f-9a36-acc45522a7b0, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c1f13a4b-9659-418a-b7ae-36daa93c1844, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c1f13a4b-9659-418a-b7ae-36daa93c1844, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c1f13a4b-9659-418a-b7ae-36daa93c1844, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
INFO     __tests__.alter_compression:alter_compression.py:36 200000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 200000, 'Portions': 128}}, blobs: {'__DEFAULT': {'Portions': 128, 'BlobSize': 3236864, 'BlobCount': 256}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e01fd262-c038-4dc7-a535-0ea86cdea0e5, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e01fd262-c038-4dc7-a535-0ea86cdea0e5, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 200000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e01fd262-c038-4dc7-a535-0ea86cdea0e5, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4d05a3ae-291f-43c8-adfb-8d42b7568131, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4d05a3ae-291f-43c8-adfb-8d42b7568131, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4d05a3ae-291f-43c8-adfb-8d42b7568131, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 67673262-1b45-4fe2-9494-1be1c941fe87, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 67673262-1b45-4fe2-9494-1be1c941fe87, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 67673262-1b45-4fe2-9494-1be1c941fe87, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
INFO     __tests__.alter_compression:alter_compression.py:36 300000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 300000, 'Portions': 192}}, blobs: {'__DEFAULT': {'Portions': 192, 'BlobSize': 4855296, 'BlobCount': 384}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 610a1100-7b74-453e-b4a6-ff7b8155233f, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 610a1100-7b74-453e-b4a6-ff7b8155233f, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 300000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 610a1100-7b74-453e-b4a6-ff7b8155233f, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 93778daa-9656-453b-b605-484f30ee7dee, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 93778daa-9656-453b-b605-484f30ee7dee, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 93778daa-9656-453b-b605-484f30ee7dee, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c974ad65-d46f-4406-b42e-8c8967384693, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c974ad65-d46f-4406-b42e-8c8967384693, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c974ad65-d46f-4406-b42e-8c8967384693, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
INFO     __tests__.alter_compression:alter_compression.py:36 400000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 400000, 'Portions': 256}}, blobs: {'__DEFAULT': {'Portions': 256, 'BlobSize': 6473728, 'BlobCount': 512}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9ef3c82d-8894-4d2b-a6bd-1712b361a108, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9ef3c82d-8894-4d2b-a6bd-1712b361a108, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 400000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9ef3c82d-8894-4d2b-a6bd-1712b361a108, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f1004509-28ca-48e3-85df-f48234497ed2, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f1004509-28ca-48e3-85df-f48234497ed2, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f1004509-28ca-48e3-85df-f48234497ed2, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ac0d0ed0-d9c5-49bc-8017-f6d9dbb64d3e, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ac0d0ed0-d9c5-49bc-8017-f6d9dbb64d3e, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ac0d0ed0-d9c5-49bc-8017-f6d9dbb64d3e, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
INFO     __tests__.alter_compression:alter_compression.py:36 500000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 500000, 'Portions': 320}}, blobs: {'__DEFAULT': {'Portions': 320, 'BlobSize': 8092160, 'BlobCount': 640}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3a04bd7a-fb08-4ca2-b51c-941a42c75784, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3a04bd7a-fb08-4ca2-b51c-941a42c75784, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 500000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3a04bd7a-fb08-4ca2-b51c-941a42c75784, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3a1c8ff9-3673-4fb9-98c8-4475f8dfdb4b, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3a1c8ff9-3673-4fb9-98c8-4475f8dfdb4b, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3a1c8ff9-3673-4fb9-98c8-4475f8dfdb4b, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d8f79531-2779-407c-bf19-db99010538e1, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d8f79531-2779-407c-bf19-db99010538e1, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d8f79531-2779-407c-bf19-db99010538e1, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
INFO     __tests__.alter_compression:alter_compression.py:36 600000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 600000, 'Portions': 384}}, blobs: {'__DEFAULT': {'Portions': 384, 'BlobSize': 9710592, 'BlobCount': 768}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, dda9acd4-3373-4685-904b-7a9d9f0ceb23, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dda9acd4-3373-4685-904b-7a9d9f0ceb23, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 600000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, dda9acd4-3373-4685-904b-7a9d9f0ceb23, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 01680a16-2d67-48c2-ae29-f1e62e12242a, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 01680a16-2d67-48c2-ae29-f1e62e12242a, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 01680a16-2d67-48c2-ae29-f1e62e12242a, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8d5a5561-fc09-4ac1-beaf-f08692ad82fb, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8d5a5561-fc09-4ac1-beaf-f08692ad82fb, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8d5a5561-fc09-4ac1-beaf-f08692ad82fb, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
INFO     __tests__.alter_compression:alter_compression.py:36 700000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 700000, 'Portions': 448}}, blobs: {'__DEFAULT': {'Portions': 448, 'BlobSize': 11329024, 'BlobCount': 896}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4db31e28-5074-42c7-aec6-8ea0ac069f8a, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4db31e28-5074-42c7-aec6-8ea0ac069f8a, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 700000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4db31e28-5074-42c7-aec6-8ea0ac069f8a, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 67bda2cd-6658-4c4b-b1ef-738935685965, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 67bda2cd-6658-4c4b-b1ef-738935685965, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 67bda2cd-6658-4c4b-b1ef-738935685965, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, df18f7fc-9ef7-43ba-b573-3df17a5c05cb, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, df18f7fc-9ef7-43ba-b573-3df17a5c05cb, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, df18f7fc-9ef7-43ba-b573-3df17a5c05cb, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
INFO     __tests__.alter_compression:alter_compression.py:36 800000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 800000, 'Portions': 512}}, blobs: {'__DEFAULT': {'Portions': 512, 'BlobSize': 12947456, 'BlobCount': 1024}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, aa272d1e-1b38-4559-bbbd-6d7e1bf5524b, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, aa272d1e-1b38-4559-bbbd-6d7e1bf5524b, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 800000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, aa272d1e-1b38-4559-bbbd-6d7e1bf5524b, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b487b4c6-1e5f-4349-ad08-6e8616ef516b, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b487b4c6-1e5f-4349-ad08-6e8616ef516b, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b487b4c6-1e5f-4349-ad08-6e8616ef516b, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 558ba6ab-5dce-4884-aaf7-242db810b555, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 558ba6ab-5dce-4884-aaf7-242db810b555, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 558ba6ab-5dce-4884-aaf7-242db810b555, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
INFO     __tests__.alter_compression:alter_compression.py:36 900000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 900000, 'Portions': 576}}, blobs: {'__DEFAULT': {'Portions': 576, 'BlobSize': 14565888, 'BlobCount': 1152}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 19f7d20b-ab3f-4aa2-aa72-c53a31f38f3c, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 19f7d20b-ab3f-4aa2-aa72-c53a31f38f3c, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 900000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 19f7d20b-ab3f-4aa2-aa72-c53a31f38f3c, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7c39c318-718f-480a-b09a-8a53b268d974, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7c39c318-718f-480a-b09a-8a53b268d974, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7c39c318-718f-480a-b09a-8a53b268d974, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b8ea22a0-00e4-40da-875a-631043c56e6b, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b8ea22a0-00e4-40da-875a-631043c56e6b, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b8ea22a0-00e4-40da-875a-631043c56e6b, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
INFO     __tests__.alter_compression:alter_compression.py:36 1000000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 1000000, 'Portions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 16184320, 'BlobCount': 1280}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 852d804b-a51d-41df-9957-f41306361869, ghrun-pdu5anijtm.auto.internal:27022): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 852d804b-a51d-41df-9957-f41306361869, ghrun-pdu5anijtm.auto.internal:27022): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/off_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 852d804b-a51d-41df-9957-f41306361869, ghrun-pdu5anijtm.auto.internal:27022): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDQ0ZjhkMTYtMzc2ODNiNzUtOGQ3YjBmZjMtYWM0ZjdiNzk=
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_21_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 21] _
ydb/tests/olap/column_family/compression/alter_compression.py:133: in setup_class
    cls.create_table_without_compression()
ydb/tests/olap/column_family/compression/alter_compression.py:161: in create_table_without_compression
    cls.upsert_and_wait_portions(table, cls.single_upsert_rows_count, cls.upsert_count)
ydb/tests/olap/column_family/compression/alter_compression.py:39: in upsert_and_wait_portions
    assert table.get_row_count() == current_num_rows
ydb/tests/olap/common/column_table_helper.py:16: in get_row_count
    result_set = self.ydb_client.query(f"SELECT COUNT(*) AS Rows FROM `{self.path}`")
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:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.BadRequest: message: "Table /Root/all_compression/all_supported_compression/off_compression (shard 72075186224037930) scan failed, reason: cannot build metadata/Snapshot too old: {1764261549000:max}. CS min read snapshot: {1764261549010:max}. now: 2025-11-27T16:39:14.083036Z" issue_code: 2017 severity: 1 (server_code: 400010)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_all_supported_compression[zstd_21_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 21]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
176.59s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_20_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 20]
0.02s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_21_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 21]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_20_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 20] - ydb.issues.BadRequest: message: "Table /Root/all_compression/all_supported_compression/off_compression (shard 72075186224037930) scan failed, reason: cannot build metadata/Snapshot too old: {1764261549000:max}. CS min read snapshot: {1764261549010:max}. now: 2025-11-27T16:39:14.083036Z" issue_code: 2017 severity: 1 (server_code: 400010)
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_21_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 21] - ydb.issues.BadRequest: message: "Table /Root/all_compression/all_supported_compression/off_compression (shard 72075186224037930) scan failed, reason: cannot build metadata/Snapshot too old: {1764261549000:max}. CS min read snapshot: {1764261549010:max}. now: 2025-11-27T16:39:14.083036Z" issue_code: 2017 severity: 1 (server_code: 400010)
======================== 2 errors in 196.76s (0:03:16) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/59gl/003639/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py ..

============================== slowest durations ===============================
259.86s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_2_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 2]
112.14s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_2_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 2]
61.43s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_3_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 3]
17.06s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_3_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 3]
0.01s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_3_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 3]
0.01s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_2_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 2]
======================== 2 passed in 453.18s (0:07:33) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/59gl/0036cb/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py F.

=================================== FAILURES ===================================
_ TestAllCompression.test_all_supported_compression[zstd_4_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 4] _
ydb/tests/olap/column_family/compression/alter_compression.py:194: in test_all_supported_compression
    assert table.get_portion_stat_by_tier()['__DEFAULT']['Rows'] == expected_raw // 8
E   assert 1015906 == (8000000 // 8)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_all_supported_compression[zstd_4_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 4]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/0036cb/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 14948
DEBUG    ya.test:process.py:259 Command (pid 14948) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 14948) elapsed time (sec): 1.9789776802062988
DEBUG    ya.test:process.py:263 Command (pid 14948) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 14948) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 14948) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 14948) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 14948) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 14948) maxrss: 485408
DEBUG    ya.test:process.py:263 Command (pid 14948) minflt: 45597
DEBUG    ya.test:process.py:263 Command (pid 14948) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 14948) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 14948) nivcsw: 252
DEBUG    ya.test:process.py:263 Command (pid 14948) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 14948) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 14948) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 14948) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 14948) stime: 0.9155019999999999
DEBUG    ya.test:process.py:263 Command (pid 14948) utime: 0.505649
DEBUG    ya.test:process.py:263 Command (pid 14948) wtime: 1.985
DEBUG    ya.test:process.py:275 Command (pid 14948) output:
Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     __tests__.base:base.py:27 Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/0036cb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22117
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/59gl/0036cb/r3tmp/kikimr_cluster_nox2iefa
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/0036cb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6784
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14663
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61058
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6780
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/59gl/0036cb/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_4_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.4/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/59gl/0036cb/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/59gl/0036cb/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_4_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.4/cluster/node_1/logfile_fm70pge5.log --grpc-port=6784 --mon-port=14663 --ic-port=22117
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:6784/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/59gl/0036cb/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_4_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.4/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/59gl/0036cb/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/59gl/0036cb/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_4_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.4/cluster/node_1/logfile_fm70pge5.log --grpc-port=6784 --mon-port=14663 --ic-port=22117
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/59gl/0036cb/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/59gl/0036cb/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_4_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.4/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/59gl/0036cb/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_4_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.4/cluster/node_1/logfile_fm70pge5.log', '--grpc-port=6784', '--mon-port=14663', '--ic-port=22117')' in '/home/runner/.ya/build/build_root/59gl/0036cb/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_4_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.4/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 15807
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:6784/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/0036cb/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 15831
DEBUG    ya.test:process.py:259 Command (pid 15831) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 15831) elapsed time (sec): 10.359233856201172
DEBUG    ya.test:process.py:263 Command (pid 15831) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 15831) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 15831) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 15831) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 15831) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 15831) maxrss: 486552
DEBUG    ya.test:process.py:263 Command (pid 15831) minflt: 45508
DEBUG    ya.test:process.py:263 Command (pid 15831) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 15831) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 15831) nivcsw: 874
DEBUG    ya.test:process.py:263 Command (pid 15831) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 15831) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 15831) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 15831) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 15831) stime: 3.873281
DEBUG    ya.test:process.py:263 Command (pid 15831) utime: 0.466014
DEBUG    ya.test:process.py:263 Command (pid 15831) wtime: 10.371
DEBUG    ya.test:process.py:275 Command (pid 15831) output:
Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/0036cb/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/59gl/0036cb/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:6784', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 22117\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/0036cb/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:6784', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 22117\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 21594
DEBUG    ya.test:process.py:259 Command (pid 21594) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 21594) elapsed time (sec): 23.106974124908447
DEBUG    ya.test:process.py:263 Command (pid 21594) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 21594) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 21594) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 21594) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 21594) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 21594) maxrss: 631968
DEBUG    ya.test:process.py:263 Command (pid 21594) minflt: 56212
DEBUG    ya.test:process.py:263 Command (pid 21594) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 21594) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 21594) nivcsw: 1848
DEBUG    ya.test:process.py:263 Command (pid 21594) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 21594) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 21594) nvcsw: 467
DEBUG    ya.test:process.py:263 Command (pid 21594) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 21594) stime: 6.562036
DEBUG    ya.test:process.py:263 Command (pid 21594) utime: 0.5830759999999999
DEBUG    ya.test:process.py:263 Command (pid 21594) wtime: 23.113
DEBUG    ya.test:process.py:275 Command (pid 21594) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/0036cb/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/59gl/0036cb/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:6784', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/0036cb/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:6784', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 23875
DEBUG    ya.test:process.py:259 Command (pid 23875) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 23875) elapsed time (sec): 3.246138572692871
DEBUG    ya.test:process.py:263 Command (pid 23875) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 23875) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 23875) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 23875) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 23875) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 23875) maxrss: 632704
DEBUG    ya.test:process.py:263 Command (pid 23875) minflt: 52113
DEBUG    ya.test:process.py:263 Command (pid 23875) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 23875) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 23875) nivcsw: 514
DEBUG    ya.test:process.py:263 Command (pid 23875) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 23875) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 23875) nvcsw: 677
DEBUG    ya.test:process.py:263 Command (pid 23875) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 23875) stime: 1.542662
DEBUG    ya.test:process.py:263 Command (pid 23875) utime: 0.523699
DEBUG    ya.test:process.py:263 Command (pid 23875) wtime: 3.269
DEBUG    ya.test:process.py:275 Command (pid 23875) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 73ec7e64-d29c-4b5d-8b5b-29858d611929, localhost:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 73ec7e64-d29c-4b5d-8b5b-29858d611929, localhost:6784): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 73ec7e64-d29c-4b5d-8b5b-29858d611929, localhost:6784): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pdu5anijtm.auto.internal" port: 6784 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-pdu5anijtm.auto.internal:6784, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6784
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 31c5599d-0877-4532-b6a7-01149115da04, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 31c5599d-0877-4532-b6a7-01149115da04, ghrun-pdu5anijtm.auto.internal:6784): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 31c5599d-0877-4532-b6a7-01149115da04, ghrun-pdu5anijtm.auto.internal:6784): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, bffc1bf5-4aea-44b9-a392-d03a89c8b524, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, bffc1bf5-4aea-44b9-a392-d03a89c8b524, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, bffc1bf5-4aea-44b9-a392-d03a89c8b524, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 25dfcaef-1d02-4898-8c50-489a1782cc75, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 25dfcaef-1d02-4898-8c50-489a1782cc75, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                CREATE TABLE `/Root/all_compression/all_supported_compression/off_compression` (\n                    value Uint64 NOT NULL,\n                    value1 Uint64,\n                    PRIMARY KEY(value),\n                    FAMILY default (COMPRESSION = \"off\")\n                )\n                WITH (STORE = COLUMN)\n                " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 25dfcaef-1d02-4898-8c50-489a1782cc75, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:159 Table /Root/all_compression/all_supported_compression/off_compression created
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6d360af7-4607-4634-9c5e-ceab991e833a, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6d360af7-4607-4634-9c5e-ceab991e833a, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/off_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6d360af7-4607-4634-9c5e-ceab991e833a, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 09af0e31-d3cc-4028-9a5b-9f99c76fe1b3, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 09af0e31-d3cc-4028-9a5b-9f99c76fe1b3, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 0;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 09af0e31-d3cc-4028-9a5b-9f99c76fe1b3, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e103fc39-cf9a-4baa-88f0-76fb61d30c4a, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e103fc39-cf9a-4baa-88f0-76fb61d30c4a, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e103fc39-cf9a-4baa-88f0-76fb61d30c4a, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 071ea6ed-3cf4-4bbf-90b3-2ee927949f41, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 071ea6ed-3cf4-4bbf-90b3-2ee927949f41, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 071ea6ed-3cf4-4bbf-90b3-2ee927949f41, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 100000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 64}}, blobs: {'__DEFAULT': {'Portions': 64, 'BlobSize': 1618432, 'BlobCount': 128}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 46004984-c0b8-42b9-bb6f-1721894ebb88, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 46004984-c0b8-42b9-bb6f-1721894ebb88, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 100000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 46004984-c0b8-42b9-bb6f-1721894ebb88, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 97582365-a700-41b5-b6f2-4597d8d9a68b, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 97582365-a700-41b5-b6f2-4597d8d9a68b, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 97582365-a700-41b5-b6f2-4597d8d9a68b, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6c205994-8fe5-452c-bc9e-0243df2bc648, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6c205994-8fe5-452c-bc9e-0243df2bc648, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6c205994-8fe5-452c-bc9e-0243df2bc648, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 200000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 200000, 'Portions': 128}}, blobs: {'__DEFAULT': {'Portions': 128, 'BlobSize': 3236864, 'BlobCount': 256}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e2e2b709-2bed-41c3-9d4e-39fbebbed295, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e2e2b709-2bed-41c3-9d4e-39fbebbed295, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 200000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e2e2b709-2bed-41c3-9d4e-39fbebbed295, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c8342a0f-8b54-4613-afff-db2271ce2fa4, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c8342a0f-8b54-4613-afff-db2271ce2fa4, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c8342a0f-8b54-4613-afff-db2271ce2fa4, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7ab2cdcd-4613-42ef-a1e2-1be9b4120aff, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7ab2cdcd-4613-42ef-a1e2-1be9b4120aff, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7ab2cdcd-4613-42ef-a1e2-1be9b4120aff, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 300000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 300000, 'Portions': 192}}, blobs: {'__DEFAULT': {'Portions': 192, 'BlobSize': 4855296, 'BlobCount': 384}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6d6d837b-af39-4791-a87d-f43996210cb9, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6d6d837b-af39-4791-a87d-f43996210cb9, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 300000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6d6d837b-af39-4791-a87d-f43996210cb9, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c8ae7a6a-dccb-49d8-bcea-d469839ff438, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c8ae7a6a-dccb-49d8-bcea-d469839ff438, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c8ae7a6a-dccb-49d8-bcea-d469839ff438, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 08b9f472-cc0d-461b-9710-77c3597fbc96, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 08b9f472-cc0d-461b-9710-77c3597fbc96, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 08b9f472-cc0d-461b-9710-77c3597fbc96, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 400000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 400000, 'Portions': 256}}, blobs: {'__DEFAULT': {'Portions': 256, 'BlobSize': 6473728, 'BlobCount': 512}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 17361163-18fb-4a84-8b1b-59b9c0efa829, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 17361163-18fb-4a84-8b1b-59b9c0efa829, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 400000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 17361163-18fb-4a84-8b1b-59b9c0efa829, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ebce79a1-a058-48f4-86c4-20084c8e9dcf, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ebce79a1-a058-48f4-86c4-20084c8e9dcf, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ebce79a1-a058-48f4-86c4-20084c8e9dcf, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f9b7c3d6-2b83-4ad7-80af-1f9452018710, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f9b7c3d6-2b83-4ad7-80af-1f9452018710, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f9b7c3d6-2b83-4ad7-80af-1f9452018710, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 500000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 500000, 'Portions': 320}}, blobs: {'__DEFAULT': {'Portions': 320, 'BlobSize': 8092160, 'BlobCount': 640}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 392e5df9-b4aa-485c-a16a-4d94da7a286f, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 392e5df9-b4aa-485c-a16a-4d94da7a286f, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 500000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 392e5df9-b4aa-485c-a16a-4d94da7a286f, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bfcc0e77-2567-49eb-aa8c-dc494c10e45b, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bfcc0e77-2567-49eb-aa8c-dc494c10e45b, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bfcc0e77-2567-49eb-aa8c-dc494c10e45b, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6ccfb1f9-7880-4a5e-a4b3-14b588406e46, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6ccfb1f9-7880-4a5e-a4b3-14b588406e46, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6ccfb1f9-7880-4a5e-a4b3-14b588406e46, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 600000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 600000, 'Portions': 384}}, blobs: {'__DEFAULT': {'Portions': 384, 'BlobSize': 9710592, 'BlobCount': 768}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 70b54172-8a4a-41c0-94bc-cf593bd07e84, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 70b54172-8a4a-41c0-94bc-cf593bd07e84, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 600000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 70b54172-8a4a-41c0-94bc-cf593bd07e84, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 53bc88fd-a2d9-4712-ac58-87295fc20828, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 53bc88fd-a2d9-4712-ac58-87295fc20828, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 53bc88fd-a2d9-4712-ac58-87295fc20828, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 52b766c4-0314-4099-913a-6489237f65f1, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 52b766c4-0314-4099-913a-6489237f65f1, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 52b766c4-0314-4099-913a-6489237f65f1, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 700000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 700000, 'Portions': 448}}, blobs: {'__DEFAULT': {'Portions': 448, 'BlobSize': 11329024, 'BlobCount': 896}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c8566370-9b7a-45e0-9de8-869485b3fd79, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c8566370-9b7a-45e0-9de8-869485b3fd79, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 700000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c8566370-9b7a-45e0-9de8-869485b3fd79, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fa616cf4-8d93-4de2-bff0-eb84ffd844f8, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fa616cf4-8d93-4de2-bff0-eb84ffd844f8, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fa616cf4-8d93-4de2-bff0-eb84ffd844f8, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 610bf42e-368c-42e5-ab7d-c99ef7a629d0, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 610bf42e-368c-42e5-ab7d-c99ef7a629d0, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 610bf42e-368c-42e5-ab7d-c99ef7a629d0, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 800000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 800000, 'Portions': 512}}, blobs: {'__DEFAULT': {'Portions': 512, 'BlobSize': 12947456, 'BlobCount': 1024}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6728b1e5-3a7e-47b9-91cb-f022148899ba, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6728b1e5-3a7e-47b9-91cb-f022148899ba, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 800000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6728b1e5-3a7e-47b9-91cb-f022148899ba, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 33e62047-ce8f-4139-8faa-09063d16cb0d, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 33e62047-ce8f-4139-8faa-09063d16cb0d, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 33e62047-ce8f-4139-8faa-09063d16cb0d, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 12e43949-f0c3-44b9-bf7d-f4d69030ceda, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 12e43949-f0c3-44b9-bf7d-f4d69030ceda, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 12e43949-f0c3-44b9-bf7d-f4d69030ceda, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 900000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 900000, 'Portions': 576}}, blobs: {'__DEFAULT': {'Portions': 576, 'BlobSize': 14565888, 'BlobCount': 1152}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 898fec81-bf46-4f08-a7d4-626188c89447, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 898fec81-bf46-4f08-a7d4-626188c89447, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 900000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 898fec81-bf46-4f08-a7d4-626188c89447, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ebb5db61-3831-425e-b923-f648e325a66e, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ebb5db61-3831-425e-b923-f648e325a66e, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ebb5db61-3831-425e-b923-f648e325a66e, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3cb06ae1-e3aa-45fd-847e-33d21d17af44, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3cb06ae1-e3aa-45fd-847e-33d21d17af44, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3cb06ae1-e3aa-45fd-847e-33d21d17af44, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 1000000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 1000000, 'Portions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 16184320, 'BlobCount': 1280}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b1ea3437-d6b8-4910-a8f9-7c884baf0cb5, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b1ea3437-d6b8-4910-a8f9-7c884baf0cb5, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/off_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b1ea3437-d6b8-4910-a8f9-7c884baf0cb5, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 87fa5d06-c8bc-42ab-8012-1cba90c42e2f, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 87fa5d06-c8bc-42ab-8012-1cba90c42e2f, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 87fa5d06-c8bc-42ab-8012-1cba90c42e2f, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, eea0d30b-9a0f-4656-ac7a-f8a5254d13e0, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, eea0d30b-9a0f-4656-ac7a-f8a5254d13e0, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, eea0d30b-9a0f-4656-ac7a-f8a5254d13e0, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d7e3c7d5-9a96-4394-9786-309df9811ae7, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d7e3c7d5-9a96-4394-9786-309df9811ae7, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d7e3c7d5-9a96-4394-9786-309df9811ae7, ghrun-pdu5anijtm.auto.internal:6784): 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, b1df2b83-2fb3-438f-9582-96ae0bc7d631, localhost:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b1df2b83-2fb3-438f-9582-96ae0bc7d631, localhost:6784): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b1df2b83-2fb3-438f-9582-96ae0bc7d631, localhost:6784): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pdu5anijtm.auto.internal" port: 6784 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-pdu5anijtm.auto.internal:6784, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6784
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c76625fa-dc5e-4880-b15e-4e5aa6245a06, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c76625fa-dc5e-4880-b15e-4e5aa6245a06, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c76625fa-dc5e-4880-b15e-4e5aa6245a06, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     root:column_table_helper.py:75 Table `/Root/all_compression/all_supported_compression/off_compression`, volumes `value` (8000000, 8077904)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3f2c4ce6-cb70-4a30-9031-a900cc9ad87a, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3f2c4ce6-cb70-4a30-9031-a900cc9ad87a, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3f2c4ce6-cb70-4a30-9031-a900cc9ad87a, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6c5a252b-087c-451f-aadf-c4d2dd12165d, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6c5a252b-087c-451f-aadf-c4d2dd12165d, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6c5a252b-087c-451f-aadf-c4d2dd12165d, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4b1728e8-f0ff-4188-af80-23849c453622, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4b1728e8-f0ff-4188-af80-23849c453622, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4b1728e8-f0ff-4188-af80-23849c453622, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e6cde5ad-a88b-4af8-8aa4-f97a53948640, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e6cde5ad-a88b-4af8-8aa4-f97a53948640, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e6cde5ad-a88b-4af8-8aa4-f97a53948640, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
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, 815cfda1-ae63-43dd-a44f-db3fa36bbf86, localhost:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 815cfda1-ae63-43dd-a44f-db3fa36bbf86, localhost:6784): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 815cfda1-ae63-43dd-a44f-db3fa36bbf86, localhost:6784): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pdu5anijtm.auto.internal" port: 6784 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-pdu5anijtm.auto.internal:6784, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6784
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c2bf3247-e5df-4800-888c-cf5bdfc1fc79, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c2bf3247-e5df-4800-888c-cf5bdfc1fc79, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c2bf3247-e5df-4800-888c-cf5bdfc1fc79, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     root:column_table_helper.py:75 Table `/Root/all_compression/all_supported_compression/off_compression`, volumes `value` (8000000, 8009216)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b5642b35-f930-4d1a-b7ab-85deb28d7bc7, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b5642b35-f930-4d1a-b7ab-85deb28d7bc7, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b5642b35-f930-4d1a-b7ab-85deb28d7bc7, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: alter_compression.py::TestAllCompression, test_name: test_all_supported_compression[zstd_4_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 4])
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 375c3983-420e-4598-a51a-b560a71e4f52, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 375c3983-420e-4598-a51a-b560a71e4f52, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                CREATE TABLE `/Root/all_compression/all_supported_compression/zstd_4_compression` (\n                    value Uint64 NOT NULL,\n                    value1 Uint64,\n                    PRIMARY KEY(value),\n                    FAMILY default (COMPRESSION = \"zstd\", COMPRESSION_LEVEL = 4)\n                )\n                WITH (STORE = COLUMN)\n                " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 375c3983-420e-4598-a51a-b560a71e4f52, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:187 Table /Root/all_compression/all_supported_compression/zstd_4_compression created
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 467ce89e-7f06-4cce-a71b-e142bb462a91, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 467ce89e-7f06-4cce-a71b-e142bb462a91, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/zstd_4_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 467ce89e-7f06-4cce-a71b-e142bb462a91, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5a014bb1-57d2-4eed-900a-28915e53b3b4, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5a014bb1-57d2-4eed-900a-28915e53b3b4, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 0;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_4_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5a014bb1-57d2-4eed-900a-28915e53b3b4, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d24dfcc2-2763-49c2-8615-68808c39e06b, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d24dfcc2-2763-49c2-8615-68808c39e06b, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d24dfcc2-2763-49c2-8615-68808c39e06b, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, aec866b9-ce34-4590-9401-54ee3a771c55, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, aec866b9-ce34-4590-9401-54ee3a771c55, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, aec866b9-ce34-4590-9401-54ee3a771c55, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 100000 rows in /Root/all_compression/all_supported_compression/zstd_4_compression. portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 64}}, blobs: {'__DEFAULT': {'Portions': 64, 'BlobSize': 318960, 'BlobCount': 128}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fe693432-51d8-4f72-bf03-36760e1be731, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fe693432-51d8-4f72-bf03-36760e1be731, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 100000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_4_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fe693432-51d8-4f72-bf03-36760e1be731, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2bb01550-cbf8-4e1e-bb94-f3b7e49cb2a4, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2bb01550-cbf8-4e1e-bb94-f3b7e49cb2a4, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2bb01550-cbf8-4e1e-bb94-f3b7e49cb2a4, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4a6ae822-2a79-47b7-9a02-ae32dbb9121d, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4a6ae822-2a79-47b7-9a02-ae32dbb9121d, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4a6ae822-2a79-47b7-9a02-ae32dbb9121d, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 200000 rows in /Root/all_compression/all_supported_compression/zstd_4_compression. portions: {'__DEFAULT': {'Rows': 200000, 'Portions': 128}}, blobs: {'__DEFAULT': {'Portions': 128, 'BlobSize': 638256, 'BlobCount': 256}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3b31286e-df3a-4887-a714-13798d7858cf, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3b31286e-df3a-4887-a714-13798d7858cf, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 200000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_4_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3b31286e-df3a-4887-a714-13798d7858cf, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f1a0b2c0-10e2-40e6-a2ca-bf4aab551471, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f1a0b2c0-10e2-40e6-a2ca-bf4aab551471, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f1a0b2c0-10e2-40e6-a2ca-bf4aab551471, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7cb255c8-68e4-4ff3-ade6-3872d5db3710, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7cb255c8-68e4-4ff3-ade6-3872d5db3710, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7cb255c8-68e4-4ff3-ade6-3872d5db3710, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 300000 rows in /Root/all_compression/all_supported_compression/zstd_4_compression. portions: {'__DEFAULT': {'Rows': 300000, 'Portions': 192}}, blobs: {'__DEFAULT': {'Portions': 192, 'BlobSize': 957296, 'BlobCount': 384}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4aef6f25-d4a2-4bda-9b37-b9eda2d71642, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4aef6f25-d4a2-4bda-9b37-b9eda2d71642, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 300000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_4_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4aef6f25-d4a2-4bda-9b37-b9eda2d71642, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0eaf68d6-d735-4a35-855a-384c639876bd, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0eaf68d6-d735-4a35-855a-384c639876bd, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0eaf68d6-d735-4a35-855a-384c639876bd, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8b7e6158-0391-4308-b0c8-a73762d295d0, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8b7e6158-0391-4308-b0c8-a73762d295d0, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8b7e6158-0391-4308-b0c8-a73762d295d0, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 400000 rows in /Root/all_compression/all_supported_compression/zstd_4_compression. portions: {'__DEFAULT': {'Rows': 400000, 'Portions': 256}}, blobs: {'__DEFAULT': {'Portions': 256, 'BlobSize': 1276656, 'BlobCount': 512}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3bd4a21e-1ea3-4ca8-93ea-7d0f64df6e9b, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3bd4a21e-1ea3-4ca8-93ea-7d0f64df6e9b, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 400000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_4_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3bd4a21e-1ea3-4ca8-93ea-7d0f64df6e9b, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4aae4b8c-3990-41df-bc67-6ba808e5ded5, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4aae4b8c-3990-41df-bc67-6ba808e5ded5, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4aae4b8c-3990-41df-bc67-6ba808e5ded5, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 750a86a5-d375-4bd1-bb86-3e20fabc49cd, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 750a86a5-d375-4bd1-bb86-3e20fabc49cd, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 750a86a5-d375-4bd1-bb86-3e20fabc49cd, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 500000 rows in /Root/all_compression/all_supported_compression/zstd_4_compression. portions: {'__DEFAULT': {'Rows': 500000, 'Portions': 320}}, blobs: {'__DEFAULT': {'Portions': 320, 'BlobSize': 1595616, 'BlobCount': 640}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a6068cfc-d174-4d64-97da-d8da5532d9eb, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a6068cfc-d174-4d64-97da-d8da5532d9eb, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 500000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_4_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a6068cfc-d174-4d64-97da-d8da5532d9eb, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b78007fb-d8b0-4908-a2fe-38a139def261, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b78007fb-d8b0-4908-a2fe-38a139def261, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b78007fb-d8b0-4908-a2fe-38a139def261, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ee4b2531-fe7f-4fc4-bf16-17e15cb1df9a, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ee4b2531-fe7f-4fc4-bf16-17e15cb1df9a, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ee4b2531-fe7f-4fc4-bf16-17e15cb1df9a, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 600000 rows in /Root/all_compression/all_supported_compression/zstd_4_compression. portions: {'__DEFAULT': {'Rows': 600000, 'Portions': 384}}, blobs: {'__DEFAULT': {'Portions': 384, 'BlobSize': 1914800, 'BlobCount': 768}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cf135506-5855-4af3-8559-5df8693ad3bb, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cf135506-5855-4af3-8559-5df8693ad3bb, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 600000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_4_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, cf135506-5855-4af3-8559-5df8693ad3bb, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 011b5887-1f83-4267-8689-0ea9282ea642, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 011b5887-1f83-4267-8689-0ea9282ea642, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 011b5887-1f83-4267-8689-0ea9282ea642, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, add5d1f8-5bc2-450b-91d6-5adf5586062b, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, add5d1f8-5bc2-450b-91d6-5adf5586062b, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, add5d1f8-5bc2-450b-91d6-5adf5586062b, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 700000 rows in /Root/all_compression/all_supported_compression/zstd_4_compression. portions: {'__DEFAULT': {'Rows': 700000, 'Portions': 448}}, blobs: {'__DEFAULT': {'Portions': 448, 'BlobSize': 2233936, 'BlobCount': 896}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4e79babf-e417-49ab-a03c-2c05df2ae45b, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4e79babf-e417-49ab-a03c-2c05df2ae45b, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 700000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_4_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4e79babf-e417-49ab-a03c-2c05df2ae45b, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d99b859d-60ca-42c8-8877-cbb93ca4a7e8, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d99b859d-60ca-42c8-8877-cbb93ca4a7e8, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d99b859d-60ca-42c8-8877-cbb93ca4a7e8, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f542a886-22bf-4cc1-944c-d6425a959d9e, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f542a886-22bf-4cc1-944c-d6425a959d9e, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f542a886-22bf-4cc1-944c-d6425a959d9e, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 800000 rows in /Root/all_compression/all_supported_compression/zstd_4_compression. portions: {'__DEFAULT': {'Rows': 800000, 'Portions': 512}}, blobs: {'__DEFAULT': {'Portions': 512, 'BlobSize': 2553424, 'BlobCount': 1024}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c5a444c6-e35c-4363-b256-ff432850b2a6, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c5a444c6-e35c-4363-b256-ff432850b2a6, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 800000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_4_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c5a444c6-e35c-4363-b256-ff432850b2a6, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 71c3b210-a70a-4b08-8d21-99a9a3e375eb, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 71c3b210-a70a-4b08-8d21-99a9a3e375eb, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 71c3b210-a70a-4b08-8d21-99a9a3e375eb, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 56dad87a-6345-4ed7-acb6-79b2a41d1ae0, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 56dad87a-6345-4ed7-acb6-79b2a41d1ae0, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 56dad87a-6345-4ed7-acb6-79b2a41d1ae0, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 900000 rows in /Root/all_compression/all_supported_compression/zstd_4_compression. portions: {'__DEFAULT': {'Rows': 900000, 'Portions': 576}}, blobs: {'__DEFAULT': {'Portions': 576, 'BlobSize': 2872432, 'BlobCount': 1152}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3ba75f92-1e1c-4fe3-831d-366311a0878a, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3ba75f92-1e1c-4fe3-831d-366311a0878a, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 900000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_4_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3ba75f92-1e1c-4fe3-831d-366311a0878a, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1428349c-b619-4e80-9abc-b2bc4def2387, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1428349c-b619-4e80-9abc-b2bc4def2387, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1428349c-b619-4e80-9abc-b2bc4def2387, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 46a2840e-9b6c-406e-bc88-8143fb0d5dd3, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 46a2840e-9b6c-406e-bc88-8143fb0d5dd3, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 46a2840e-9b6c-406e-bc88-8143fb0d5dd3, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     __tests__.alter_compression:alter_compression.py:36 1000000 rows in /Root/all_compression/all_supported_compression/zstd_4_compression. portions: {'__DEFAULT': {'Rows': 1000000, 'Portions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 3191936, 'BlobCount': 1280}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c8d054c1-16e4-48e0-885f-b7d975d5eb73, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c8d054c1-16e4-48e0-885f-b7d975d5eb73, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/zstd_4_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c8d054c1-16e4-48e0-885f-b7d975d5eb73, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7a90b70a-149b-4a54-9ade-a283515fb009, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7a90b70a-149b-4a54-9ade-a283515fb009, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7a90b70a-149b-4a54-9ade-a283515fb009, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0e951008-62de-48fe-a660-5a580d2458bc, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0e951008-62de-48fe-a660-5a580d2458bc, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0e951008-62de-48fe-a660-5a580d2458bc, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 368dffed-7813-4ed1-a57d-ac22a2fa1ae4, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 368dffed-7813-4ed1-a57d-ac22a2fa1ae4, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 368dffed-7813-4ed1-a57d-ac22a2fa1ae4, ghrun-pdu5anijtm.auto.internal:6784): 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, c20c9606-a783-40ec-9ac9-18d77e99dcd5, localhost:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c20c9606-a783-40ec-9ac9-18d77e99dcd5, localhost:6784): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c20c9606-a783-40ec-9ac9-18d77e99dcd5, localhost:6784): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pdu5anijtm.auto.internal" port: 6784 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-pdu5anijtm.auto.internal:6784, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6784
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b09b42c3-13d3-404d-8adf-24d8f125c31b, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b09b42c3-13d3-404d-8adf-24d8f125c31b, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b09b42c3-13d3-404d-8adf-24d8f125c31b, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
INFO     root:column_table_helper.py:75 Table `/Root/all_compression/all_supported_compression/zstd_4_compression`, volumes `value` (8000000, 1521008)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8d6818e8-24f9-4fc3-ace9-a7c409e1d27a, ghrun-pdu5anijtm.auto.internal:6784): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8d6818e8-24f9-4fc3-ace9-a7c409e1d27a, ghrun-pdu5anijtm.auto.internal:6784): request = { session_id: "ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_4_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8d6818e8-24f9-4fc3-ace9-a7c409e1d27a, ghrun-pdu5anijtm.auto.internal:6784): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjAyZTVkZS1kN2EzNjdmZi1jNjMxMjFlMy1lNzI1MDI5Zg==
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
264.47s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_4_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 4]
80.10s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_4_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 4]
65.03s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_5_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 5]
17.06s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_5_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 5]
0.01s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_4_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 4]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_4_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 4] - assert 1015906 == (8000000 // 8)
=================== 1 failed, 1 passed in 430.11s (0:07:10) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/59gl/0036d0/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py EE

==================================== ERRORS ====================================
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_6_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 6] _
ydb/tests/olap/column_family/compression/alter_compression.py:133: in setup_class
    cls.create_table_without_compression()
ydb/tests/olap/column_family/compression/alter_compression.py:161: in create_table_without_compression
    cls.upsert_and_wait_portions(table, cls.single_upsert_rows_count, cls.upsert_count)
ydb/tests/olap/column_family/compression/alter_compression.py:39: in upsert_and_wait_portions
    assert table.get_row_count() == current_num_rows
ydb/tests/olap/common/column_table_helper.py:16: in get_row_count
    result_set = self.ydb_client.query(f"SELECT COUNT(*) AS Rows FROM `{self.path}`")
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:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.BadRequest: message: "Table /Root/all_compression/all_supported_compression/off_compression (shard 72075186224037950) scan failed, reason: cannot build metadata/Snapshot too old: {1764261546000:max}. CS min read snapshot: {1764261546380:max}. now: 2025-11-27T16:39:11.479627Z" issue_code: 2017 severity: 1 (server_code: 400010)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_all_supported_compression[zstd_6_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 6]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/0036d0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 14809
DEBUG    ya.test:process.py:259 Command (pid 14809) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 14809) elapsed time (sec): 2.0985350608825684
DEBUG    ya.test:process.py:263 Command (pid 14809) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 14809) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 14809) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 14809) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 14809) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 14809) maxrss: 484112
DEBUG    ya.test:process.py:263 Command (pid 14809) minflt: 45640
DEBUG    ya.test:process.py:263 Command (pid 14809) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 14809) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 14809) nivcsw: 244
DEBUG    ya.test:process.py:263 Command (pid 14809) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 14809) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 14809) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 14809) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 14809) stime: 0.663397
DEBUG    ya.test:process.py:263 Command (pid 14809) utime: 0.5239779999999999
DEBUG    ya.test:process.py:263 Command (pid 14809) wtime: 2.118
DEBUG    ya.test:process.py:275 Command (pid 14809) output:
Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     __tests__.base:base.py:27 Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/0036d0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21010
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/59gl/0036d0/r3tmp/kikimr_cluster_o7jet2qa
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/0036d0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3757
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5713
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63864
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10109
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/59gl/0036d0/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_6_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.6/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/59gl/0036d0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/59gl/0036d0/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_6_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.6/cluster/node_1/logfile_5thnwfhe.log --grpc-port=3757 --mon-port=5713 --ic-port=21010
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:3757/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/59gl/0036d0/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_6_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.6/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/59gl/0036d0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/59gl/0036d0/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_6_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.6/cluster/node_1/logfile_5thnwfhe.log --grpc-port=3757 --mon-port=5713 --ic-port=21010
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/59gl/0036d0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/59gl/0036d0/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_6_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.6/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/59gl/0036d0/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_6_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.6/cluster/node_1/logfile_5thnwfhe.log', '--grpc-port=3757', '--mon-port=5713', '--ic-port=21010')' in '/home/runner/.ya/build/build_root/59gl/0036d0/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_6_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.6/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 15591
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:3757/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/0036d0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 15621
DEBUG    ya.test:process.py:259 Command (pid 15621) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 15621) elapsed time (sec): 2.5315511226654053
DEBUG    ya.test:process.py:263 Command (pid 15621) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 15621) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 15621) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 15621) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 15621) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 15621) maxrss: 483860
DEBUG    ya.test:process.py:263 Command (pid 15621) minflt: 45612
DEBUG    ya.test:process.py:263 Command (pid 15621) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 15621) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 15621) nivcsw: 273
DEBUG    ya.test:process.py:263 Command (pid 15621) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 15621) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 15621) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 15621) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 15621) stime: 0.7884089999999999
DEBUG    ya.test:process.py:263 Command (pid 15621) utime: 0.483935
DEBUG    ya.test:process.py:263 Command (pid 15621) wtime: 2.544
DEBUG    ya.test:process.py:275 Command (pid 15621) output:
Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/0036d0/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/59gl/0036d0/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:3757', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21010\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/0036d0/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:3757', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21010\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 22239
DEBUG    ya.test:process.py:259 Command (pid 22239) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 22239) elapsed time (sec): 22.90566897392273
DEBUG    ya.test:process.py:263 Command (pid 22239) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 22239) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 22239) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 22239) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 22239) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 22239) maxrss: 614200
DEBUG    ya.test:process.py:263 Command (pid 22239) minflt: 51960
DEBUG    ya.test:process.py:263 Command (pid 22239) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 22239) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 22239) nivcsw: 2037
DEBUG    ya.test:process.py:263 Command (pid 22239) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 22239) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 22239) nvcsw: 720
DEBUG    ya.test:process.py:263 Command (pid 22239) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 22239) stime: 6.412646
DEBUG    ya.test:process.py:263 Command (pid 22239) utime: 0.54223
DEBUG    ya.test:process.py:263 Command (pid 22239) wtime: 22.94
DEBUG    ya.test:process.py:275 Command (pid 22239) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/0036d0/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/59gl/0036d0/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:3757', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/0036d0/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:3757', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 24859
DEBUG    ya.test:process.py:259 Command (pid 24859) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 24859) elapsed time (sec): 15.57023310661316
DEBUG    ya.test:process.py:263 Command (pid 24859) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 24859) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 24859) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 24859) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 24859) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 24859) maxrss: 615204
DEBUG    ya.test:process.py:263 Command (pid 24859) minflt: 52011
DEBUG    ya.test:process.py:263 Command (pid 24859) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 24859) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 24859) nivcsw: 1559
DEBUG    ya.test:process.py:263 Command (pid 24859) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 24859) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 24859) nvcsw: 454
DEBUG    ya.test:process.py:263 Command (pid 24859) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 24859) stime: 4.692581
DEBUG    ya.test:process.py:263 Command (pid 24859) utime: 0.66101
DEBUG    ya.test:process.py:263 Command (pid 24859) wtime: 15.587
DEBUG    ya.test:process.py:275 Command (pid 24859) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 1eefa596-d7df-4994-be3b-7fc658653906, localhost:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 1eefa596-d7df-4994-be3b-7fc658653906, localhost:3757): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 1eefa596-d7df-4994-be3b-7fc658653906, localhost:3757): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pdu5anijtm.auto.internal" port: 3757 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-pdu5anijtm.auto.internal:3757, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:3757
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ddd3bb12-6106-4ed4-84ea-14637a732107, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ddd3bb12-6106-4ed4-84ea-14637a732107, ghrun-pdu5anijtm.auto.internal:3757): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ddd3bb12-6106-4ed4-84ea-14637a732107, ghrun-pdu5anijtm.auto.internal:3757): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 55da457e-77c2-4e5d-b779-dd57c2102ca6, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 55da457e-77c2-4e5d-b779-dd57c2102ca6, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 55da457e-77c2-4e5d-b779-dd57c2102ca6, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4e6b044f-0a70-4a59-b2d3-15f24bb3a3f9, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4e6b044f-0a70-4a59-b2d3-15f24bb3a3f9, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                CREATE TABLE `/Root/all_compression/all_supported_compression/off_compression` (\n                    value Uint64 NOT NULL,\n                    value1 Uint64,\n                    PRIMARY KEY(value),\n                    FAMILY default (COMPRESSION = \"off\")\n                )\n                WITH (STORE = COLUMN)\n                " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4e6b044f-0a70-4a59-b2d3-15f24bb3a3f9, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
INFO     __tests__.alter_compression:alter_compression.py:159 Table /Root/all_compression/all_supported_compression/off_compression created
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 89cdba7f-168c-4fce-b2d4-e22543fa5300, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 89cdba7f-168c-4fce-b2d4-e22543fa5300, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/off_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 89cdba7f-168c-4fce-b2d4-e22543fa5300, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 368a7ad4-b389-4e77-a007-3e1ead5f0f9a, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 368a7ad4-b389-4e77-a007-3e1ead5f0f9a, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 0;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 368a7ad4-b389-4e77-a007-3e1ead5f0f9a, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3061a5f4-8d0e-4cf3-a896-c590ce5a2345, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3061a5f4-8d0e-4cf3-a896-c590ce5a2345, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3061a5f4-8d0e-4cf3-a896-c590ce5a2345, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9e72fd8a-6ade-4ded-a33a-ef842ad413ab, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9e72fd8a-6ade-4ded-a33a-ef842ad413ab, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9e72fd8a-6ade-4ded-a33a-ef842ad413ab, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
INFO     __tests__.alter_compression:alter_compression.py:36 100000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 64}}, blobs: {'__DEFAULT': {'Portions': 64, 'BlobSize': 1618432, 'BlobCount': 128}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f4d067cb-730f-470d-9ec4-0caa7d728acd, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f4d067cb-730f-470d-9ec4-0caa7d728acd, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 100000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f4d067cb-730f-470d-9ec4-0caa7d728acd, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9b34c400-2cb6-4970-bf3c-c61cb5299644, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9b34c400-2cb6-4970-bf3c-c61cb5299644, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9b34c400-2cb6-4970-bf3c-c61cb5299644, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 280fe4d6-cfcf-46b2-a478-e7000e992d81, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 280fe4d6-cfcf-46b2-a478-e7000e992d81, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 280fe4d6-cfcf-46b2-a478-e7000e992d81, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
INFO     __tests__.alter_compression:alter_compression.py:36 200000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 200000, 'Portions': 128}}, blobs: {'__DEFAULT': {'Portions': 128, 'BlobSize': 3236864, 'BlobCount': 256}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5b0741d5-48b2-4af7-83e4-f1ec8e0e98bf, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5b0741d5-48b2-4af7-83e4-f1ec8e0e98bf, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 200000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5b0741d5-48b2-4af7-83e4-f1ec8e0e98bf, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 936903a8-2cab-4546-adb8-45a2b6c2c2ba, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 936903a8-2cab-4546-adb8-45a2b6c2c2ba, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 936903a8-2cab-4546-adb8-45a2b6c2c2ba, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0eceb7ec-1cd0-456f-beac-4d40bb1c549e, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0eceb7ec-1cd0-456f-beac-4d40bb1c549e, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0eceb7ec-1cd0-456f-beac-4d40bb1c549e, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
INFO     __tests__.alter_compression:alter_compression.py:36 300000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 300000, 'Portions': 192}}, blobs: {'__DEFAULT': {'Portions': 192, 'BlobSize': 4855296, 'BlobCount': 384}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 09f3edf2-47c3-4974-bae9-e045427d7268, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 09f3edf2-47c3-4974-bae9-e045427d7268, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 300000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 09f3edf2-47c3-4974-bae9-e045427d7268, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bcc801ad-101d-47e5-87b6-732fac652e89, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bcc801ad-101d-47e5-87b6-732fac652e89, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bcc801ad-101d-47e5-87b6-732fac652e89, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a173057e-d62e-44cc-bc36-ec0beaecfed9, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a173057e-d62e-44cc-bc36-ec0beaecfed9, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a173057e-d62e-44cc-bc36-ec0beaecfed9, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
INFO     __tests__.alter_compression:alter_compression.py:36 400000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 400000, 'Portions': 256}}, blobs: {'__DEFAULT': {'Portions': 256, 'BlobSize': 6473728, 'BlobCount': 512}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9eeba6dc-4dfc-438b-8d9b-01992fac8c48, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9eeba6dc-4dfc-438b-8d9b-01992fac8c48, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 400000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9eeba6dc-4dfc-438b-8d9b-01992fac8c48, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7a3bbff5-dcd1-45c0-89fb-ea5a8bb2a378, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7a3bbff5-dcd1-45c0-89fb-ea5a8bb2a378, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7a3bbff5-dcd1-45c0-89fb-ea5a8bb2a378, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d88ff265-b966-439e-85cc-70eac9e0f6f8, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d88ff265-b966-439e-85cc-70eac9e0f6f8, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d88ff265-b966-439e-85cc-70eac9e0f6f8, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
INFO     __tests__.alter_compression:alter_compression.py:36 500000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 500000, 'Portions': 320}}, blobs: {'__DEFAULT': {'Portions': 320, 'BlobSize': 8092160, 'BlobCount': 640}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f26ae794-2a8f-4720-b475-49245b64a7ba, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f26ae794-2a8f-4720-b475-49245b64a7ba, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 500000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f26ae794-2a8f-4720-b475-49245b64a7ba, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 35525486-d6d5-4075-800a-b6cce930c57f, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 35525486-d6d5-4075-800a-b6cce930c57f, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 35525486-d6d5-4075-800a-b6cce930c57f, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c6e9d490-8a93-411b-b7eb-39503911e8c9, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c6e9d490-8a93-411b-b7eb-39503911e8c9, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c6e9d490-8a93-411b-b7eb-39503911e8c9, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
INFO     __tests__.alter_compression:alter_compression.py:36 600000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 600000, 'Portions': 384}}, blobs: {'__DEFAULT': {'Portions': 384, 'BlobSize': 9710592, 'BlobCount': 768}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e3936789-9f6e-46b2-b4db-92fc2c8a0f45, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e3936789-9f6e-46b2-b4db-92fc2c8a0f45, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 600000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e3936789-9f6e-46b2-b4db-92fc2c8a0f45, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5a0fd055-ac04-4e4f-a3ae-f2126be939da, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5a0fd055-ac04-4e4f-a3ae-f2126be939da, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5a0fd055-ac04-4e4f-a3ae-f2126be939da, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5668f227-4921-479a-9b5a-2b0ff6bb0f06, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5668f227-4921-479a-9b5a-2b0ff6bb0f06, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5668f227-4921-479a-9b5a-2b0ff6bb0f06, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
INFO     __tests__.alter_compression:alter_compression.py:36 700000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 700000, 'Portions': 448}}, blobs: {'__DEFAULT': {'Portions': 448, 'BlobSize': 11329024, 'BlobCount': 896}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ccd4233d-9c5a-482b-9dfe-7dc34592671b, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ccd4233d-9c5a-482b-9dfe-7dc34592671b, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 700000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ccd4233d-9c5a-482b-9dfe-7dc34592671b, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6acfa83f-92b9-47fa-9bfc-bf1891f80cfb, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6acfa83f-92b9-47fa-9bfc-bf1891f80cfb, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6acfa83f-92b9-47fa-9bfc-bf1891f80cfb, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 28a59440-6a01-4ce8-87a2-34b3aff52afd, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 28a59440-6a01-4ce8-87a2-34b3aff52afd, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 28a59440-6a01-4ce8-87a2-34b3aff52afd, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
INFO     __tests__.alter_compression:alter_compression.py:36 800000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 800000, 'Portions': 512}}, blobs: {'__DEFAULT': {'Portions': 512, 'BlobSize': 12947456, 'BlobCount': 1024}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, df6667ce-e7de-49bd-9713-868d899f01d2, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, df6667ce-e7de-49bd-9713-868d899f01d2, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 800000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, df6667ce-e7de-49bd-9713-868d899f01d2, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6ca16f00-0c24-450f-ab09-13ae8f8d00d9, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6ca16f00-0c24-450f-ab09-13ae8f8d00d9, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6ca16f00-0c24-450f-ab09-13ae8f8d00d9, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, df4af2ef-69e9-47d4-8295-d769c0dfe041, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, df4af2ef-69e9-47d4-8295-d769c0dfe041, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, df4af2ef-69e9-47d4-8295-d769c0dfe041, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
INFO     __tests__.alter_compression:alter_compression.py:36 900000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 900000, 'Portions': 576}}, blobs: {'__DEFAULT': {'Portions': 576, 'BlobSize': 14565888, 'BlobCount': 1152}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 00f171d7-c036-4712-9cb6-934d524dd9f6, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 00f171d7-c036-4712-9cb6-934d524dd9f6, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 900000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 00f171d7-c036-4712-9cb6-934d524dd9f6, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 27c01451-8532-4d44-bf19-0ac103c8baf8, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 27c01451-8532-4d44-bf19-0ac103c8baf8, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 27c01451-8532-4d44-bf19-0ac103c8baf8, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c84caf19-31b3-426b-990c-1179eff0f8a3, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c84caf19-31b3-426b-990c-1179eff0f8a3, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c84caf19-31b3-426b-990c-1179eff0f8a3, ghrun-pdu5anijtm.auto.internal:3757): 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.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
INFO     __tests__.alter_compression:alter_compression.py:36 1000000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 1000000, 'Portions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 16184320, 'BlobCount': 1280}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6433582e-be27-4cf8-bebb-2811455ac76f, ghrun-pdu5anijtm.auto.internal:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6433582e-be27-4cf8-bebb-2811455ac76f, ghrun-pdu5anijtm.auto.internal:3757): request = { session_id: "ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/off_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6433582e-be27-4cf8-bebb-2811455ac76f, ghrun-pdu5anijtm.auto.internal:3757): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 29ef9560-50eb-45e9-9ca5-194c896e62ed, localhost:3757): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 29ef9560-50eb-45e9-9ca5-194c896e62ed, localhost:3757): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 29ef9560-50eb-45e9-9ca5-194c896e62ed, localhost:3757): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pdu5anijtm.auto.internal" port: 3757 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-pdu5anijtm.auto.internal:3757, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:3757
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMwNjQyMzAtYTliZTgyMTEtYjAxY2ZmY2UtNDI4OGZiNDU=
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_7_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 7] _
ydb/tests/olap/column_family/compression/alter_compression.py:133: in setup_class
    cls.create_table_without_compression()
ydb/tests/olap/column_family/compression/alter_compression.py:161: in create_table_without_compression
    cls.upsert_and_wait_portions(table, cls.single_upsert_rows_count, cls.upsert_count)
ydb/tests/olap/column_family/compression/alter_compression.py:39: in upsert_and_wait_portions
    assert table.get_row_count() == current_num_rows
ydb/tests/olap/common/column_table_helper.py:16: in get_row_count
    result_set = self.ydb_client.query(f"SELECT COUNT(*) AS Rows FROM `{self.path}`")
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:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.BadRequest: message: "Table /Root/all_compression/all_supported_compression/off_compression (shard 72075186224037950) scan failed, reason: cannot build metadata/Snapshot too old: {1764261546000:max}. CS min read snapshot: {1764261546380:max}. now: 2025-11-27T16:39:11.479627Z" issue_code: 2017 severity: 1 (server_code: 400010)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_all_supported_compression[zstd_7_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 7]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
176.31s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_6_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 6]
0.03s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_7_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 7]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_6_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 6] - ydb.issues.BadRequest: message: "Table /Root/all_compression/all_supported_compression/off_compression (shard 72075186224037950) scan failed, reason: cannot build metadata/Snapshot too old: {1764261546000:max}. CS min read snapshot: {1764261546380:max}. now: 2025-11-27T16:39:11.479627Z" issue_code: 2017 severity: 1 (server_code: 400010)
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_7_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 7] - ydb.issues.BadRequest: message: "Table /Root/all_compression/all_supported_compression/off_compression (shard 72075186224037950) scan failed, reason: cannot build metadata/Snapshot too old: {1764261546000:max}. CS min read snapshot: {1764261546380:max}. now: 2025-11-27T16:39:11.479627Z" issue_code: 2017 severity: 1 (server_code: 400010)
======================== 2 errors in 203.75s (0:03:23) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/59gl/0036bf/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py EE

==================================== ERRORS ====================================
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_8_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 8] _
ydb/tests/olap/column_family/compression/alter_compression.py:133: in setup_class
    cls.create_table_without_compression()
ydb/tests/olap/column_family/compression/alter_compression.py:161: in create_table_without_compression
    cls.upsert_and_wait_portions(table, cls.single_upsert_rows_count, cls.upsert_count)
ydb/tests/olap/column_family/compression/alter_compression.py:39: in upsert_and_wait_portions
    assert table.get_row_count() == current_num_rows
ydb/tests/olap/common/column_table_helper.py:16: in get_row_count
    result_set = self.ydb_client.query(f"SELECT COUNT(*) AS Rows FROM `{self.path}`")
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:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.BadRequest: message: "Table /Root/all_compression/all_supported_compression/off_compression (shard 72075186224037949) scan failed, reason: cannot build metadata/Snapshot too old: {1764261566000:max}. CS min read snapshot: {1764261567000:max}. now: 2025-11-27T16:39:32.066486Z" issue_code: 2017 severity: 1 (server_code: 400010)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_all_supported_compression[zstd_8_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 8]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/0036bf/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 16564
DEBUG    ya.test:process.py:259 Command (pid 16564) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 16564) elapsed time (sec): 12.676380395889282
DEBUG    ya.test:process.py:263 Command (pid 16564) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 16564) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 16564) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 16564) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 16564) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 16564) maxrss: 484040
DEBUG    ya.test:process.py:263 Command (pid 16564) minflt: 45608
DEBUG    ya.test:process.py:263 Command (pid 16564) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 16564) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 16564) nivcsw: 1256
DEBUG    ya.test:process.py:263 Command (pid 16564) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 16564) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 16564) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 16564) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 16564) stime: 4.79972
DEBUG    ya.test:process.py:263 Command (pid 16564) utime: 0.43116099999999996
DEBUG    ya.test:process.py:263 Command (pid 16564) wtime: 12.697
DEBUG    ya.test:process.py:275 Command (pid 16564) output:
Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     __tests__.base:base.py:27 Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/0036bf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7455
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/59gl/0036bf/r3tmp/kikimr_cluster_t2huh_l2
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/0036bf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8423
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7891
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29264
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32619
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/59gl/0036bf/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_8_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.8/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/59gl/0036bf/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/59gl/0036bf/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_8_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.8/cluster/node_1/logfile_n2kv332q.log --grpc-port=8423 --mon-port=7891 --ic-port=7455
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:8423/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/59gl/0036bf/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_8_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.8/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/59gl/0036bf/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/59gl/0036bf/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_8_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.8/cluster/node_1/logfile_n2kv332q.log --grpc-port=8423 --mon-port=7891 --ic-port=7455
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/59gl/0036bf/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/59gl/0036bf/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_8_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.8/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/59gl/0036bf/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_8_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.8/cluster/node_1/logfile_n2kv332q.log', '--grpc-port=8423', '--mon-port=7891', '--ic-port=7455')' in '/home/runner/.ya/build/build_root/59gl/0036bf/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_8_compression-COMPRESSION.=.zstd.,.COMPRESSION_LEVEL.=.8/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 17949
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:8423/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/0036bf/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 17953
DEBUG    ya.test:process.py:259 Command (pid 17953) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 17953) elapsed time (sec): 13.037173986434937
DEBUG    ya.test:process.py:263 Command (pid 17953) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 17953) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 17953) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 17953) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 17953) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 17953) maxrss: 485872
DEBUG    ya.test:process.py:263 Command (pid 17953) minflt: 45557
DEBUG    ya.test:process.py:263 Command (pid 17953) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 17953) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 17953) nivcsw: 901
DEBUG    ya.test:process.py:263 Command (pid 17953) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 17953) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 17953) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 17953) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 17953) stime: 6.670779
DEBUG    ya.test:process.py:263 Command (pid 17953) utime: 0.43340599999999996
DEBUG    ya.test:process.py:263 Command (pid 17953) wtime: 13.064
DEBUG    ya.test:process.py:275 Command (pid 17953) output:
Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/0036bf/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/59gl/0036bf/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8423', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 7455\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/0036bf/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8423', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 7455\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 25233
DEBUG    ya.test:process.py:259 Command (pid 25233) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 25233) elapsed time (sec): 12.175065279006958
DEBUG    ya.test:process.py:263 Command (pid 25233) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25233) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 25233) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25233) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25233) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 25233) maxrss: 619816
DEBUG    ya.test:process.py:263 Command (pid 25233) minflt: 52056
DEBUG    ya.test:process.py:263 Command (pid 25233) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 25233) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 25233) nivcsw: 1145
DEBUG    ya.test:process.py:263 Command (pid 25233) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 25233) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 25233) nvcsw: 657
DEBUG    ya.test:process.py:263 Command (pid 25233) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 25233) stime: 4.692588
DEBUG    ya.test:process.py:263 Command (pid 25233) utime: 0.536457
DEBUG    ya.test:process.py:263 Command (pid 25233) wtime: 12.194
DEBUG    ya.test:process.py:275 Command (pid 25233) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/0036bf/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/59gl/0036bf/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8423', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/0036bf/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8423', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 26656
DEBUG    ya.test:process.py:259 Command (pid 26656) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 26656) elapsed time (sec): 14.982576608657837
DEBUG    ya.test:process.py:263 Command (pid 26656) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 26656) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 26656) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 26656) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 26656) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 26656) maxrss: 619816
DEBUG    ya.test:process.py:263 Command (pid 26656) minflt: 53191
DEBUG    ya.test:process.py:263 Command (pid 26656) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 26656) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 26656) nivcsw: 1312
DEBUG    ya.test:process.py:263 Command (pid 26656) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 26656) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 26656) nvcsw: 710
DEBUG    ya.test:process.py:263 Command (pid 26656) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 26656) stime: 3.7231069999999997
DEBUG    ya.test:process.py:263 Command (pid 26656) utime: 0.572028
DEBUG    ya.test:process.py:263 Command (pid 26656) wtime: 15.001
DEBUG    ya.test:process.py:275 Command (pid 26656) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 8eec7940-7d7b-4318-bf86-e341778a7cc2, localhost:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8eec7940-7d7b-4318-bf86-e341778a7cc2, localhost:8423): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8eec7940-7d7b-4318-bf86-e341778a7cc2, localhost:8423): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pdu5anijtm.auto.internal" port: 8423 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-pdu5anijtm.auto.internal:8423, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8423
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, bb2bafc0-8c6f-486d-85ec-cf148814ad45, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bb2bafc0-8c6f-486d-85ec-cf148814ad45, ghrun-pdu5anijtm.auto.internal:8423): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bb2bafc0-8c6f-486d-85ec-cf148814ad45, ghrun-pdu5anijtm.auto.internal:8423): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, aa6b6280-7165-4196-b22a-e04bd75df7c2, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, aa6b6280-7165-4196-b22a-e04bd75df7c2, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, aa6b6280-7165-4196-b22a-e04bd75df7c2, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b57b852c-8ded-45c3-b91d-8a6f2c56edf7, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b57b852c-8ded-45c3-b91d-8a6f2c56edf7, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                CREATE TABLE `/Root/all_compression/all_supported_compression/off_compression` (\n                    value Uint64 NOT NULL,\n                    value1 Uint64,\n                    PRIMARY KEY(value),\n                    FAMILY default (COMPRESSION = \"off\")\n                )\n                WITH (STORE = COLUMN)\n                " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b57b852c-8ded-45c3-b91d-8a6f2c56edf7, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
INFO     __tests__.alter_compression:alter_compression.py:159 Table /Root/all_compression/all_supported_compression/off_compression created
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7fbe6b4c-2b75-46b3-8721-e24766cf338c, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7fbe6b4c-2b75-46b3-8721-e24766cf338c, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/off_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7fbe6b4c-2b75-46b3-8721-e24766cf338c, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4d652f99-b0cc-4252-90fa-05d31affb69f, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4d652f99-b0cc-4252-90fa-05d31affb69f, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 0;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4d652f99-b0cc-4252-90fa-05d31affb69f, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d968bb8e-6d79-4bd7-bbc4-3cb5fc0f6b0e, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d968bb8e-6d79-4bd7-bbc4-3cb5fc0f6b0e, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d968bb8e-6d79-4bd7-bbc4-3cb5fc0f6b0e, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 51f538be-d292-4bac-b358-7133f47f5499, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 51f538be-d292-4bac-b358-7133f47f5499, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 51f538be-d292-4bac-b358-7133f47f5499, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
INFO     __tests__.alter_compression:alter_compression.py:36 100000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 64}}, blobs: {'__DEFAULT': {'Portions': 64, 'BlobSize': 1618432, 'BlobCount': 128}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 78bceb2c-aa00-43cb-992d-a67f09a4c8bc, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 78bceb2c-aa00-43cb-992d-a67f09a4c8bc, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 100000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 78bceb2c-aa00-43cb-992d-a67f09a4c8bc, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 03640517-92a2-415b-a7e7-09317a4555ef, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 03640517-92a2-415b-a7e7-09317a4555ef, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 03640517-92a2-415b-a7e7-09317a4555ef, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8a91bff4-0d2a-4597-b957-adfc7e02a5da, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8a91bff4-0d2a-4597-b957-adfc7e02a5da, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8a91bff4-0d2a-4597-b957-adfc7e02a5da, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
INFO     __tests__.alter_compression:alter_compression.py:36 200000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 200000, 'Portions': 128}}, blobs: {'__DEFAULT': {'Portions': 128, 'BlobSize': 3236864, 'BlobCount': 256}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6579a16a-bb6b-4275-b4a4-c19eb5849187, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6579a16a-bb6b-4275-b4a4-c19eb5849187, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 200000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6579a16a-bb6b-4275-b4a4-c19eb5849187, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 39928e18-b0e4-4bcd-bed9-26db69d2867f, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 39928e18-b0e4-4bcd-bed9-26db69d2867f, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 39928e18-b0e4-4bcd-bed9-26db69d2867f, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ec6d714e-4ace-41d5-be5e-08a494b0db01, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ec6d714e-4ace-41d5-be5e-08a494b0db01, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ec6d714e-4ace-41d5-be5e-08a494b0db01, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
INFO     __tests__.alter_compression:alter_compression.py:36 300000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 300000, 'Portions': 192}}, blobs: {'__DEFAULT': {'Portions': 192, 'BlobSize': 4855296, 'BlobCount': 384}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, dd0ff879-63cd-4f19-aefa-629fa01fe81d, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dd0ff879-63cd-4f19-aefa-629fa01fe81d, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 300000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, dd0ff879-63cd-4f19-aefa-629fa01fe81d, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 54054b3f-ef4e-4389-9046-16c7d76f9cdd, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 54054b3f-ef4e-4389-9046-16c7d76f9cdd, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 54054b3f-ef4e-4389-9046-16c7d76f9cdd, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a3f60890-5a0e-45f4-af16-672a051f3a4c, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a3f60890-5a0e-45f4-af16-672a051f3a4c, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a3f60890-5a0e-45f4-af16-672a051f3a4c, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
INFO     __tests__.alter_compression:alter_compression.py:36 400000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 400000, 'Portions': 256}}, blobs: {'__DEFAULT': {'Portions': 256, 'BlobSize': 6473728, 'BlobCount': 512}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2f7456e0-83d1-4ff6-a289-dd15da875d97, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2f7456e0-83d1-4ff6-a289-dd15da875d97, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 400000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2f7456e0-83d1-4ff6-a289-dd15da875d97, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ed6e753c-33c3-440b-887d-f98013861ec3, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ed6e753c-33c3-440b-887d-f98013861ec3, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ed6e753c-33c3-440b-887d-f98013861ec3, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0058fb96-e7cc-461c-b07b-9957fad22392, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0058fb96-e7cc-461c-b07b-9957fad22392, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0058fb96-e7cc-461c-b07b-9957fad22392, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
INFO     __tests__.alter_compression:alter_compression.py:36 500000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 500000, 'Portions': 320}}, blobs: {'__DEFAULT': {'Portions': 320, 'BlobSize': 8092160, 'BlobCount': 640}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ceacdeac-2a4d-4457-9738-9cbaf52a3bbf, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ceacdeac-2a4d-4457-9738-9cbaf52a3bbf, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 500000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ceacdeac-2a4d-4457-9738-9cbaf52a3bbf, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7fe5bd45-49d3-4d36-ac36-95fa86b5f16b, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7fe5bd45-49d3-4d36-ac36-95fa86b5f16b, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7fe5bd45-49d3-4d36-ac36-95fa86b5f16b, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a6372767-7d7f-475f-83e9-640bc2c098b0, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a6372767-7d7f-475f-83e9-640bc2c098b0, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a6372767-7d7f-475f-83e9-640bc2c098b0, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
INFO     __tests__.alter_compression:alter_compression.py:36 600000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 600000, 'Portions': 384}}, blobs: {'__DEFAULT': {'Portions': 384, 'BlobSize': 9710592, 'BlobCount': 768}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 112e1f4b-eb32-4170-98d1-a4174ff947ba, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 112e1f4b-eb32-4170-98d1-a4174ff947ba, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 600000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 112e1f4b-eb32-4170-98d1-a4174ff947ba, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 93719e8d-f956-42f5-9547-dec49e416e56, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 93719e8d-f956-42f5-9547-dec49e416e56, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 93719e8d-f956-42f5-9547-dec49e416e56, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3e4895fb-433b-4c0d-8bc7-e144ea38a050, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3e4895fb-433b-4c0d-8bc7-e144ea38a050, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3e4895fb-433b-4c0d-8bc7-e144ea38a050, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
INFO     __tests__.alter_compression:alter_compression.py:36 700000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 700000, 'Portions': 448}}, blobs: {'__DEFAULT': {'Portions': 448, 'BlobSize': 11329024, 'BlobCount': 896}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 12f304a8-ce9a-4d18-916a-520c55d41918, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 12f304a8-ce9a-4d18-916a-520c55d41918, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 700000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 12f304a8-ce9a-4d18-916a-520c55d41918, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f68f4db8-07ff-478d-92e1-151984e8fc46, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f68f4db8-07ff-478d-92e1-151984e8fc46, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f68f4db8-07ff-478d-92e1-151984e8fc46, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b8d25b11-ffe7-4a6a-955e-6b59a752f0c6, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b8d25b11-ffe7-4a6a-955e-6b59a752f0c6, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b8d25b11-ffe7-4a6a-955e-6b59a752f0c6, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
INFO     __tests__.alter_compression:alter_compression.py:36 800000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 800000, 'Portions': 512}}, blobs: {'__DEFAULT': {'Portions': 512, 'BlobSize': 12947456, 'BlobCount': 1024}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 808a5999-cc62-481e-a0aa-a31f21c87fb2, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 808a5999-cc62-481e-a0aa-a31f21c87fb2, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 800000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 808a5999-cc62-481e-a0aa-a31f21c87fb2, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f336b9dc-f8d5-42bc-8f72-490b51348f0a, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f336b9dc-f8d5-42bc-8f72-490b51348f0a, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f336b9dc-f8d5-42bc-8f72-490b51348f0a, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 75442e15-4e7f-402b-9c05-5542267a876c, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 75442e15-4e7f-402b-9c05-5542267a876c, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 75442e15-4e7f-402b-9c05-5542267a876c, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
INFO     __tests__.alter_compression:alter_compression.py:36 900000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 900000, 'Portions': 576}}, blobs: {'__DEFAULT': {'Portions': 576, 'BlobSize': 14565888, 'BlobCount': 1152}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b9e909f0-f191-43d8-90f7-253bc6c2f80d, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b9e909f0-f191-43d8-90f7-253bc6c2f80d, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 900000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b9e909f0-f191-43d8-90f7-253bc6c2f80d, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bab501a5-5f38-4b9e-88bb-de5539c8936a, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bab501a5-5f38-4b9e-88bb-de5539c8936a, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bab501a5-5f38-4b9e-88bb-de5539c8936a, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9db83ba6-af1b-48c7-91f0-90adcc74ed57, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9db83ba6-af1b-48c7-91f0-90adcc74ed57, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9db83ba6-af1b-48c7-91f0-90adcc74ed57, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
INFO     __tests__.alter_compression:alter_compression.py:36 1000000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 1000000, 'Portions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 16184320, 'BlobCount': 1280}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1e4008da-2d71-47e4-84ec-d71bb5f3f3f9, ghrun-pdu5anijtm.auto.internal:8423): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1e4008da-2d71-47e4-84ec-d71bb5f3f3f9, ghrun-pdu5anijtm.auto.internal:8423): request = { session_id: "ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/off_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1e4008da-2d71-47e4-84ec-d71bb5f3f3f9, ghrun-pdu5anijtm.auto.internal:8423): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzdjNDc1YTQtMThjM2U3NGEtN2VlNWNhYTctZWE2M2U2Yjc=
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_9_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 9] _
ydb/tests/olap/column_family/compression/alter_compression.py:133: in setup_class
    cls.create_table_without_compression()
ydb/tests/olap/column_family/compression/alter_compression.py:161: in create_table_without_compression
    cls.upsert_and_wait_portions(table, cls.single_upsert_rows_count, cls.upsert_count)
ydb/tests/olap/column_family/compression/alter_compression.py:39: in upsert_and_wait_portions
    assert table.get_row_count() == current_num_rows
ydb/tests/olap/common/column_table_helper.py:16: in get_row_count
    result_set = self.ydb_client.query(f"SELECT COUNT(*) AS Rows FROM `{self.path}`")
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:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.BadRequest: message: "Table /Root/all_compression/all_supported_compression/off_compression (shard 72075186224037949) scan failed, reason: cannot build metadata/Snapshot too old: {1764261566000:max}. CS min read snapshot: {1764261567000:max}. now: 2025-11-27T16:39:32.066486Z" issue_code: 2017 severity: 1 (server_code: 400010)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_all_supported_compression[zstd_9_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 9]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
188.52s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_8_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 8]
0.18s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_9_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 9]
0.02s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_8_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 8]
0.01s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_9_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 9]
=========================== short test summary info ============================
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_8_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 8] - ydb.issues.BadRequest: message: "Table /Root/all_compression/all_supported_compression/off_compression (shard 72075186224037949) scan failed, reason: cannot build metadata/Snapshot too old: {1764261566000:max}. CS min read snapshot: {1764261567000:max}. now: 2025-11-27T16:39:32.066486Z" issue_code: 2017 severity: 1 (server_code: 400010)
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_9_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 9] - ydb.issues.BadRequest: message: "Table /Root/all_compression/all_supported_compression/off_compression (shard 72075186224037949) scan failed, reason: cannot build metadata/Snapshot too old: {1764261566000:max}. CS min read snapshot: {1764261567000:max}. now: 2025-11-27T16:39:32.066486Z" issue_code: 2017 severity: 1 (server_code: 400010)
======================== 2 errors in 212.10s (0:03:32) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/59gl/003638/ydb/tests/olap/column_family/compression/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 23 items

alter_compression.py F.

=================================== FAILURES ===================================
_ TestAllCompression.test_all_supported_compression[zstd_compression-COMPRESSION = "zstd"] _
ydb/tests/olap/column_family/compression/alter_compression.py:194: in test_all_supported_compression
    assert table.get_portion_stat_by_tier()['__DEFAULT']['Rows'] == expected_raw // 8
E   assert 1031430 == (8000000 // 8)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_all_supported_compression[zstd_compression-COMPRESSION = "zstd"]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/003638/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 16027
DEBUG    ya.test:process.py:259 Command (pid 16027) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 16027) elapsed time (sec): 13.325337648391724
DEBUG    ya.test:process.py:263 Command (pid 16027) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 16027) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 16027) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 16027) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 16027) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 16027) maxrss: 492364
DEBUG    ya.test:process.py:263 Command (pid 16027) minflt: 45721
DEBUG    ya.test:process.py:263 Command (pid 16027) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 16027) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 16027) nivcsw: 1229
DEBUG    ya.test:process.py:263 Command (pid 16027) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 16027) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 16027) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 16027) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 16027) stime: 4.79557
DEBUG    ya.test:process.py:263 Command (pid 16027) utime: 0.45879899999999996
DEBUG    ya.test:process.py:263 Command (pid 16027) wtime: 13.366
DEBUG    ya.test:process.py:275 Command (pid 16027) output:
Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     __tests__.base:base.py:27 Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/003638/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27743
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/59gl/003638/r3tmp/kikimr_cluster_lxz3rm7m
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/003638/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7619
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7726
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5403
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14638
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/59gl/003638/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_compression-COMPRESSION.=.zstd/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/59gl/003638/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/59gl/003638/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_compression-COMPRESSION.=.zstd/cluster/node_1/logfile_hd1wahcy.log --grpc-port=7619 --mon-port=7726 --ic-port=27743
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:7619/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/59gl/003638/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_compression-COMPRESSION.=.zstd/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/59gl/003638/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/59gl/003638/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_compression-COMPRESSION.=.zstd/cluster/node_1/logfile_hd1wahcy.log --grpc-port=7619 --mon-port=7726 --ic-port=27743
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/59gl/003638/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/59gl/003638/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_compression-COMPRESSION.=.zstd/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/59gl/003638/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_compression-COMPRESSION.=.zstd/cluster/node_1/logfile_hd1wahcy.log', '--grpc-port=7619', '--mon-port=7726', '--ic-port=27743')' in '/home/runner/.ya/build/build_root/59gl/003638/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/alter_compression.py.TestAllCompression.test_all_supported_compression.zstd_compression-COMPRESSION.=.zstd/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 17905
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:7619/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/003638/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 17917
DEBUG    ya.test:process.py:259 Command (pid 17917) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 17917) elapsed time (sec): 13.260188341140747
DEBUG    ya.test:process.py:263 Command (pid 17917) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 17917) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 17917) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 17917) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 17917) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 17917) maxrss: 496504
DEBUG    ya.test:process.py:263 Command (pid 17917) minflt: 45608
DEBUG    ya.test:process.py:263 Command (pid 17917) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 17917) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 17917) nivcsw: 1103
DEBUG    ya.test:process.py:263 Command (pid 17917) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 17917) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 17917) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 17917) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 17917) stime: 5.886527
DEBUG    ya.test:process.py:263 Command (pid 17917) utime: 0.388808
DEBUG    ya.test:process.py:263 Command (pid 17917) wtime: 13.286
DEBUG    ya.test:process.py:275 Command (pid 17917) output:
Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: bf3fde6216eec50804f472ace872adc0664e9353
    Branch: 
    Author: Oleg Doronin <dorooleg@yandex.ru>
    Summary: Merge e79cb165a1b74541de5630596a737dc3bb2cf85a into 2c055e8563c745c9e4a697fe7c5709682d537e9f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pdu5anijtm    Host information: 
        Linux ghrun-pdu5anijtm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/003638/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/59gl/003638/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:7619', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27743\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/003638/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:7619', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27743\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 23996
DEBUG    ya.test:process.py:259 Command (pid 23996) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 23996) elapsed time (sec): 8.059131145477295
DEBUG    ya.test:process.py:263 Command (pid 23996) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 23996) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 23996) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 23996) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 23996) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 23996) maxrss: 605452
DEBUG    ya.test:process.py:263 Command (pid 23996) minflt: 56206
DEBUG    ya.test:process.py:263 Command (pid 23996) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 23996) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 23996) nivcsw: 1137
DEBUG    ya.test:process.py:263 Command (pid 23996) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 23996) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 23996) nvcsw: 678
DEBUG    ya.test:process.py:263 Command (pid 23996) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 23996) stime: 4.100516
DEBUG    ya.test:process.py:263 Command (pid 23996) utime: 0.529307
DEBUG    ya.test:process.py:263 Command (pid 23996) wtime: 8.085
DEBUG    ya.test:process.py:275 Command (pid 23996) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/59gl/003638/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/59gl/003638/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:7619', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/59gl/003638/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:7619', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 25257
DEBUG    ya.test:process.py:259 Command (pid 25257) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 25257) elapsed time (sec): 11.564488649368286
DEBUG    ya.test:process.py:263 Command (pid 25257) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25257) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 25257) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25257) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25257) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 25257) maxrss: 605452
DEBUG    ya.test:process.py:263 Command (pid 25257) minflt: 55156
DEBUG    ya.test:process.py:263 Command (pid 25257) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 25257) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 25257) nivcsw: 1174
DEBUG    ya.test:process.py:263 Command (pid 25257) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 25257) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 25257) nvcsw: 331
DEBUG    ya.test:process.py:263 Command (pid 25257) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 25257) stime: 3.56157
DEBUG    ya.test:process.py:263 Command (pid 25257) utime: 0.6247469999999999
DEBUG    ya.test:process.py:263 Command (pid 25257) wtime: 11.581
DEBUG    ya.test:process.py:275 Command (pid 25257) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 415bcb47-ee28-46b3-a202-d1f311bdaccf, localhost:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 415bcb47-ee28-46b3-a202-d1f311bdaccf, localhost:7619): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 415bcb47-ee28-46b3-a202-d1f311bdaccf, localhost:7619): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pdu5anijtm.auto.internal" port: 7619 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-pdu5anijtm.auto.internal:7619, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:7619
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 48fe092b-37dc-41be-a7c3-38edbfabd5b8, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 48fe092b-37dc-41be-a7c3-38edbfabd5b8, ghrun-pdu5anijtm.auto.internal:7619): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 48fe092b-37dc-41be-a7c3-38edbfabd5b8, ghrun-pdu5anijtm.auto.internal:7619): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 5fda93eb-df50-4642-ac48-596c966bac6f, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 5fda93eb-df50-4642-ac48-596c966bac6f, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 5fda93eb-df50-4642-ac48-596c966bac6f, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9946faf6-07cd-4ca2-ad23-da21ad18f12f, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9946faf6-07cd-4ca2-ad23-da21ad18f12f, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                CREATE TABLE `/Root/all_compression/all_supported_compression/off_compression` (\n                    value Uint64 NOT NULL,\n                    value1 Uint64,\n                    PRIMARY KEY(value),\n                    FAMILY default (COMPRESSION = \"off\")\n                )\n                WITH (STORE = COLUMN)\n                " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9946faf6-07cd-4ca2-ad23-da21ad18f12f, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:159 Table /Root/all_compression/all_supported_compression/off_compression created
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8a551875-7266-4039-8bbf-f432ef4c2937, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8a551875-7266-4039-8bbf-f432ef4c2937, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/off_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8a551875-7266-4039-8bbf-f432ef4c2937, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 881e3ad1-bf7b-42ec-86f7-5bb90afd0746, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 881e3ad1-bf7b-42ec-86f7-5bb90afd0746, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 0;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 881e3ad1-bf7b-42ec-86f7-5bb90afd0746, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3003eb43-1e0f-4b5a-9614-500ca165937a, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3003eb43-1e0f-4b5a-9614-500ca165937a, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3003eb43-1e0f-4b5a-9614-500ca165937a, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a115f691-8961-46fd-848b-db7eecf0d627, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a115f691-8961-46fd-848b-db7eecf0d627, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a115f691-8961-46fd-848b-db7eecf0d627, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 100000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 64}}, blobs: {'__DEFAULT': {'Portions': 64, 'BlobSize': 1618432, 'BlobCount': 128}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f15780de-c9d1-4ae8-b231-b2ddd8c9b8f3, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f15780de-c9d1-4ae8-b231-b2ddd8c9b8f3, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 100000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f15780de-c9d1-4ae8-b231-b2ddd8c9b8f3, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 27c076d7-7cef-4a7f-b2dc-16bdada0f562, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 27c076d7-7cef-4a7f-b2dc-16bdada0f562, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 27c076d7-7cef-4a7f-b2dc-16bdada0f562, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c6df9573-c164-4b23-a8ae-5a25f4e387ed, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c6df9573-c164-4b23-a8ae-5a25f4e387ed, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c6df9573-c164-4b23-a8ae-5a25f4e387ed, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 200000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 200000, 'Portions': 128}}, blobs: {'__DEFAULT': {'Portions': 128, 'BlobSize': 3236864, 'BlobCount': 256}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1ca22625-3996-477e-abac-e63f4452b3ae, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1ca22625-3996-477e-abac-e63f4452b3ae, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 200000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1ca22625-3996-477e-abac-e63f4452b3ae, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7e682a1d-1c19-499f-832b-f3d1bd5dce13, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7e682a1d-1c19-499f-832b-f3d1bd5dce13, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7e682a1d-1c19-499f-832b-f3d1bd5dce13, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 79bc1df4-f5f6-4c9f-bd62-aff3d634c0a3, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 79bc1df4-f5f6-4c9f-bd62-aff3d634c0a3, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 79bc1df4-f5f6-4c9f-bd62-aff3d634c0a3, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 300000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 300000, 'Portions': 192}}, blobs: {'__DEFAULT': {'Portions': 192, 'BlobSize': 4855296, 'BlobCount': 384}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bc786209-2166-4f0a-867e-0420a6e2e8f4, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bc786209-2166-4f0a-867e-0420a6e2e8f4, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 300000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bc786209-2166-4f0a-867e-0420a6e2e8f4, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fcfa79df-e234-4a45-a2a5-89718f587f99, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fcfa79df-e234-4a45-a2a5-89718f587f99, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fcfa79df-e234-4a45-a2a5-89718f587f99, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4424ed19-f08b-4b60-977d-1e982ff72b43, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4424ed19-f08b-4b60-977d-1e982ff72b43, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4424ed19-f08b-4b60-977d-1e982ff72b43, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 400000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 400000, 'Portions': 256}}, blobs: {'__DEFAULT': {'Portions': 256, 'BlobSize': 6473728, 'BlobCount': 512}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5a91a43c-7bfa-43bd-9f64-259db7b44f0d, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5a91a43c-7bfa-43bd-9f64-259db7b44f0d, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 400000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5a91a43c-7bfa-43bd-9f64-259db7b44f0d, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 788811cc-d22e-4936-8c11-7c9b630fc27d, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 788811cc-d22e-4936-8c11-7c9b630fc27d, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 788811cc-d22e-4936-8c11-7c9b630fc27d, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 74dd2d0f-b2fb-4162-b342-b7a205469d15, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 74dd2d0f-b2fb-4162-b342-b7a205469d15, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 74dd2d0f-b2fb-4162-b342-b7a205469d15, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 500000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 500000, 'Portions': 320}}, blobs: {'__DEFAULT': {'Portions': 320, 'BlobSize': 8092160, 'BlobCount': 640}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5fbe0229-a914-4c84-8e2a-8a688a8a0649, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5fbe0229-a914-4c84-8e2a-8a688a8a0649, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 500000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5fbe0229-a914-4c84-8e2a-8a688a8a0649, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 40fcd7df-05b1-48ad-beac-d355dd44a13e, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 40fcd7df-05b1-48ad-beac-d355dd44a13e, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 40fcd7df-05b1-48ad-beac-d355dd44a13e, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2e651d90-a3a3-4e17-a321-c5211ac664e7, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2e651d90-a3a3-4e17-a321-c5211ac664e7, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2e651d90-a3a3-4e17-a321-c5211ac664e7, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 600000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 600000, 'Portions': 384}}, blobs: {'__DEFAULT': {'Portions': 384, 'BlobSize': 9710592, 'BlobCount': 768}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 07c10cba-ac47-427c-9b1f-c1cb3b2f7b01, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 07c10cba-ac47-427c-9b1f-c1cb3b2f7b01, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 600000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 07c10cba-ac47-427c-9b1f-c1cb3b2f7b01, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b6cc0e9a-ff19-46db-8afa-28ac6f55692e, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b6cc0e9a-ff19-46db-8afa-28ac6f55692e, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b6cc0e9a-ff19-46db-8afa-28ac6f55692e, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f679d7db-b390-4aa6-be67-e8a6b4c6e74d, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f679d7db-b390-4aa6-be67-e8a6b4c6e74d, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f679d7db-b390-4aa6-be67-e8a6b4c6e74d, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 700000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 700000, 'Portions': 448}}, blobs: {'__DEFAULT': {'Portions': 448, 'BlobSize': 11329024, 'BlobCount': 896}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 33e43494-6afb-4d5a-b514-95924d314451, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 33e43494-6afb-4d5a-b514-95924d314451, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 700000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 33e43494-6afb-4d5a-b514-95924d314451, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, dc541b67-4acc-407e-81b8-8bd639e7cb8f, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dc541b67-4acc-407e-81b8-8bd639e7cb8f, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, dc541b67-4acc-407e-81b8-8bd639e7cb8f, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f38cfd99-86e8-4092-b770-23d64f3d3a5e, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f38cfd99-86e8-4092-b770-23d64f3d3a5e, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f38cfd99-86e8-4092-b770-23d64f3d3a5e, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 800000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 800000, 'Portions': 512}}, blobs: {'__DEFAULT': {'Portions': 512, 'BlobSize': 12947456, 'BlobCount': 1024}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ead4acff-d2f2-4dab-85e4-22627f3a0ba9, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ead4acff-d2f2-4dab-85e4-22627f3a0ba9, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 800000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ead4acff-d2f2-4dab-85e4-22627f3a0ba9, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1928adad-afe3-413b-bac0-90c9f98eb16a, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1928adad-afe3-413b-bac0-90c9f98eb16a, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1928adad-afe3-413b-bac0-90c9f98eb16a, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4a5ffcb0-e754-4792-bdaf-897038e7acf1, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4a5ffcb0-e754-4792-bdaf-897038e7acf1, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4a5ffcb0-e754-4792-bdaf-897038e7acf1, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 900000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 900000, 'Portions': 576}}, blobs: {'__DEFAULT': {'Portions': 576, 'BlobSize': 14565888, 'BlobCount': 1152}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 66737d88-5733-49de-9c08-233fef88f29b, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 66737d88-5733-49de-9c08-233fef88f29b, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 900000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/off_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 66737d88-5733-49de-9c08-233fef88f29b, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3752394f-f899-4759-a37d-f51aacd824f1, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3752394f-f899-4759-a37d-f51aacd824f1, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3752394f-f899-4759-a37d-f51aacd824f1, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 511331d1-5c67-466f-be51-a5864aa836d4, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 511331d1-5c67-466f-be51-a5864aa836d4, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 511331d1-5c67-466f-be51-a5864aa836d4, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 1000000 rows in /Root/all_compression/all_supported_compression/off_compression. portions: {'__DEFAULT': {'Rows': 1000000, 'Portions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 16184320, 'BlobCount': 1280}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7bab8395-4b74-44f0-92f6-79d8213a7a4a, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7bab8395-4b74-44f0-92f6-79d8213a7a4a, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/off_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7bab8395-4b74-44f0-92f6-79d8213a7a4a, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5c5aa198-81e6-4fbf-9abe-69493ce706ea, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5c5aa198-81e6-4fbf-9abe-69493ce706ea, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5c5aa198-81e6-4fbf-9abe-69493ce706ea, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, afbc024f-ccad-422c-bf1a-c6346c43b619, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, afbc024f-ccad-422c-bf1a-c6346c43b619, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, afbc024f-ccad-422c-bf1a-c6346c43b619, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bef377f5-0292-4ba8-a296-1781b10494f5, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bef377f5-0292-4ba8-a296-1781b10494f5, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bef377f5-0292-4ba8-a296-1781b10494f5, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
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, 4730c966-39ea-4140-82e3-d4d6e20d4317, localhost:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4730c966-39ea-4140-82e3-d4d6e20d4317, localhost:7619): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4730c966-39ea-4140-82e3-d4d6e20d4317, localhost:7619): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pdu5anijtm.auto.internal" port: 7619 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-pdu5anijtm.auto.internal:7619, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:7619
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c63e6505-0619-4ed1-b828-c3e77adef10b, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c63e6505-0619-4ed1-b828-c3e77adef10b, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c63e6505-0619-4ed1-b828-c3e77adef10b, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 334a37a2-90ae-4fac-9c7c-6344bccec360, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 334a37a2-90ae-4fac-9c7c-6344bccec360, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 334a37a2-90ae-4fac-9c7c-6344bccec360, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5812333a-0b30-416d-9475-76de18a4123e, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5812333a-0b30-416d-9475-76de18a4123e, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5812333a-0b30-416d-9475-76de18a4123e, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0e1c0f5e-9b3e-421f-8f98-b25e138d24fd, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0e1c0f5e-9b3e-421f-8f98-b25e138d24fd, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0e1c0f5e-9b3e-421f-8f98-b25e138d24fd, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     root:column_table_helper.py:75 Table `/Root/all_compression/all_supported_compression/off_compression`, volumes `value` (8000000, 8009216)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e11777e2-1bd2-4171-ae8e-f761faee2625, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e11777e2-1bd2-4171-ae8e-f761faee2625, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e11777e2-1bd2-4171-ae8e-f761faee2625, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 99c8efa6-9efe-4cc2-b9ba-159d974015e7, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 99c8efa6-9efe-4cc2-b9ba-159d974015e7, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 99c8efa6-9efe-4cc2-b9ba-159d974015e7, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     root:column_table_helper.py:75 Table `/Root/all_compression/all_supported_compression/off_compression`, volumes `value` (8000000, 8009216)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1f5cf82b-07d6-4066-89ee-73c78d4d7773, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1f5cf82b-07d6-4066-89ee-73c78d4d7773, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/off_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1f5cf82b-07d6-4066-89ee-73c78d4d7773, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: alter_compression.py::TestAllCompression, test_name: test_all_supported_compression[zstd_compression-COMPRESSION = "zstd"])
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 333104d1-3900-4908-8379-66d8bde45a88, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 333104d1-3900-4908-8379-66d8bde45a88, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                CREATE TABLE `/Root/all_compression/all_supported_compression/zstd_compression` (\n                    value Uint64 NOT NULL,\n                    value1 Uint64,\n                    PRIMARY KEY(value),\n                    FAMILY default (COMPRESSION = \"zstd\")\n                )\n                WITH (STORE = COLUMN)\n                " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 333104d1-3900-4908-8379-66d8bde45a88, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:187 Table /Root/all_compression/all_supported_compression/zstd_compression created
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b005374c-de16-4184-84f1-9991e6e5f9f2, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b005374c-de16-4184-84f1-9991e6e5f9f2, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/zstd_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b005374c-de16-4184-84f1-9991e6e5f9f2, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cb2362b7-9d2d-4ab1-a9b5-b03974579b15, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cb2362b7-9d2d-4ab1-a9b5-b03974579b15, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 0;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, cb2362b7-9d2d-4ab1-a9b5-b03974579b15, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 826d6d7a-f0bb-488a-83bb-2695cbb4b3e3, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 826d6d7a-f0bb-488a-83bb-2695cbb4b3e3, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 826d6d7a-f0bb-488a-83bb-2695cbb4b3e3, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, edf8d018-9f16-4ae8-98af-23c523e16e1a, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, edf8d018-9f16-4ae8-98af-23c523e16e1a, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, edf8d018-9f16-4ae8-98af-23c523e16e1a, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 100000 rows in /Root/all_compression/all_supported_compression/zstd_compression. portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 64}}, blobs: {'__DEFAULT': {'Portions': 64, 'BlobSize': 318880, 'BlobCount': 128}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7d32dc5b-bc98-4f65-afd4-e19bd3751a7f, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7d32dc5b-bc98-4f65-afd4-e19bd3751a7f, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 100000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7d32dc5b-bc98-4f65-afd4-e19bd3751a7f, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 027333f0-af3d-4dd6-b806-6467b9609b69, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 027333f0-af3d-4dd6-b806-6467b9609b69, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 027333f0-af3d-4dd6-b806-6467b9609b69, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2b9e1311-489b-41eb-bdc0-cfc77e638075, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2b9e1311-489b-41eb-bdc0-cfc77e638075, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2b9e1311-489b-41eb-bdc0-cfc77e638075, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 200000 rows in /Root/all_compression/all_supported_compression/zstd_compression. portions: {'__DEFAULT': {'Rows': 200000, 'Portions': 128}}, blobs: {'__DEFAULT': {'Portions': 128, 'BlobSize': 638384, 'BlobCount': 256}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 67f7786d-f95c-4e3c-8616-c7160d28a50f, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 67f7786d-f95c-4e3c-8616-c7160d28a50f, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 200000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 67f7786d-f95c-4e3c-8616-c7160d28a50f, ghrun-pdu5anijtm.auto.internal:7619): 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, f75efbab-6442-48e2-9abf-bfc7bb3c373f, localhost:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f75efbab-6442-48e2-9abf-bfc7bb3c373f, localhost:7619): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f75efbab-6442-48e2-9abf-bfc7bb3c373f, localhost:7619): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pdu5anijtm.auto.internal" port: 7619 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-pdu5anijtm.auto.internal:7619, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:7619
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7a0106b4-0896-4686-969b-8ec177c75969, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7a0106b4-0896-4686-969b-8ec177c75969, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7a0106b4-0896-4686-969b-8ec177c75969, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e702f955-6b8a-4919-ac38-4c6a1c1358a9, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e702f955-6b8a-4919-ac38-4c6a1c1358a9, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e702f955-6b8a-4919-ac38-4c6a1c1358a9, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 300000 rows in /Root/all_compression/all_supported_compression/zstd_compression. portions: {'__DEFAULT': {'Rows': 300000, 'Portions': 192}}, blobs: {'__DEFAULT': {'Portions': 192, 'BlobSize': 957552, 'BlobCount': 384}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 95899400-cc0a-48cd-bf18-a694558211dd, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 95899400-cc0a-48cd-bf18-a694558211dd, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 300000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 95899400-cc0a-48cd-bf18-a694558211dd, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 606a3b20-e8bb-43bb-9917-2725b5bb34a5, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 606a3b20-e8bb-43bb-9917-2725b5bb34a5, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 606a3b20-e8bb-43bb-9917-2725b5bb34a5, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f250f484-eb72-4f10-b389-6ba11ba923ee, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f250f484-eb72-4f10-b389-6ba11ba923ee, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f250f484-eb72-4f10-b389-6ba11ba923ee, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 400000 rows in /Root/all_compression/all_supported_compression/zstd_compression. portions: {'__DEFAULT': {'Rows': 400000, 'Portions': 256}}, blobs: {'__DEFAULT': {'Portions': 256, 'BlobSize': 1277056, 'BlobCount': 512}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c7b9bc93-1668-4b88-8aff-6c597a9f7665, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c7b9bc93-1668-4b88-8aff-6c597a9f7665, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 400000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c7b9bc93-1668-4b88-8aff-6c597a9f7665, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 945e26ca-7903-4cbc-8bd8-934352b035f6, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 945e26ca-7903-4cbc-8bd8-934352b035f6, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 945e26ca-7903-4cbc-8bd8-934352b035f6, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a2aa9ae0-fa20-4373-bd01-f56dc343796c, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a2aa9ae0-fa20-4373-bd01-f56dc343796c, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a2aa9ae0-fa20-4373-bd01-f56dc343796c, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 500000 rows in /Root/all_compression/all_supported_compression/zstd_compression. portions: {'__DEFAULT': {'Rows': 500000, 'Portions': 320}}, blobs: {'__DEFAULT': {'Portions': 320, 'BlobSize': 1596256, 'BlobCount': 640}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bf131fb1-fccc-4ad3-99ad-2e5bacca68fe, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bf131fb1-fccc-4ad3-99ad-2e5bacca68fe, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 500000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bf131fb1-fccc-4ad3-99ad-2e5bacca68fe, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f401a814-8aba-4845-bcd8-aeeaeb86dc61, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f401a814-8aba-4845-bcd8-aeeaeb86dc61, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f401a814-8aba-4845-bcd8-aeeaeb86dc61, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f3e41e2e-e4dc-4654-a2a4-afc78e86a59c, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f3e41e2e-e4dc-4654-a2a4-afc78e86a59c, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f3e41e2e-e4dc-4654-a2a4-afc78e86a59c, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 600000 rows in /Root/all_compression/all_supported_compression/zstd_compression. portions: {'__DEFAULT': {'Rows': 600000, 'Portions': 384}}, blobs: {'__DEFAULT': {'Portions': 384, 'BlobSize': 1915600, 'BlobCount': 768}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, eb595897-8211-4b21-a88e-f9ad3f6db514, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, eb595897-8211-4b21-a88e-f9ad3f6db514, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 600000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, eb595897-8211-4b21-a88e-f9ad3f6db514, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e082a77c-c5be-403b-8725-662087b84b9d, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e082a77c-c5be-403b-8725-662087b84b9d, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e082a77c-c5be-403b-8725-662087b84b9d, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2d9a03b4-45b4-432b-90de-67a7c1a6ec1b, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2d9a03b4-45b4-432b-90de-67a7c1a6ec1b, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2d9a03b4-45b4-432b-90de-67a7c1a6ec1b, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 700000 rows in /Root/all_compression/all_supported_compression/zstd_compression. portions: {'__DEFAULT': {'Rows': 700000, 'Portions': 448}}, blobs: {'__DEFAULT': {'Portions': 448, 'BlobSize': 2234896, 'BlobCount': 896}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5bb8941d-aaf0-46ea-ae47-77ff5658cb4e, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5bb8941d-aaf0-46ea-ae47-77ff5658cb4e, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 700000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5bb8941d-aaf0-46ea-ae47-77ff5658cb4e, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6e1e706d-ab9a-4d49-b129-372529b73ac9, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6e1e706d-ab9a-4d49-b129-372529b73ac9, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6e1e706d-ab9a-4d49-b129-372529b73ac9, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6ea617f3-36b4-43a0-a1e9-f0df6ca4e9f7, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6ea617f3-36b4-43a0-a1e9-f0df6ca4e9f7, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6ea617f3-36b4-43a0-a1e9-f0df6ca4e9f7, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 800000 rows in /Root/all_compression/all_supported_compression/zstd_compression. portions: {'__DEFAULT': {'Rows': 800000, 'Portions': 512}}, blobs: {'__DEFAULT': {'Portions': 512, 'BlobSize': 2554464, 'BlobCount': 1024}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4b0e5b30-2595-409d-acb9-dd1e6d4c82fb, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4b0e5b30-2595-409d-acb9-dd1e6d4c82fb, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 800000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4b0e5b30-2595-409d-acb9-dd1e6d4c82fb, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8ec9f0d4-10e1-4794-9023-db625c2f54b4, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8ec9f0d4-10e1-4794-9023-db625c2f54b4, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8ec9f0d4-10e1-4794-9023-db625c2f54b4, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2ea79c2b-45f9-4031-b265-65a54d0dbe74, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2ea79c2b-45f9-4031-b265-65a54d0dbe74, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2ea79c2b-45f9-4031-b265-65a54d0dbe74, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 900000 rows in /Root/all_compression/all_supported_compression/zstd_compression. portions: {'__DEFAULT': {'Rows': 900000, 'Portions': 576}}, blobs: {'__DEFAULT': {'Portions': 576, 'BlobSize': 2873568, 'BlobCount': 1152}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 420c2ecb-e623-44e4-8323-af9514f4726d, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 420c2ecb-e623-44e4-8323-af9514f4726d, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                $row_count = 100000;\n                $prev_count = 900000;\n                $rows= ListMap(ListFromRange(0, $row_count), ($i) -> {\n                    return <|\n                        value: $i + $prev_count,\n                        value1: $i + $prev_count,\n                    |>;\n                });\n                UPSERT INTO `/Root/all_compression/all_supported_compression/zstd_compression`\n                SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 420c2ecb-e623-44e4-8323-af9514f4726d, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 224ccafa-4da6-4924-a493-0deaefbf1245, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 224ccafa-4da6-4924-a493-0deaefbf1245, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 224ccafa-4da6-4924-a493-0deaefbf1245, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 155bc2bb-1765-43c1-a25f-16db4f2afe46, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 155bc2bb-1765-43c1-a25f-16db4f2afe46, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 155bc2bb-1765-43c1-a25f-16db4f2afe46, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     __tests__.alter_compression:alter_compression.py:36 1000000 rows in /Root/all_compression/all_supported_compression/zstd_compression. portions: {'__DEFAULT': {'Rows': 1000000, 'Portions': 640}}, blobs: {'__DEFAULT': {'Portions': 640, 'BlobSize': 3193216, 'BlobCount': 1280}}
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 79895abb-fbe4-4a10-948a-d45cca09d7aa, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 79895abb-fbe4-4a10-948a-d45cca09d7aa, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) AS Rows FROM `/Root/all_compression/all_supported_compression/zstd_compression`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 79895abb-fbe4-4a10-948a-d45cca09d7aa, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f2e00a8d-6cb5-4744-a06a-d856bf3c5d2d, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f2e00a8d-6cb5-4744-a06a-d856bf3c5d2d, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f2e00a8d-6cb5-4744-a06a-d856bf3c5d2d, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 74f8ed39-4849-4562-afc4-f16c57e4c706, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 74f8ed39-4849-4562-afc4-f16c57e4c706, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 74f8ed39-4849-4562-afc4-f16c57e4c706, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7cbf3578-c7ea-4d7f-97b9-49508e1320c3, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7cbf3578-c7ea-4d7f-97b9-49508e1320c3, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7cbf3578-c7ea-4d7f-97b9-49508e1320c3, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6764c078-b940-4fb9-b493-76d900116480, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6764c078-b940-4fb9-b493-76d900116480, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_stats` WHERE Activity == 1 AND EntityName = \"value\"" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6764c078-b940-4fb9-b493-76d900116480, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
INFO     root:column_table_helper.py:75 Table `/Root/all_compression/all_supported_compression/zstd_compression`, volumes `value` (8000000, 1596608)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5dca4a0d-371e-4c2b-83f9-7f14b3b12f81, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5dca4a0d-371e-4c2b-83f9-7f14b3b12f81, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions from `/Root/all_compression/all_supported_compression/zstd_compression/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5dca4a0d-371e-4c2b-83f9-7f14b3b12f81, ghrun-pdu5anijtm.auto.internal:7619): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 8573cda9-bd16-402e-a5b3-f410add68f53, ghrun-pdu5anijtm.auto.internal:7619): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 8573cda9-bd16-402e-a5b3-f410add68f53, ghrun-pdu5anijtm.auto.internal:7619): request = { session_id: "ydb://session/3?node_id=1&id=Yzk5NmRkMzgtODZhNWZhYmQtOWU4NDgwNC03OWMzNjZjYw==" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 8573cda9-bd16-402e-a5b3-f410add68f53, ghrun-pdu5anijtm.auto.internal:7619): response = { status: SUCCESS }
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:7619
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pdu5anijtm.auto.internal:7619
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5fda93eb-df50-4642-ac48-596c966bac6f, ghrun-pdu5anijtm.auto.internal:7619): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:7619/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14638
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5403
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7726
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7619
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27743
============================== slowest durations ===============================
284.58s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_compression-COMPRESSION = "zstd"]
79.29s call     alter_compression.py::TestAlterCompression::test_availability_data
70.86s call     alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_compression-COMPRESSION = "zstd"]
17.10s teardown alter_compression.py::TestAlterCompression::test_availability_data
12.05s teardown alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_compression-COMPRESSION = "zstd"]
6.56s setup    alter_compression.py::TestAlterCompression::test_availability_data
=========================== short test summary info ============================
FAILED alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_compression-COMPRESSION = "zstd"] - assert 1031430 == (8000000 // 8)
=================== 1 failed, 1 passed in 473.72s (0:07:53) ====================
