============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b20/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py ..

============================== slowest durations ===============================
74.74s call     test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0_UNIQUE_SYNC-pk_types8-all_types8-index8-pgdate-UNIQUE-SYNC]
58.65s call     test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0__ASYNC-pk_types7-all_types7-index7-pgdate--ASYNC]
12.46s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0_UNIQUE_SYNC-pk_types8-all_types8-index8-pgdate-UNIQUE-SYNC]
12.05s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0__ASYNC-pk_types7-all_types7-index7-pgdate--ASYNC]
0.02s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0__ASYNC-pk_types7-all_types7-index7-pgdate--ASYNC]
0.01s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0_UNIQUE_SYNC-pk_types8-all_types8-index8-pgdate-UNIQUE-SYNC]
======================== 2 passed in 159.43s (0:02:39) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b37/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .F

=================================== FAILURES ===================================
_ TestPgTTL.test_ttl[table_pgint4_0_UNIQUE_SYNC-pk_types2-all_types2-index2-pgint4-UNIQUE-SYNC] _
ydb/tests/datashard/ttl/test_ttl.py:418: in test_ttl
    self.do_test_ttl(table_name, pk_types, all_types, index, ttl, unique, sync)
ydb/tests/datashard/ttl/test_ttl.py:64: in do_test_ttl
    self.select(table_name, pk_types, all_types, index, dml)
ydb/tests/datashard/ttl/test_ttl.py:127: in select
    self.create_select(table_name, pk_types, all_types, index, i, 0, dml)
ydb/tests/datashard/ttl/test_ttl.py:147: in create_select
    assert (
E   AssertionError: Expected 0 rows, error when deleting 5 lines, table table_pgint4_0_UNIQUE_SYNC
E   assert (1 == 1 and 1 == 0)
E    +  where 1 = len([{'count': 1}])
E    +  and   1 = {'count': 1}.count
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_ttl[table_pgint4_0_UNIQUE_SYNC-pk_types2-all_types2-index2-pgint4-UNIQUE-SYNC]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_ttl.py::TestPgTTL, test_name: test_ttl[table_pgint4_0_UNIQUE_SYNC-pk_types2-all_types2-index2-pgint4-UNIQUE-SYNC])
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8db15585-51eb-4c05-9eac-4efdd96b6818, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8db15585-51eb-4c05-9eac-4efdd96b6818, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n        CREATE TABLE `table_pgint4_0_UNIQUE_SYNC` (\n            pk_pgbool pgbool, pk_pgint2 pgint2, pk_pgint4 pgint4, pk_pgint8 pgint8, pk_pgnumeric pgnumeric, pk_pgbytea pgbytea, pk_pgtext pgtext, pk_pgvarchar pgvarchar, pk_pguuid pguuid, pk_pgdate pgdate, pk_pgtimestamp pgtimestamp, pk_pginterval pginterval, col_pgbool pgbool, col_pgint2 pgint2, col_pgint4 pgint4, col_pgint8 pgint8, col_pgnumeric pgnumeric, col_pgbytea pgbytea, col_pgtext pgtext, col_pgvarchar pgvarchar, col_pguuid pguuid, col_pgdate pgdate, col_pgtimestamp pgtimestamp, col_pginterval pginterval, col_pgfloat4 pgfloat4, col_pgfloat8 pgfloat8, col_pgjson pgjson, col_pgjsonb pgjsonb, col_index_pgint2 pgint2, col_index_pgint4 pgint4, col_index_pgint8 pgint8, col_index_pgnumeric pgnumeric, col_index_pgbytea pgbytea, col_index_pgtext pgtext, col_index_pgvarchar pgvarchar, col_index_pguuid pguuid, col_index_pgdate pgdate, col_index_pgtimestamp pgtimestamp, col_index_pginterval pginterval, ttl_pgint4 pgint4,\n            PRIMARY KEY(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval\n                )\n            , INDEX idx_col_index_pgint2 GLOBAL UNIQUE SYNC ON (col_index_pgint2), INDEX idx_col_index_pgint4 GLOBAL UNIQUE SYNC ON (col_index_pgint4), INDEX idx_col_index_pgint8 GLOBAL UNIQUE SYNC ON (col_index_pgint8), INDEX idx_col_index_pgnumeric GLOBAL UNIQUE SYNC ON (col_index_pgnumeric), INDEX idx_col_index_pgbytea GLOBAL UNIQUE SYNC ON (col_index_pgbytea), INDEX idx_col_index_pgtext GLOBAL UNIQUE SYNC ON (col_index_pgtext), INDEX idx_col_index_pgvarchar GLOBAL UNIQUE SYNC ON (col_index_pgvarchar), INDEX idx_col_index_pguuid GLOBAL UNIQUE SYNC ON (col_index_pguuid), INDEX idx_col_index_pgdate GLOBAL UNIQUE SYNC ON (col_index_pgdate), INDEX idx_col_index_pgtimestamp GLOBAL UNIQUE SYNC ON (col_index_pgtimestamp), INDEX idx_col_index_pginterval GLOBAL UNIQUE SYNC ON (col_index_pginterval)\n            )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8db15585-51eb-4c05-9eac-4efdd96b6818, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3c35c731-5a1a-462f-88b6-829f4b311c84, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3c35c731-5a1a-462f-88b6-829f4b311c84, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_pgint4_0_UNIQUE_SYNC SET ( TTL = \n         Interval(\"P18262D\") \n         ON ttl_pgint4 AS SECONDS )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3c35c731-5a1a-462f-88b6-829f4b311c84, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 20b53b89-4cc3-4cc7-abbd-c07719cacb73, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 20b53b89-4cc3-4cc7-abbd-c07719cacb73, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "ALTER TABLE `table_pgint4_0_UNIQUE_SYNC` RESET (TTL)" } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 20b53b89-4cc3-4cc7-abbd-c07719cacb73, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fd7d5f60-5d6b-4a6b-a1e5-dd7f8116899a, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fd7d5f60-5d6b-4a6b-a1e5-dd7f8116899a, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_pgint4_0_UNIQUE_SYNC SET ( TTL = \n         Interval(\"PT0S\") \n         ON ttl_pgint4 AS SECONDS )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fd7d5f60-5d6b-4a6b-a1e5-dd7f8116899a, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 47e83dbd-a083-4548-9cdd-f56d86991ab9, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 47e83dbd-a083-4548-9cdd-f56d86991ab9, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgint4_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, \n                ttl_pgint4\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'1\'), pgint4(\'1\'), pgint8(\'1\'), pgnumeric(\'1.123456\'), pgbytea(\'pgbytea 1\'), pgtext(\'pgtext 1\'), pgvarchar(\'pgvarchar 1\'), pguuid(\'30015678-e89b-12d3-a456-556642440000\'), pgdate(\'2001-01-01\'), pgtimestamp(\'2001-10-02 11:00:00\'), pginterval(\'01:21:01\'), \n                pgbool(\'t\'), pgint2(\'1\'), pgint4(\'1\'), pgint8(\'1\'), pgnumeric(\'1.123456\'), pgbytea(\'pgbytea 1\'), pgtext(\'pgtext 1\'), pgvarchar(\'pgvarchar 1\'), pguuid(\'30015678-e89b-12d3-a456-556642440000\'), pgdate(\'2001-01-01\'), pgtimestamp(\'2001-10-02 11:00:00\'), pginterval(\'01:21:01\'), pgfloat4(\'1.4\'), pgfloat8(\'1.6\'), pgjson(\'{\"another_key_pg\": 1}\'), pgjsonb(\'{\"another_doc_key_pg\": 1}\'), \n                pgint2(\'1\'), pgint4(\'1\'), pgint8(\'1\'), pgnumeric(\'1.123456\'), pgbytea(\'pgbytea 1\'), pgtext(\'pgtext 1\'), pgvarchar(\'pgvarchar 1\'), pguuid(\'30015678-e89b-12d3-a456-556642440000\'), pgdate(\'2001-01-01\'), pgtimestamp(\'2001-10-02 11:00:00\'), pginterval(\'01:21:01\'), \n                pgint4(\'1765916115\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 47e83dbd-a083-4548-9cdd-f56d86991ab9, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4a2a45fa-74db-46c6-a94f-29cd59d2a196, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4a2a45fa-74db-46c6-a94f-29cd59d2a196, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgint4_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, \n                ttl_pgint4\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'2\'), pgint4(\'2\'), pgint8(\'2\'), pgnumeric(\'2.123456\'), pgbytea(\'pgbytea 2\'), pgtext(\'pgtext 2\'), pgvarchar(\'pgvarchar 2\'), pguuid(\'30025678-e89b-12d3-a456-556642440000\'), pgdate(\'2002-01-01\'), pgtimestamp(\'2002-10-02 11:00:00\'), pginterval(\'02:21:01\'), \n                pgbool(\'t\'), pgint2(\'2\'), pgint4(\'2\'), pgint8(\'2\'), pgnumeric(\'2.123456\'), pgbytea(\'pgbytea 2\'), pgtext(\'pgtext 2\'), pgvarchar(\'pgvarchar 2\'), pguuid(\'30025678-e89b-12d3-a456-556642440000\'), pgdate(\'2002-01-01\'), pgtimestamp(\'2002-10-02 11:00:00\'), pginterval(\'02:21:01\'), pgfloat4(\'2.4\'), pgfloat8(\'2.6\'), pgjson(\'{\"another_key_pg\": 2}\'), pgjsonb(\'{\"another_doc_key_pg\": 2}\'), \n                pgint2(\'2\'), pgint4(\'2\'), pgint8(\'2\'), pgnumeric(\'2.123456\'), pgbytea(\'pgbytea 2\'), pgtext(\'pgtext 2\'), pgvarchar(\'pgvarchar 2\'), pguuid(\'30025678-e89b-12d3-a456-556642440000\'), pgdate(\'2002-01-01\'), pgtimestamp(\'2002-10-02 11:00:00\'), pginterval(\'02:21:01\'), \n                pgint4(\'1765916115\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4a2a45fa-74db-46c6-a94f-29cd59d2a196, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a36a64a7-38c4-4e68-b7e2-154d27535e56, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a36a64a7-38c4-4e68-b7e2-154d27535e56, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgint4_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, \n                ttl_pgint4\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'3\'), pgint4(\'3\'), pgint8(\'3\'), pgnumeric(\'3.123456\'), pgbytea(\'pgbytea 3\'), pgtext(\'pgtext 3\'), pgvarchar(\'pgvarchar 3\'), pguuid(\'30035678-e89b-12d3-a456-556642440000\'), pgdate(\'2003-01-01\'), pgtimestamp(\'2003-10-02 11:00:00\'), pginterval(\'03:21:01\'), \n                pgbool(\'t\'), pgint2(\'3\'), pgint4(\'3\'), pgint8(\'3\'), pgnumeric(\'3.123456\'), pgbytea(\'pgbytea 3\'), pgtext(\'pgtext 3\'), pgvarchar(\'pgvarchar 3\'), pguuid(\'30035678-e89b-12d3-a456-556642440000\'), pgdate(\'2003-01-01\'), pgtimestamp(\'2003-10-02 11:00:00\'), pginterval(\'03:21:01\'), pgfloat4(\'3.4\'), pgfloat8(\'3.6\'), pgjson(\'{\"another_key_pg\": 3}\'), pgjsonb(\'{\"another_doc_key_pg\": 3}\'), \n                pgint2(\'3\'), pgint4(\'3\'), pgint8(\'3\'), pgnumeric(\'3.123456\'), pgbytea(\'pgbytea 3\'), pgtext(\'pgtext 3\'), pgvarchar(\'pgvarchar 3\'), pguuid(\'30035678-e89b-12d3-a456-556642440000\'), pgdate(\'2003-01-01\'), pgtimestamp(\'2003-10-02 11:00:00\'), pginterval(\'03:21:01\'), \n                pgint4(\'1766520915\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a36a64a7-38c4-4e68-b7e2-154d27535e56, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 064c5a5d-9ff6-4056-bd96-35d3b3dfd936, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 064c5a5d-9ff6-4056-bd96-35d3b3dfd936, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgint4_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, \n                ttl_pgint4\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'4\'), pgint4(\'4\'), pgint8(\'4\'), pgnumeric(\'4.123456\'), pgbytea(\'pgbytea 4\'), pgtext(\'pgtext 4\'), pgvarchar(\'pgvarchar 4\'), pguuid(\'30045678-e89b-12d3-a456-556642440000\'), pgdate(\'2004-01-01\'), pgtimestamp(\'2004-10-02 11:00:00\'), pginterval(\'04:21:01\'), \n                pgbool(\'t\'), pgint2(\'4\'), pgint4(\'4\'), pgint8(\'4\'), pgnumeric(\'4.123456\'), pgbytea(\'pgbytea 4\'), pgtext(\'pgtext 4\'), pgvarchar(\'pgvarchar 4\'), pguuid(\'30045678-e89b-12d3-a456-556642440000\'), pgdate(\'2004-01-01\'), pgtimestamp(\'2004-10-02 11:00:00\'), pginterval(\'04:21:01\'), pgfloat4(\'4.4\'), pgfloat8(\'4.6\'), pgjson(\'{\"another_key_pg\": 4}\'), pgjsonb(\'{\"another_doc_key_pg\": 4}\'), \n                pgint2(\'4\'), pgint4(\'4\'), pgint8(\'4\'), pgnumeric(\'4.123456\'), pgbytea(\'pgbytea 4\'), pgtext(\'pgtext 4\'), pgvarchar(\'pgvarchar 4\'), pguuid(\'30045678-e89b-12d3-a456-556642440000\'), pgdate(\'2004-01-01\'), pgtimestamp(\'2004-10-02 11:00:00\'), pginterval(\'04:21:01\'), \n                pgint4(\'1766520915\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 064c5a5d-9ff6-4056-bd96-35d3b3dfd936, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 94dd365c-985c-4e97-94bb-7e319fe54f4b, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 94dd365c-985c-4e97-94bb-7e319fe54f4b, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgint4_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, \n                ttl_pgint4\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'5\'), pgint4(\'5\'), pgint8(\'5\'), pgnumeric(\'5.123456\'), pgbytea(\'pgbytea 5\'), pgtext(\'pgtext 5\'), pgvarchar(\'pgvarchar 5\'), pguuid(\'30055678-e89b-12d3-a456-556642440000\'), pgdate(\'2005-01-01\'), pgtimestamp(\'2005-10-02 11:00:00\'), pginterval(\'05:21:01\'), \n                pgbool(\'t\'), pgint2(\'5\'), pgint4(\'5\'), pgint8(\'5\'), pgnumeric(\'5.123456\'), pgbytea(\'pgbytea 5\'), pgtext(\'pgtext 5\'), pgvarchar(\'pgvarchar 5\'), pguuid(\'30055678-e89b-12d3-a456-556642440000\'), pgdate(\'2005-01-01\'), pgtimestamp(\'2005-10-02 11:00:00\'), pginterval(\'05:21:01\'), pgfloat4(\'5.4\'), pgfloat8(\'5.6\'), pgjson(\'{\"another_key_pg\": 5}\'), pgjsonb(\'{\"another_doc_key_pg\": 5}\'), \n                pgint2(\'5\'), pgint4(\'5\'), pgint8(\'5\'), pgnumeric(\'5.123456\'), pgbytea(\'pgbytea 5\'), pgtext(\'pgtext 5\'), pgvarchar(\'pgvarchar 5\'), pguuid(\'30055678-e89b-12d3-a456-556642440000\'), pgdate(\'2005-01-01\'), pgtimestamp(\'2005-10-02 11:00:00\'), pginterval(\'05:21:01\'), \n                pgint4(\'1766520920\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 94dd365c-985c-4e97-94bb-7e319fe54f4b, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 289babec-dce2-4b64-b4b5-983c918a387d, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 289babec-dce2-4b64-b4b5-983c918a387d, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgint4_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, \n                ttl_pgint4\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'6\'), pgint4(\'6\'), pgint8(\'6\'), pgnumeric(\'6.123456\'), pgbytea(\'pgbytea 6\'), pgtext(\'pgtext 6\'), pgvarchar(\'pgvarchar 6\'), pguuid(\'30065678-e89b-12d3-a456-556642440000\'), pgdate(\'2006-01-01\'), pgtimestamp(\'2006-10-02 11:00:00\'), pginterval(\'06:21:01\'), \n                pgbool(\'t\'), pgint2(\'6\'), pgint4(\'6\'), pgint8(\'6\'), pgnumeric(\'6.123456\'), pgbytea(\'pgbytea 6\'), pgtext(\'pgtext 6\'), pgvarchar(\'pgvarchar 6\'), pguuid(\'30065678-e89b-12d3-a456-556642440000\'), pgdate(\'2006-01-01\'), pgtimestamp(\'2006-10-02 11:00:00\'), pginterval(\'06:21:01\'), pgfloat4(\'6.4\'), pgfloat8(\'6.6\'), pgjson(\'{\"another_key_pg\": 6}\'), pgjsonb(\'{\"another_doc_key_pg\": 6}\'), \n                pgint2(\'6\'), pgint4(\'6\'), pgint8(\'6\'), pgnumeric(\'6.123456\'), pgbytea(\'pgbytea 6\'), pgtext(\'pgtext 6\'), pgvarchar(\'pgvarchar 6\'), pguuid(\'30065678-e89b-12d3-a456-556642440000\'), pgdate(\'2006-01-01\'), pgtimestamp(\'2006-10-02 11:00:00\'), pginterval(\'06:21:01\'), \n                pgint4(\'1766520920\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 289babec-dce2-4b64-b4b5-983c918a387d, ghrun-4t3ceq7ziy.auto.internal:13938): 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', 10000), ('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, 8c6ee320-5686-4e73-91c8-d63facbf9926, localhost:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8c6ee320-5686-4e73-91c8-d63facbf9926, localhost:13938): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8c6ee320-5686-4e73-91c8-d63facbf9926, localhost:13938): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4t3ceq7ziy.auto.internal" port: 13938 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-4t3ceq7ziy.auto.internal:13938, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13938
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5ea23a41-6236-4e5f-bc37-3bfab5392847, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5ea23a41-6236-4e5f-bc37-3bfab5392847, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgint4_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, \n                ttl_pgint4\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'7\'), pgint4(\'7\'), pgint8(\'7\'), pgnumeric(\'7.123456\'), pgbytea(\'pgbytea 7\'), pgtext(\'pgtext 7\'), pgvarchar(\'pgvarchar 7\'), pguuid(\'30075678-e89b-12d3-a456-556642440000\'), pgdate(\'2007-01-01\'), pgtimestamp(\'2007-10-02 11:00:00\'), pginterval(\'07:21:01\'), \n                pgbool(\'t\'), pgint2(\'7\'), pgint4(\'7\'), pgint8(\'7\'), pgnumeric(\'7.123456\'), pgbytea(\'pgbytea 7\'), pgtext(\'pgtext 7\'), pgvarchar(\'pgvarchar 7\'), pguuid(\'30075678-e89b-12d3-a456-556642440000\'), pgdate(\'2007-01-01\'), pgtimestamp(\'2007-10-02 11:00:00\'), pginterval(\'07:21:01\'), pgfloat4(\'7.4\'), pgfloat8(\'7.6\'), pgjson(\'{\"another_key_pg\": 7}\'), pgjsonb(\'{\"another_doc_key_pg\": 7}\'), \n                pgint2(\'7\'), pgint4(\'7\'), pgint8(\'7\'), pgnumeric(\'7.123456\'), pgbytea(\'pgbytea 7\'), pgtext(\'pgtext 7\'), pgvarchar(\'pgvarchar 7\'), pguuid(\'30075678-e89b-12d3-a456-556642440000\'), pgdate(\'2007-01-01\'), pgtimestamp(\'2007-10-02 11:00:00\'), pginterval(\'07:21:01\'), \n                pgint4(\'1767730515\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5ea23a41-6236-4e5f-bc37-3bfab5392847, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6ffbd575-a26b-4434-b72d-bbeb7db86bd2, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6ffbd575-a26b-4434-b72d-bbeb7db86bd2, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgint4_0_UNIQUE_SYNC(\n                pk_pgbool, pk_pgint2, pk_pgint4, pk_pgint8, pk_pgnumeric, pk_pgbytea, pk_pgtext, pk_pgvarchar, pk_pguuid, pk_pgdate, pk_pgtimestamp, pk_pginterval, \n                col_pgbool, col_pgint2, col_pgint4, col_pgint8, col_pgnumeric, col_pgbytea, col_pgtext, col_pgvarchar, col_pguuid, col_pgdate, col_pgtimestamp, col_pginterval, col_pgfloat4, col_pgfloat8, col_pgjson, col_pgjsonb, \n                col_index_pgint2, col_index_pgint4, col_index_pgint8, col_index_pgnumeric, col_index_pgbytea, col_index_pgtext, col_index_pgvarchar, col_index_pguuid, col_index_pgdate, col_index_pgtimestamp, col_index_pginterval, \n                ttl_pgint4\n            )\n            VALUES(\n                pgbool(\'t\'), pgint2(\'8\'), pgint4(\'8\'), pgint8(\'8\'), pgnumeric(\'8.123456\'), pgbytea(\'pgbytea 8\'), pgtext(\'pgtext 8\'), pgvarchar(\'pgvarchar 8\'), pguuid(\'30085678-e89b-12d3-a456-556642440000\'), pgdate(\'2008-01-01\'), pgtimestamp(\'2008-10-02 11:00:00\'), pginterval(\'08:21:01\'), \n                pgbool(\'t\'), pgint2(\'8\'), pgint4(\'8\'), pgint8(\'8\'), pgnumeric(\'8.123456\'), pgbytea(\'pgbytea 8\'), pgtext(\'pgtext 8\'), pgvarchar(\'pgvarchar 8\'), pguuid(\'30085678-e89b-12d3-a456-556642440000\'), pgdate(\'2008-01-01\'), pgtimestamp(\'2008-10-02 11:00:00\'), pginterval(\'08:21:01\'), pgfloat4(\'8.4\'), pgfloat8(\'8.6\'), pgjson(\'{\"another_key_pg\": 8}\'), pgjsonb(\'{\"another_doc_key_pg\": 8}\'), \n                pgint2(\'8\'), pgint4(\'8\'), pgint8(\'8\'), pgnumeric(\'8.123456\'), pgbytea(\'pgbytea 8\'), pgtext(\'pgtext 8\'), pgvarchar(\'pgvarchar 8\'), pguuid(\'30085678-e89b-12d3-a456-556642440000\'), pgdate(\'2008-01-01\'), pgtimestamp(\'2008-10-02 11:00:00\'), pginterval(\'08:21:01\'), \n                pgint4(\'1767730515\')\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6ffbd575-a26b-4434-b72d-bbeb7db86bd2, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3ad54df6-1da2-475a-b764-6e1795c2030c, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3ad54df6-1da2-475a-b764-6e1795c2030c, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'1\') and pk_pgint4=pgint4(\'1\') and pk_pgint8=pgint8(\'1\') and pk_pgnumeric=pgnumeric(\'1.123456\') and pk_pgbytea=pgbytea(\'pgbytea 1\') and pk_pgtext=pgtext(\'pgtext 1\') and pk_pgvarchar=pgvarchar(\'pgvarchar 1\') and pk_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2001-01-01\') and pk_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and pk_pginterval=pginterval(\'01:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'1\') and col_index_pgint4=pgint4(\'1\') and col_index_pgint8=pgint8(\'1\') and col_index_pgnumeric=pgnumeric(\'1.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 1\') and col_index_pgtext=pgtext(\'pgtext 1\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 1\') and col_index_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2001-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and col_index_pginterval=pginterval(\'01:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'1\') and col_pgint4=pgint4(\'1\') and col_pgint8=pgint8(\'1\') and col_pgnumeric=pgnumeric(\'1.123456\') and col_pgbytea=pgbytea(\'pgbytea 1\') and col_pgtext=pgtext(\'pgtext 1\') and col_pgvarchar=pgvarchar(\'pgvarchar 1\') and col_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2001-01-01\') and col_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and col_pginterval=pginterval(\'01:21:01\') and col_pgfloat4=pgfloat4(\'1.4\') and col_pgfloat8=pgfloat8(\'1.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3ad54df6-1da2-475a-b764-6e1795c2030c, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 741a6453-6677-4739-b3bb-8f317dea9b6b, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 741a6453-6677-4739-b3bb-8f317dea9b6b, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'1\') and pk_pgint4=pgint4(\'1\') and pk_pgint8=pgint8(\'1\') and pk_pgnumeric=pgnumeric(\'1.123456\') and pk_pgbytea=pgbytea(\'pgbytea 1\') and pk_pgtext=pgtext(\'pgtext 1\') and pk_pgvarchar=pgvarchar(\'pgvarchar 1\') and pk_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2001-01-01\') and pk_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and pk_pginterval=pginterval(\'01:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'1\') and col_index_pgint4=pgint4(\'1\') and col_index_pgint8=pgint8(\'1\') and col_index_pgnumeric=pgnumeric(\'1.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 1\') and col_index_pgtext=pgtext(\'pgtext 1\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 1\') and col_index_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2001-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and col_index_pginterval=pginterval(\'01:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'1\') and col_pgint4=pgint4(\'1\') and col_pgint8=pgint8(\'1\') and col_pgnumeric=pgnumeric(\'1.123456\') and col_pgbytea=pgbytea(\'pgbytea 1\') and col_pgtext=pgtext(\'pgtext 1\') and col_pgvarchar=pgvarchar(\'pgvarchar 1\') and col_pguuid=pguuid(\'30015678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2001-01-01\') and col_pgtimestamp=pgtimestamp(\'2001-10-02 11:00:00\') and col_pginterval=pginterval(\'01:21:01\') and col_pgfloat4=pgfloat4(\'1.4\') and col_pgfloat8=pgfloat8(\'1.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 741a6453-6677-4739-b3bb-8f317dea9b6b, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7afdccfb-8025-4d74-a116-e45431b4bea8, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7afdccfb-8025-4d74-a116-e45431b4bea8, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'2\') and pk_pgint4=pgint4(\'2\') and pk_pgint8=pgint8(\'2\') and pk_pgnumeric=pgnumeric(\'2.123456\') and pk_pgbytea=pgbytea(\'pgbytea 2\') and pk_pgtext=pgtext(\'pgtext 2\') and pk_pgvarchar=pgvarchar(\'pgvarchar 2\') and pk_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2002-01-01\') and pk_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and pk_pginterval=pginterval(\'02:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'2\') and col_index_pgint4=pgint4(\'2\') and col_index_pgint8=pgint8(\'2\') and col_index_pgnumeric=pgnumeric(\'2.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 2\') and col_index_pgtext=pgtext(\'pgtext 2\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 2\') and col_index_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2002-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and col_index_pginterval=pginterval(\'02:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'2\') and col_pgint4=pgint4(\'2\') and col_pgint8=pgint8(\'2\') and col_pgnumeric=pgnumeric(\'2.123456\') and col_pgbytea=pgbytea(\'pgbytea 2\') and col_pgtext=pgtext(\'pgtext 2\') and col_pgvarchar=pgvarchar(\'pgvarchar 2\') and col_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2002-01-01\') and col_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and col_pginterval=pginterval(\'02:21:01\') and col_pgfloat4=pgfloat4(\'2.4\') and col_pgfloat8=pgfloat8(\'2.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7afdccfb-8025-4d74-a116-e45431b4bea8, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3d56f79e-00e8-43e2-a911-6448a11dfff8, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3d56f79e-00e8-43e2-a911-6448a11dfff8, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'2\') and pk_pgint4=pgint4(\'2\') and pk_pgint8=pgint8(\'2\') and pk_pgnumeric=pgnumeric(\'2.123456\') and pk_pgbytea=pgbytea(\'pgbytea 2\') and pk_pgtext=pgtext(\'pgtext 2\') and pk_pgvarchar=pgvarchar(\'pgvarchar 2\') and pk_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2002-01-01\') and pk_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and pk_pginterval=pginterval(\'02:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'2\') and col_index_pgint4=pgint4(\'2\') and col_index_pgint8=pgint8(\'2\') and col_index_pgnumeric=pgnumeric(\'2.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 2\') and col_index_pgtext=pgtext(\'pgtext 2\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 2\') and col_index_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2002-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and col_index_pginterval=pginterval(\'02:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'2\') and col_pgint4=pgint4(\'2\') and col_pgint8=pgint8(\'2\') and col_pgnumeric=pgnumeric(\'2.123456\') and col_pgbytea=pgbytea(\'pgbytea 2\') and col_pgtext=pgtext(\'pgtext 2\') and col_pgvarchar=pgvarchar(\'pgvarchar 2\') and col_pguuid=pguuid(\'30025678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2002-01-01\') and col_pgtimestamp=pgtimestamp(\'2002-10-02 11:00:00\') and col_pginterval=pginterval(\'02:21:01\') and col_pgfloat4=pgfloat4(\'2.4\') and col_pgfloat8=pgfloat8(\'2.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3d56f79e-00e8-43e2-a911-6448a11dfff8, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 517810b7-9604-4985-9001-5b12f8721e6b, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 517810b7-9604-4985-9001-5b12f8721e6b, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'3\') and pk_pgint4=pgint4(\'3\') and pk_pgint8=pgint8(\'3\') and pk_pgnumeric=pgnumeric(\'3.123456\') and pk_pgbytea=pgbytea(\'pgbytea 3\') and pk_pgtext=pgtext(\'pgtext 3\') and pk_pgvarchar=pgvarchar(\'pgvarchar 3\') and pk_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2003-01-01\') and pk_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and pk_pginterval=pginterval(\'03:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'3\') and col_index_pgint4=pgint4(\'3\') and col_index_pgint8=pgint8(\'3\') and col_index_pgnumeric=pgnumeric(\'3.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 3\') and col_index_pgtext=pgtext(\'pgtext 3\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 3\') and col_index_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2003-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and col_index_pginterval=pginterval(\'03:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'3\') and col_pgint4=pgint4(\'3\') and col_pgint8=pgint8(\'3\') and col_pgnumeric=pgnumeric(\'3.123456\') and col_pgbytea=pgbytea(\'pgbytea 3\') and col_pgtext=pgtext(\'pgtext 3\') and col_pgvarchar=pgvarchar(\'pgvarchar 3\') and col_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2003-01-01\') and col_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and col_pginterval=pginterval(\'03:21:01\') and col_pgfloat4=pgfloat4(\'3.4\') and col_pgfloat8=pgfloat8(\'3.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 517810b7-9604-4985-9001-5b12f8721e6b, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 30a223b3-0f5c-45f6-9b9d-7ef45dc0aa34, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 30a223b3-0f5c-45f6-9b9d-7ef45dc0aa34, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'3\') and pk_pgint4=pgint4(\'3\') and pk_pgint8=pgint8(\'3\') and pk_pgnumeric=pgnumeric(\'3.123456\') and pk_pgbytea=pgbytea(\'pgbytea 3\') and pk_pgtext=pgtext(\'pgtext 3\') and pk_pgvarchar=pgvarchar(\'pgvarchar 3\') and pk_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2003-01-01\') and pk_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and pk_pginterval=pginterval(\'03:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'3\') and col_index_pgint4=pgint4(\'3\') and col_index_pgint8=pgint8(\'3\') and col_index_pgnumeric=pgnumeric(\'3.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 3\') and col_index_pgtext=pgtext(\'pgtext 3\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 3\') and col_index_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2003-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and col_index_pginterval=pginterval(\'03:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'3\') and col_pgint4=pgint4(\'3\') and col_pgint8=pgint8(\'3\') and col_pgnumeric=pgnumeric(\'3.123456\') and col_pgbytea=pgbytea(\'pgbytea 3\') and col_pgtext=pgtext(\'pgtext 3\') and col_pgvarchar=pgvarchar(\'pgvarchar 3\') and col_pguuid=pguuid(\'30035678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2003-01-01\') and col_pgtimestamp=pgtimestamp(\'2003-10-02 11:00:00\') and col_pginterval=pginterval(\'03:21:01\') and col_pgfloat4=pgfloat4(\'3.4\') and col_pgfloat8=pgfloat8(\'3.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 30a223b3-0f5c-45f6-9b9d-7ef45dc0aa34, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 10f3281a-d3c1-4013-8caa-d5ee0294c1d1, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 10f3281a-d3c1-4013-8caa-d5ee0294c1d1, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 10f3281a-d3c1-4013-8caa-d5ee0294c1d1, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 83321319-ad23-4123-a5fd-4715cea25723, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 83321319-ad23-4123-a5fd-4715cea25723, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'4\') and pk_pgint4=pgint4(\'4\') and pk_pgint8=pgint8(\'4\') and pk_pgnumeric=pgnumeric(\'4.123456\') and pk_pgbytea=pgbytea(\'pgbytea 4\') and pk_pgtext=pgtext(\'pgtext 4\') and pk_pgvarchar=pgvarchar(\'pgvarchar 4\') and pk_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2004-01-01\') and pk_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and pk_pginterval=pginterval(\'04:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'4\') and col_index_pgint4=pgint4(\'4\') and col_index_pgint8=pgint8(\'4\') and col_index_pgnumeric=pgnumeric(\'4.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 4\') and col_index_pgtext=pgtext(\'pgtext 4\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_index_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2004-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_index_pginterval=pginterval(\'04:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'4\') and col_pgint4=pgint4(\'4\') and col_pgint8=pgint8(\'4\') and col_pgnumeric=pgnumeric(\'4.123456\') and col_pgbytea=pgbytea(\'pgbytea 4\') and col_pgtext=pgtext(\'pgtext 4\') and col_pgvarchar=pgvarchar(\'pgvarchar 4\') and col_pguuid=pguuid(\'30045678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2004-01-01\') and col_pgtimestamp=pgtimestamp(\'2004-10-02 11:00:00\') and col_pginterval=pginterval(\'04:21:01\') and col_pgfloat4=pgfloat4(\'4.4\') and col_pgfloat8=pgfloat8(\'4.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 83321319-ad23-4123-a5fd-4715cea25723, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0e8ea53f-3fda-453b-b9be-0966150e0a31, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0e8ea53f-3fda-453b-b9be-0966150e0a31, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0e8ea53f-3fda-453b-b9be-0966150e0a31, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 091c8670-b149-42a7-aba2-a646ea48dbc3, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 091c8670-b149-42a7-aba2-a646ea48dbc3, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 091c8670-b149-42a7-aba2-a646ea48dbc3, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a73650c1-dd27-4c7d-86b5-9a053d44dea5, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a73650c1-dd27-4c7d-86b5-9a053d44dea5, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a73650c1-dd27-4c7d-86b5-9a053d44dea5, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b23f3126-603f-470e-9658-8b7b1e6a255a, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b23f3126-603f-470e-9658-8b7b1e6a255a, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b23f3126-603f-470e-9658-8b7b1e6a255a, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, dbe1f854-84b3-4a25-bc83-e5cc1e2434ba, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dbe1f854-84b3-4a25-bc83-e5cc1e2434ba, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, dbe1f854-84b3-4a25-bc83-e5cc1e2434ba, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b3b759e6-165d-4ce2-bad5-2db1d1bf86d8, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b3b759e6-165d-4ce2-bad5-2db1d1bf86d8, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b3b759e6-165d-4ce2-bad5-2db1d1bf86d8, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4daa795c-7fa0-45a3-af4f-6156efe5a2fa, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4daa795c-7fa0-45a3-af4f-6156efe5a2fa, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4daa795c-7fa0-45a3-af4f-6156efe5a2fa, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 72c54c9f-c907-43a1-beba-40c8a9fa935c, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 72c54c9f-c907-43a1-beba-40c8a9fa935c, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 72c54c9f-c907-43a1-beba-40c8a9fa935c, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 23059fdb-dd1d-49c8-83a4-9a912c06bb72, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 23059fdb-dd1d-49c8-83a4-9a912c06bb72, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 23059fdb-dd1d-49c8-83a4-9a912c06bb72, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6afb9519-9d42-455e-ab21-03335239398f, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6afb9519-9d42-455e-ab21-03335239398f, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6afb9519-9d42-455e-ab21-03335239398f, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 784e5ad4-fd86-47ab-ab0c-93b3210760a7, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 784e5ad4-fd86-47ab-ab0c-93b3210760a7, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 784e5ad4-fd86-47ab-ab0c-93b3210760a7, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 82d68931-a2bd-43c7-ad25-914fa7db22ce, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 82d68931-a2bd-43c7-ad25-914fa7db22ce, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 82d68931-a2bd-43c7-ad25-914fa7db22ce, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1b6702c0-f285-45aa-bb3e-42eaef1fbf9b, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1b6702c0-f285-45aa-bb3e-42eaef1fbf9b, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1b6702c0-f285-45aa-bb3e-42eaef1fbf9b, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3f0314ee-36de-4fb2-9937-d140f6eedede, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3f0314ee-36de-4fb2-9937-d140f6eedede, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3f0314ee-36de-4fb2-9937-d140f6eedede, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c34b459c-e219-49bc-b5cd-2c608dda1727, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c34b459c-e219-49bc-b5cd-2c608dda1727, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c34b459c-e219-49bc-b5cd-2c608dda1727, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
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', 10000), ('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, 5cfd976f-8ee6-4180-b765-5795ee53e573, localhost:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5cfd976f-8ee6-4180-b765-5795ee53e573, localhost:13938): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 5cfd976f-8ee6-4180-b765-5795ee53e573, localhost:13938): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4t3ceq7ziy.auto.internal" port: 13938 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-4t3ceq7ziy.auto.internal:13938, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13938
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2779276f-a44e-405b-8cb5-558223f2a2a5, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2779276f-a44e-405b-8cb5-558223f2a2a5, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2779276f-a44e-405b-8cb5-558223f2a2a5, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0e9de611-7045-424c-ace6-379541fbf5ee, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0e9de611-7045-424c-ace6-379541fbf5ee, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0e9de611-7045-424c-ace6-379541fbf5ee, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 95c396e8-2ca5-4915-9787-4539b11bfda1, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 95c396e8-2ca5-4915-9787-4539b11bfda1, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 95c396e8-2ca5-4915-9787-4539b11bfda1, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 654f2f4f-e6f8-4dce-8d64-c88a189fb749, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 654f2f4f-e6f8-4dce-8d64-c88a189fb749, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 654f2f4f-e6f8-4dce-8d64-c88a189fb749, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 13d25af7-64c8-40b3-bd21-c0ac5ed645f7, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 13d25af7-64c8-40b3-bd21-c0ac5ed645f7, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 13d25af7-64c8-40b3-bd21-c0ac5ed645f7, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, daf58154-8842-46f6-8c48-70dd8f49033a, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, daf58154-8842-46f6-8c48-70dd8f49033a, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, daf58154-8842-46f6-8c48-70dd8f49033a, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2fba114b-0382-4914-a9d4-3e8ea1631ce5, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2fba114b-0382-4914-a9d4-3e8ea1631ce5, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2fba114b-0382-4914-a9d4-3e8ea1631ce5, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3ac532aa-253a-412f-80bd-beec1589df1f, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3ac532aa-253a-412f-80bd-beec1589df1f, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3ac532aa-253a-412f-80bd-beec1589df1f, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b659777a-68d3-4a8f-8e14-6d0d8693cb60, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b659777a-68d3-4a8f-8e14-6d0d8693cb60, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b659777a-68d3-4a8f-8e14-6d0d8693cb60, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 626fa47e-1536-404a-abe3-6728974e3f39, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 626fa47e-1536-404a-abe3-6728974e3f39, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 626fa47e-1536-404a-abe3-6728974e3f39, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6dc3a289-f459-4074-9e72-817279c895d1, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6dc3a289-f459-4074-9e72-817279c895d1, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6dc3a289-f459-4074-9e72-817279c895d1, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 92394b4f-0369-4aa7-93ee-2ad2b5d74eb3, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 92394b4f-0369-4aa7-93ee-2ad2b5d74eb3, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 92394b4f-0369-4aa7-93ee-2ad2b5d74eb3, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 71c37980-d940-4588-997a-812ae5b7b889, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 71c37980-d940-4588-997a-812ae5b7b889, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 71c37980-d940-4588-997a-812ae5b7b889, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fc28d905-b84a-4acd-bb92-e4636437895d, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fc28d905-b84a-4acd-bb92-e4636437895d, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fc28d905-b84a-4acd-bb92-e4636437895d, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 09fdb00a-d047-4a9a-914a-96e1513bfb05, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 09fdb00a-d047-4a9a-914a-96e1513bfb05, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 09fdb00a-d047-4a9a-914a-96e1513bfb05, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
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', 10000), ('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, 4272a44b-c266-4ca3-8052-cd3e3b935a9d, localhost:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4272a44b-c266-4ca3-8052-cd3e3b935a9d, localhost:13938): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4272a44b-c266-4ca3-8052-cd3e3b935a9d, localhost:13938): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4t3ceq7ziy.auto.internal" port: 13938 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-4t3ceq7ziy.auto.internal:13938, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13938
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f4bb9437-2e19-424a-bde5-da817e50f13d, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f4bb9437-2e19-424a-bde5-da817e50f13d, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f4bb9437-2e19-424a-bde5-da817e50f13d, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 52a9e0fc-0b7f-4562-8e0d-99fb94c96065, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 52a9e0fc-0b7f-4562-8e0d-99fb94c96065, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 52a9e0fc-0b7f-4562-8e0d-99fb94c96065, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fa7036ab-7a56-4472-9e97-2389e7076fb5, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fa7036ab-7a56-4472-9e97-2389e7076fb5, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fa7036ab-7a56-4472-9e97-2389e7076fb5, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 89c9e92b-1039-4f8e-bc9a-2d4383fe2f9a, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 89c9e92b-1039-4f8e-bc9a-2d4383fe2f9a, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 89c9e92b-1039-4f8e-bc9a-2d4383fe2f9a, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 00993cf0-5a69-48f0-9077-56c08a080faf, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 00993cf0-5a69-48f0-9077-56c08a080faf, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 00993cf0-5a69-48f0-9077-56c08a080faf, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 923587e9-bad4-44f7-9bb7-064335f55a2f, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 923587e9-bad4-44f7-9bb7-064335f55a2f, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 923587e9-bad4-44f7-9bb7-064335f55a2f, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 73967e3f-81fb-465d-871c-7a3c4fc7ab26, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 73967e3f-81fb-465d-871c-7a3c4fc7ab26, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 73967e3f-81fb-465d-871c-7a3c4fc7ab26, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3e8c7c5f-e421-44aa-babb-cf7ede5c4e78, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3e8c7c5f-e421-44aa-babb-cf7ede5c4e78, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3e8c7c5f-e421-44aa-babb-cf7ede5c4e78, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e9cfbe8b-7e53-447e-8dc8-6be9a3e845f6, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e9cfbe8b-7e53-447e-8dc8-6be9a3e845f6, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e9cfbe8b-7e53-447e-8dc8-6be9a3e845f6, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f0441530-d9c8-433a-8438-ea26cc83552f, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f0441530-d9c8-433a-8438-ea26cc83552f, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f0441530-d9c8-433a-8438-ea26cc83552f, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c00654ee-901f-438d-8094-2e9cae2afb5b, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c00654ee-901f-438d-8094-2e9cae2afb5b, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c00654ee-901f-438d-8094-2e9cae2afb5b, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 32e6c81b-6959-4fbd-a79d-ef789f6294cd, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 32e6c81b-6959-4fbd-a79d-ef789f6294cd, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgint4_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'5\') and pk_pgint4=pgint4(\'5\') and pk_pgint8=pgint8(\'5\') and pk_pgnumeric=pgnumeric(\'5.123456\') and pk_pgbytea=pgbytea(\'pgbytea 5\') and pk_pgtext=pgtext(\'pgtext 5\') and pk_pgvarchar=pgvarchar(\'pgvarchar 5\') and pk_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2005-01-01\') and pk_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and pk_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_index_pgint2=pgint2(\'5\') and col_index_pgint4=pgint4(\'5\') and col_index_pgint8=pgint8(\'5\') and col_index_pgnumeric=pgnumeric(\'5.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 5\') and col_index_pgtext=pgtext(\'pgtext 5\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_index_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2005-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_index_pginterval=pginterval(\'05:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'5\') and col_pgint4=pgint4(\'5\') and col_pgint8=pgint8(\'5\') and col_pgnumeric=pgnumeric(\'5.123456\') and col_pgbytea=pgbytea(\'pgbytea 5\') and col_pgtext=pgtext(\'pgtext 5\') and col_pgvarchar=pgvarchar(\'pgvarchar 5\') and col_pguuid=pguuid(\'30055678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2005-01-01\') and col_pgtimestamp=pgtimestamp(\'2005-10-02 11:00:00\') and col_pginterval=pginterval(\'05:21:01\') and col_pgfloat4=pgfloat4(\'5.4\') and col_pgfloat8=pgfloat8(\'5.6\')\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 32e6c81b-6959-4fbd-a79d-ef789f6294cd, ghrun-4t3ceq7ziy.auto.internal:13938): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 1f02f07d-89e9-48aa-8018-ac2247140085, ghrun-4t3ceq7ziy.auto.internal:13938): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 1f02f07d-89e9-48aa-8018-ac2247140085, ghrun-4t3ceq7ziy.auto.internal:13938): request = { session_id: "ydb://session/3?node_id=1&id=NTU3YzJjYzItNDM0MDEyZTUtYTc4NTBjYTAtZWQwMmE5MjQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 1f02f07d-89e9-48aa-8018-ac2247140085, ghrun-4t3ceq7ziy.auto.internal:13938): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:681 Close topic client
DEBUG    ydb.topic:topic.py:684 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13938
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4t3ceq7ziy.auto.internal:13938
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:13938/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29704
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12411
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14702
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13938
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15574
============================== slowest durations ===============================
265.03s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0_UNIQUE_SYNC-pk_types2-all_types2-index2-pgint4-UNIQUE-SYNC]
81.47s call     test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0__SYNC-pk_types6-all_types6-index6-pgdate--SYNC]
17.04s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0_UNIQUE_SYNC-pk_types2-all_types2-index2-pgint4-UNIQUE-SYNC]
11.06s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0__SYNC-pk_types6-all_types6-index6-pgdate--SYNC]
0.02s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0_UNIQUE_SYNC-pk_types2-all_types2-index2-pgint4-UNIQUE-SYNC]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0_UNIQUE_SYNC-pk_types2-all_types2-index2-pgint4-UNIQUE-SYNC] - AssertionError: Expected 0 rows, error when deleting 5 lines, table table_pgint4_0_UNIQUE_SYNC
assert (1 == 1 and 1 == 0)
 +  where 1 = len([{'count': 1}])
 +  and   1 = {'count': 1}.count
=================== 1 failed, 1 passed in 377.15s (0:06:17) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b19/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py ..

============================== slowest durations ===============================
69.56s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0__ASYNC-pk_types1-all_types1-index1-pgint4--ASYNC]
62.32s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0__SYNC-pk_types0-all_types0-index0-pgint4--SYNC]
13.01s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0__ASYNC-pk_types1-all_types1-index1-pgint4--ASYNC]
12.03s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0__SYNC-pk_types0-all_types0-index0-pgint4--SYNC]
0.02s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0__SYNC-pk_types0-all_types0-index0-pgint4--SYNC]
0.01s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0__ASYNC-pk_types1-all_types1-index1-pgint4--ASYNC]
======================== 2 passed in 158.57s (0:02:38) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/0039d7/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py ..

============================== slowest durations ===============================
71.32s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0_UNIQUE_SYNC-pk_types5-all_types5-index5-pgint8-UNIQUE-SYNC]
62.94s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0__ASYNC-pk_types4-all_types4-index4-pgint8--ASYNC]
12.04s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0__ASYNC-pk_types4-all_types4-index4-pgint8--ASYNC]
6.46s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0_UNIQUE_SYNC-pk_types5-all_types5-index5-pgint8-UNIQUE-SYNC]
0.01s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0__ASYNC-pk_types4-all_types4-index4-pgint8--ASYNC]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 2 passed in 154.15s (0:02:34) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b1d/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py ..

============================== slowest durations ===============================
73.58s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0__SYNC-pk_types3-all_types3-index3-pgint8--SYNC]
59.18s call     test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0_UNIQUE_SYNC-pk_types11-all_types11-index11-pgtimestamp-UNIQUE-SYNC]
14.69s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0__SYNC-pk_types3-all_types3-index3-pgint8--SYNC]
7.02s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0_UNIQUE_SYNC-pk_types11-all_types11-index11-pgtimestamp-UNIQUE-SYNC]
0.01s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0_UNIQUE_SYNC-pk_types11-all_types11-index11-pgtimestamp-UNIQUE-SYNC]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 2 passed in 157.02s (0:02:37) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b24/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py ..

============================== slowest durations ===============================
76.17s call     test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__ASYNC-pk_types10-all_types10-index10-pgtimestamp--ASYNC]
55.16s call     test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__SYNC-pk_types9-all_types9-index9-pgtimestamp--SYNC]
12.05s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__SYNC-pk_types9-all_types9-index9-pgtimestamp--SYNC]
10.82s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__ASYNC-pk_types10-all_types10-index10-pgtimestamp--ASYNC]
0.02s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__SYNC-pk_types9-all_types9-index9-pgtimestamp--SYNC]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 2 passed in 155.67s (0:02:35) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b2d/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py ..

============================== slowest durations ===============================
116.75s call     test_ttl.py::TestTTL::test_ttl[table_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-UNIQUE-SYNC]
103.27s call     test_ttl.py::TestTTL::test_ttl[table_Date_0__ASYNC-pk_types31-all_types31-index31-Date--ASYNC]
12.03s teardown test_ttl.py::TestTTL::test_ttl[table_Date_0__ASYNC-pk_types31-all_types31-index31-Date--ASYNC]
11.11s setup    test_ttl.py::TestTTL::test_ttl[table_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-UNIQUE-SYNC]
0.01s setup    test_ttl.py::TestTTL::test_ttl[table_Date_0__ASYNC-pk_types31-all_types31-index31-Date--ASYNC]
0.01s teardown test_ttl.py::TestTTL::test_ttl[table_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-UNIQUE-SYNC]
======================== 2 passed in 244.88s (0:04:04) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b31/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py ..

============================== slowest durations ===============================
118.36s call     test_ttl.py::TestTTL::test_ttl[table_Date_1_UNIQUE_SYNC-pk_types35-all_types35-index35-Date-UNIQUE-SYNC]
114.94s call     test_ttl.py::TestTTL::test_ttl[table_Date_0__SYNC-pk_types30-all_types30-index30-Date--SYNC]
11.27s setup    test_ttl.py::TestTTL::test_ttl[table_Date_0__SYNC-pk_types30-all_types30-index30-Date--SYNC]
7.05s teardown test_ttl.py::TestTTL::test_ttl[table_Date_1_UNIQUE_SYNC-pk_types35-all_types35-index35-Date-UNIQUE-SYNC]
0.04s setup    test_ttl.py::TestTTL::test_ttl[table_Date_1_UNIQUE_SYNC-pk_types35-all_types35-index35-Date-UNIQUE-SYNC]
0.01s teardown test_ttl.py::TestTTL::test_ttl[table_Date_0__SYNC-pk_types30-all_types30-index30-Date--SYNC]
======================== 2 passed in 253.25s (0:04:13) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b0f/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py ..

============================== slowest durations ===============================
87.66s call     test_ttl.py::TestTTL::test_ttl[table_Date_1__ASYNC-pk_types34-all_types34-index34-Date--ASYNC]
78.89s call     test_ttl.py::TestTTL::test_ttl[table_Date_1__SYNC-pk_types33-all_types33-index33-Date--SYNC]
17.05s teardown test_ttl.py::TestTTL::test_ttl[table_Date_1__SYNC-pk_types33-all_types33-index33-Date--SYNC]
6.51s setup    test_ttl.py::TestTTL::test_ttl[table_Date_1__ASYNC-pk_types34-all_types34-index34-Date--ASYNC]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 2 passed in 191.17s (0:03:11) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003bc5/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py ..

============================== slowest durations ===============================
113.63s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_0_UNIQUE_SYNC-pk_types2-all_types2-index2-Datetime-UNIQUE-SYNC]
106.56s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_0__ASYNC-pk_types1-all_types1-index1-Datetime--ASYNC]
13.59s setup    test_ttl.py::TestTTL::test_ttl[table_Datetime_0_UNIQUE_SYNC-pk_types2-all_types2-index2-Datetime-UNIQUE-SYNC]
12.03s teardown test_ttl.py::TestTTL::test_ttl[table_Datetime_0__ASYNC-pk_types1-all_types1-index1-Datetime--ASYNC]
0.03s setup    test_ttl.py::TestTTL::test_ttl[table_Datetime_0__ASYNC-pk_types1-all_types1-index1-Datetime--ASYNC]
0.01s teardown test_ttl.py::TestTTL::test_ttl[table_Datetime_0_UNIQUE_SYNC-pk_types2-all_types2-index2-Datetime-UNIQUE-SYNC]
======================== 2 passed in 247.73s (0:04:07) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/0039a1/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .F

=================================== FAILURES ===================================
_ TestTTL.test_ttl[table_Datetime_1_UNIQUE_SYNC-pk_types5-all_types5-index5-Datetime-UNIQUE-SYNC] _
ydb/tests/datashard/ttl/test_ttl.py:355: in test_ttl
    self.do_test_ttl(table_name, pk_types, all_types, index, ttl, unique, sync)
ydb/tests/datashard/ttl/test_ttl.py:64: in do_test_ttl
    self.select(table_name, pk_types, all_types, index, dml)
ydb/tests/datashard/ttl/test_ttl.py:127: in select
    self.create_select(table_name, pk_types, all_types, index, i, 0, dml)
ydb/tests/datashard/ttl/test_ttl.py:147: in create_select
    assert (
E   AssertionError: Expected 0 rows, error when deleting 5 lines, table table_Datetime_1_UNIQUE_SYNC
E   assert (1 == 1 and 1 == 0)
E    +  where 1 = len([{'count': 1}])
E    +  and   1 = {'count': 1}.count
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_ttl[table_Datetime_1_UNIQUE_SYNC-pk_types5-all_types5-index5-Datetime-UNIQUE-SYNC]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_ttl.py::TestTTL, test_name: test_ttl[table_Datetime_1_UNIQUE_SYNC-pk_types5-all_types5-index5-Datetime-UNIQUE-SYNC])
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7e95ee08-1ee2-406c-8851-22853a2cf82b, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7e95ee08-1ee2-406c-8851-22853a2cf82b, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n        CREATE TABLE `table_Datetime_1_UNIQUE_SYNC` (\n            pk_Int64 Int64, pk_Uint64 Uint64, pk_Int32 Int32, pk_Uint32 Uint32, pk_Int16 Int16, pk_Uint16 Uint16, pk_Int8 Int8, pk_Uint8 Uint8, pk_Bool Bool, pk_Decimal150 Decimal(15,0), pk_Decimal229 Decimal(22,9), pk_Decimal3510 Decimal(35,10), pk_DyNumber DyNumber, pk_String String, pk_Utf8 Utf8, pk_UUID UUID, pk_Date Date, pk_Datetime Datetime, pk_Timestamp Timestamp, pk_Interval Interval, pk_Date32 Date32, pk_Datetime64 Datetime64, pk_Timestamp64 Timestamp64, pk_Interval64 Interval64, col_Int64 Int64, col_Uint64 Uint64, col_Int32 Int32, col_Uint32 Uint32, col_Int16 Int16, col_Uint16 Uint16, col_Int8 Int8, col_Uint8 Uint8, col_Bool Bool, col_Decimal150 Decimal(15,0), col_Decimal229 Decimal(22,9), col_Decimal3510 Decimal(35,10), col_DyNumber DyNumber, col_String String, col_Utf8 Utf8, col_UUID UUID, col_Date Date, col_Datetime Datetime, col_Timestamp Timestamp, col_Interval Interval, col_Date32 Date32, col_Datetime64 Datetime64, col_Timestamp64 Timestamp64, col_Interval64 Interval64, col_Float Float, col_Double Double, col_Json Json, col_JsonDocument JsonDocument, col_Yson Yson, col_index_DyNumber DyNumber, col_index_String String, col_index_Utf8 Utf8, col_index_UUID UUID, col_index_Date Date, col_index_Datetime Datetime, col_index_Timestamp Timestamp, col_index_Interval Interval, col_index_Date32 Date32, col_index_Datetime64 Datetime64, col_index_Timestamp64 Timestamp64, col_index_Interval64 Interval64, ttl_Datetime Datetime,\n            PRIMARY KEY(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64\n                )\n            , INDEX idx_col_index_DyNumber GLOBAL UNIQUE SYNC ON (col_index_DyNumber), INDEX idx_col_index_String GLOBAL UNIQUE SYNC ON (col_index_String), INDEX idx_col_index_Utf8 GLOBAL UNIQUE SYNC ON (col_index_Utf8), INDEX idx_col_index_UUID GLOBAL UNIQUE SYNC ON (col_index_UUID), INDEX idx_col_index_Date GLOBAL UNIQUE SYNC ON (col_index_Date), INDEX idx_col_index_Datetime GLOBAL UNIQUE SYNC ON (col_index_Datetime), INDEX idx_col_index_Timestamp GLOBAL UNIQUE SYNC ON (col_index_Timestamp), INDEX idx_col_index_Interval GLOBAL UNIQUE SYNC ON (col_index_Interval), INDEX idx_col_index_Date32 GLOBAL UNIQUE SYNC ON (col_index_Date32), INDEX idx_col_index_Datetime64 GLOBAL UNIQUE SYNC ON (col_index_Datetime64), INDEX idx_col_index_Timestamp64 GLOBAL UNIQUE SYNC ON (col_index_Timestamp64), INDEX idx_col_index_Interval64 GLOBAL UNIQUE SYNC ON (col_index_Interval64)\n            )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7e95ee08-1ee2-406c-8851-22853a2cf82b, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f810aeb2-98b9-40bd-8a91-41c74cf32ef0, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f810aeb2-98b9-40bd-8a91-41c74cf32ef0, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_Datetime_1_UNIQUE_SYNC SET ( TTL = \n         Interval(\"P18262D\") \n         ON ttl_Datetime  )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f810aeb2-98b9-40bd-8a91-41c74cf32ef0, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b46cbae1-7b0c-4ac0-9926-be14f21694d5, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b46cbae1-7b0c-4ac0-9926-be14f21694d5, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "ALTER TABLE `table_Datetime_1_UNIQUE_SYNC` RESET (TTL)" } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b46cbae1-7b0c-4ac0-9926-be14f21694d5, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 96e6354e-65f3-4c2e-bcde-835640307db0, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 96e6354e-65f3-4c2e-bcde-835640307db0, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_Datetime_1_UNIQUE_SYNC SET ( TTL = \n         Interval(\"PT0S\") \n         ON ttl_Datetime  )\n    " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 96e6354e-65f3-4c2e-bcde-835640307db0, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 46a0dad5-680c-43e5-a35a-dda7966ab1de, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 46a0dad5-680c-43e5-a35a-dda7966ab1de, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(1 AS Int64), CAST(1 AS Uint64), CAST(1 AS Int32), CAST(1 AS Uint32), CAST(1 AS Int16), CAST(1 AS Uint16), CAST(1 AS Int8), CAST(1 AS Uint8), CAST(True AS Bool), CAST(\'1\' AS Decimal(15,0)), CAST(\'1.123\' AS Decimal(22,9)), CAST(\'1.123456\' AS Decimal(35,10)), CAST(\'10.0\' AS DyNumber), \'String 1\', \'Utf8 1\', CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2001-01-01\' AS Date), CAST(\'2001-10-02T11:00:00Z\' AS Datetime), CAST(1696200100000000 AS Timestamp), CAST(1 AS Interval), CAST(\'2001-01-01\' AS Date32), CAST(\'2001-10-02T11:00:00Z\' AS Datetime64), CAST(1696200100000000 AS Timestamp64), CAST(1 AS Interval64), \n                CAST(1 AS Int64), CAST(1 AS Uint64), CAST(1 AS Int32), CAST(1 AS Uint32), CAST(1 AS Int16), CAST(1 AS Uint16), CAST(1 AS Int8), CAST(1 AS Uint8), CAST(True AS Bool), CAST(\'1\' AS Decimal(15,0)), CAST(\'1.123\' AS Decimal(22,9)), CAST(\'1.123456\' AS Decimal(35,10)), CAST(\'10.0\' AS DyNumber), \'String 1\', \'Utf8 1\', CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2001-01-01\' AS Date), CAST(\'2001-10-02T11:00:00Z\' AS Datetime), CAST(1696200100000000 AS Timestamp), CAST(1 AS Interval), CAST(\'2001-01-01\' AS Date32), CAST(\'2001-10-02T11:00:00Z\' AS Datetime64), CAST(1696200100000000 AS Timestamp64), CAST(1 AS Interval64), CAST(1.1 AS Float), CAST(1.2 AS Double), CAST(\'{\"another_key\": 1}\' AS Json), CAST(\'{\"another_doc_key\": 1}\' AS JsonDocument), CAST(\'[1]\' AS Yson), \n                CAST(\'10.0\' AS DyNumber), \'String 1\', \'Utf8 1\', CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2001-01-01\' AS Date), CAST(\'2001-10-02T11:00:00Z\' AS Datetime), CAST(1696200100000000 AS Timestamp), CAST(1 AS Interval), CAST(\'2001-01-01\' AS Date32), CAST(\'2001-10-02T11:00:00Z\' AS Datetime64), CAST(1696200100000000 AS Timestamp64), CAST(1 AS Interval64), \n                CAST(\'2025-12-16T20:43:23Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 46a0dad5-680c-43e5-a35a-dda7966ab1de, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, aa0671a9-2704-46af-83e0-94cc4a2e40b3, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, aa0671a9-2704-46af-83e0-94cc4a2e40b3, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(2 AS Int64), CAST(2 AS Uint64), CAST(2 AS Int32), CAST(2 AS Uint32), CAST(2 AS Int16), CAST(2 AS Uint16), CAST(2 AS Int8), CAST(2 AS Uint8), CAST(True AS Bool), CAST(\'2\' AS Decimal(15,0)), CAST(\'2.123\' AS Decimal(22,9)), CAST(\'2.123456\' AS Decimal(35,10)), CAST(\'20.0\' AS DyNumber), \'String 2\', \'Utf8 2\', CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2002-01-01\' AS Date), CAST(\'2002-10-02T11:00:00Z\' AS Datetime), CAST(1696200200000000 AS Timestamp), CAST(2 AS Interval), CAST(\'2002-01-01\' AS Date32), CAST(\'2002-10-02T11:00:00Z\' AS Datetime64), CAST(1696200200000000 AS Timestamp64), CAST(2 AS Interval64), \n                CAST(2 AS Int64), CAST(2 AS Uint64), CAST(2 AS Int32), CAST(2 AS Uint32), CAST(2 AS Int16), CAST(2 AS Uint16), CAST(2 AS Int8), CAST(2 AS Uint8), CAST(True AS Bool), CAST(\'2\' AS Decimal(15,0)), CAST(\'2.123\' AS Decimal(22,9)), CAST(\'2.123456\' AS Decimal(35,10)), CAST(\'20.0\' AS DyNumber), \'String 2\', \'Utf8 2\', CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2002-01-01\' AS Date), CAST(\'2002-10-02T11:00:00Z\' AS Datetime), CAST(1696200200000000 AS Timestamp), CAST(2 AS Interval), CAST(\'2002-01-01\' AS Date32), CAST(\'2002-10-02T11:00:00Z\' AS Datetime64), CAST(1696200200000000 AS Timestamp64), CAST(2 AS Interval64), CAST(2.1 AS Float), CAST(2.2 AS Double), CAST(\'{\"another_key\": 2}\' AS Json), CAST(\'{\"another_doc_key\": 2}\' AS JsonDocument), CAST(\'[2]\' AS Yson), \n                CAST(\'20.0\' AS DyNumber), \'String 2\', \'Utf8 2\', CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2002-01-01\' AS Date), CAST(\'2002-10-02T11:00:00Z\' AS Datetime), CAST(1696200200000000 AS Timestamp), CAST(2 AS Interval), CAST(\'2002-01-01\' AS Date32), CAST(\'2002-10-02T11:00:00Z\' AS Datetime64), CAST(1696200200000000 AS Timestamp64), CAST(2 AS Interval64), \n                CAST(\'2025-12-16T20:43:23Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, aa0671a9-2704-46af-83e0-94cc4a2e40b3, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4dade0f8-4d3d-41ad-bac7-f81a02925e14, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4dade0f8-4d3d-41ad-bac7-f81a02925e14, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(3 AS Int64), CAST(3 AS Uint64), CAST(3 AS Int32), CAST(3 AS Uint32), CAST(3 AS Int16), CAST(3 AS Uint16), CAST(3 AS Int8), CAST(3 AS Uint8), CAST(True AS Bool), CAST(\'3\' AS Decimal(15,0)), CAST(\'3.123\' AS Decimal(22,9)), CAST(\'3.123456\' AS Decimal(35,10)), CAST(\'30.0\' AS DyNumber), \'String 3\', \'Utf8 3\', CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2003-01-01\' AS Date), CAST(\'2003-10-02T11:00:00Z\' AS Datetime), CAST(1696200300000000 AS Timestamp), CAST(3 AS Interval), CAST(\'2003-01-01\' AS Date32), CAST(\'2003-10-02T11:00:00Z\' AS Datetime64), CAST(1696200300000000 AS Timestamp64), CAST(3 AS Interval64), \n                CAST(3 AS Int64), CAST(3 AS Uint64), CAST(3 AS Int32), CAST(3 AS Uint32), CAST(3 AS Int16), CAST(3 AS Uint16), CAST(3 AS Int8), CAST(3 AS Uint8), CAST(True AS Bool), CAST(\'3\' AS Decimal(15,0)), CAST(\'3.123\' AS Decimal(22,9)), CAST(\'3.123456\' AS Decimal(35,10)), CAST(\'30.0\' AS DyNumber), \'String 3\', \'Utf8 3\', CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2003-01-01\' AS Date), CAST(\'2003-10-02T11:00:00Z\' AS Datetime), CAST(1696200300000000 AS Timestamp), CAST(3 AS Interval), CAST(\'2003-01-01\' AS Date32), CAST(\'2003-10-02T11:00:00Z\' AS Datetime64), CAST(1696200300000000 AS Timestamp64), CAST(3 AS Interval64), CAST(3.1 AS Float), CAST(3.2 AS Double), CAST(\'{\"another_key\": 3}\' AS Json), CAST(\'{\"another_doc_key\": 3}\' AS JsonDocument), CAST(\'[3]\' AS Yson), \n                CAST(\'30.0\' AS DyNumber), \'String 3\', \'Utf8 3\', CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2003-01-01\' AS Date), CAST(\'2003-10-02T11:00:00Z\' AS Datetime), CAST(1696200300000000 AS Timestamp), CAST(3 AS Interval), CAST(\'2003-01-01\' AS Date32), CAST(\'2003-10-02T11:00:00Z\' AS Datetime64), CAST(1696200300000000 AS Timestamp64), CAST(3 AS Interval64), \n                CAST(\'2025-12-23T20:43:23Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4dade0f8-4d3d-41ad-bac7-f81a02925e14, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c921a74f-ebb9-47b3-b6f8-b3c8fda26b0b, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c921a74f-ebb9-47b3-b6f8-b3c8fda26b0b, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(4 AS Int64), CAST(4 AS Uint64), CAST(4 AS Int32), CAST(4 AS Uint32), CAST(4 AS Int16), CAST(4 AS Uint16), CAST(4 AS Int8), CAST(4 AS Uint8), CAST(True AS Bool), CAST(\'4\' AS Decimal(15,0)), CAST(\'4.123\' AS Decimal(22,9)), CAST(\'4.123456\' AS Decimal(35,10)), CAST(\'40.0\' AS DyNumber), \'String 4\', \'Utf8 4\', CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2004-01-01\' AS Date), CAST(\'2004-10-02T11:00:00Z\' AS Datetime), CAST(1696200400000000 AS Timestamp), CAST(4 AS Interval), CAST(\'2004-01-01\' AS Date32), CAST(\'2004-10-02T11:00:00Z\' AS Datetime64), CAST(1696200400000000 AS Timestamp64), CAST(4 AS Interval64), \n                CAST(4 AS Int64), CAST(4 AS Uint64), CAST(4 AS Int32), CAST(4 AS Uint32), CAST(4 AS Int16), CAST(4 AS Uint16), CAST(4 AS Int8), CAST(4 AS Uint8), CAST(True AS Bool), CAST(\'4\' AS Decimal(15,0)), CAST(\'4.123\' AS Decimal(22,9)), CAST(\'4.123456\' AS Decimal(35,10)), CAST(\'40.0\' AS DyNumber), \'String 4\', \'Utf8 4\', CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2004-01-01\' AS Date), CAST(\'2004-10-02T11:00:00Z\' AS Datetime), CAST(1696200400000000 AS Timestamp), CAST(4 AS Interval), CAST(\'2004-01-01\' AS Date32), CAST(\'2004-10-02T11:00:00Z\' AS Datetime64), CAST(1696200400000000 AS Timestamp64), CAST(4 AS Interval64), CAST(4.1 AS Float), CAST(4.2 AS Double), CAST(\'{\"another_key\": 4}\' AS Json), CAST(\'{\"another_doc_key\": 4}\' AS JsonDocument), CAST(\'[4]\' AS Yson), \n                CAST(\'40.0\' AS DyNumber), \'String 4\', \'Utf8 4\', CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2004-01-01\' AS Date), CAST(\'2004-10-02T11:00:00Z\' AS Datetime), CAST(1696200400000000 AS Timestamp), CAST(4 AS Interval), CAST(\'2004-01-01\' AS Date32), CAST(\'2004-10-02T11:00:00Z\' AS Datetime64), CAST(1696200400000000 AS Timestamp64), CAST(4 AS Interval64), \n                CAST(\'2025-12-23T20:43:23Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c921a74f-ebb9-47b3-b6f8-b3c8fda26b0b, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d698de38-acee-410b-90c0-42faf3532d87, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d698de38-acee-410b-90c0-42faf3532d87, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(5 AS Int64), CAST(5 AS Uint64), CAST(5 AS Int32), CAST(5 AS Uint32), CAST(5 AS Int16), CAST(5 AS Uint16), CAST(5 AS Int8), CAST(5 AS Uint8), CAST(True AS Bool), CAST(\'5\' AS Decimal(15,0)), CAST(\'5.123\' AS Decimal(22,9)), CAST(\'5.123456\' AS Decimal(35,10)), CAST(\'50.0\' AS DyNumber), \'String 5\', \'Utf8 5\', CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2005-01-01\' AS Date), CAST(\'2005-10-02T11:00:00Z\' AS Datetime), CAST(1696200500000000 AS Timestamp), CAST(5 AS Interval), CAST(\'2005-01-01\' AS Date32), CAST(\'2005-10-02T11:00:00Z\' AS Datetime64), CAST(1696200500000000 AS Timestamp64), CAST(5 AS Interval64), \n                CAST(5 AS Int64), CAST(5 AS Uint64), CAST(5 AS Int32), CAST(5 AS Uint32), CAST(5 AS Int16), CAST(5 AS Uint16), CAST(5 AS Int8), CAST(5 AS Uint8), CAST(True AS Bool), CAST(\'5\' AS Decimal(15,0)), CAST(\'5.123\' AS Decimal(22,9)), CAST(\'5.123456\' AS Decimal(35,10)), CAST(\'50.0\' AS DyNumber), \'String 5\', \'Utf8 5\', CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2005-01-01\' AS Date), CAST(\'2005-10-02T11:00:00Z\' AS Datetime), CAST(1696200500000000 AS Timestamp), CAST(5 AS Interval), CAST(\'2005-01-01\' AS Date32), CAST(\'2005-10-02T11:00:00Z\' AS Datetime64), CAST(1696200500000000 AS Timestamp64), CAST(5 AS Interval64), CAST(5.1 AS Float), CAST(5.2 AS Double), CAST(\'{\"another_key\": 5}\' AS Json), CAST(\'{\"another_doc_key\": 5}\' AS JsonDocument), CAST(\'[5]\' AS Yson), \n                CAST(\'50.0\' AS DyNumber), \'String 5\', \'Utf8 5\', CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2005-01-01\' AS Date), CAST(\'2005-10-02T11:00:00Z\' AS Datetime), CAST(1696200500000000 AS Timestamp), CAST(5 AS Interval), CAST(\'2005-01-01\' AS Date32), CAST(\'2005-10-02T11:00:00Z\' AS Datetime64), CAST(1696200500000000 AS Timestamp64), CAST(5 AS Interval64), \n                CAST(\'2025-12-23T20:43:28Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d698de38-acee-410b-90c0-42faf3532d87, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d45905eb-ce27-4737-95bf-ab666aaa9305, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d45905eb-ce27-4737-95bf-ab666aaa9305, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(6 AS Int64), CAST(6 AS Uint64), CAST(6 AS Int32), CAST(6 AS Uint32), CAST(6 AS Int16), CAST(6 AS Uint16), CAST(6 AS Int8), CAST(6 AS Uint8), CAST(True AS Bool), CAST(\'6\' AS Decimal(15,0)), CAST(\'6.123\' AS Decimal(22,9)), CAST(\'6.123456\' AS Decimal(35,10)), CAST(\'60.0\' AS DyNumber), \'String 6\', \'Utf8 6\', CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2006-01-01\' AS Date), CAST(\'2006-10-02T11:00:00Z\' AS Datetime), CAST(1696200600000000 AS Timestamp), CAST(6 AS Interval), CAST(\'2006-01-01\' AS Date32), CAST(\'2006-10-02T11:00:00Z\' AS Datetime64), CAST(1696200600000000 AS Timestamp64), CAST(6 AS Interval64), \n                CAST(6 AS Int64), CAST(6 AS Uint64), CAST(6 AS Int32), CAST(6 AS Uint32), CAST(6 AS Int16), CAST(6 AS Uint16), CAST(6 AS Int8), CAST(6 AS Uint8), CAST(True AS Bool), CAST(\'6\' AS Decimal(15,0)), CAST(\'6.123\' AS Decimal(22,9)), CAST(\'6.123456\' AS Decimal(35,10)), CAST(\'60.0\' AS DyNumber), \'String 6\', \'Utf8 6\', CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2006-01-01\' AS Date), CAST(\'2006-10-02T11:00:00Z\' AS Datetime), CAST(1696200600000000 AS Timestamp), CAST(6 AS Interval), CAST(\'2006-01-01\' AS Date32), CAST(\'2006-10-02T11:00:00Z\' AS Datetime64), CAST(1696200600000000 AS Timestamp64), CAST(6 AS Interval64), CAST(6.1 AS Float), CAST(6.2 AS Double), CAST(\'{\"another_key\": 6}\' AS Json), CAST(\'{\"another_doc_key\": 6}\' AS JsonDocument), CAST(\'[6]\' AS Yson), \n                CAST(\'60.0\' AS DyNumber), \'String 6\', \'Utf8 6\', CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2006-01-01\' AS Date), CAST(\'2006-10-02T11:00:00Z\' AS Datetime), CAST(1696200600000000 AS Timestamp), CAST(6 AS Interval), CAST(\'2006-01-01\' AS Date32), CAST(\'2006-10-02T11:00:00Z\' AS Datetime64), CAST(1696200600000000 AS Timestamp64), CAST(6 AS Interval64), \n                CAST(\'2025-12-23T20:43:28Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d45905eb-ce27-4737-95bf-ab666aaa9305, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b7dd4e6d-9970-44be-a2a3-59535fa42073, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b7dd4e6d-9970-44be-a2a3-59535fa42073, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(7 AS Int64), CAST(7 AS Uint64), CAST(7 AS Int32), CAST(7 AS Uint32), CAST(7 AS Int16), CAST(7 AS Uint16), CAST(7 AS Int8), CAST(7 AS Uint8), CAST(True AS Bool), CAST(\'7\' AS Decimal(15,0)), CAST(\'7.123\' AS Decimal(22,9)), CAST(\'7.123456\' AS Decimal(35,10)), CAST(\'70.0\' AS DyNumber), \'String 7\', \'Utf8 7\', CAST(\'30075678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2007-01-01\' AS Date), CAST(\'2007-10-02T11:00:00Z\' AS Datetime), CAST(1696200700000000 AS Timestamp), CAST(7 AS Interval), CAST(\'2007-01-01\' AS Date32), CAST(\'2007-10-02T11:00:00Z\' AS Datetime64), CAST(1696200700000000 AS Timestamp64), CAST(7 AS Interval64), \n                CAST(7 AS Int64), CAST(7 AS Uint64), CAST(7 AS Int32), CAST(7 AS Uint32), CAST(7 AS Int16), CAST(7 AS Uint16), CAST(7 AS Int8), CAST(7 AS Uint8), CAST(True AS Bool), CAST(\'7\' AS Decimal(15,0)), CAST(\'7.123\' AS Decimal(22,9)), CAST(\'7.123456\' AS Decimal(35,10)), CAST(\'70.0\' AS DyNumber), \'String 7\', \'Utf8 7\', CAST(\'30075678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2007-01-01\' AS Date), CAST(\'2007-10-02T11:00:00Z\' AS Datetime), CAST(1696200700000000 AS Timestamp), CAST(7 AS Interval), CAST(\'2007-01-01\' AS Date32), CAST(\'2007-10-02T11:00:00Z\' AS Datetime64), CAST(1696200700000000 AS Timestamp64), CAST(7 AS Interval64), CAST(7.1 AS Float), CAST(7.2 AS Double), CAST(\'{\"another_key\": 7}\' AS Json), CAST(\'{\"another_doc_key\": 7}\' AS JsonDocument), CAST(\'[7]\' AS Yson), \n                CAST(\'70.0\' AS DyNumber), \'String 7\', \'Utf8 7\', CAST(\'30075678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2007-01-01\' AS Date), CAST(\'2007-10-02T11:00:00Z\' AS Datetime), CAST(1696200700000000 AS Timestamp), CAST(7 AS Interval), CAST(\'2007-01-01\' AS Date32), CAST(\'2007-10-02T11:00:00Z\' AS Datetime64), CAST(1696200700000000 AS Timestamp64), CAST(7 AS Interval64), \n                CAST(\'2026-01-06T20:43:23Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b7dd4e6d-9970-44be-a2a3-59535fa42073, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 685c2e16-8d52-4493-bf88-ec2daaba11dd, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 685c2e16-8d52-4493-bf88-ec2daaba11dd, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Datetime_1_UNIQUE_SYNC(\n                pk_Int64, pk_Uint64, pk_Int32, pk_Uint32, pk_Int16, pk_Uint16, pk_Int8, pk_Uint8, pk_Bool, pk_Decimal150, pk_Decimal229, pk_Decimal3510, pk_DyNumber, pk_String, pk_Utf8, pk_UUID, pk_Date, pk_Datetime, pk_Timestamp, pk_Interval, pk_Date32, pk_Datetime64, pk_Timestamp64, pk_Interval64, \n                col_Int64, col_Uint64, col_Int32, col_Uint32, col_Int16, col_Uint16, col_Int8, col_Uint8, col_Bool, col_Decimal150, col_Decimal229, col_Decimal3510, col_DyNumber, col_String, col_Utf8, col_UUID, col_Date, col_Datetime, col_Timestamp, col_Interval, col_Date32, col_Datetime64, col_Timestamp64, col_Interval64, col_Float, col_Double, col_Json, col_JsonDocument, col_Yson, \n                col_index_DyNumber, col_index_String, col_index_Utf8, col_index_UUID, col_index_Date, col_index_Datetime, col_index_Timestamp, col_index_Interval, col_index_Date32, col_index_Datetime64, col_index_Timestamp64, col_index_Interval64, \n                ttl_Datetime\n            )\n            VALUES(\n                CAST(8 AS Int64), CAST(8 AS Uint64), CAST(8 AS Int32), CAST(8 AS Uint32), CAST(8 AS Int16), CAST(8 AS Uint16), CAST(8 AS Int8), CAST(8 AS Uint8), CAST(True AS Bool), CAST(\'8\' AS Decimal(15,0)), CAST(\'8.123\' AS Decimal(22,9)), CAST(\'8.123456\' AS Decimal(35,10)), CAST(\'80.0\' AS DyNumber), \'String 8\', \'Utf8 8\', CAST(\'30085678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2008-01-01\' AS Date), CAST(\'2008-10-02T11:00:00Z\' AS Datetime), CAST(1696200800000000 AS Timestamp), CAST(8 AS Interval), CAST(\'2008-01-01\' AS Date32), CAST(\'2008-10-02T11:00:00Z\' AS Datetime64), CAST(1696200800000000 AS Timestamp64), CAST(8 AS Interval64), \n                CAST(8 AS Int64), CAST(8 AS Uint64), CAST(8 AS Int32), CAST(8 AS Uint32), CAST(8 AS Int16), CAST(8 AS Uint16), CAST(8 AS Int8), CAST(8 AS Uint8), CAST(True AS Bool), CAST(\'8\' AS Decimal(15,0)), CAST(\'8.123\' AS Decimal(22,9)), CAST(\'8.123456\' AS Decimal(35,10)), CAST(\'80.0\' AS DyNumber), \'String 8\', \'Utf8 8\', CAST(\'30085678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2008-01-01\' AS Date), CAST(\'2008-10-02T11:00:00Z\' AS Datetime), CAST(1696200800000000 AS Timestamp), CAST(8 AS Interval), CAST(\'2008-01-01\' AS Date32), CAST(\'2008-10-02T11:00:00Z\' AS Datetime64), CAST(1696200800000000 AS Timestamp64), CAST(8 AS Interval64), CAST(8.1 AS Float), CAST(8.2 AS Double), CAST(\'{\"another_key\": 8}\' AS Json), CAST(\'{\"another_doc_key\": 8}\' AS JsonDocument), CAST(\'[8]\' AS Yson), \n                CAST(\'80.0\' AS DyNumber), \'String 8\', \'Utf8 8\', CAST(\'30085678-e89b-12d3-a456-556642440000\' AS UUID), CAST(\'2008-01-01\' AS Date), CAST(\'2008-10-02T11:00:00Z\' AS Datetime), CAST(1696200800000000 AS Timestamp), CAST(8 AS Interval), CAST(\'2008-01-01\' AS Date32), CAST(\'2008-10-02T11:00:00Z\' AS Datetime64), CAST(1696200800000000 AS Timestamp64), CAST(8 AS Interval64), \n                CAST(\'2026-01-06T20:43:23Z\' AS Datetime)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 685c2e16-8d52-4493-bf88-ec2daaba11dd, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 68bb40cb-6700-41d0-b7d5-cf6beed5d511, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 68bb40cb-6700-41d0-b7d5-cf6beed5d511, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 68bb40cb-6700-41d0-b7d5-cf6beed5d511, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6800c838-8805-4f08-82d3-3136a318fcdf, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6800c838-8805-4f08-82d3-3136a318fcdf, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(1 AS Int64) and pk_Uint64=CAST(1 AS Uint64) and pk_Int32=CAST(1 AS Int32) and pk_Uint32=CAST(1 AS Uint32) and pk_Int16=CAST(1 AS Int16) and pk_Uint16=CAST(1 AS Uint16) and pk_Int8=CAST(1 AS Int8) and pk_Uint8=CAST(1 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'1\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'10.0\' AS DyNumber) and pk_String=\'String 1\' and pk_Utf8=\'Utf8 1\' and pk_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2001-01-01\' AS Date) and pk_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200100000000 AS Timestamp) and pk_Interval=CAST(1 AS Interval) and pk_Date32=CAST(\'2001-01-01\' AS Date32) and pk_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200100000000 AS Timestamp64) and pk_Interval64=CAST(1 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'10.0\' AS DyNumber) and col_index_String=\'String 1\' and col_index_Utf8=\'Utf8 1\' and col_index_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2001-01-01\' AS Date) and col_index_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200100000000 AS Timestamp) and col_index_Interval=CAST(1 AS Interval) and col_index_Date32=CAST(\'2001-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_index_Interval64=CAST(1 AS Interval64)\n                 and \n                col_Int64=CAST(1 AS Int64) and col_Uint64=CAST(1 AS Uint64) and col_Int32=CAST(1 AS Int32) and col_Uint32=CAST(1 AS Uint32) and col_Int16=CAST(1 AS Int16) and col_Uint16=CAST(1 AS Uint16) and col_Int8=CAST(1 AS Int8) and col_Uint8=CAST(1 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'10.0\' AS DyNumber) and col_String=\'String 1\' and col_Utf8=\'Utf8 1\' and col_UUID=CAST(\'30015678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2001-01-01\' AS Date) and col_Datetime=CAST(\'2001-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200100000000 AS Timestamp) and col_Interval=CAST(1 AS Interval) and col_Date32=CAST(\'2001-01-01\' AS Date32) and col_Datetime64=CAST(\'2001-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200100000000 AS Timestamp64) and col_Interval64=CAST(1 AS Interval64) and col_Float=CAST(1.1 AS Float) and col_Double=CAST(1.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6800c838-8805-4f08-82d3-3136a318fcdf, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 71bdce25-b944-4889-9ff1-a21c69ab0ba4, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 71bdce25-b944-4889-9ff1-a21c69ab0ba4, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'20.0\' AS DyNumber) and col_index_String=\'String 2\' and col_index_Utf8=\'Utf8 2\' and col_index_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2002-01-01\' AS Date) and col_index_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200200000000 AS Timestamp) and col_index_Interval=CAST(2 AS Interval) and col_index_Date32=CAST(\'2002-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_index_Interval64=CAST(2 AS Interval64)\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 71bdce25-b944-4889-9ff1-a21c69ab0ba4, ghrun-4t3ceq7ziy.auto.internal:4071): 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', 10000), ('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, 4b561b64-267f-48a0-b079-187a7ba22676, localhost:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4b561b64-267f-48a0-b079-187a7ba22676, localhost:4071): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4b561b64-267f-48a0-b079-187a7ba22676, localhost:4071): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4t3ceq7ziy.auto.internal" port: 4071 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-4t3ceq7ziy.auto.internal:4071, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4071
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fab1c864-93be-440b-abb1-0d429ec77b6c, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fab1c864-93be-440b-abb1-0d429ec77b6c, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(2 AS Int64) and pk_Uint64=CAST(2 AS Uint64) and pk_Int32=CAST(2 AS Int32) and pk_Uint32=CAST(2 AS Uint32) and pk_Int16=CAST(2 AS Int16) and pk_Uint16=CAST(2 AS Uint16) and pk_Int8=CAST(2 AS Int8) and pk_Uint8=CAST(2 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'2\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'20.0\' AS DyNumber) and pk_String=\'String 2\' and pk_Utf8=\'Utf8 2\' and pk_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2002-01-01\' AS Date) and pk_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200200000000 AS Timestamp) and pk_Interval=CAST(2 AS Interval) and pk_Date32=CAST(\'2002-01-01\' AS Date32) and pk_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200200000000 AS Timestamp64) and pk_Interval64=CAST(2 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'20.0\' AS DyNumber) and col_index_String=\'String 2\' and col_index_Utf8=\'Utf8 2\' and col_index_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2002-01-01\' AS Date) and col_index_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200200000000 AS Timestamp) and col_index_Interval=CAST(2 AS Interval) and col_index_Date32=CAST(\'2002-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_index_Interval64=CAST(2 AS Interval64)\n                 and \n                col_Int64=CAST(2 AS Int64) and col_Uint64=CAST(2 AS Uint64) and col_Int32=CAST(2 AS Int32) and col_Uint32=CAST(2 AS Uint32) and col_Int16=CAST(2 AS Int16) and col_Uint16=CAST(2 AS Uint16) and col_Int8=CAST(2 AS Int8) and col_Uint8=CAST(2 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'20.0\' AS DyNumber) and col_String=\'String 2\' and col_Utf8=\'Utf8 2\' and col_UUID=CAST(\'30025678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2002-01-01\' AS Date) and col_Datetime=CAST(\'2002-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200200000000 AS Timestamp) and col_Interval=CAST(2 AS Interval) and col_Date32=CAST(\'2002-01-01\' AS Date32) and col_Datetime64=CAST(\'2002-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200200000000 AS Timestamp64) and col_Interval64=CAST(2 AS Interval64) and col_Float=CAST(2.1 AS Float) and col_Double=CAST(2.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fab1c864-93be-440b-abb1-0d429ec77b6c, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1e49d657-48b9-4580-a513-9fc210f27380, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1e49d657-48b9-4580-a513-9fc210f27380, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1e49d657-48b9-4580-a513-9fc210f27380, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 186eca9e-e690-423f-9f27-ee9931a7929c, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 186eca9e-e690-423f-9f27-ee9931a7929c, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(3 AS Int64) and pk_Uint64=CAST(3 AS Uint64) and pk_Int32=CAST(3 AS Int32) and pk_Uint32=CAST(3 AS Uint32) and pk_Int16=CAST(3 AS Int16) and pk_Uint16=CAST(3 AS Uint16) and pk_Int8=CAST(3 AS Int8) and pk_Uint8=CAST(3 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'3\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'30.0\' AS DyNumber) and pk_String=\'String 3\' and pk_Utf8=\'Utf8 3\' and pk_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2003-01-01\' AS Date) and pk_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200300000000 AS Timestamp) and pk_Interval=CAST(3 AS Interval) and pk_Date32=CAST(\'2003-01-01\' AS Date32) and pk_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200300000000 AS Timestamp64) and pk_Interval64=CAST(3 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'30.0\' AS DyNumber) and col_index_String=\'String 3\' and col_index_Utf8=\'Utf8 3\' and col_index_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2003-01-01\' AS Date) and col_index_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200300000000 AS Timestamp) and col_index_Interval=CAST(3 AS Interval) and col_index_Date32=CAST(\'2003-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_index_Interval64=CAST(3 AS Interval64)\n                 and \n                col_Int64=CAST(3 AS Int64) and col_Uint64=CAST(3 AS Uint64) and col_Int32=CAST(3 AS Int32) and col_Uint32=CAST(3 AS Uint32) and col_Int16=CAST(3 AS Int16) and col_Uint16=CAST(3 AS Uint16) and col_Int8=CAST(3 AS Int8) and col_Uint8=CAST(3 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'30.0\' AS DyNumber) and col_String=\'String 3\' and col_Utf8=\'Utf8 3\' and col_UUID=CAST(\'30035678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2003-01-01\' AS Date) and col_Datetime=CAST(\'2003-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200300000000 AS Timestamp) and col_Interval=CAST(3 AS Interval) and col_Date32=CAST(\'2003-01-01\' AS Date32) and col_Datetime64=CAST(\'2003-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200300000000 AS Timestamp64) and col_Interval64=CAST(3 AS Interval64) and col_Float=CAST(3.1 AS Float) and col_Double=CAST(3.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 186eca9e-e690-423f-9f27-ee9931a7929c, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 93355dca-4593-44e3-81fe-d068ca0b6f31, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 93355dca-4593-44e3-81fe-d068ca0b6f31, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(4 AS Int64) and pk_Uint64=CAST(4 AS Uint64) and pk_Int32=CAST(4 AS Int32) and pk_Uint32=CAST(4 AS Uint32) and pk_Int16=CAST(4 AS Int16) and pk_Uint16=CAST(4 AS Uint16) and pk_Int8=CAST(4 AS Int8) and pk_Uint8=CAST(4 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'4.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'4.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'40.0\' AS DyNumber) and pk_String=\'String 4\' and pk_Utf8=\'Utf8 4\' and pk_UUID=CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2004-01-01\' AS Date) and pk_Datetime=CAST(\'2004-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200400000000 AS Timestamp) and pk_Interval=CAST(4 AS Interval) and pk_Date32=CAST(\'2004-01-01\' AS Date32) and pk_Datetime64=CAST(\'2004-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200400000000 AS Timestamp64) and pk_Interval64=CAST(4 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'40.0\' AS DyNumber) and col_index_String=\'String 4\' and col_index_Utf8=\'Utf8 4\' and col_index_UUID=CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2004-01-01\' AS Date) and col_index_Datetime=CAST(\'2004-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200400000000 AS Timestamp) and col_index_Interval=CAST(4 AS Interval) and col_index_Date32=CAST(\'2004-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2004-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200400000000 AS Timestamp64) and col_index_Interval64=CAST(4 AS Interval64)\n                 and \n                col_Int64=CAST(4 AS Int64) and col_Uint64=CAST(4 AS Uint64) and col_Int32=CAST(4 AS Int32) and col_Uint32=CAST(4 AS Uint32) and col_Int16=CAST(4 AS Int16) and col_Uint16=CAST(4 AS Uint16) and col_Int8=CAST(4 AS Int8) and col_Uint8=CAST(4 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Decimal229=CAST(\'4.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'4.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'40.0\' AS DyNumber) and col_String=\'String 4\' and col_Utf8=\'Utf8 4\' and col_UUID=CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2004-01-01\' AS Date) and col_Datetime=CAST(\'2004-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200400000000 AS Timestamp) and col_Interval=CAST(4 AS Interval) and col_Date32=CAST(\'2004-01-01\' AS Date32) and col_Datetime64=CAST(\'2004-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200400000000 AS Timestamp64) and col_Interval64=CAST(4 AS Interval64) and col_Float=CAST(4.1 AS Float) and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 93355dca-4593-44e3-81fe-d068ca0b6f31, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cea38c6b-8a91-4619-92b0-d00064de6df7, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cea38c6b-8a91-4619-92b0-d00064de6df7, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(4 AS Int64) and pk_Uint64=CAST(4 AS Uint64) and pk_Int32=CAST(4 AS Int32) and pk_Uint32=CAST(4 AS Uint32) and pk_Int16=CAST(4 AS Int16) and pk_Uint16=CAST(4 AS Uint16) and pk_Int8=CAST(4 AS Int8) and pk_Uint8=CAST(4 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'4\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'4.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'4.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'40.0\' AS DyNumber) and pk_String=\'String 4\' and pk_Utf8=\'Utf8 4\' and pk_UUID=CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2004-01-01\' AS Date) and pk_Datetime=CAST(\'2004-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200400000000 AS Timestamp) and pk_Interval=CAST(4 AS Interval) and pk_Date32=CAST(\'2004-01-01\' AS Date32) and pk_Datetime64=CAST(\'2004-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200400000000 AS Timestamp64) and pk_Interval64=CAST(4 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'40.0\' AS DyNumber) and col_index_String=\'String 4\' and col_index_Utf8=\'Utf8 4\' and col_index_UUID=CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2004-01-01\' AS Date) and col_index_Datetime=CAST(\'2004-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200400000000 AS Timestamp) and col_index_Interval=CAST(4 AS Interval) and col_index_Date32=CAST(\'2004-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2004-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200400000000 AS Timestamp64) and col_index_Interval64=CAST(4 AS Interval64)\n                 and \n                col_Int64=CAST(4 AS Int64) and col_Uint64=CAST(4 AS Uint64) and col_Int32=CAST(4 AS Int32) and col_Uint32=CAST(4 AS Uint32) and col_Int16=CAST(4 AS Int16) and col_Uint16=CAST(4 AS Uint16) and col_Int8=CAST(4 AS Int8) and col_Uint8=CAST(4 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_Decimal229=CAST(\'4.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'4.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'40.0\' AS DyNumber) and col_String=\'String 4\' and col_Utf8=\'Utf8 4\' and col_UUID=CAST(\'30045678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2004-01-01\' AS Date) and col_Datetime=CAST(\'2004-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200400000000 AS Timestamp) and col_Interval=CAST(4 AS Interval) and col_Date32=CAST(\'2004-01-01\' AS Date32) and col_Datetime64=CAST(\'2004-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200400000000 AS Timestamp64) and col_Interval64=CAST(4 AS Interval64) and col_Float=CAST(4.1 AS Float) and col_Double=CAST(4.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, cea38c6b-8a91-4619-92b0-d00064de6df7, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 59f5977c-de26-4587-99e7-8182b93992fd, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 59f5977c-de26-4587-99e7-8182b93992fd, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 59f5977c-de26-4587-99e7-8182b93992fd, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b0336d20-61a4-4524-bfd3-447cd1e40782, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b0336d20-61a4-4524-bfd3-447cd1e40782, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b0336d20-61a4-4524-bfd3-447cd1e40782, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5db02c00-dad2-4018-9aa5-e2d683a63327, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5db02c00-dad2-4018-9aa5-e2d683a63327, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5db02c00-dad2-4018-9aa5-e2d683a63327, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a5bafb2a-f9ce-4f7f-8aa8-c2018ac52e57, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a5bafb2a-f9ce-4f7f-8aa8-c2018ac52e57, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a5bafb2a-f9ce-4f7f-8aa8-c2018ac52e57, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d84308bd-8f75-44fa-ad72-c729097ece9d, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d84308bd-8f75-44fa-ad72-c729097ece9d, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d84308bd-8f75-44fa-ad72-c729097ece9d, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3bf6fd5a-b646-4326-81b3-5d85c6fdcee1, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3bf6fd5a-b646-4326-81b3-5d85c6fdcee1, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3bf6fd5a-b646-4326-81b3-5d85c6fdcee1, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6260519e-14b3-41ed-9c96-b01d05a70e51, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6260519e-14b3-41ed-9c96-b01d05a70e51, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6260519e-14b3-41ed-9c96-b01d05a70e51, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2ce5e767-fddc-452d-a348-7c78c904f928, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2ce5e767-fddc-452d-a348-7c78c904f928, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2ce5e767-fddc-452d-a348-7c78c904f928, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 84e4c1d9-b348-4c85-bf68-3fbbd532a0a2, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 84e4c1d9-b348-4c85-bf68-3fbbd532a0a2, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 84e4c1d9-b348-4c85-bf68-3fbbd532a0a2, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0a78d23a-0445-4bc7-8f71-9e5eccda08e3, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0a78d23a-0445-4bc7-8f71-9e5eccda08e3, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0a78d23a-0445-4bc7-8f71-9e5eccda08e3, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 766b4545-4692-4fcb-a16b-16866d580729, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 766b4545-4692-4fcb-a16b-16866d580729, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 766b4545-4692-4fcb-a16b-16866d580729, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a0795094-d613-429d-8e1b-a65c8c23a3c1, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a0795094-d613-429d-8e1b-a65c8c23a3c1, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a0795094-d613-429d-8e1b-a65c8c23a3c1, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7e907b4a-7d27-4b90-8b7e-863a69001286, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7e907b4a-7d27-4b90-8b7e-863a69001286, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7e907b4a-7d27-4b90-8b7e-863a69001286, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, eb29b9d2-cf13-443b-9e34-4219a63f3be3, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, eb29b9d2-cf13-443b-9e34-4219a63f3be3, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, eb29b9d2-cf13-443b-9e34-4219a63f3be3, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f1652d0c-c241-4af2-a579-583cb3d65905, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f1652d0c-c241-4af2-a579-583cb3d65905, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f1652d0c-c241-4af2-a579-583cb3d65905, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bd300ce6-dbb0-4612-b647-2e798075bd0c, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bd300ce6-dbb0-4612-b647-2e798075bd0c, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bd300ce6-dbb0-4612-b647-2e798075bd0c, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 759427ef-31e0-4d15-85f2-20f93cdee037, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 759427ef-31e0-4d15-85f2-20f93cdee037, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 759427ef-31e0-4d15-85f2-20f93cdee037, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
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', 10000), ('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, 8844ad1d-0fdd-4ce8-bf83-04f5914323f7, localhost:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8844ad1d-0fdd-4ce8-bf83-04f5914323f7, localhost:4071): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8844ad1d-0fdd-4ce8-bf83-04f5914323f7, localhost:4071): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4t3ceq7ziy.auto.internal" port: 4071 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-4t3ceq7ziy.auto.internal:4071, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4071
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b915c981-ac94-4e4e-897b-d806cccd34af, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b915c981-ac94-4e4e-897b-d806cccd34af, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b915c981-ac94-4e4e-897b-d806cccd34af, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 68f1e10d-948f-47ad-b36f-b038a410913d, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 68f1e10d-948f-47ad-b36f-b038a410913d, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 68f1e10d-948f-47ad-b36f-b038a410913d, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 04c98237-21fe-4f91-acc9-3863fd71532a, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 04c98237-21fe-4f91-acc9-3863fd71532a, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 04c98237-21fe-4f91-acc9-3863fd71532a, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2b33a86f-4685-4942-a1ed-a5d717665220, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2b33a86f-4685-4942-a1ed-a5d717665220, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2b33a86f-4685-4942-a1ed-a5d717665220, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f39ffc0e-01a3-40f7-b6d9-e1625f0ee859, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f39ffc0e-01a3-40f7-b6d9-e1625f0ee859, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f39ffc0e-01a3-40f7-b6d9-e1625f0ee859, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c6022bba-6eb9-417a-b690-0f7482c5c6d1, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c6022bba-6eb9-417a-b690-0f7482c5c6d1, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c6022bba-6eb9-417a-b690-0f7482c5c6d1, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6cb96399-05af-42eb-98fb-0a3a74bbdc71, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6cb96399-05af-42eb-98fb-0a3a74bbdc71, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6cb96399-05af-42eb-98fb-0a3a74bbdc71, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 05befc14-facf-4fa6-b1df-2fc15f3fecb9, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 05befc14-facf-4fa6-b1df-2fc15f3fecb9, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 05befc14-facf-4fa6-b1df-2fc15f3fecb9, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 40d0ef9d-9940-4066-8005-29c9a979e7a3, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 40d0ef9d-9940-4066-8005-29c9a979e7a3, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 40d0ef9d-9940-4066-8005-29c9a979e7a3, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4d8041b6-392e-407b-9ce4-79fd9a81b493, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4d8041b6-392e-407b-9ce4-79fd9a81b493, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4d8041b6-392e-407b-9ce4-79fd9a81b493, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3379a7d4-6917-47ad-b315-d938dcf7f89d, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3379a7d4-6917-47ad-b315-d938dcf7f89d, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3379a7d4-6917-47ad-b315-d938dcf7f89d, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3c9175e7-3b41-4e94-8d0f-19dc0ffb3a34, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3c9175e7-3b41-4e94-8d0f-19dc0ffb3a34, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3c9175e7-3b41-4e94-8d0f-19dc0ffb3a34, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5b3b8e3c-f675-4a9d-89c0-a10e8b778758, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5b3b8e3c-f675-4a9d-89c0-a10e8b778758, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5b3b8e3c-f675-4a9d-89c0-a10e8b778758, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 405104b6-8fb8-4914-9cee-f506df5791cd, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 405104b6-8fb8-4914-9cee-f506df5791cd, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 405104b6-8fb8-4914-9cee-f506df5791cd, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 68dc8269-46c9-4a8d-8726-81c8c7f94f77, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 68dc8269-46c9-4a8d-8726-81c8c7f94f77, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 68dc8269-46c9-4a8d-8726-81c8c7f94f77, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4bbca003-bee7-41bc-8f5e-166bb512fa54, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4bbca003-bee7-41bc-8f5e-166bb512fa54, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4bbca003-bee7-41bc-8f5e-166bb512fa54, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a68927ff-f7da-452b-b8f2-a1e34ad02173, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a68927ff-f7da-452b-b8f2-a1e34ad02173, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a68927ff-f7da-452b-b8f2-a1e34ad02173, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
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', 10000), ('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, ebf12d9f-fffe-4fec-b9e7-d25291fc12b1, localhost:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ebf12d9f-fffe-4fec-b9e7-d25291fc12b1, localhost:4071): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ebf12d9f-fffe-4fec-b9e7-d25291fc12b1, localhost:4071): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4t3ceq7ziy.auto.internal" port: 4071 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-4t3ceq7ziy.auto.internal:4071, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4071
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 803af19a-47b3-44d5-a87c-2d7fcfeee05c, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 803af19a-47b3-44d5-a87c-2d7fcfeee05c, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 803af19a-47b3-44d5-a87c-2d7fcfeee05c, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e53d6a20-2f16-4368-b644-b8084304945c, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e53d6a20-2f16-4368-b644-b8084304945c, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e53d6a20-2f16-4368-b644-b8084304945c, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 10b5e971-8660-41a2-a302-ad6251690ac9, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 10b5e971-8660-41a2-a302-ad6251690ac9, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 10b5e971-8660-41a2-a302-ad6251690ac9, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 45e5a816-b594-4902-b1b4-36cc45e44c46, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 45e5a816-b594-4902-b1b4-36cc45e44c46, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 45e5a816-b594-4902-b1b4-36cc45e44c46, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 58af26ac-ba40-47b1-9317-8a9c3cebdf77, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 58af26ac-ba40-47b1-9317-8a9c3cebdf77, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 58af26ac-ba40-47b1-9317-8a9c3cebdf77, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 12474d13-99cd-4aa6-8673-6110359af1d2, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 12474d13-99cd-4aa6-8673-6110359af1d2, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 12474d13-99cd-4aa6-8673-6110359af1d2, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 110faa24-4180-4c5d-a98f-1d50895afe52, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 110faa24-4180-4c5d-a98f-1d50895afe52, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Datetime_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(5 AS Int64) and pk_Uint64=CAST(5 AS Uint64) and pk_Int32=CAST(5 AS Int32) and pk_Uint32=CAST(5 AS Uint32) and pk_Int16=CAST(5 AS Int16) and pk_Uint16=CAST(5 AS Uint16) and pk_Int8=CAST(5 AS Int8) and pk_Uint8=CAST(5 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'5\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'50.0\' AS DyNumber) and pk_String=\'String 5\' and pk_Utf8=\'Utf8 5\' and pk_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2005-01-01\' AS Date) and pk_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200500000000 AS Timestamp) and pk_Interval=CAST(5 AS Interval) and pk_Date32=CAST(\'2005-01-01\' AS Date32) and pk_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200500000000 AS Timestamp64) and pk_Interval64=CAST(5 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'50.0\' AS DyNumber) and col_index_String=\'String 5\' and col_index_Utf8=\'Utf8 5\' and col_index_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2005-01-01\' AS Date) and col_index_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200500000000 AS Timestamp) and col_index_Interval=CAST(5 AS Interval) and col_index_Date32=CAST(\'2005-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_index_Interval64=CAST(5 AS Interval64)\n                 and \n                col_Int64=CAST(5 AS Int64) and col_Uint64=CAST(5 AS Uint64) and col_Int32=CAST(5 AS Int32) and col_Uint32=CAST(5 AS Uint32) and col_Int16=CAST(5 AS Int16) and col_Uint16=CAST(5 AS Uint16) and col_Int8=CAST(5 AS Int8) and col_Uint8=CAST(5 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'50.0\' AS DyNumber) and col_String=\'String 5\' and col_Utf8=\'Utf8 5\' and col_UUID=CAST(\'30055678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2005-01-01\' AS Date) and col_Datetime=CAST(\'2005-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200500000000 AS Timestamp) and col_Interval=CAST(5 AS Interval) and col_Date32=CAST(\'2005-01-01\' AS Date32) and col_Datetime64=CAST(\'2005-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200500000000 AS Timestamp64) and col_Interval64=CAST(5 AS Interval64) and col_Float=CAST(5.1 AS Float) and col_Double=CAST(5.2 AS Double)\n                \n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 110faa24-4180-4c5d-a98f-1d50895afe52, ghrun-4t3ceq7ziy.auto.internal:4071): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 79a49c3c-bf9b-48fa-b03b-f848bd1bbc83, ghrun-4t3ceq7ziy.auto.internal:4071): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 79a49c3c-bf9b-48fa-b03b-f848bd1bbc83, ghrun-4t3ceq7ziy.auto.internal:4071): request = { session_id: "ydb://session/3?node_id=1&id=MWUyMGIzOWEtNjlmYTQ1ZmUtNTRiNGZiNjYtN2Y1N2VlOTE=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 79a49c3c-bf9b-48fa-b03b-f848bd1bbc83, ghrun-4t3ceq7ziy.auto.internal:4071): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:681 Close topic client
DEBUG    ydb.topic:topic.py:684 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4071
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4t3ceq7ziy.auto.internal:4071
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:4071/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28039
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6595
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11777
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4071
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18283
============================== slowest durations ===============================
275.71s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_1_UNIQUE_SYNC-pk_types5-all_types5-index5-Datetime-UNIQUE-SYNC]
89.00s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_0__SYNC-pk_types0-all_types0-index0-Datetime--SYNC]
17.05s teardown test_ttl.py::TestTTL::test_ttl[table_Datetime_1_UNIQUE_SYNC-pk_types5-all_types5-index5-Datetime-UNIQUE-SYNC]
6.68s setup    test_ttl.py::TestTTL::test_ttl[table_Datetime_0__SYNC-pk_types0-all_types0-index0-Datetime--SYNC]
0.01s setup    test_ttl.py::TestTTL::test_ttl[table_Datetime_1_UNIQUE_SYNC-pk_types5-all_types5-index5-Datetime-UNIQUE-SYNC]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_ttl.py::TestTTL::test_ttl[table_Datetime_1_UNIQUE_SYNC-pk_types5-all_types5-index5-Datetime-UNIQUE-SYNC] - AssertionError: Expected 0 rows, error when deleting 5 lines, table table_Datetime_1_UNIQUE_SYNC
assert (1 == 1 and 1 == 0)
 +  where 1 = len([{'count': 1}])
 +  and   1 = {'count': 1}.count
=================== 1 failed, 1 passed in 390.72s (0:06: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/yv8l/003b17/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py ..

============================== slowest durations ===============================
80.94s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_1__ASYNC-pk_types4-all_types4-index4-Datetime--ASYNC]
78.70s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_1__SYNC-pk_types3-all_types3-index3-Datetime--SYNC]
12.04s teardown test_ttl.py::TestTTL::test_ttl[table_Datetime_1__SYNC-pk_types3-all_types3-index3-Datetime--SYNC]
6.91s setup    test_ttl.py::TestTTL::test_ttl[table_Datetime_1__ASYNC-pk_types4-all_types4-index4-Datetime--ASYNC]
0.01s setup    test_ttl.py::TestTTL::test_ttl[table_Datetime_1__SYNC-pk_types3-all_types3-index3-Datetime--SYNC]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 2 passed in 179.86s (0:02:59) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b0a/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
92.45s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_0_UNIQUE_SYNC-pk_types14-all_types14-index14-DyNumber-UNIQUE-SYNC]
8.71s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_0_UNIQUE_SYNC-pk_types14-all_types14-index14-DyNumber-UNIQUE-SYNC]
7.03s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_0_UNIQUE_SYNC-pk_types14-all_types14-index14-DyNumber-UNIQUE-SYNC]
======================== 1 passed in 109.29s (0:01:49) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003bc8/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
98.86s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__ASYNC-pk_types13-all_types13-index13-DyNumber--ASYNC]
12.21s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__ASYNC-pk_types13-all_types13-index13-DyNumber--ASYNC]
12.08s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__ASYNC-pk_types13-all_types13-index13-DyNumber--ASYNC]
======================== 1 passed in 124.84s (0:02:04) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003997/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
90.55s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__SYNC-pk_types12-all_types12-index12-DyNumber--SYNC]
12.03s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__SYNC-pk_types12-all_types12-index12-DyNumber--SYNC]
8.03s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__SYNC-pk_types12-all_types12-index12-DyNumber--SYNC]
======================== 1 passed in 111.84s (0:01:51) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b22/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
114.07s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC]
14.79s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC]
7.04s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC]
======================== 1 passed in 137.39s (0:02:17) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b09/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
81.35s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__ASYNC-pk_types16-all_types16-index16-DyNumber--ASYNC]
12.02s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__ASYNC-pk_types16-all_types16-index16-DyNumber--ASYNC]
8.71s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__ASYNC-pk_types16-all_types16-index16-DyNumber--ASYNC]
======================== 1 passed in 103.23s (0:01:43) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b34/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
106.97s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__SYNC-pk_types15-all_types15-index15-DyNumber--SYNC]
12.05s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__SYNC-pk_types15-all_types15-index15-DyNumber--SYNC]
11.84s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__SYNC-pk_types15-all_types15-index15-DyNumber--SYNC]
======================== 1 passed in 132.36s (0:02:12) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b33/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
110.54s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_0_UNIQUE_SYNC-pk_types8-all_types8-index8-Timestamp-UNIQUE-SYNC]
22.06s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_0_UNIQUE_SYNC-pk_types8-all_types8-index8-Timestamp-UNIQUE-SYNC]
13.33s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_0_UNIQUE_SYNC-pk_types8-all_types8-index8-Timestamp-UNIQUE-SYNC]
======================== 1 passed in 147.34s (0:02: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/yv8l/003bc6/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
105.20s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__ASYNC-pk_types7-all_types7-index7-Timestamp--ASYNC]
17.07s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__ASYNC-pk_types7-all_types7-index7-Timestamp--ASYNC]
11.49s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__ASYNC-pk_types7-all_types7-index7-Timestamp--ASYNC]
======================== 1 passed in 135.36s (0:02:15) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b01/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
88.54s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__SYNC-pk_types6-all_types6-index6-Timestamp--SYNC]
8.53s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__SYNC-pk_types6-all_types6-index6-Timestamp--SYNC]
7.02s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__SYNC-pk_types6-all_types6-index6-Timestamp--SYNC]
======================== 1 passed in 105.40s (0:01:45) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b0b/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
94.81s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_1_UNIQUE_SYNC-pk_types11-all_types11-index11-Timestamp-UNIQUE-SYNC]
12.03s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_1_UNIQUE_SYNC-pk_types11-all_types11-index11-Timestamp-UNIQUE-SYNC]
6.51s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_1_UNIQUE_SYNC-pk_types11-all_types11-index11-Timestamp-UNIQUE-SYNC]
======================== 1 passed in 114.36s (0:01:54) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b0c/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
87.72s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__ASYNC-pk_types10-all_types10-index10-Timestamp--ASYNC]
7.02s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__ASYNC-pk_types10-all_types10-index10-Timestamp--ASYNC]
6.22s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__ASYNC-pk_types10-all_types10-index10-Timestamp--ASYNC]
======================== 1 passed in 101.98s (0:01:41) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003bc3/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
114.26s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__SYNC-pk_types9-all_types9-index9-Timestamp--SYNC]
12.46s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__SYNC-pk_types9-all_types9-index9-Timestamp--SYNC]
12.07s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__SYNC-pk_types9-all_types9-index9-Timestamp--SYNC]
======================== 1 passed in 140.77s (0:02: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/yv8l/003b2f/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
120.28s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_0_UNIQUE_SYNC-pk_types20-all_types20-index20-Uint32-UNIQUE-SYNC]
17.08s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_0_UNIQUE_SYNC-pk_types20-all_types20-index20-Uint32-UNIQUE-SYNC]
11.18s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_0_UNIQUE_SYNC-pk_types20-all_types20-index20-Uint32-UNIQUE-SYNC]
======================== 1 passed in 151.03s (0:02:31) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b14/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
80.77s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_0__ASYNC-pk_types19-all_types19-index19-Uint32--ASYNC]
12.03s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_0__ASYNC-pk_types19-all_types19-index19-Uint32--ASYNC]
8.36s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_0__ASYNC-pk_types19-all_types19-index19-Uint32--ASYNC]
======================== 1 passed in 102.05s (0:01:42) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b0e/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk26
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
91.39s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_0__SYNC-pk_types18-all_types18-index18-Uint32--SYNC]
12.03s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_0__SYNC-pk_types18-all_types18-index18-Uint32--SYNC]
8.74s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_0__SYNC-pk_types18-all_types18-index18-Uint32--SYNC]
======================== 1 passed in 113.27s (0:01:53) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b0d/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
91.80s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_1_UNIQUE_SYNC-pk_types23-all_types23-index23-Uint32-UNIQUE-SYNC]
12.02s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_1_UNIQUE_SYNC-pk_types23-all_types23-index23-Uint32-UNIQUE-SYNC]
8.74s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_1_UNIQUE_SYNC-pk_types23-all_types23-index23-Uint32-UNIQUE-SYNC]
======================== 1 passed in 113.63s (0:01:53) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b11/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk28
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
81.13s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_1__ASYNC-pk_types22-all_types22-index22-Uint32--ASYNC]
12.02s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_1__ASYNC-pk_types22-all_types22-index22-Uint32--ASYNC]
8.54s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_1__ASYNC-pk_types22-all_types22-index22-Uint32--ASYNC]
======================== 1 passed in 102.78s (0:01:42) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b30/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk29
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
113.63s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_1__SYNC-pk_types21-all_types21-index21-Uint32--SYNC]
12.06s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_1__SYNC-pk_types21-all_types21-index21-Uint32--SYNC]
11.97s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_1__SYNC-pk_types21-all_types21-index21-Uint32--SYNC]
======================== 1 passed in 139.05s (0:02:19) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b16/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk30
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
89.95s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_0_UNIQUE_SYNC-pk_types26-all_types26-index26-Uint64-UNIQUE-SYNC]
12.02s teardown test_ttl.py::TestTTL::test_ttl[table_Uint64_0_UNIQUE_SYNC-pk_types26-all_types26-index26-Uint64-UNIQUE-SYNC]
6.68s setup    test_ttl.py::TestTTL::test_ttl[table_Uint64_0_UNIQUE_SYNC-pk_types26-all_types26-index26-Uint64-UNIQUE-SYNC]
======================== 1 passed in 109.63s (0:01:49) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b13/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk31
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
80.32s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_0__ASYNC-pk_types25-all_types25-index25-Uint64--ASYNC]
17.04s teardown test_ttl.py::TestTTL::test_ttl[table_Uint64_0__ASYNC-pk_types25-all_types25-index25-Uint64--ASYNC]
6.76s setup    test_ttl.py::TestTTL::test_ttl[table_Uint64_0__ASYNC-pk_types25-all_types25-index25-Uint64--ASYNC]
======================== 1 passed in 105.08s (0:01:45) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/0039b1/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk32
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
87.53s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_0__SYNC-pk_types24-all_types24-index24-Uint64--SYNC]
8.15s setup    test_ttl.py::TestTTL::test_ttl[table_Uint64_0__SYNC-pk_types24-all_types24-index24-Uint64--SYNC]
7.02s teardown test_ttl.py::TestTTL::test_ttl[table_Uint64_0__SYNC-pk_types24-all_types24-index24-Uint64--SYNC]
======================== 1 passed in 104.18s (0:01:44) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b1c/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk33
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
104.99s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_1_UNIQUE_SYNC-pk_types29-all_types29-index29-Uint64-UNIQUE-SYNC]
12.30s setup    test_ttl.py::TestTTL::test_ttl[table_Uint64_1_UNIQUE_SYNC-pk_types29-all_types29-index29-Uint64-UNIQUE-SYNC]
12.04s teardown test_ttl.py::TestTTL::test_ttl[table_Uint64_1_UNIQUE_SYNC-pk_types29-all_types29-index29-Uint64-UNIQUE-SYNC]
======================== 1 passed in 131.27s (0:02:11) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003bc2/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk34
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
102.57s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_1__ASYNC-pk_types28-all_types28-index28-Uint64--ASYNC]
17.07s teardown test_ttl.py::TestTTL::test_ttl[table_Uint64_1__ASYNC-pk_types28-all_types28-index28-Uint64--ASYNC]
12.91s setup    test_ttl.py::TestTTL::test_ttl[table_Uint64_1__ASYNC-pk_types28-all_types28-index28-Uint64--ASYNC]
======================== 1 passed in 134.37s (0:02:14) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yv8l/003b32/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk35
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 48 items

test_ttl.py .

============================== slowest durations ===============================
113.91s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_1__SYNC-pk_types27-all_types27-index27-Uint64--SYNC]
12.05s teardown test_ttl.py::TestTTL::test_ttl[table_Uint64_1__SYNC-pk_types27-all_types27-index27-Uint64--SYNC]
10.92s setup    test_ttl.py::TestTTL::test_ttl[table_Uint64_1__SYNC-pk_types27-all_types27-index27-Uint64--SYNC]
======================== 1 passed in 138.50s (0:02:18) =========================
